aboutsummaryrefslogtreecommitdiff
path: root/ftp/pure-ftpd
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-25 14:22:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-25 14:22:54 +0000
commit74e426502da648339118d2a1f4f9e65e0cb1c623 (patch)
tree7dd462a490935d7acdc22db1df63f5af0da11e2c /ftp/pure-ftpd
parent6f510c76516732b595a41cd94077c20063310f7b (diff)
downloadports-74e426502da648339118d2a1f4f9e65e0cb1c623.tar.gz
ports-74e426502da648339118d2a1f4f9e65e0cb1c623.zip
Update to 1.0.46
- Reformat PKGMESSAGE Changes: https://github.com/jedisct1/pure-ftpd/releases
Notes
Notes: svn path=/head/; revision=439385
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r--ftp/pure-ftpd/Makefile20
-rw-r--r--ftp/pure-ftpd/distinfo6
-rw-r--r--ftp/pure-ftpd/files/pkg-message.in13
3 files changed, 16 insertions, 23 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile
index e456ab609950..ad07a8d7f8ab 100644
--- a/ftp/pure-ftpd/Makefile
+++ b/ftp/pure-ftpd/Makefile
@@ -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>
diff --git a/ftp/pure-ftpd/distinfo b/ftp/pure-ftpd/distinfo
index 926d802026b4..ddc1fbcd3b3f 100644
--- a/ftp/pure-ftpd/distinfo
+++ b/ftp/pure-ftpd/distinfo
@@ -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
diff --git a/ftp/pure-ftpd/files/pkg-message.in b/ftp/pure-ftpd/files/pkg-message.in
index e2da1afd4be9..b98646ae5481 100644
--- a/ftp/pure-ftpd/files/pkg-message.in
+++ b/ftp/pure-ftpd/files/pkg-message.in
@@ -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