diff options
author | netchild <netchild@FreeBSD.org> | 2003-09-25 11:34:39 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-09-25 11:34:39 +0000 |
commit | c9ad71271ec328bda405d5a91b5628b13e78675d (patch) | |
tree | e7d9f659fee824b316fbf30d5642848a8c193472 /ftp/ftpd-tls | |
parent | 980d18c1f55ed6697d552b802171ad59594dc039 (diff) | |
download | FreeBSD-ports-c9ad71271ec328bda405d5a91b5628b13e78675d.zip FreeBSD-ports-c9ad71271ec328bda405d5a91b5628b13e78675d.tar.gz |
- Update to 20030924. If you're running 20030520 there is no need to
update, the only change is that it now incorporates two patches
previously part of this port.
- Fix PLIST, the sample start-up script was missing.
Submitted by: maintainer
Diffstat (limited to 'ftp/ftpd-tls')
-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 9925ed1..a7fad8e 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 f4eba74..8750c3a 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 ad101a8..0000000 --- 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 0463aaf..0000000 --- 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 9e5cd11..82d6918 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 |