[55879] trunk/dports/textproc/wbxml2
ryandesign at macports.org
ryandesign at macports.org
Thu Aug 20 12:40:57 PDT 2009
Revision: 55879
http://trac.macports.org/changeset/55879
Author: ryandesign at macports.org
Date: 2009-08-20 12:40:56 -0700 (Thu, 20 Aug 2009)
Log Message:
-----------
wbxml2: update to 0.10.7, new homepage and download location, now use cmake portgroup; closes #20702
Modified Paths:
--------------
trunk/dports/textproc/wbxml2/Portfile
Added Paths:
-----------
trunk/dports/textproc/wbxml2/files/
trunk/dports/textproc/wbxml2/files/patch-src-cmakelists.diff
Modified: trunk/dports/textproc/wbxml2/Portfile
===================================================================
--- trunk/dports/textproc/wbxml2/Portfile 2009-08-20 19:27:20 UTC (rev 55878)
+++ trunk/dports/textproc/wbxml2/Portfile 2009-08-20 19:40:56 UTC (rev 55879)
@@ -2,22 +2,32 @@
# $Id$
PortSystem 1.0
+PortGroup cmake 1.0
name wbxml2
-version 0.9.0
+version 0.10.7
categories textproc devel
platforms darwin
maintainers nomaintainer
description converts between XML and Wireless Binary XML (WBXML)
long_description ${description}
-homepage http://libwbxml.aymerick.com/
+homepage https://libwbxml.opensync.org/
-master_sites sourceforge:wbxmllib
+master_sites sourceforge:libwbxml
-distfiles ${name}-${version}-src.tar.gz
-checksums md5 3f9b5bf104ec523b8eebe69f93919ded
+distname libwbxml-${version}
-depends_lib port:expat
-depends_build port:autoconf port:automake port:libtool
+checksums md5 ef3e66df3c4223ce5ce0a70ded5c5221 \
+ sha1 dac2d5452973c17e75517ae4eff42601091f852e \
+ rmd160 e0389673eace78c8b02c79ff4eacd717dd7db70e
-use_autoreconf yes
+patchfiles patch-src-cmakelists.diff
+
+depends_lib port:expat
+
+pre-configure { file mkdir ${configure.dir} }
+
+configure.args-append ${worksrcpath}
+
+configure.dir ${worksrcpath}/build
+build.dir ${configure.dir}
Added: trunk/dports/textproc/wbxml2/files/patch-src-cmakelists.diff
===================================================================
--- trunk/dports/textproc/wbxml2/files/patch-src-cmakelists.diff (rev 0)
+++ trunk/dports/textproc/wbxml2/files/patch-src-cmakelists.diff 2009-08-20 19:40:56 UTC (rev 55879)
@@ -0,0 +1,10 @@
+--- src/CMakeLists.txt 2009-05-12 13:43:09.000000000 +0200
++++ src/CMakeLists.txt 2009-08-18 16:30:13.000000000 +0200
+@@ -25,6 +25,7 @@
+
+ SET_TARGET_PROPERTIES( wbxml2 PROPERTIES SOVERSION ${LIBWBXML_LIBVERSION_SOVERSION} )
+ SET_TARGET_PROPERTIES( wbxml2 PROPERTIES VERSION ${LIBWBXML_LIBVERSION_VERSION} )
++SET_TARGET_PROPERTIES( wbxml2 PROPERTIES INSTALL_NAME_DIR ${LIBWBXML_LIBRARIES_DIR} )
+ TARGET_LINK_LIBRARIES( wbxml2 ${EXPAT_LIBRARIES} )
+
+ INSTALL( TARGETS wbxml2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090820/45f7fc96/attachment.html>
More information about the macports-changes
mailing list