diff options
author | roam <roam@FreeBSD.org> | 2001-05-09 07:52:27 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-05-09 07:52:27 +0000 |
commit | d456bb1255f2efa457b44eed0886707f4e7bca38 (patch) | |
tree | a6ff1225e92e151e204e0efeb03fd3cacc58575c /ftp/pure-ftpd | |
parent | 7113c4b266ded66b0a9e93ea9c0a6a0b93657479 (diff) | |
download | FreeBSD-ports-d456bb1255f2efa457b44eed0886707f4e7bca38.zip FreeBSD-ports-d456bb1255f2efa457b44eed0886707f4e7bca38.tar.gz |
Update to 0.98.
PR: 27222
Submitted by: maintainer
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 16 | ||||
-rw-r--r-- | ftp/pure-ftpd/distinfo | 4 | ||||
-rw-r--r-- | ftp/pure-ftpd/pkg-plist | 3 |
3 files changed, 8 insertions, 15 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 200caf5..dd5363a 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -6,18 +6,11 @@ # PORTNAME= pure-ftpd -PORTVERSION= 0.97.7 +PORTVERSION= 0.98 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pureftpd -# These shall probably be incorporated in the next version. -PATCHFILES= pure-ftpd-0.97.7-polish.patch.gz \ - pure-ftpd-0.97.7-config.pl.patch.gz -PATCH_SITES= http://people.FreeBSD.org/~roam/ports/patches/ftp/ \ - ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= roam/ftp - MAINTAINER= j@4u.net .if defined(WITH_DMALLOC) @@ -26,7 +19,8 @@ LIB_DEPENDS+= dmalloc.1:${PORTSDIR}/devel/dmalloc GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pam --with-cookie --with-throttling \ - --with-ratios --with-ftpwho --with-largefile + --with-ratios --with-ftpwho --with-largefile \ + --with-uploadscript # language support requested? .if defined(WITH_LANG) CONFIGURE_ARGS+= --with-language="${WITH_LANG}" @@ -37,13 +31,13 @@ CONFIGURE_ARGS+= --with-dmalloc CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib .endif -MAN8= pure-ftpd.8 pure-ftpwho.8 mrtginfo.8 +MAN8= pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-uploadscript.8 pre-fetch: @${ECHO} "You can use the following additional options:" @${ECHO} "WITH_DMALLOC - enable use of the dmalloc library;" @${ECHO} "WITH_LANG=lang - enable compilation of language support, lang is one of" - @${ECHO} " english, german, romanian, french or polish." + @${ECHO} " english, german, romanian, french, polish or spanish." post-install: ${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample diff --git a/ftp/pure-ftpd/distinfo b/ftp/pure-ftpd/distinfo index c582d98..0ded0ee 100644 --- a/ftp/pure-ftpd/distinfo +++ b/ftp/pure-ftpd/distinfo @@ -1,3 +1 @@ -MD5 (pure-ftpd-0.97.7.tar.gz) = 8d3cedccd9d9f05c9d61337f3ce420e8 -MD5 (pure-ftpd-0.97.7-polish.patch.gz) = 238373f4b2302ce09dd0b26ab19e0439 -MD5 (pure-ftpd-0.97.7-config.pl.patch.gz) = e10dd39056695c79d7f3ddcd92e375e2 +MD5 (pure-ftpd-0.98.tar.gz) = 661eca81fd6330048decbef73bcf5cb6 diff --git a/ftp/pure-ftpd/pkg-plist b/ftp/pure-ftpd/pkg-plist index b8799ca..2d78f43 100644 --- a/ftp/pure-ftpd/pkg-plist +++ b/ftp/pure-ftpd/pkg-plist @@ -1,6 +1,7 @@ -sbin/mrtginfo +sbin/pure-mrtginfo sbin/pure-ftpd sbin/pure-ftpwho +sbin/pure-uploadscript sbin/pure-config.pl etc/pureftpd-ldap.conf.sample etc/pure-ftpd.conf.sample |