summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-06-13 18:26:53 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-06-13 18:26:53 +0000
commit6e4e5d7a5dc2fc5cc84e0ae7a4860e43516b807f (patch)
tree176fb48dc1b5d7fec6d3f71541c1d290ff4a055c /ftp
parentAdd compressed folder support (diff)
Update to 0.98.5. Also, install the contents of the contrib/ directory
under share/examples. PR: 28118 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=43953
Diffstat (limited to 'ftp')
-rw-r--r--ftp/pure-ftpd/Makefile11
-rw-r--r--ftp/pure-ftpd/distinfo2
-rw-r--r--ftp/pure-ftpd/pkg-plist3
3 files changed, 12 insertions, 4 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile
index f5feb39414c4..4e7a0002a919 100644
--- a/ftp/pure-ftpd/Makefile
+++ b/ftp/pure-ftpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pure-ftpd
-PORTVERSION= 0.98.4
+PORTVERSION= 0.98.5
CATEGORIES= ftp ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pureftpd
@@ -20,7 +20,7 @@ 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-uploadscript
+ --with-uploadscript --with-virtualhosts
# language support requested?
.if defined(WITH_LANG)
CONFIGURE_ARGS+= --with-language="${WITH_LANG}"
@@ -34,9 +34,12 @@ CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
MAN8= pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-uploadscript.8
DOCS= AUTHORS CONTACT COPYING HISTORY NEWS \
- README README.Configuration-File README.LDAP README.Netfilter \
+ README README.Configuration-File README.Contrib README.LDAP \
+ README.Netfilter \
THANKS
+CONTRIB= xml_python_processors.txt
+
pre-fetch:
@${ECHO} "You can use the following additional options:"
@${ECHO} "WITH_DMALLOC - enable use of the dmalloc library;"
@@ -47,6 +50,8 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample
${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-ftpd.conf ${PREFIX}/etc/pure-ftpd.conf.sample
${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-config.pl ${PREFIX}/sbin/
+ ${MKDIR} ${PREFIX}/share/examples/pure-ftpd
+ (cd ${WRKSRC}/contrib && ${INSTALL_SCRIPT} ${CONTRIB} ${PREFIX}/share/examples/pure-ftpd)
${CHMOD} 755 ${PREFIX}/sbin/pure-config.pl
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/pure-ftpd
diff --git a/ftp/pure-ftpd/distinfo b/ftp/pure-ftpd/distinfo
index 83c82a52cf7d..46a45999c369 100644
--- a/ftp/pure-ftpd/distinfo
+++ b/ftp/pure-ftpd/distinfo
@@ -1 +1 @@
-MD5 (pure-ftpd-0.98.4.tar.gz) = 1f0160864f286cc0c82d33666cc6873a
+MD5 (pure-ftpd-0.98.5.tar.gz) = d6656635fd600e20026e7ba231b4ced4
diff --git a/ftp/pure-ftpd/pkg-plist b/ftp/pure-ftpd/pkg-plist
index f7df88f953aa..8be379445cd4 100644
--- a/ftp/pure-ftpd/pkg-plist
+++ b/ftp/pure-ftpd/pkg-plist
@@ -12,7 +12,10 @@ etc/pure-ftpd.conf.sample
%%PORTDOCS%%share/doc/pure-ftpd/NEWS
%%PORTDOCS%%share/doc/pure-ftpd/README
%%PORTDOCS%%share/doc/pure-ftpd/README.Configuration-File
+%%PORTDOCS%%share/doc/pure-ftpd/README.Contrib
%%PORTDOCS%%share/doc/pure-ftpd/README.LDAP
%%PORTDOCS%%share/doc/pure-ftpd/README.Netfilter
%%PORTDOCS%%share/doc/pure-ftpd/THANKS
%%PORTDOCS%%@dirrm share/doc/pure-ftpd
+share/examples/pure-ftpd/xml_python_processors.txt
+@dirrm share/examples/pure-ftpd