[87928] trunk/dports/x11/quartz-wm/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Mon Dec 12 17:05:38 PST 2011
Revision: 87928
http://trac.macports.org/changeset/87928
Author: jeremyhu at macports.org
Date: 2011-12-12 17:05:37 -0800 (Mon, 12 Dec 2011)
Log Message:
-----------
quartz-wm: Bump to 1.2.1
Modified Paths:
--------------
trunk/dports/x11/quartz-wm/Portfile
Modified: trunk/dports/x11/quartz-wm/Portfile
===================================================================
--- trunk/dports/x11/quartz-wm/Portfile 2011-12-13 00:46:57 UTC (rev 87927)
+++ trunk/dports/x11/quartz-wm/Portfile 2011-12-13 01:05:37 UTC (rev 87928)
@@ -3,56 +3,24 @@
PortSystem 1.0
name quartz-wm
-version 1.0.3
-revision 2
+version 1.2.1
categories x11
maintainers jeremyhu openmaintainer
description Apple's Window Manager for X11
homepage http://xquartz.macosforge.org
platforms macosx
-long_description quartz-wm is Apple's closed source window-manager.
-master_sites ${homepage}/downloads
+long_description quartz-wm is the XQuartz window-manager.
+master_sites ${homepage}/downloads/src
+license APSL-2
-distfiles quartz-wm-${version}-Tiger.bz2 quartz-wm-${version}-Leopard.bz2
+checksums sha1 fae92ae407bcd5d5319514c3c2aa1460d96eb25e \
+ rmd160 fe131b2b81615508b87bd65f0d9cf964b5f72ca7 \
+ sha256 ccfae6a1f6b5bc24fee7864e5c721f8c7ab60c107801ebd40a3c175274ebe492
-checksums quartz-wm-1.0.3-Tiger.bz2 \
- md5 8c804674a5d8af77776060db928b5305 \
- sha1 4f34f006e1ccc901797f9f01d9108f1dd510d2d2 \
- rmd160 acd14a50ef58b0968be547044085a44aada4a8fb \
- quartz-wm-1.0.3-Leopard.bz2 \
- md5 e17617ac3f0eba6776b1547db1bc6c49 \
- sha1 40890a411855ae17e1b12de6ae53a00ad3b4e1b2 \
- rmd160 3e9f1cc19a7c0b31beb52636140842ab3af257c3
+use_bzip2 yes
-use_bzip2 yes
-
depends_lib port:xorg-libXinerama \
+ port:xorg-libXrandr \
port:xorg-libAppleWM
-use_configure no
-extract {
- system "mkdir -p ${worksrcpath}"
- file copy ${distpath}/quartz-wm-${version}-Tiger.bz2 ${worksrcpath}
- file copy ${distpath}/quartz-wm-${version}-Leopard.bz2 ${worksrcpath}
- system "cd ${worksrcpath} && bunzip2 quartz-wm-${version}-Tiger.bz2 && bunzip2 quartz-wm-${version}-Leopard.bz2"
-}
-
-build { }
-
-destroot {
- xinstall -d -m 755 ${destroot}${prefix}/bin
- if {${os.major} < 9} {
- xinstall -m 755 ${worksrcpath}/quartz-wm-${version}-Tiger ${destroot}${prefix}/bin/quartz-wm
- } elseif {${os.major} == 9} {
- xinstall -m 755 ${worksrcpath}/quartz-wm-${version}-Leopard ${destroot}${prefix}/bin/quartz-wm
- } else {
- ln -s /usr/bin/quartz-wm ${destroot}${prefix}/bin/quartz-wm
- }
-
- if {${os.major} <= 9 && ${prefix} != "/opt/local"} {
- system "install_name_tool -change /opt/local/lib/libXinerama.1.dylib ${prefix}/lib/libXinerama.1.dylib ${destroot}${prefix}/bin/quartz-wm"
- system "install_name_tool -change /opt/local/lib/libXext.6.dylib ${prefix}/lib/libXext.6.dylib ${destroot}${prefix}/bin/quartz-wm"
- system "install_name_tool -change /opt/local/lib/libX11.6.dylib ${prefix}/lib/libX11.6.dylib ${destroot}${prefix}/bin/quartz-wm"
- system "install_name_tool -change /opt/local/lib/libAppleWM.7.dylib ${prefix}/lib/libAppleWM.7.dylib ${destroot}${prefix}/bin/quartz-wm"
- }
-}
+configure.args --with-bundle-id-prefix=org.macports
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111212/f1dd947a/attachment-0001.html>
More information about the macports-changes
mailing list