Revision: 20957
          http://gar.svn.sourceforge.net/gar/?rev=20957&view=rev
Author:   idogan23
Date:     2013-05-03 12:58:34 +0000 (Fri, 03 May 2013)
Log Message:
-----------
pm_berkeleydb:  Bump version to 0.51

Modified Paths:
--------------
    csw/mgar/pkg/cpan/BerkeleyDB/trunk/Makefile
    csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/0001-scan.pl-path.patch

Modified: csw/mgar/pkg/cpan/BerkeleyDB/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/BerkeleyDB/trunk/Makefile 2013-05-03 09:26:18 UTC (rev 
20956)
+++ csw/mgar/pkg/cpan/BerkeleyDB/trunk/Makefile 2013-05-03 12:58:34 UTC (rev 
20957)
@@ -1,10 +1,10 @@
 NAME = BerkeleyDB
-VERSION = 0.43
+VERSION = 0.51
 CATEGORIES = cpan
 GARTYPE = v2
 AUTHOR = PMQS
 
-DESCRIPTION = BerkeleyDB module
+DESCRIPTION = BerkeleyDB Module
 define BLURB
   Includes BerkeleyDB, BerkeleyDB::Btree, BerkeleyDB::Hash
 endef
@@ -14,11 +14,15 @@
 PACKAGES = CSWpmberkeleydb
 CATALOGNAME = pm_berkeleydb
 
-PATCHFILES = CSWpmberkeleydb.config.in.diff
+PATCHFILES  = CSWpmberkeleydb.config.in.diff
+PATCHFILES += 0001-scan.pl-path.patch
 
 NOISALIST = 1
 EXTRA_LIB = /opt/csw/bdb48/lib
 
 RUNTIME_DEP_PKGS = CSWbdb48
 
+# Catalog name correct for Perl module.
+CHECKPKG_OVERRIDES_CSWpmberkeleydb += 
catalogname-does-not-match-pkgname|pkgname=CSWpmberkeleydb|catalogname=pm_berkeleydb|expected-catalogname=pmberkeleydb
+
 include gar/category.mk

Modified: csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums        2013-05-03 09:26:18 UTC 
(rev 20956)
+++ csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums        2013-05-03 12:58:34 UTC 
(rev 20957)
@@ -1 +1 @@
-3d0cf0651ed8cd3fc36e328d5924a1e9  BerkeleyDB-0.43.tar.gz
+50d0d18227a6568e2557a1b1b33f8f55  BerkeleyDB-0.51.tar.gz

Added: csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/0001-scan.pl-path.patch
===================================================================
--- csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/0001-scan.pl-path.patch            
                (rev 0)
+++ csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/0001-scan.pl-path.patch    
2013-05-03 12:58:34 UTC (rev 20957)
@@ -0,0 +1,22 @@
+From c4615bdabe5d9f1cf8457130cdcdd50cf49e814e Mon Sep 17 00:00:00 2001
+From: Ihsan Dogan <[email protected]>
+Date: Fri, 3 May 2013 14:37:07 +0200
+Subject: [PATCH] scan.pl-path
+
+---
+ scan.pl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/scan.pl b/scan.pl
+index 3fce7a8..085be2e 100644
+--- a/scan.pl
++++ b/scan.pl
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/opt/csw/bin/perl
+ 
+ my $ignore_re = '^(' . join("|", 
+       qw(
+-- 
+1.8.1.4
+

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

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to