mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
Update to 1.0.46
- Reformat PKGMESSAGE Changes: https://github.com/jedisct1/pure-ftpd/releases
This commit is contained in:
parent
6f510c7651
commit
74e426502d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439385
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pure-ftpd
|
||||
PORTVERSION= 1.0.45
|
||||
PORTVERSION= 1.0.46
|
||||
CATEGORIES= ftp ipv6
|
||||
MASTER_SITES= https://github.com/jedisct1/${PORTNAME}/releases/download/${PORTVERSION}/ \
|
||||
https://download.pureftpd.org/pub/pure-ftpd/releases/ \
|
||||
@ -43,24 +43,20 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PERL5= run
|
||||
USE_RC_SUBR= pure-ftpd
|
||||
USES= cpe perl5 shebangfix tar:bzip2
|
||||
USES= cpe perl5 tar:bzip2
|
||||
|
||||
CPE_VENDOR= pureftpd
|
||||
|
||||
PORTDOCS= AUTHORS CONTACT COPYING HISTORY NEWS README \
|
||||
README.Authentication-Modules README.Configuration-File \
|
||||
README.Contrib README.LDAP README.MySQL README.PGSQL \
|
||||
README.TLS README.Virtual-Users THANKS pure-ftpd.png \
|
||||
pureftpd.schema
|
||||
README.LDAP README.MySQL README.PGSQL README.TLS \
|
||||
README.Virtual-Users THANKS pure-ftpd.png pureftpd.schema
|
||||
PORTEXAMPLES= *
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= PAM_DIR=${PAM_DIR} PAM_TARGET=${PAM_TARGET}
|
||||
|
||||
SHEBANG_FILES= contrib/pure-stat.pl contrib/pure-vpopauth.pl
|
||||
|
||||
CONTRIB= pure-stat.pl pure-vpopauth.pl xml_python_processors.txt
|
||||
LANGUAGE?= english
|
||||
PAM_DIR?= ${EXAMPLESDIR}/pam
|
||||
PAM_DIR?= pam
|
||||
PAM_TARGET?= pure-ftpd
|
||||
PAM_TEMPL?= ${FILESDIR}/pam.conf.5
|
||||
|
||||
@ -119,9 +115,7 @@ post-install-DOCS-on:
|
||||
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
|
||||
cd ${WRKSRC}/contrib/ && ${INSTALL_SCRIPT} ${CONTRIB} ${STAGEDIR}${EXAMPLESDIR}/
|
||||
${MKDIR} ${STAGEDIR}${PAM_DIR}/
|
||||
${INSTALL_DATA} ${PAM_TEMPL} ${STAGEDIR}${PAM_DIR}/${PAM_TARGET}
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${PAM_DIR}/
|
||||
${INSTALL_DATA} ${PAM_TEMPL} ${STAGEDIR}${EXAMPLESDIR}/${PAM_DIR}/${PAM_TARGET}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1485872060
|
||||
SHA256 (pure-ftpd-1.0.45.tar.bz2) = 9256db7e59abdba712f84581a3ec47cd5b039034c78825d9dc24ea4eecda7d20
|
||||
SIZE (pure-ftpd-1.0.45.tar.bz2) = 497695
|
||||
TIMESTAMP = 1493122811
|
||||
SHA256 (pure-ftpd-1.0.46.tar.bz2) = 9e733f366d8d600004bb171cf2ec75dad0da4b922b7102ee4b3e18824966192d
|
||||
SIZE (pure-ftpd-1.0.46.tar.bz2) = 490337
|
||||
|
@ -1,8 +1,7 @@
|
||||
Now you need to examine %%PAM_DIR%%/%%PAM_TARGET%%
|
||||
and add the relevant PAM configuration lines to your
|
||||
/etc/pam.conf file.
|
||||
Now you need to examine %%EXAMPLESDIR%%%%PAM_DIR%%/%%PAM_TARGET%%
|
||||
and add the relevant PAM configuration lines to your /etc/pam.conf file.
|
||||
|
||||
If you defined call upload script in pure-ftpd config
|
||||
define corresponding vars in rc.conf
|
||||
Without it pure-ftpd will not listen tcp socket - see
|
||||
FAQ: http://pureftpd.org/FAQ
|
||||
If you defined call upload script in pure-ftpd config define corresponding
|
||||
vars in rc.conf. pure-ftpd will not listen TCP socket without it.
|
||||
|
||||
See FAQ: http://pureftpd.org/FAQ
|
||||
|
Loading…
Reference in New Issue
Block a user