diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-09-25 11:34:39 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-09-25 11:34:39 +0000 |
commit | 6c215008b115398a17f2bff6321b05750e73f054 (patch) | |
tree | dbca043f659f88d97ac391e71322894dc0382925 /ftp | |
parent | 9e628d6034d095ad63b859234b08b3aac3b00119 (diff) | |
download | ports-6c215008b115398a17f2bff6321b05750e73f054.tar.gz ports-6c215008b115398a17f2bff6321b05750e73f054.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpd-tls/Makefile | 2 | ||||
-rw-r--r-- | ftp/ftpd-tls/distinfo | 2 | ||||
-rw-r--r-- | ftp/ftpd-tls/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | ftp/ftpd-tls/files/patch-configure | 10 | ||||
-rw-r--r-- | ftp/ftpd-tls/pkg-plist | 1 |
5 files changed, 3 insertions, 23 deletions
diff --git a/ftp/ftpd-tls/Makefile b/ftp/ftpd-tls/Makefile index 9925ed10f748..a7fad8e3d372 100644 --- a/ftp/ftpd-tls/Makefile +++ b/ftp/ftpd-tls/Makefile @@ -6,7 +6,7 @@ # 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/ diff --git a/ftp/ftpd-tls/distinfo b/ftp/ftpd-tls/distinfo index f4eba7422877..8750c3ac282f 100644 --- a/ftp/ftpd-tls/distinfo +++ b/ftp/ftpd-tls/distinfo @@ -1 +1 @@ -MD5 (ftpd-tls-20030520.tar.gz) = f9b1f0cc41dbaf248e84a37896cbcec3 +MD5 (ftpd-tls-20030924.tar.gz) = 2484f7f497b1181682cde63e0e8fad48 diff --git a/ftp/ftpd-tls/files/patch-Makefile.in b/ftp/ftpd-tls/files/patch-Makefile.in deleted file mode 100644 index ad101a80ade1..000000000000 --- a/ftp/ftpd-tls/files/patch-Makefile.in +++ /dev/null @@ -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 diff --git a/ftp/ftpd-tls/files/patch-configure b/ftp/ftpd-tls/files/patch-configure deleted file mode 100644 index 0463aaf40a3e..000000000000 --- a/ftp/ftpd-tls/files/patch-configure +++ /dev/null @@ -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 <utmp.h> - #ifdef F77_DUMMY_MAIN - # ifdef __cplusplus diff --git a/ftp/ftpd-tls/pkg-plist b/ftp/ftpd-tls/pkg-plist index 9e5cd11270d5..82d69185471a 100644 --- a/ftp/ftpd-tls/pkg-plist +++ b/ftp/ftpd-tls/pkg-plist @@ -1,3 +1,4 @@ +etc/rc.d/ftpd-tls.sh.sample libexec/ftpd-tls %%PORTDOCS%%%%DOCSDIR%%/README.TLS %%PORTDOCS%%%%DOCSDIR%%/draft-murray-auth-ftp-ssl-09.txt |