pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/netpbm Fixed symbolic link to pamdepth



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae066aa55df2
branches:  trunk
changeset: 509088:ae066aa55df2
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 02 23:17:36 2006 +0000

description:
Fixed symbolic link to pamdepth

diffstat:

 graphics/netpbm/distinfo         |   3 ++-
 graphics/netpbm/patches/patch-ag |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 84a5aaaa0b6a -r ae066aa55df2 graphics/netpbm/distinfo
--- a/graphics/netpbm/distinfo  Thu Mar 02 23:08:40 2006 +0000
+++ b/graphics/netpbm/distinfo  Thu Mar 02 23:17:36 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.52 2006/02/27 22:01:16 adam Exp $
+$NetBSD: distinfo,v 1.53 2006/03/02 23:17:36 adam Exp $
 
 SHA1 (netpbm-10.32.tgz) = 731bd761a3c880afaa41d6eb92e282d6988a75ee
 RMD160 (netpbm-10.32.tgz) = 9050c6b2b9891745c07d0694a0188cd905c5b9f4
@@ -9,4 +9,5 @@
 SHA1 (patch-ad) = b4a5833e18afd5a991aad897674386a3f00c3ee1
 SHA1 (patch-ae) = 33a5be2843dd85b530f5e6ba496cd0380cd5edd1
 SHA1 (patch-af) = 41c3506dcd267ce15d5b7e5ff9b0c1ee97b54e26
+SHA1 (patch-ag) = 655c06e7565f889fb43feadbdd1e2765388d428d
 SHA1 (patch-ah) = f2a542983932edebee2110868e631b394f380b26
diff -r 84a5aaaa0b6a -r ae066aa55df2 graphics/netpbm/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/netpbm/patches/patch-ag  Thu Mar 02 23:17:36 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.14 2006/03/02 23:17:36 adam Exp $
+
+--- other/Makefile.orig        2006-03-02 22:46:54.000000000 +0100
++++ other/Makefile
+@@ -67,6 +67,6 @@ install.bin.local: $(PKGDIR)/bin
+ # In February 2006, pamdepth replaced pnmdepth
+       cd $(PKGDIR)/bin ; \
+         rm -f pnmsdepth ; \
+-        $(SYMLINK) pnmsdepth$(EXE) pnmdepth
++        $(SYMLINK) pamdepth$(EXE) pnmdepth
+ 
+ FORCE:



Home | Main Index | Thread Index | Old Index