diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-05-31 19:28:27 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-05-31 19:28:27 +0000 |
commit | 313e762e51d7f6e5ad8bb23aad80936976525092 (patch) | |
tree | af92361c475982fec2099887bd2b904980656b26 /ftp/proftpd-devel | |
parent | ff71c5533253855b7558eafef43bd3d1fd113ff4 (diff) |
Update to 1.2.2rc2
PR: 27344
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Notes
Notes:
svn path=/head/; revision=43362
Diffstat (limited to 'ftp/proftpd-devel')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 4 | ||||
-rw-r--r-- | ftp/proftpd-devel/distinfo | 2 | ||||
-rw-r--r-- | ftp/proftpd-devel/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 039d89079cfc..094bef8f69fb 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -6,9 +6,9 @@ # PORTNAME= proftpd -PORTVERSION= 1.2.2rc1 +PORTVERSION= 1.2.2rc2 CATEGORIES= ftp -MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ +MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \ ftp://ftp.stikman.com/pub/proftpd/source/ \ ftp://ftp.dataguard.no/pub/proftpd/distrib/source/ \ ftp://ftp.club-internet.fr/pub/mirrors/ftp.proftpd.org/distrib/source/ diff --git a/ftp/proftpd-devel/distinfo b/ftp/proftpd-devel/distinfo index 0092fb747ffd..0838832f6ad4 100644 --- a/ftp/proftpd-devel/distinfo +++ b/ftp/proftpd-devel/distinfo @@ -1 +1 @@ -MD5 (proftpd-1.2.2rc1.tar.bz2) = c43a62b2b5fac287041a8a8756bb6c49 +MD5 (proftpd-1.2.2rc2.tar.bz2) = 287b115963797c60fa6c88bc040ced62 diff --git a/ftp/proftpd-devel/pkg-plist b/ftp/proftpd-devel/pkg-plist index 1280dc46e039..8f8696656dc3 100644 --- a/ftp/proftpd-devel/pkg-plist +++ b/ftp/proftpd-devel/pkg-plist @@ -1,3 +1,4 @@ +@unexec if cmp -s %D/etc/proftpd.conf %D/etc/proftpd.conf.default; then rm -f %D/etc/proftpd.conf; fi bin/ftpcount bin/ftpwho etc/proftpd.conf.default |