[57894] trunk/dports/graphics/wxWidgets-devel/Portfile

jwa at macports.org jwa at macports.org
Fri Sep 18 07:24:17 PDT 2009


Revision: 57894
          http://trac.macports.org/changeset/57894
Author:   jwa at macports.org
Date:     2009-09-18 07:24:13 -0700 (Fri, 18 Sep 2009)
Log Message:
-----------
version to 2.9.0, some name changes, not installing some files not present

Modified Paths:
--------------
    trunk/dports/graphics/wxWidgets-devel/Portfile

Modified: trunk/dports/graphics/wxWidgets-devel/Portfile
===================================================================
--- trunk/dports/graphics/wxWidgets-devel/Portfile	2009-09-18 13:31:19 UTC (rev 57893)
+++ trunk/dports/graphics/wxWidgets-devel/Portfile	2009-09-18 14:24:13 UTC (rev 57894)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			wxWidgets-devel
-version			2.8.10-rc2
+version			2.9.0
 categories		graphics devel
 platforms		darwin
 maintainers		jwa mww
@@ -18,18 +18,19 @@
 homepage		http://www.wxwidgets.org/
 distname		wxWidgets
 master_sites		http://biolpc22.york.ac.uk/pub/CVS_HEAD/v2/files/ \
-    http://biolpc22.york.ac.uk/pub/${version}/
+    http://biolpc22.york.ac.uk/pub/${version}/ \
+    ftp://ftp.wxwidgets.org/pub/${version}
 use_bzip2		yes
 
 distfiles		${distname}-${version}${extract.suffix}
 dist_subdir		${distname}/${version}
 
 checksums		${distname}-${version}${extract.suffix} \
-    md5     5708f317a2b9477682868e4256d29d4a \
+    md5     09058928eeb72853142c062bdec056ce \
     ${distname}-${version}${extract.suffix} \
-    sha1    cab55c1d6aec6b213a44fd4c4749684b26781aed \
+    sha1    0e14fa85637d07a93a22d4d6a01871cc0e9e31b7 \
     ${distname}-${version}${extract.suffix} \
-    rmd160  9a727d6f62acf8f480c23b7b71d94e9b6ebd692e
+    rmd160  72d91bfa5fdd2ffafcce50d4440d8fba37ab8872
 
 depends_lib		port:jpeg \
     port:tiff \
@@ -67,28 +68,28 @@
     --enable-monolithic
 
 set installtype		release
-set contrib		"gizmos stc ogl"
+#set contrib		"gizmos stc ogl"
 
 build.target
 
-post-build {
-    foreach c { ${contrib} } {
-	system "cd ${build.dir} && make -C contrib/src/${c}"
-    }
-}
+#post-build {
+#    foreach c { ${contrib} } {
+#	system "cd ${build.dir} && make -C contrib/src/${c}"
+#    }
+#}
 
 post-destroot {
-    foreach c { ${contrib} } {
-	system "cd ${destroot.dir} && make -C contrib/src/${c} install ${destroot.destdir}"
-    }
+#    foreach c { ${contrib} } {
+#	system "cd ${destroot.dir} && make -C contrib/src/${c} install ${destroot.destdir}"
+#    }
     xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
-    xinstall -m 644 -W ${workpath}/${distname}-${version} \
-	install-mac.txt install-mgl.txt install-motif.txt \
-	INSTALL-OS2.txt install-x11.txt readme-cocoa.txt \
-	readme-gtk.txt readme-mac.txt \
-	readme-mgl.txt readme-motif.txt readme-x11.txt \
-	${destroot}${prefix}/share/doc/${name}
-    reinplace "s|-L${build.dir}/lib||" ${destroot}${prefix}/lib/${sub}/wx/config/mac-unicode-${installtype}-2.8
+#    xinstall -m 644 -W ${workpath}/${distname}-${version} \
+#	install-mac.txt install-mgl.txt install-motif.txt \
+#	INSTALL-OS2.txt install-x11.txt readme-cocoa.txt \
+#	readme-gtk.txt readme-mac.txt \
+#	readme-mgl.txt readme-motif.txt readme-x11.txt \
+#	${destroot}${prefix}/share/doc/${name}
+    reinplace "s|-L${build.dir}/lib||" ${destroot}${prefix}/lib/${sub}/wx/config/osx_carbon-unicode-${installtype}-2.9
 }
 
 variant nonmonolithic description {build libraries separately} {
@@ -102,4 +103,4 @@
 
 livecheck.type		regex
 livecheck.url		http://biolpc22.york.ac.uk/pub/
-livecheck.regex		(2.8.\[0-9\]+-rc\[0-9\])/
+livecheck.regex		(2.\[0-9\]+.\[0-9\]+-rc\[0-9\])/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090918/e1fd8a09/attachment.html>


More information about the macports-changes mailing list