| There is a PORTS FREEZE in effect! |
|
A ports freeze
means that commits will be few and far between and only by approval.
|
| non port: mail/msmtp/Makefile |
|
CVSWeb
|
Number of commits found: 45 |
|
Tue, 26 Aug 2008
|
[ 21:28 krion ]
1.15 mail/libvmime/Makefile
1.45 mail/msmtp/Makefile
1.64 net-im/jabberd/Makefile
1.39 security/gsasl/Makefile
1.9 security/gsasl/Makefile.man
1.26 security/gsasl/distinfo
1.18 security/gsasl/pkg-plist
- Update to version 0.2.28
- Bump sh lib version on depending ports
PR: ports/126857
Submitted by: mm@FreeBSD.org
|
|
Thu, 21 Aug 2008
|
[ 07:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
|
Sat, 2 Aug 2008
|
[ 07:17 novel ]
1.43 mail/msmtp/Makefile
1.26 mail/msmtp/distinfo
Update to 1.4.16.
|
|
Fri, 20 Jun 2008
|
[ 07:45 novel ]
1.42 mail/msmtp/Makefile
1.25 mail/msmtp/distinfo
1.2 mail/msmtp/files/patch-doc-msmtp.1
- Update to 1.4.15
- Depend on security/ca_root_nss instead of expired security/ca-roots
|
|
Fri, 6 Jun 2008
|
[ 14:43 edwin ]
1.25 mail/abook/Makefile
1.8 mail/addresses-goodies/Makefile
1.11 mail/addresses/Makefile
1.4 mail/alpine/Makefile
1.18 mail/althea/Makefile
1.32 mail/anubis/Makefile
1.133 mail/balsa/Makefile
1.12 mail/biabam/Makefile
1.7 mail/c-sig/Makefile
1.26 mail/claws-mail-att_remover/Makefile
(Only the first 10 of 159 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
|
Sat, 3 May 2008
|
[ 07:53 novel ]
1.40 mail/msmtp/Makefile
1.24 mail/msmtp/distinfo
Update to 1.4.14.
|
|
Thu, 20 Mar 2008
|
[ 09:51 pav ]
1.40 irc/bitlbee/Makefile
1.31 japanese/ebview/Makefile
1.15 japanese/kasumi/Makefile
1.56 japanese/nethack34/Makefile
1.30 lang/mdk/Makefile
1.120 lang/php4/Makefile
1.125 lang/php5/Makefile
1.28 lang/tinycobol/Makefile
1.6 mail/annoyance-filter/Makefile
1.31 mail/anubis/Makefile
(Only the first 10 of 55 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
|
Mon, 3 Mar 2008
|
[ 11:57 novel ]
1.24 deskutils/fusenshi/Makefile
1.58 devel/libsoup/Makefile
1.91 ftp/curl/Makefile
1.11 ftp/filezilla/Makefile
1.123 ftp/lftp/Makefile
1.16 ftp/moftpd/Makefile
1.16 ftp/wput/Makefile
1.53 ftp/wzdftpd/Makefile
1.20 games/libggz/Makefile
1.38 irc/bitlbee/Makefile
(Only the first 10 of 51 ports in this commit are shown above. )
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
|
|
Wed, 5 Sep 2007
|
[ 14:57 krion ]
1.7 mail/libvmime/Makefile
1.37 mail/msmtp/Makefile
Chase libver after security/gsasl update.
|
|
Thu, 2 Aug 2007
|
[ 13:13 novel ]
1.36 mail/msmtp/Makefile
1.23 mail/msmtp/distinfo
Update to 1.4.13.
|
|
Mon, 23 Jul 2007
|
[ 10:36 rafan ]
1.19 archivers/dpkg/Makefile
1.54 archivers/gtar/Makefile
1.21 archivers/gzip/Makefile
1.37 archivers/libarchive/Makefile
1.21 astro/starplot/Makefile
1.10 astro/tclgeomap/Makefile
1.11 astro/tkgeomap/Makefile
1.23 audio/audacity-devel/Makefile
1.10 audio/checkmate/Makefile
1.21 audio/cmus/Makefile
(Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
|
Sun, 1 Jul 2007
|
[ 09:56 novel ]
1.23 deskutils/fusenshi/Makefile
1.53 devel/libsoup/Makefile
1.86 ftp/curl/Makefile
1.6 ftp/filezilla/Makefile
1.118 ftp/lftp/Makefile
1.14 ftp/moftpd/Makefile
1.51 ftp/wzdftpd/Makefile
1.18 games/libggz/Makefile
1.33 irc/bitlbee/Makefile
1.16 irc/ctrlproxy/Makefile
(Only the first 10 of 45 ports in this commit are shown above. )
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
|
|
Mon, 25 Jun 2007
|
[ 18:18 novel ]
1.33 mail/msmtp/Makefile
1.22 mail/msmtp/distinfo
Update to 1.4.12.
|
|
Fri, 1 Jun 2007
|
[ 09:24 krion ]
1.6 mail/libvmime/Makefile
1.32 mail/msmtp/Makefile
Chase increase of security/gsasl shlib version.
|
|
Fri, 27 Apr 2007
|
[ 06:09 novel ]
1.31 mail/msmtp/Makefile
1.1 mail/msmtp/files/patch-doc-msmtp.1
- Add a dependency on security/ca-roots if using OpenSSL or gnutls
- Adjust manpage to point to the right SSL keys location
PR: ports/112011
Submitted by: Scott Robbins <scottro@nyc.rr.com>
|
|
Thu, 12 Apr 2007
|
[ 08:01 novel ]
1.30 mail/msmtp/Makefile
1.21 mail/msmtp/distinfo
Update to 1.4.11.
|
|
Sun, 11 Feb 2007
|
[ 14:42 novel ]
1.29 mail/msmtp/Makefile
1.20 mail/msmtp/distinfo
Update to 1.4.10.
|
|
Tue, 2 Jan 2007
|
[ 08:54 novel ]
1.50 devel/libsoup/Makefile
1.84 ftp/curl/Makefile
1.114 ftp/lftp/Makefile
1.13 ftp/moftpd/Makefile
1.46 ftp/wzdftpd/Makefile
1.15 games/libggz/Makefile
1.29 irc/bitlbee/Makefile
1.32 irc/scrollz/Makefile
1.21 irc/weechat/Makefile
1.28 mail/anubis/Makefile
(Only the first 10 of 40 ports in this commit are shown above. )
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
|
|
Sun, 3 Dec 2006
|
[ 07:44 novel ]
1.27 mail/msmtp/Makefile
1.19 mail/msmtp/distinfo
Update to 1.4.9.
|
|
Mon, 20 Nov 2006
|
[ 11:18 novel ]
1.26 mail/msmtp/Makefile
1.18 mail/msmtp/distinfo
1.5 mail/msmtp/pkg-plist
Update to 1.4.8.
|
|
Mon, 21 Aug 2006
|
[ 08:35 novel ]
1.25 mail/msmtp/Makefile
1.17 mail/msmtp/distinfo
1.4 mail/msmtp/pkg-plist
Update to 1.4.7.
|
|
Thu, 6 Jul 2006
|
[ 18:41 novel ]
1.44 devel/libsoup/Makefile
1.12 ftp/moftpd/Makefile
1.44 ftp/wzdftpd/Makefile
1.14 games/libggz/Makefile
1.25 irc/bitlbee/Makefile
1.16 irc/weechat/Makefile
1.36 mail/libetpan/Makefile
1.26 mail/libnewmail/Makefile
1.24 mail/msmtp/Makefile
1.15 mail/mutt-ng/Makefile
(Only the first 10 of 31 ports in this commit are shown above. )
Chase gnutls shlib version change.
|
|
Tue, 20 Jun 2006
|
[ 07:14 novel ]
1.23 mail/msmtp/Makefile
1.16 mail/msmtp/distinfo
Update to 1.4.6.
|
|
Tue, 10 Jan 2006
|
[ 16:24 novel ]
1.35 ftp/wzdftpd/Makefile
1.22 mail/msmtp/Makefile
Depend on gnutls instead of gnutls-devel in:
- mail/msmtp [1]
- ftp/wzdftpd
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> [1]
|
|
Fri, 30 Dec 2005
|
[ 13:48 novel ]
1.21 mail/msmtp/Makefile
1.15 mail/msmtp/distinfo
Update to 1.4.5.
PR: 91091
Submitted by: Babak Farrokhi <babak@farrokhi.net>
|
|
Thu, 22 Dec 2005
|
[ 18:55 novel ]
1.20 mail/msmtp/Makefile
Revive WITH_GNUTLS knob by depending on gnutls-devel.
|
|
Tue, 30 Aug 2005
|
[ 13:41 novel ]
1.19 mail/msmtp/Makefile
1.14 mail/msmtp/distinfo
Update to 1.4.4.
|
|
Wed, 20 Jul 2005
|
[ 11:23 novel ]
1.18 mail/msmtp/Makefile
1.13 mail/msmtp/distinfo
Update to 1.4.3.
PR: 83714 (based on)
Submitted by: Andrej Zverev <az@inec.ru>
|
|
Sat, 9 Jul 2005
|
[ 06:56 novel ]
1.17 mail/msmtp/Makefile
1.12 mail/msmtp/distinfo
1.3 mail/msmtp/pkg-plist
- Update to 1.4.2
- Added NLS support (can be disabled using WITHOUT_NLS knob)
|
|
Sun, 29 May 2005
|
[ 05:55 novel ]
1.16 mail/msmtp/Makefile
1.11 mail/msmtp/distinfo
1.2 mail/msmtp/files/patch-src_net.h
Update to 1.4.1.
|
|
Wed, 20 Apr 2005
|
[ 04:24 novel ]
1.15 mail/msmtp/Makefile
Add previously forgotten INFO to fix plist.
Reported by: pointyhat via kris
|
|
Tue, 12 Apr 2005
|
[ 04:26 obrien ]
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile
(Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
|
Mon, 11 Apr 2005
|
[ 09:04 obrien ]
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile
(Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
Sun, 10 Apr 2005
|
[ 14:14 novel ]
1.12 mail/msmtp/Makefile
1.10 mail/msmtp/distinfo
1.1 mail/msmtp/files/patch-src_net.h
Update to 1.4.0 (new stable version).
|
|
Tue, 8 Mar 2005
|
[ 07:38 novel ]
1.35 astro/xplanet/Makefile
1.6 audio/bmp-scrobbler/Makefile
1.9 audio/bmp-wma/Makefile
1.20 audio/cymbaline/Makefile
1.65 audio/mpg123/Makefile
1.7 audio/wmix/Makefile
1.15 audio/xmms-wma/Makefile
1.3 benchmarks/dkftpbench/Makefile
1.6 deskutils/hot-babe/Makefile
1.28 devel/clanlib-devel/Makefile
(Only the first 10 of 32 ports in this commit are shown above. )
Use @freebsd.org address for my ports.
Approved by: krion (mentor)
|
|
Sat, 15 Jan 2005
|
[ 20:42 pav ]
1.10 mail/msmtp/Makefile
- Define conflicts with msmtp-devel
PR: ports/76046
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
|
|
Wed, 13 Oct 2004
|
[ 14:53 krion ]
1.9 mail/msmtp/Makefile
1.9 mail/msmtp/distinfo
Update to 1.2.4
PR: ports/72641
Submitted by: maintainer
|
|
Thu, 19 Aug 2004
|
[ 15:18 vs ]
1.8 mail/msmtp/Makefile
1.8 mail/msmtp/distinfo
Update to 1.2.2
PR: ports/70641
Submitted by: Roman Bogorodskiy (maintainer)
|
|
Mon, 2 Aug 2004
|
[ 14:46 sem ]
1.7 mail/msmtp/Makefile
1.7 mail/msmtp/distinfo
update to 1.2.1
PR: ports/69903
Submitted by: maintainer
|
|
Mon, 19 Jul 2004
|
[ 10:38 vs ]
1.475 MOVED
1.549 mail/Makefile
1.5 mail/msmtp-devel/Makefile
1.6 mail/msmtp/Makefile
1.5 mail/msmtp-devel/distinfo
1.6 mail/msmtp/distinfo
1.3 mail/msmtp-devel/pkg-descr
1.4 mail/msmtp/pkg-descr
Retire mail/msmtp-devel: mail/msmtp is the new stable version and no new
development version exists.
PR: ports/69244
Submitted by: Roman Bogorodskiy (msmtp-devel maintainer)
Approved by: R.I.Pienaar (msmtp maintainer)
|
|
Thu, 3 Jun 2004
|
[ 10:09 pav ]
1.5 mail/msmtp/Makefile
1.5 mail/msmtp/distinfo
- Update to 1.0.0
PR: ports/67494
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Approved by: maintainer
|
|
Sat, 3 Apr 2004
|
[ 21:11 pav ]
1.4 mail/msmtp/Makefile
1.4 mail/msmtp/distinfo
1.2 mail/msmtp/files/patch-aa
1.2 mail/msmtp/pkg-descr
- Update to 0.7.2
PR: ports/65094
Submitted by: Herbert J. Skuhra <herbert.skuhra@gmx.at>
Approved by: maintainer
|
|
Fri, 6 Feb 2004
|
[ 13:12 trevor ]
1.2 archivers/bicom/Makefile
1.17 archivers/ha/Makefile
1.26 archivers/lha/Makefile
1.5 archivers/linux-unace/Makefile
1.2 archivers/nwreckdum/Makefile
1.6 archivers/py-bzip2/Makefile
1.15 archivers/rpm2cpio/Makefile
1.8 archivers/unace/Makefile
1.5 archivers/unadf/Makefile
1.3 astro/accrete/Makefile
(Only the first 10 of 1568 ports in this commit are shown above. )
Use PLIST_FILES (bento-tested, marcus-reviewed).
|
|
Thu, 25 Sep 2003
|
[ 22:49 krion ]
1.2 mail/msmtp/Makefile
1.2 mail/msmtp/distinfo
- Update to version 0.5.0 [1]
- Honour CFLAGS [2]
PR: 56602
Submitted by: maintainer [1], krion [2]
|
|
Fri, 22 Aug 2003
|
[ 20:27 nbm ]
1.419 mail/Makefile
1.1 mail/msmtp/Makefile
1.1 mail/msmtp/distinfo
1.1 mail/msmtp/files/patch-aa
1.1 mail/msmtp/pkg-descr
1.1 mail/msmtp/pkg-plist
Add msmtp 0.4.2, an SMTP "plugin" for MUAs.
PR: 55877
Submitted by: R.I.Pienaar <rip@devco.net>
|
Number of commits found: 45 |