[22181] trunk/dports/textproc/pdftk/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 20 15:57:24 PST 2007


Revision: 22181
          http://trac.macosforge.org/projects/macports/changeset/22181
Author:   yves at macports.org
Date:     2007-02-20 15:57:24 -0800 (Tue, 20 Feb 2007)

Log Message:
-----------
bump to 1.41 and make gcc41 as default compiler and gcc34 as variant

Modified Paths:
--------------
    trunk/dports/textproc/pdftk/Portfile

Modified: trunk/dports/textproc/pdftk/Portfile
===================================================================
--- trunk/dports/textproc/pdftk/Portfile	2007-02-20 23:38:42 UTC (rev 22180)
+++ trunk/dports/textproc/pdftk/Portfile	2007-02-20 23:57:24 UTC (rev 22181)
@@ -2,8 +2,7 @@
 
 PortSystem			1.0
 name				pdftk
-version				1.12
-revision			2
+version				1.41
 categories			textproc graphics pdf
 maintainers			nomaintainer at macports.org
 description			pdftk - PDF Toolkit, for various operations on PDF files
@@ -29,17 +28,18 @@
 master_sites		${homepage}
 use_bzip2			yes
 
-checksums			md5 ec1b6d9e06109c6f05e19033f1d91d8a \
-					sha1 caab4ae9ede56b12b007e9b5c9a78c6a4873dc44
+checksums			md5 7214230b937dc996d209c05b7b7b3518 \
+					sha1 e5eb83dd96dbda68072efe8f2637aad59f50dffc
 
-depends_lib			port:gcc34
+depends_lib			port:gcc41
 
 worksrcdir			${distname}/${name}
 
 use_configure		no
 
-build.args			-f Makefile.MacOSX TOOLPATH=${prefix}/bin/ \
-					VERSUFF=-dp-3.4
+build.args			-f Makefile.MacOSX \
+						TOOLPATH=${prefix}/bin/ \
+						VERSUFF=-dp-4.1
 
 destroot {
 	xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name}
@@ -50,10 +50,10 @@
 		${destroot}/${prefix}/share/man/man1
 }
 
-variant gcc40 {
-	depends_lib-delete	port:gcc34
-	depends_lib-append	port:gcc40
-	build.args-delete	VERSUFF=-dp-3.4
-	build.args-append	VERSUFF=-dp-4.0
+variant with_gcc34 {
+	depends_lib-delete	port:gcc41
+	depends_lib-append	port:gcc34
+	build.args-delete	VERSUFF=-dp-4.1
+	build.args-append	VERSUFF=-dp-3.4
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070220/49408b85/attachment.html


More information about the macports-changes mailing list