SF.net SVN: gar:[22591] csw/mgar/pkg/cpan/MARC-Charset/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Nov 27 16:56:43 CET 2013


Revision: 22591
          http://gar.svn.sourceforge.net/gar/?rev=22591&view=rev
Author:   dmichelsen
Date:     2013-11-27 15:56:43 +0000 (Wed, 27 Nov 2013)
Log Message:
-----------
cpan/MARC-Charset/trunk: Update to 1.35

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

Added Paths:
-----------
    csw/mgar/pkg/cpan/MARC-Charset/trunk/files/0001-Only-one-author-allowed.patch

Modified: csw/mgar/pkg/cpan/MARC-Charset/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/MARC-Charset/trunk/Makefile	2013-11-27 15:11:05 UTC (rev 22590)
+++ csw/mgar/pkg/cpan/MARC-Charset/trunk/Makefile	2013-11-27 15:56:43 UTC (rev 22591)
@@ -1,5 +1,5 @@
 NAME = MARC-Charset
-VERSION = 1.33
+VERSION = 1.35
 CATEGORIES = cpan
 GARTYPE = v2
 AUTHOR = GMCHARLT
@@ -8,9 +8,12 @@
 define BLURB
 endef
 
+# Our version of makemake only allows one author
+PATCHFILES += 0001-Only-one-author-allowed.patch
+
 CATALOG_RELEASE = unstable
 
-LICENSE_TEXT = This module is licensed under the unknown license
+LICENSE_TEXT = This module is licensed under the perl license
 
 PACKAGES += CSWpm-marc-charset
 CATALOGNAME_CSWpm-marc-charset = pm_marc_charset
@@ -19,7 +22,5 @@
 ARCHALL_CSWpm-marc-charset = 1
 RUNTIME_DEP_PKGS_CSWpm-marc-charset += CSWpm-xml-sax
 RUNTIME_DEP_PKGS_CSWpm-marc-charset += CSWpm-class-accessor
-OBSOLETED_BY_CSWpm-marc-charset += CSWpmmarccharset
-CATALOGNAME_CSWpmmarccharset = pm_marccharset_stub
 
 include gar/category.mk

Modified: csw/mgar/pkg/cpan/MARC-Charset/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/MARC-Charset/trunk/checksums	2013-11-27 15:11:05 UTC (rev 22590)
+++ csw/mgar/pkg/cpan/MARC-Charset/trunk/checksums	2013-11-27 15:56:43 UTC (rev 22591)
@@ -1 +1 @@
-02882113257742eef9c11adf29a16854  MARC-Charset-1.33.tar.gz
+91bd9e001f6d8b621b173280be444cac  MARC-Charset-1.35.tar.gz

Added: csw/mgar/pkg/cpan/MARC-Charset/trunk/files/0001-Only-one-author-allowed.patch
===================================================================
--- csw/mgar/pkg/cpan/MARC-Charset/trunk/files/0001-Only-one-author-allowed.patch	                        (rev 0)
+++ csw/mgar/pkg/cpan/MARC-Charset/trunk/files/0001-Only-one-author-allowed.patch	2013-11-27 15:56:43 UTC (rev 22591)
@@ -0,0 +1,28 @@
+From bc3d581dd410a4bb6abe398d1e436af0088f8fca Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Wed, 27 Nov 2013 16:34:17 +0100
+Subject: [PATCH] Only one author allowed
+
+---
+ Makefile.PL | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 94b33ff..85b583e 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -9,10 +9,8 @@ WriteMakefile(
+     DISTNAME        => 'MARC-Charset',
+     VERSION_FROM    => 'lib/MARC/Charset.pm',
+     ABSTRACT_FROM   => 'lib/MARC/Charset.pm',
+-    AUTHOR          => [
++    AUTHOR          => 
+                             'Ed Summers <ehs at pobox.com>',
+-                            'Galen Charlton <gmcharlt at gmail.com>',
+-                       ],
+     LICENSE         => 'perl',
+     PMLIBDIRS       => ['lib'],
+     PREREQ_PM       => {
+-- 
+1.8.4.1
+

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