[csw-devel] SF.net SVN: gar:[19184] csw/mgar/pkg/liburiparser/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Sep 11 11:33:20 CEST 2012


Revision: 19184
          http://gar.svn.sourceforge.net/gar/?rev=19184&view=rev
Author:   dmichelsen
Date:     2012-09-11 09:33:19 +0000 (Tue, 11 Sep 2012)
Log Message:
-----------
liburiparser/trunk: Update to 0.7.7 and sanitize _dev package name

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

Removed Paths:
-------------
    csw/mgar/pkg/liburiparser/trunk/files/0001-Remove-superflous-extension-breaking-install-with-th.patch

Modified: csw/mgar/pkg/liburiparser/trunk/Makefile
===================================================================
--- csw/mgar/pkg/liburiparser/trunk/Makefile	2012-09-11 09:15:41 UTC (rev 19183)
+++ csw/mgar/pkg/liburiparser/trunk/Makefile	2012-09-11 09:33:19 UTC (rev 19184)
@@ -1,6 +1,6 @@
 # $Id$
 NAME = liburiparser
-VERSION = 0.7.5
+VERSION = 0.7.7
 CATEGORIES = lib
 GARTYPE = v2
 
@@ -11,33 +11,26 @@
 SF_PROJ = uriparser
 MASTER_SITES = $(SF_MIRROR)
 DISTNAME = $(SF_PROJ)-$(VERSION)
-DISTFILES  = $(DISTNAME).tar.lzma
+DISTFILES  = $(DISTNAME).tar.bz2
 
-PATCHFILES = 0001-Remove-superflous-extension-breaking-install-with-th.patch
-
 # File name regex to get notifications about upstream software releases
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.bz2
 
-BUILD_DEP_PKGS = CSWlibcpptestdevel
+BUILD_DEP_PKGS = CSWlibcpptest-dev
 
-PACKAGES = CSWliburiparser1 CSWliburiparserdevel
+PACKAGES += CSWliburiparser1
+SPKG_DESC_CSWliburiparser1 = RFC 3986 compliant URI parsing library, liburiparser.so.1
+PKGFILES_CSWliburiparser1 += $(call pkgfiles_lib,liburiparser.so.1)
 
-CATALOGNAME_CSWliburiparser1 = liburiparser1
-CATALOGNAME_CSWliburiparserdevel = liburiparser_devel
+PACKAGES += CSWliburiparser-dev
+SPKG_DESC_CSWliburiparser-dev = Development files for liburiparser.so.1
+RUNTIME_DEP_PKGS_CSWliburiparser-dev += CSWliburiparser1
+OBSOLETED_BY_CSWliburiparser-dev += CSWliburiparserdevel
+CATALOGNAME_CSWliburiparserdevel = liburiparser_devel_stub
 
-SPKG_DESC_CSWliburiparser1 = $(DESCRIPTION) Runtime
-SPKG_DESC_CSWliburiparserdevel = $(DESCRIPTION) Development Files
-
-RUNTIME_DEP_PKGS_CSWliburiparserdevel = CSWliburiparser1
-CHECKPKG_OVERRIDES_CSWliburiparserdevel += surplus-dependency|CSWliburiparser1
-
 BUILD64_LIBS_ONLY = 1
-CONFIGURE_SCRIPTS  = $(WORKSRC)/configure
-CONFIGURE_SCRIPTS += $(WORKSRC)/doc/configure
 
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --docdir=$(docdir)/$(NAME)
 
-PKGFILES_CSWliburiparser1 = $(PKGFILES_RT)
-
 include gar/category.mk

Modified: csw/mgar/pkg/liburiparser/trunk/checksums
===================================================================
--- csw/mgar/pkg/liburiparser/trunk/checksums	2012-09-11 09:15:41 UTC (rev 19183)
+++ csw/mgar/pkg/liburiparser/trunk/checksums	2012-09-11 09:33:19 UTC (rev 19184)
@@ -1 +1 @@
-a87b79caa1258cf9f232b55fce66ff22  uriparser-0.7.5.tar.lzma
+2da950ef006be5a842dcc383cbbeaa78  uriparser-0.7.7.tar.bz2

Deleted: csw/mgar/pkg/liburiparser/trunk/files/0001-Remove-superflous-extension-breaking-install-with-th.patch
===================================================================
--- csw/mgar/pkg/liburiparser/trunk/files/0001-Remove-superflous-extension-breaking-install-with-th.patch	2012-09-11 09:15:41 UTC (rev 19183)
+++ csw/mgar/pkg/liburiparser/trunk/files/0001-Remove-superflous-extension-breaking-install-with-th.patch	2012-09-11 09:33:19 UTC (rev 19184)
@@ -1,25 +0,0 @@
-From b53c60334676b2dcbf5f4d3de3ead8a391b8a43c Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Thu, 21 Oct 2010 14:12:56 +0200
-Subject: [PATCH] Remove superflous extension breaking install with the shell
-
----
- doc/Makefile.in |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/doc/Makefile.in b/doc/Makefile.in
-index 63b4893..4393def 100644
---- a/doc/Makefile.in
-+++ b/doc/Makefile.in
-@@ -344,7 +344,7 @@ distclean-local:
- 
- install-data-local:
- 	$(MKDIR_P) "$(DESTDIR)$(docdir)/html"  ## Didn't work with installdirs-local
--	$(INSTALL_DATA) html/*.{css,gif,html,png} "$(DESTDIR)$(docdir)/html/"
-+	$(INSTALL_DATA) html/*.{css,html,png} "$(DESTDIR)$(docdir)/html/"
- 
- uninstall-local:
- 	-rm -Rf "$(DESTDIR)$(docdir)/html"
--- 
-1.7.2.2
-

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