Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv21536

Modified Files:
        pdftk.info pdftk.patch 
Log Message:
validation fix, and switch to PatchScript


Index: pdftk.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/pdftk.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pdftk.patch 5 Apr 2008 02:42:55 -0000       1.1
+++ pdftk.patch 17 Jul 2008 02:54:10 -0000      1.2
@@ -230,7 +230,7 @@
  # http://users.bestweb.net/~john3g/gcj_osx/gcj_on_osx.html
  #
 -TOOLPATH= /usr/local/gcj/bin/
-+TOOLPATH= /sw/bin/
++TOOLPATH= @PREFIX@/bin/
  VERSUFF=
 -CXX= $(TOOLPATH)g++$(VERSUFF)
 +CXX= $(TOOLPATH)g++-4$(VERSUFF)

Index: pdftk.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/pdftk.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pdftk.info  4 Jul 2008 07:10:33 -0000       1.6
+++ pdftk.info  17 Jul 2008 02:54:09 -0000      1.7
@@ -2,13 +2,15 @@
 Version: 1.41
 Revision: 1
 
-BuildDepends: gcc42, libwmf, libjasper.1
+BuildDepends: gcc42, libwmf, libjasper.1, fink (>= 0.24.12)
 Depends: gcc42-shlibs, libwmf-shlibs, libjasper.1-shlibs
 
 Source: http://www.pdfhacks.com/pdftk/%n-%v.tar.gz
 Source-MD5: d8057a3ae8c3af7dfc7ea110f481ad7a
 
-PatchScript: sed 's|/sw/bin/|%p/bin/|g' < %a/%n.patch | patch -p1
+PatchFile: %n.patch
+PatchFile-MD5: ffb8985e15d201447ff3205f9f7b2456
+PatchScript: sed 's|@PREFIX@/bin/|%p/bin/|g' < %{PatchFile} | patch -p1
 
 CompileScript: <<
   cd pdftk; make -f Makefile.MacOSX


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to