Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.37 08 Oct 2024 21:36:45 |
Renato Botelho (garga) |
mail/wmbiff: Update to 0.4.37
Sponsored by: Rubicon Communications, LLC ("Netgate") |
0.4.36_3 16 Jan 2024 14:02:42 |
Renato Botelho (garga) |
*/*: Restore GNU_CONFIGURE on my ports
I made a mistake and changed these ports to HAS_CONFIGURE when working
on MANPREFIX sanitization. Restore proper macro usage and set
GNU_CONFIGURE_MANPREFIX properly to keep manpages installed under
${PREFIX}/share.
Reported by: danfe
Sponsored by: Rubicon Communications, LLC ("Netgate") |
0.4.36_2 15 Jan 2024 19:33:43 |
Renato Botelho (garga) |
mail/wmbiff: Move manpages to ${PREFIX}/share
Sponsored by: Rubicon Communications, LLC ("Netgate") |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4.36_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4.36_1 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
0.4.36_1 08 Apr 2021 11:55:07 |
Renato Botelho (garga) |
mail/wmbiff: Fix build with GNUTLS
While here, stop installing debian script
Sponsored by: Rubicon Communications, LLC ("Netgate") |
0.4.36 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.36 06 Apr 2021 12:14:34 |
Renato Botelho (garga) |
mail/wmbiff: Update to 0.4.36
- Fixed WWW and MASTER_SITES to new project home
- Moved post-install message to proper pkg-message
- Created a pkg-plist since there are more files now
- Added missing dependencies
- Enable GNUTLS option by default since most email servers need SSL/TLS
Reported by: Kazumaro Aoki <bsd@flu.if0.org> |
0.4.27_19 28 Aug 2020 18:42:07 |
garga |
Fix build with clang11 and other tweaks
- Add -fcommon for now to fix build with clang11
- Pet portlint
- Add missing dependencies to USE_XORG
- Bump PORTREVISION |
0.4.27_18 06 Nov 2019 18:07:22 |
zeising |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.4.27_18 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.4.27_18 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.4.27_17 02 Sep 2015 14:12:50 |
amdmi3 |
- Switch to options helpers
Approved by: portmgr blanket |
0.4.27_17 02 Sep 2015 14:08:32 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
0.4.27_16 02 Jan 2015 18:46:34 |
pi |
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in (Only the first 15 lines of the commit message are shown above ) |
0.4.27_15 20 Dec 2014 19:12:12 |
bapt |
cleanup plist |
0.4.27_15 04 Sep 2014 19:26:24 |
antoine |
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr |
0.4.27_15 30 Jul 2014 03:57:24 |
pi |
security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) |
0.4.27_14 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.4.27_13 16 Jul 2014 08:13:59 |
bapt |
Fix some non default LIB_DEPENDS
With hat: portmgr |
0.4.27_13 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
0.4.27_13 31 Oct 2013 23:36:07 |
garga |
. Add LICENSE
. Unmute install |
0.4.27_13 13 Oct 2013 19:05:01 |
garga |
Support staging |
0.4.27_13 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.4.27_13 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.4.27_13 03 May 2013 16:36:41 |
ehaupt |
Chase security/libgcrypt update |
0.4.27_12 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
0.4.27_11 05 Oct 2012 12:41:46 |
garga |
Change headers of all ports maintained by me to new format |
0.4.27_11 16 Jul 2012 20:04:35 |
garga |
Move to OPTIONSng |
0.4.27_11 02 Jul 2012 22:23:31 |
garga |
Remove lib version from LIB_DEPENDS to silence portlint |
0.4.27_11 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
0.4.27_11 03 Jul 2011 11:40:49 |
swills |
- Chase the libgcrypt shared lib version |
0.4.27_10 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
0.4.27_9 27 Jul 2010 01:25:20 |
wxs |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
0.4.27_8 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
0.4.27_7 28 Mar 2009 17:53:24 |
garga |
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE |
0.4.27_7 06 Jan 2009 13:01:11 |
rafan |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478 |
0.4.27_7 16 Oct 2008 16:19:45 |
garga |
- Take maintainership
- Remove old-style signature from pkg-descr |
0.4.27_7 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.4.27_7 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.4.27_7 03 Mar 2008 11:57:08 |
novel |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
0.4.27_6 28 Feb 2008 21:47:06 |
arved |
Chase libgcrypt library version |
0.4.27_5 01 Jul 2007 08:56:17 |
novel |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
0.4.27_4 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.4.27_3 02 Jan 2007 08:54:13 |
novel |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here |
0.4.27_2 06 Jul 2006 17:41:23 |
novel |
Chase gnutls shlib version change. |
0.4.27_1 09 Jan 2006 16:34:19 |
novel |
Chase gnutls update. |
0.4.27 18 Nov 2005 15:44:26 |
mnag |
Update to 0.4.27
Include GNUTLS in OPTIONS
Use PLIST_FILES/PLIST_DIRS instead pkg-plist
Add SHA256
PR: 89237
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.4.26_1 15 Nov 2005 09:58:46 |
simon |
Resign as maintainer since I haven't used this program for quite a while
now. |
0.4.26_1 12 Jan 2005 07:25:23 |
arved |
Chase libgcrypt shared library version of ports with optional
dependency on libgcrypt.
Submitted by: philip
pointyhat to: arved |
0.4.26 14 Oct 2004 15:10:51 |
simon |
Update to 0.4.26.
Approved by: erwin |
0.4.24 23 Jun 2004 20:16:16 |
simon |
- Upgrade to 0.4.24 (which also unbreaks GNUTLS support).
- Use OPTIONS for enabling/disabling GNUTLS support.
- Remove auto detection of GNUTLS (in favor of OPTIONS).
- Don't actually use GNUTLS unless the GNUTLS option is enabled.
Approved by: erwin |
0.4.20 06 Jun 2004 01:44:39 |
marcus |
Chase the gnutls shared lib version.
Pointy hat to: sergei |
0.4.20 03 May 2004 13:57:46 |
arved |
Update libgcrypt to the new stable version 1.2.0
Retire libgcrypt-devel
Switch back to security/libgcrypt and bump PORTREVISION for
- gnutls
- gnutls-devel
- gsasl
- opencdk
- vpnc
libggz:
- Remove dependency on libgcrypt, because the port does not yet
work with the new libgcrypt
libksba: (Only the first 15 lines of the commit message are shown above ) |
0.4.20 24 Mar 2004 23:14:14 |
trevor |
Add size data, approved by maintainers. |
0.4.20 19 Mar 2004 05:37:40 |
marcus |
This now depends on libgcrypt-devel. |
0.4.20 19 Mar 2004 05:36:30 |
marcus |
Chase the gnutls shared lib version. |
0.4.20 08 Jan 2004 18:39:58 |
simon |
Forced commit to note that the last commit was not approved by edwin,
but:
Approved by: erwin |
0.4.20 08 Jan 2004 11:55:30 |
simon |
- Update to version 0.4.20.
- Autodetect if gnutls is installed to get dependencies right.
Approved by: edwin |
0.4.19 20 Nov 2003 21:15:21 |
edwin |
Update mail/wmbiff to version 0.4.19
Submitted by: "Simon L. Nielsen" <simon@FreeBSD.org> (via private mail) |
0.4.17 02 Sep 2003 18:23:28 |
simon |
Update to 0.4.17
Approved by: erwin |
0.4.16 12 Aug 2003 14:17:20 |
simon |
o Update to wmbiff 0.4.16. [1]
o Update my maintainer email address to my new FreeBSD.org address.
Submitted by: Stefan Walter <sw@gegenunendlich.de> [1]
PR: ports/55490 [1]
Approved by: erwin, ceri (mentor) |
0.4.15 01 Apr 2003 14:18:30 |
leeym |
remove mail/wmbiff/pkg-message since it is no longer needed
Requested by: Simon L. Nielsen <simon@nitro.dk> |
0.4.15 01 Apr 2003 00:45:27 |
leeym |
Update of mail/wmbiff to 0.4.15 and add support for gnutls (SSL).
PR: 50510
Submitted by: Simon L. Nielsen <simon@nitro.dk> |
0.4.7 07 Mar 2003 06:06:02 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.4.7 17 Aug 2002 03:04:23 |
jim |
Update to version 0.4.7.
PR: 41735
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.4.6 24 Jul 2002 08:04:45 |
jim |
Update to 0.4.6.
PR: 40795
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
0.4.5 30 Jun 2002 22:11:28 |
jim |
Update to version 0.4.5.
PR: 39988
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
26 Feb 2002 22:04:27 |
jim |
Update to version 0.3.7. |
12 Nov 2001 01:49:35 |
jim |
Update to version 0.3.3. |
05 Feb 2001 15:11:27 |
olgeni |
Spaces->tabs in the mail category. |
08 Oct 2000 04:16:42 |
asami |
Convert category mail to new layout. |
03 Aug 2000 10:28:58 |
asami |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
29 Jun 2000 08:03:02 |
obrien |
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site. |