diff options
author | Michael Haro <mharo@FreeBSD.org> | 2002-09-14 18:50:14 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2002-09-14 18:50:14 +0000 |
commit | d7b5fabe67de2dd6dbb2e69814cef3774b535bce (patch) | |
tree | 81c2b4f5cb8636e70d2aba6dc31362dee9213edf /ftp | |
parent | 3583c697645e82f560de0669ad332dbbe01ed2c5 (diff) | |
download | ports-d7b5fabe67de2dd6dbb2e69814cef3774b535bce.tar.gz ports-d7b5fabe67de2dd6dbb2e69814cef3774b535bce.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 8 | ||||
-rw-r--r-- | ftp/proftpd-devel/distinfo | 2 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 8 | ||||
-rw-r--r-- | ftp/proftpd/distinfo | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 6e04a62c27df..fbb22bd8b4ee 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/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-devel/distinfo b/ftp/proftpd-devel/distinfo index e65cd88b089e..e18349be67dd 100644 --- a/ftp/proftpd-devel/distinfo +++ b/ftp/proftpd-devel/distinfo @@ -1 +1 @@ -MD5 (proftpd-1.2.5.tar.bz2) = 100a374dfcaa4852cb767dc6afeb4277 +MD5 (proftpd-1.2.6.tar.bz2) = 17551a5281a86fbc7857e31a723d5599 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 |