Index: head/net/nc6/Makefile =================================================================== --- head/net/nc6/Makefile (revision 88867) +++ head/net/nc6/Makefile (revision 88868) @@ -1,27 +1,27 @@ # New ports collection makefile for: nc6 # Date created: 30 May 2002 # Whom: Filippo Natali # # $FreeBSD$ # PORTNAME= nc6 PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.deepspace6.net/pub/sources/nc6/ \ - http://ftp.deepspace6.net/pub/sources/nc6/ +MASTER_SITES= ftp://ftp.deepspace6.net/pub/ds6/sources/nc6/ \ + http://ftp.deepspace6.net/pub/ds6/sources/nc6/ MAINTAINER= filippo@widestore.net COMMENT= Netcat clone with IPv6 support LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ intl.5:${PORTSDIR}/devel/gettext MAN1= nc6.1 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include Property changes on: head/net/nc6/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/nc6/files/patch-ab =================================================================== --- head/net/nc6/files/patch-ab (nonexistent) +++ head/net/nc6/files/patch-ab (revision 88868) @@ -0,0 +1,11 @@ +--- src/parser.c.orig Thu Mar 27 18:09:49 2003 ++++ src/parser.c Thu Sep 4 22:11:43 2003 +@@ -148,7 +148,7 @@ + _verbosity_level = 0; + + /* option recognition loop */ +- while ((c = getopt_long(argc, argv, "46ehlnp:q:s:uvw:x", ++ while ((c = getopt_long(argc, argv, "46e:hlnp:q:s:uvw:x", + long_options, &option_index)) >= 0) + { + switch (c) { Property changes on: head/net/nc6/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property