Index: head/ftp/ftpd-tls/Makefile =================================================================== --- head/ftp/ftpd-tls/Makefile (revision 89349) +++ head/ftp/ftpd-tls/Makefile (revision 89350) @@ -1,64 +1,64 @@ # Ports collection makefile for: ftpd-tls # Date created: 21 August 2003 # Whom: marius@alchemy.franken.de # # $FreeBSD$ # PORTNAME= ftpd-tls -PORTVERSION= 20030520 +PORTVERSION= 20030924 CATEGORIES= ftp security MASTER_SITES= ftp://ftp.zeist.de/pub/distfiles/ \ ftp://ftp.runestig.com/pub/ftpd-tls/ MAINTAINER= marius@alchemy.franken.de COMMENT= Ftp server supporting FTP AUTH TLS GNU_CONFIGURE= YES USE_OPENSSL= YES USE_REINPLACE= YES MAN8= ftpd-tls.8 .include .if ${OSVERSION} < 400000 BROKEN= "Not supported on systems prior to FreeBSD 4.0 (missing getaddrinfo())" .endif CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE} CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message post-patch: .for i in README.TLS ftpd.8.TLS pathnames.h tlsutil.c @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i} .endfor @${SED} 's|%%PREFIX%%|${PREFIX}|g; s|%%DOCSDIR%%|${DOCSDIR}|g' \ ${PKGDIR}/pkg-message > ${WRKDIR}/pkg-message @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/ftpd-tls.sh > \ ${WRKDIR}/ftpd-tls.sh do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ftpd ${PREFIX}/libexec/ftpd-tls @${INSTALL_MAN} ${WRKSRC}/ftpd.8.TLS ${PREFIX}/man/man8/ftpd-tls.8 @${INSTALL_SCRIPT} ${WRKDIR}/ftpd-tls.sh \ ${PREFIX}/etc/rc.d/ftpd-tls.sh.sample .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in README.TLS draft-murray-auth-ftp-ssl-09.txt @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .if !exists(${PREFIX}/etc/ftpd-tls) @${MKDIR} ${PREFIX}/etc/ftpd-tls @${CHMOD} 700 ${PREFIX}/etc/ftpd-tls .endif .if (!exists(${PREFIX}/etc/ftpd-tls/ftpusers)) && (exists(/etc/ftpusers)) @${INSTALL_DATA} /etc/ftpusers ${PREFIX}/etc/ftpd-tls .endif post-install: @${CAT} ${WRKDIR}/pkg-message .include Property changes on: head/ftp/ftpd-tls/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/ftp/ftpd-tls/distinfo =================================================================== --- head/ftp/ftpd-tls/distinfo (revision 89349) +++ head/ftp/ftpd-tls/distinfo (revision 89350) @@ -1 +1 @@ -MD5 (ftpd-tls-20030520.tar.gz) = f9b1f0cc41dbaf248e84a37896cbcec3 +MD5 (ftpd-tls-20030924.tar.gz) = 2484f7f497b1181682cde63e0e8fad48 Property changes on: head/ftp/ftpd-tls/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/ftp/ftpd-tls/files/patch-configure =================================================================== --- head/ftp/ftpd-tls/files/patch-configure (revision 89349) +++ head/ftp/ftpd-tls/files/patch-configure (nonexistent) @@ -1,10 +0,0 @@ ---- configure.orig Tue Sep 9 19:20:27 2003 -+++ configure Tue Sep 9 19:20:50 2003 -@@ -4891,6 +4891,7 @@ - cat >conftest.$ac_ext <<_ACEOF - #line $LINENO "configure" - #include "confdefs.h" -+$ac_includes_default - #include - #ifdef F77_DUMMY_MAIN - # ifdef __cplusplus Property changes on: head/ftp/ftpd-tls/files/patch-configure ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/ftp/ftpd-tls/files/patch-Makefile.in =================================================================== --- head/ftp/ftpd-tls/files/patch-Makefile.in (revision 89349) +++ head/ftp/ftpd-tls/files/patch-Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Sep 9 00:57:31 2003 -+++ Makefile.in Tue Sep 9 01:00:35 2003 -@@ -78,7 +78,7 @@ - @STAT_FLAGS_C@ @BSDSRCS@ - OBJS= $(SRCS:.c=.o) - --CFLAGS= -g ${CWARNINGFLAGS} -+CFLAGS= @CFLAGS@ ${CWARNINGFLAGS} - CPPFLAGS= @CPPFLAGS@ $(DEFS) -Dunix -I. -I${LSDIR} - - BINGRP= bin Property changes on: head/ftp/ftpd-tls/files/patch-Makefile.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/ftp/ftpd-tls/pkg-plist =================================================================== --- head/ftp/ftpd-tls/pkg-plist (revision 89349) +++ head/ftp/ftpd-tls/pkg-plist (revision 89350) @@ -1,8 +1,9 @@ +etc/rc.d/ftpd-tls.sh.sample libexec/ftpd-tls %%PORTDOCS%%%%DOCSDIR%%/README.TLS %%PORTDOCS%%%%DOCSDIR%%/draft-murray-auth-ftp-ssl-09.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% @exec mkdir -p %D/etc/ftpd-tls && chmod 700 %D/etc/ftpd-tls @exec if [ ! -f %D/etc/ftpd-tls/ftpusers ] && [ -f /etc/ftpusers ]; then cp /etc/ftpusers %D/etc/ftpd-tls/ftpusers; fi @unexec if cmp -s %D/etc/ftpd-tls/ftpusers /etc/ftpusers; then rm -f %D/etc/ftpd-tls/ftpusers; fi @unexec rmdir %D/etc/ftpd-tls 2> /dev/null || echo "If permanently deleting this package, %D/etc/ftpd-tls and its contents must be removed manually." Property changes on: head/ftp/ftpd-tls/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property