1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

update to 1.2.5

This commit is contained in:
Michael Haro 2002-06-13 21:00:23 +00:00
parent ba8c398f70
commit 0e14e60e62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61236
8 changed files with 40 additions and 32 deletions

View File

@ -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)

View File

@ -1 +1 @@
MD5 (proftpd-1.2.4.tar.bz2) = 98570c48e3187ddaac385e33e0765c74
MD5 (proftpd-1.2.5.tar.bz2) = 100a374dfcaa4852cb767dc6afeb4277

View File

@ -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 @@

View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
MD5 (proftpd-1.2.4.tar.bz2) = 98570c48e3187ddaac385e33e0765c74
MD5 (proftpd-1.2.5.tar.bz2) = 100a374dfcaa4852cb767dc6afeb4277

View File

@ -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 @@

View File

@ -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