[csw-devel] SF.net SVN: gar:[3908] csw/mgar/pkg/wget/trunk

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Tue Mar 24 14:27:09 CET 2009


Revision: 3908
          http://gar.svn.sourceforge.net/gar/?rev=3908&view=rev
Author:   idogan23
Date:     2009-03-24 13:27:09 +0000 (Tue, 24 Mar 2009)

Log Message:
-----------
wget: updated to 1.11.4, mGAR v2

Modified Paths:
--------------
    csw/mgar/pkg/wget/trunk/Makefile
    csw/mgar/pkg/wget/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/wget/trunk/files/
    csw/mgar/pkg/wget/trunk/files/CSWwget.gspec

Property Changed:
----------------
    csw/mgar/pkg/wget/trunk/


Property changes on: csw/mgar/pkg/wget/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/wget/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wget/trunk/Makefile	2009-03-24 12:38:19 UTC (rev 3907)
+++ csw/mgar/pkg/wget/trunk/Makefile	2009-03-24 13:27:09 UTC (rev 3908)
@@ -1,5 +1,5 @@
 GARNAME = wget
-GARVERSION = 1.9.1
+GARVERSION = 1.11.4
 CATEGORIES = net
 
 DESCRIPTION = A network utility to retrieve files from the Web.
@@ -14,16 +14,18 @@
 endef
 
 MASTER_SITES = $(GNU_MIRROR)
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz 
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+DISTFILES += $(call admfiles,CSWwget)
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
-LIBDEPS += lib/openssl
-
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --with-ssl
+CONFIGURE_ARGS += --disable-nls
 
+REQUIRED_PKGS = CSWosslrt
+
 TEST_TARGET = check
 
 include gar/category.mk

Modified: csw/mgar/pkg/wget/trunk/checksums
===================================================================
--- csw/mgar/pkg/wget/trunk/checksums	2009-03-24 12:38:19 UTC (rev 3907)
+++ csw/mgar/pkg/wget/trunk/checksums	2009-03-24 13:27:09 UTC (rev 3908)
@@ -1 +1,2 @@
-e6051f1e1487ec0ebfdbda72bedc70ad  download/wget-1.9.1.tar.gz
+f5076a8c2ec2b7f334cb6e3059820f9c  download/wget-1.11.4.tar.bz2
+0232e26f1324e2b2c0c6c1ab4bf3f2e3  download/CSWwget.gspec

Added: csw/mgar/pkg/wget/trunk/files/CSWwget.gspec
===================================================================
--- csw/mgar/pkg/wget/trunk/files/CSWwget.gspec	                        (rev 0)
+++ csw/mgar/pkg/wget/trunk/files/CSWwget.gspec	2009-03-24 13:27:09 UTC (rev 3908)
@@ -0,0 +1,4 @@
+%var            bitname wget
+%var            pkgname CSWwget
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC_FIRSTMOD}/LICENSE


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list