Index: head/ftp/wget/Makefile =================================================================== --- head/ftp/wget/Makefile (revision 141140) +++ head/ftp/wget/Makefile (revision 141141) @@ -1,60 +1,59 @@ # Ports collection makefile for: wget # Date created: 31 December 1996 # Whom: Thomas Gellekum # # $FreeBSD$ # PORTNAME= wget -DISTVERSION= 1.10 -PORTREVISION= 2 +DISTVERSION= 1.10.1 CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wget MAINTAINER= sf@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP and FTP .if !defined(WITHOUT_NLS) USE_GETTEXT= yes .endif CONFLICTS= wget-devel-[0-9]* USE_REINPLACE= yes USE_PERL5_BUILD= yes GNU_CONFIGURE= yes .if defined(WITHOUT_SSL) CONFIGURE_ARGS= --with-ssl=no .else USE_OPENSSL= yes .endif .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB= NLS="@comment " .else CONFIGURE_ARGS+= --enable-nls LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ "LDFLAGS=${LDFLAGS}" PLIST_SUB= NLS="" .endif MAN1= wget.1 INFO= wget post-patch: ${RM} -f ${WRKSRC}/doc/wget.info* ${WRKSRC}/po/*.mo ${WRKSRC}/po/*.gmo # eliminate gmakism ${REINPLACE_CMD} -e 's,$$<,$$(srcdir)/wget.texi,' \ ${WRKSRC}/doc/Makefile.in ${REINPLACE_CMD} -e 's,/usr/local/etc/wgetrc,${PREFIX}/etc/wgetrc,' \ -e 's,@file{},@file{${PREFIX}},' \ ${WRKSRC}/doc/sample.wgetrc* ${WRKSRC}/doc/wget.texi post-install: install-info ${PREFIX}/info/wget.info ${PREFIX}/info/dir .include Property changes on: head/ftp/wget/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.76 \ No newline at end of property +1.77 \ No newline at end of property Index: head/ftp/wget/distinfo =================================================================== --- head/ftp/wget/distinfo (revision 141140) +++ head/ftp/wget/distinfo (revision 141141) @@ -1,2 +1,2 @@ -MD5 (wget-1.10.tar.gz) = caddc199d2cb31969e32b19fd365b0c5 -SIZE (wget-1.10.tar.gz) = 1593119 +MD5 (wget-1.10.1.tar.gz) = 879a15cc9093796b8a5035ff0d0d25ad +SIZE (wget-1.10.1.tar.gz) = 1212784 Property changes on: head/ftp/wget/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/ftp/wget/files/patch-src_ftp.c =================================================================== --- head/ftp/wget/files/patch-src_ftp.c (revision 141140) +++ head/ftp/wget/files/patch-src_ftp.c (nonexistent) @@ -1,12 +0,0 @@ -Index: src/ftp.c -=================================================================== ---- src/ftp.c (revision 2038) -+++ src/ftp.c (working copy) -@@ -1023,7 +1023,6 @@ - err = ftp_response (csock, &respline); - if (err != FTPOK) - { -- xfree (respline); - /* The control connection is decidedly closed. Print the time - only if it hasn't already been printed. */ - if (res != -1) Property changes on: head/ftp/wget/files/patch-src_ftp.c ___________________________________________________________________ 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