mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
- update to 0.99.9
- install a pure-ftpd poweredby.jpg image - reword some user messages PR: 31041 Submitted by: maintainer
This commit is contained in:
parent
215c21dc01
commit
c1139bebf2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48432
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pure-ftpd
|
||||
PORTVERSION= 0.99.2a
|
||||
PORTVERSION= 0.99.9
|
||||
CATEGORIES= ftp ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= pureftpd
|
||||
@ -54,7 +54,7 @@ CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
.endif
|
||||
|
||||
MAN8= pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-statsdecode.8 \
|
||||
pure-uploadscript.8
|
||||
pure-uploadscript.8 pure-pw.8 pure-pwconvert.8 pure-quotacheck.8
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -73,17 +73,20 @@ PAM_TARGET?= pure-ftpd
|
||||
DOCS= AUTHORS CONTACT COPYING HISTORY NEWS \
|
||||
README README.Configuration-File README.Contrib README.LDAP \
|
||||
README.Netfilter README.MySQL README.Virtual-Users \
|
||||
THANKS
|
||||
THANKS poweredby.jpg
|
||||
|
||||
CONTRIB= xml_python_processors.txt
|
||||
|
||||
pre-fetch:
|
||||
@${ECHO} "You can use the following additional options:"
|
||||
@${ECHO} "WITH_DMALLOC=1 - enable use of the dmalloc library;"
|
||||
@${ECHO} "WITH_LDAP=1 - Store users in LDAP directories;"
|
||||
@${ECHO} "WITH_MYSQL=1 - Store users in MySQL databases;"
|
||||
@${ECHO} "WITH_LANG=lang - enable compilation of language support, lang is one of"
|
||||
@${ECHO} " english, german, romanian, french, polish, spanish, dutch or danish."
|
||||
@${ECHO} "WITH_LDAP=1 - Support for users in LDAP \
|
||||
directories;"
|
||||
@${ECHO} "WITH_MYSQL=1 - Support for users in MySQL databases;"
|
||||
@${ECHO} "WITH_LANG=lang - enable compilation of language \
|
||||
support, lang is one of"
|
||||
@${ECHO} " english, german, romanian, french, polish, spanish, dutch,"
|
||||
@${ECHO} " italian, brazilian-portuguese or danish."
|
||||
@${ECHO}
|
||||
|
||||
post-install:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pure-ftpd-0.99.2a.tar.gz) = 8022d030423940648ab6d73cffa3f051
|
||||
MD5 (pure-ftpd-0.99.9.tar.gz) = 3cc6d17d4029ad25cdc4b3ae23ed518c
|
||||
|
@ -2,6 +2,7 @@ sbin/pure-mrtginfo
|
||||
sbin/pure-ftpd
|
||||
sbin/pure-ftpwho
|
||||
sbin/pure-uploadscript
|
||||
sbin/pure-quotacheck
|
||||
bin/pure-statsdecode
|
||||
bin/pure-pw
|
||||
bin/pure-pwconvert
|
||||
@ -22,6 +23,7 @@ etc/pure-ftpd.conf.sample
|
||||
%%PORTDOCS%%share/doc/pure-ftpd/README.MySQL
|
||||
%%PORTDOCS%%share/doc/pure-ftpd/README.Netfilter
|
||||
%%PORTDOCS%%share/doc/pure-ftpd/THANKS
|
||||
%%PORTDOCS%%share/doc/pure-ftpd/poweredby.jpg
|
||||
%%PORTDOCS%%@dirrm share/doc/pure-ftpd
|
||||
share/examples/pure-ftpd/xml_python_processors.txt
|
||||
share/examples/pure-ftpd/pam/pure-ftpd
|
||||
|
Loading…
Reference in New Issue
Block a user