[Midnightbsd-cvs] mports: ftp/wget: Update to wget 1.11, gpl3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Apr 11 20:20:13 EDT 2008


Log Message:
-----------
Update to wget 1.11, gpl3

Modified Files:
--------------
    mports/ftp/wget:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)

Added Files:
-----------
    mports/ftp/wget/files:
        patch-doc_Makefile.in (r1.1)

Removed Files:
-------------
    mports/ftp/wget/files:
        patch-ac

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/ftp/wget/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L ftp/wget/pkg-plist -L ftp/wget/pkg-plist -u -r1.1 -r1.2
--- ftp/wget/pkg-plist
+++ ftp/wget/pkg-plist
@@ -1,5 +1,6 @@
 bin/wget
-etc/wgetrc
+etc/wgetrc.sample
+%%NLS%%share/locale/be/LC_MESSAGES/wget.mo
 %%NLS%%share/locale/bg/LC_MESSAGES/wget.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/wget.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/wget.mo
@@ -18,11 +19,13 @@
 %%NLS%%share/locale/he/LC_MESSAGES/wget.mo
 %%NLS%%share/locale/hr/LC_MESSAGES/wget.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/wget.mo
+%%NLS%%share/locale/id/LC_MESSAGES/wget.mo
 %%NLS%%share/locale/it/LC_MESSAGES/wget.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/wget.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/wget.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/wget.mo
-%%NLS%%share/locale/no/LC_MESSAGES/wget.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/wget.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/wget.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/wget.mo
 %%NLS%%share/locale/ro/LC_MESSAGES/wget.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/wget.mo
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/ftp/wget/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L ftp/wget/Makefile -L ftp/wget/Makefile -u -r1.1 -r1.2
--- ftp/wget/Makefile
+++ ftp/wget/Makefile
@@ -7,18 +7,20 @@
 #
 
 PORTNAME=	wget
-DISTVERSION=	1.10.2
+DISTVERSION=	1.11
 CATEGORIES=	ftp www ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	wget
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Retrieve files from the Net via HTTP and FTP
+LICENSE=	gpl3
 
 .if !defined(WITHOUT_NLS)
 USE_GETTEXT=	yes
 .endif
 
+USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_PERL5_BUILD=	yes
 GNU_CONFIGURE=		yes
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/ftp/wget/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L ftp/wget/distinfo -L ftp/wget/distinfo -u -r1.1 -r1.2
--- ftp/wget/distinfo
+++ ftp/wget/distinfo
@@ -1,3 +1,3 @@
-MD5 (wget-1.10.2.tar.gz) = 795fefbb7099f93e2d346b026785c4b8
-SHA256 (wget-1.10.2.tar.gz) = a83419494813209af670c4d3073a75640a9a52bdb5b89a0eb9096ed8bbaf1262
-SIZE (wget-1.10.2.tar.gz) = 1213056
+MD5 (wget-1.11.tar.bz2) = d2746aac29f2c0f661ee8e26c6b695ad
+SHA256 (wget-1.11.tar.bz2) = 3daa33dc67b9096d785253331b6a95db6901caa913f09e2377e1b61f50180d56
+SIZE (wget-1.11.tar.bz2) = 930167
--- /dev/null
+++ ftp/wget/files/patch-doc_Makefile.in
@@ -0,0 +1,20 @@
+--- doc/Makefile.in.orig	Mon Jun  6 23:42:17 2005
++++ doc/Makefile.in	Wed Apr 11 22:18:59 2007
+@@ -22,7 +22,7 @@
+ SHELL = /bin/sh
+ 
+ # Program to format Texinfo source into Info files.
+-MAKEINFO = @MAKEINFO@
++MAKEINFO = @MAKEINFO@ --no-split
+ # Program to format Texinfo source into DVI files.
+ TEXI2DVI = texi2dvi
+ # Program to convert DVI files to PostScript
+@@ -51,7 +51,7 @@
+ TEXI2POD     = texi2pod.pl
+ POD2MAN      = @POD2MAN@
+ MAN          = wget.$(manext)
+-WGETRC       = $(sysconfdir)/wgetrc
++WGETRC       = $(sysconfdir)/wgetrc.sample
+ SAMPLERCTEXI = sample.wgetrc.munged_for_texi_inclusion
+ 
+ #
--- ftp/wget/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig	Sun Dec 31 14:07:09 2000
-+++ doc/Makefile.in	Mon Jan 15 04:52:47 2001
-@@ -22,7 +22,7 @@
- SHELL = /bin/sh
- 
- # Program to format Texinfo source into Info files.
--MAKEINFO = @MAKEINFO@
-+MAKEINFO = @MAKEINFO@ --no-split
- # Program to format Texinfo source into DVI files.
- TEXI2DVI = texi2dvi
- # Program to convert DVI files to PostScript


More information about the Midnightbsd-cvs mailing list