Index: head/ftp/wu-ftpd+ipv6/Makefile =================================================================== --- head/ftp/wu-ftpd+ipv6/Makefile (revision 72500) +++ head/ftp/wu-ftpd+ipv6/Makefile (revision 72501) @@ -1,36 +1,36 @@ # New ports collection makefile for: wu-ftpd+ipv6 # Date created: 30 Aug 2002 # Whom: sumikawa # # $FreeBSD$ # # REMINDER: to use ftpaccess(5) you need to specify -a in command line, # it is changed from previous versions PORTNAME= wu-ftpd+ipv6 PORTVERSION= 2.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/ DISTNAME= wu-ftpd-${PORTVERSION} PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ PATCHFILES= wu-ftpd-262-v6-20020830.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= sumikawa@FreeBSD.org USE_AUTOCONF= yes CONFIGURE_ARGS= --enable-rfc931 --disable-pasvip --enable-opie \ --enable-noop --disable-numericuid --enable-nlst-dirs \ --enable-ipv6 \ --prefix=${PREFIX} --with-etc-dir=${PREFIX}/etc MAKE_ENV+= WARNINGS=-DSPT_TYPE=SPT_BUILTIN MAN1= ftpcount.1 ftpwho.1 MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5 \ ftpservers.5 MAN8= ftpd.8 ftpshut.8 ftprestart.8 privatepw.8 .include Property changes on: head/ftp/wu-ftpd+ipv6/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.50 \ No newline at end of property +1.51 \ No newline at end of property Index: head/ftp/wu-ftpd+ipv6/files/patch-ac =================================================================== --- head/ftp/wu-ftpd+ipv6/files/patch-ac (nonexistent) +++ head/ftp/wu-ftpd+ipv6/files/patch-ac (revision 72501) @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sat Jul 1 22:04:21 2000 ++++ src/Makefile.in Sun Dec 22 21:01:41 2002 +@@ -34,7 +34,7 @@ + + CFLAGS=$(WARNINGS) @CFLAGS@ + LDFLAGS=@LDFLAGS@ +-YACC=@YACC@ ++YACC=byacc + LIBS=@LIBS@ + + UTIL_SRC = COPYRIGHT.c vers.c Property changes on: head/ftp/wu-ftpd+ipv6/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.9 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property