This is a patch for p5-SVG to fix problem with perldoc and man

Stuart Henderson wrote:
On 2010/04/03 14:23, Chris Bennett wrote:
This seems to work.

in patches directory of p5-SVG

# cat patch-lib_SVG_Extension.pm

$ cvs add patches/patch-lib_SVG_Extension.pm
- you can add and remove files, but not directories, against anoncvs

then

$ cvs di -uNp

..and send it, along with the PKGNAME bump in Makefile, to ${MAINTAINER) :)


# diff -u -d -r -N p5-SVG-test p5-SVG
diff -u -d -r -N p5-SVG-test/Makefile p5-SVG/Makefile
--- p5-SVG-test/Makefile        Sun Apr  4 07:07:36 2010
+++ p5-SVG/Makefile     Sun Apr  4 07:11:59 2010
@@ -3,6 +3,7 @@
COMMENT=       Scalable Vector Graphics (SVG) in perl

DISTNAME=      SVG-2.49
+PKGNAME=       p5-${DISTNAME}p0
CATEGORIES=    graphics devel

MAINTAINER=    Jasper Lievisse Adriaanse <jas...@openbsd.org>
diff -u -d -r -N p5-SVG-test/patches/patch-lib_SVG_Extension.pm p5-SVG/patches/patch-lib_SVG_Extension.pm --- p5-SVG-test/patches/patch-lib_SVG_Extension.pm Wed Dec 31 18:00:00 1969
+++ p5-SVG/patches/patch-lib_SVG_Extension.pm   Sat Apr  3 14:21:31 2010
@@ -0,0 +1,12 @@
+--- ./lib/SVG/Extension.pm.orig Sat Apr  3 13:41:42 2010
++++ ./lib/SVG/Extension.pm Sat Apr  3 13:41:55 2010
+@@ -23,6 +23,9 @@
+ %TYPES=map { $_ => 1 } @TYPES;
+
+ #-----------------
++=head1 NAME
++
++SVG::Extension
+
+ sub new {
+     return shift->SUPER::new(@_);


Thanks

--
A human being should be able to change a diaper, plan an invasion,
butcher a hog, conn a ship, design a building, write a sonnet, balance
accounts, build a wall, set a bone, comfort the dying, take orders,
give orders, cooperate, act alone, solve equations, analyze a new
problem, pitch manure, program a computer, cook a tasty meal, fight
efficiently, die gallantly. Specialization is for insects.
  -- Robert Heinlein

Reply via email to