[50118] trunk/dports/graphics/podofo

devans at macports.org devans at macports.org
Sat Apr 25 18:32:17 PDT 2009


Revision: 50118
          http://trac.macports.org/changeset/50118
Author:   devans at macports.org
Date:     2009-04-25 18:32:14 -0700 (Sat, 25 Apr 2009)
Log Message:
-----------
podofo: patch src/CMakeLists.txt to set library versioning correctly to 0.7.0, closes #19417. Mark port universal_variant no, see #19418.

Modified Paths:
--------------
    trunk/dports/graphics/podofo/Portfile

Added Paths:
-----------
    trunk/dports/graphics/podofo/files/
    trunk/dports/graphics/podofo/files/patch-src-CMakeLists.txt.diff

Modified: trunk/dports/graphics/podofo/Portfile
===================================================================
--- trunk/dports/graphics/podofo/Portfile	2009-04-26 00:22:17 UTC (rev 50117)
+++ trunk/dports/graphics/podofo/Portfile	2009-04-26 01:32:14 UTC (rev 50118)
@@ -5,6 +5,7 @@
 
 name            podofo
 version         0.7.0
+revision        1
 categories      graphics
 maintainers     devans openmaintainer
 platforms       darwin
@@ -24,6 +25,8 @@
                 sha1    bd9862770c99f5790e6be53a57c77c5d4796d841 \
                 rmd160  37721670a706da614b61ec9620fb1ef46aaff4ae
 
+patchfiles      patch-src-CMakeLists.txt.diff
+
 depends_build   port:cmake
 
 depends_lib     port:fontconfig \
@@ -47,6 +50,8 @@
                 -Wno-dev \
                 ${worksrcpath}
 
+universal_variant no
+
 livecheck.check regex
 livecheck.url   http://podofo.sourceforge.net/download.html
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Added: trunk/dports/graphics/podofo/files/patch-src-CMakeLists.txt.diff
===================================================================
--- trunk/dports/graphics/podofo/files/patch-src-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/graphics/podofo/files/patch-src-CMakeLists.txt.diff	2009-04-26 01:32:14 UTC (rev 50118)
@@ -0,0 +1,26 @@
+Index: src/CMakeLists.txt
+===================================================================
+--- src/CMakeLists.txt	(révision 990)
++++ src/CMakeLists.txt	(copie de travail)
+@@ -199,8 +199,8 @@
+     ADD_LIBRARY(podofo_static STATIC ${PODOFO_SOURCES})
+     TARGET_LINK_LIBRARIES(podofo_static ${PODOFO_LIB_DEPENDS})
+     SET_TARGET_PROPERTIES(podofo_static PROPERTIES
+-        VERSION "0.6.99"
+-        SOVERSION "0.6.99"
++        VERSION "0.7.0"
++        SOVERSION "0.7.0"
+         CLEAN_DIRECT_OUTPUT 1
+         OUTPUT_NAME "podofo"
+         )
+@@ -222,8 +222,8 @@
+     # Visual Studio, since it produces invalid warnings about STL
+     # use.
+     SET_TARGET_PROPERTIES(podofo_shared PROPERTIES
+-        VERSION "0.6.99"
+-        SOVERSION "0.6.99"
++        VERSION "0.7.0"
++        SOVERSION "0.7.0"
+         CLEAN_DIRECT_OUTPUT 1
+         OUTPUT_NAME "podofo"
+         )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090425/456497a9/attachment.html>


More information about the macports-changes mailing list