summaryrefslogtreecommitdiffstats
path: root/ftp/proftpd
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2002-06-13 21:00:23 +0000
committermharo <mharo@FreeBSD.org>2002-06-13 21:00:23 +0000
commit38cbda4b535a90936dfa8b64e181662113126398 (patch)
tree10b998aed33e69f1ee0bf769a344360ba5f9664a /ftp/proftpd
parent34fb094855572b1a522a7a7877cb457168ea59ff (diff)
downloadFreeBSD-ports-38cbda4b535a90936dfa8b64e181662113126398.zip
FreeBSD-ports-38cbda4b535a90936dfa8b64e181662113126398.tar.gz
update to 1.2.5
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile10
-rw-r--r--ftp/proftpd/distinfo2
-rw-r--r--ftp/proftpd/files/patch-pam22
-rw-r--r--ftp/proftpd/pkg-plist2
4 files changed, 20 insertions, 16 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index b816607..6e04a62 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= proftpd
-PORTVERSION= 1.2.4
-PORTREVISION= 1
+PORTVERSION= 1.2.5
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \
ftp://ftp.stikman.com/pub/proftpd/source/ \
ftp://ftp.dataguard.no/pub/proftpd/distrib/source/ \
ftp://ftp.club-internet.fr/pub/mirrors/ftp.proftpd.org/distrib/source/
+DISTNAME= ${PORTNAME}-1.2.5
MAINTAINER= mharo@FreeBSD.org
@@ -78,6 +78,10 @@ pre-configure:
@${ECHO_MSG} "==> Configuring with ${MODULES}"
post-configure:
+ @${MV} ${WRKSRC}/Make.rules ${WRKSRC}/Make.rules.pre_sed
+ @${SED} -e 's: -lnsl::' \
+ < ${WRKSRC}/Make.rules.pre_sed > ${WRKSRC}/Make.rules
+
@${MV} ${WRKSRC}/src/proftpd.8 ${WRKSRC}/src/proftpd.8.pre_sed
@${SED} -e 's:/etc:${PREFIX}/etc:' \
-e 's:/usr/sbin/proftpd:${PREFIX}/libexec/proftpd:' \
@@ -114,7 +118,7 @@ do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/proftpd
@${INSTALL_DATA} ${WRKSRC}/doc/Configuration.html ${PREFIX}/share/doc/proftpd
- @${INSTALL_DATA} ${WRKSRC}/doc/FAQ-config.html ${PREFIX}/share/doc/proftpd
+ @${INSTALL_DATA} ${WRKSRC}/doc/faq.html ${PREFIX}/share/doc/proftpd
.endif
.if !defined(WITHOUT_PAM)
diff --git a/ftp/proftpd/distinfo b/ftp/proftpd/distinfo
index ab4b1de..e65cd88 100644
--- a/ftp/proftpd/distinfo
+++ b/ftp/proftpd/distinfo
@@ -1 +1 @@
-MD5 (proftpd-1.2.4.tar.bz2) = 98570c48e3187ddaac385e33e0765c74
+MD5 (proftpd-1.2.5.tar.bz2) = 100a374dfcaa4852cb767dc6afeb4277
diff --git a/ftp/proftpd/files/patch-pam b/ftp/proftpd/files/patch-pam
index ad29307..1f79c4f 100644
--- a/ftp/proftpd/files/patch-pam
+++ b/ftp/proftpd/files/patch-pam
@@ -17,17 +17,17 @@
Linux:
To use PAM with ProFTPD, you must edit /etc/pam.d/ftp and add the
---- ./doc/Configuration.html.orig Mon Jan 21 16:28:02 2002
-+++ ./doc/Configuration.html Mon Jan 21 16:28:13 2002
-@@ -712,7 +712,7 @@
- <hr>
- <h2><a name="AuthPAMConfig">AuthPAMConfig</a></h2>
- <p><strong>Syntax:</strong> AuthPAMConfig <em>service</em><br>
-- <strong>Default:</strong> ftp<br>
-+ <strong>Default:</strong> ftpd<br>
- <strong>Context:</strong> server config,&lt;VirtualHost&gt;, &lt;Global&gt;<br>
- <STRONG>Module:</STRONG> mod_pam<BR>
- <strong>Compatibility:</strong> 1.2.0rc1 and later</p>
+--- doc/Configuration.html.orig Wed May 22 10:08:15 2002
++++ doc/Configuration.html Sat Jun 1 10:30:54 2002
+@@ -3806,7 +3806,7 @@
+ ></DT
+ ><DD
+ ><P
+->ftp</P
++>ftpd</P
+ ></DD
+ ><DT
+ ><PRE
--- ./modules/mod_pam.c.orig Mon Jan 21 16:28:51 2002
+++ ./modules/mod_pam.c Mon Jan 21 16:29:03 2002
@@ -48,7 +48,7 @@
diff --git a/ftp/proftpd/pkg-plist b/ftp/proftpd/pkg-plist
index 8f86966..0fcaf3e 100644
--- a/ftp/proftpd/pkg-plist
+++ b/ftp/proftpd/pkg-plist
@@ -7,5 +7,5 @@ etc/rc.d/proftpd.sh.sample
libexec/proftpd
sbin/ftpshut
share/doc/proftpd/Configuration.html
-share/doc/proftpd/FAQ-config.html
+share/doc/proftpd/faq.html
@dirrm share/doc/proftpd
OpenPOWER on IntegriCloud