diff options
author | mharo <mharo@FreeBSD.org> | 2002-09-15 02:50:14 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2002-09-15 02:50:14 +0800 |
commit | 3fc813d28f1de9596631982e37d9b9d7c0fc6d1b (patch) | |
tree | d1614160d95c693347198dd8f27145c54f05cb0f /ftp/proftpd | |
parent | 21670e4c49367349dc15842ef9517c026e802d00 (diff) | |
download | freebsd-ports-gnome-3fc813d28f1de9596631982e37d9b9d7c0fc6d1b.tar.gz freebsd-ports-gnome-3fc813d28f1de9596631982e37d9b9d7c0fc6d1b.tar.zst freebsd-ports-gnome-3fc813d28f1de9596631982e37d9b9d7c0fc6d1b.zip |
update to 1.2.6
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 8 | ||||
-rw-r--r-- | ftp/proftpd/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 6e04a62c27df..fbb22bd8b4ee 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -6,13 +6,13 @@ # PORTNAME= proftpd -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.6 CATEGORIES= ftp 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/ -DISTNAME= ${PORTNAME}-1.2.5 +DISTNAME= ${PORTNAME}-1.2.6 MAINTAINER= mharo@FreeBSD.org @@ -21,7 +21,7 @@ MAN5= xferlog.5 MAN8= proftpd.8 ftpshut.8 USE_GMAKE= yes -USE_AUTOCONF= yes +GNU_CONFIGURE= yes USE_BZIP2= YES CONFIGURE_ARGS= --localstatedir=/var/run \ @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --disable-pam .endif #allow user to override -MODULES?= mod_ratio:mod_readme:mod_quota:mod_wrap +MODULES?= mod_ratio:mod_readme:mod_wrap INCLUDEDIRS= LIBDIRS= diff --git a/ftp/proftpd/distinfo b/ftp/proftpd/distinfo index e65cd88b089e..e18349be67dd 100644 --- a/ftp/proftpd/distinfo +++ b/ftp/proftpd/distinfo @@ -1 +1 @@ -MD5 (proftpd-1.2.5.tar.bz2) = 100a374dfcaa4852cb767dc6afeb4277 +MD5 (proftpd-1.2.6.tar.bz2) = 17551a5281a86fbc7857e31a723d5599 |