[44759] trunk/dports/x11/keylaunch

jeremyhu at macports.org jeremyhu at macports.org
Fri Jan 2 17:22:45 PST 2009


Revision: 44759
          http://trac.macports.org/changeset/44759
Author:   jeremyhu at macports.org
Date:     2009-01-02 17:22:44 -0800 (Fri, 02 Jan 2009)
Log Message:
-----------
keylaunch: version bump, fixed X11 dependencies

Modified Paths:
--------------
    trunk/dports/x11/keylaunch/Portfile

Removed Paths:
-------------
    trunk/dports/x11/keylaunch/files/

Modified: trunk/dports/x11/keylaunch/Portfile
===================================================================
--- trunk/dports/x11/keylaunch/Portfile	2009-01-03 01:13:30 UTC (rev 44758)
+++ trunk/dports/x11/keylaunch/Portfile	2009-01-03 01:22:44 UTC (rev 44759)
@@ -2,18 +2,26 @@
 
 PortSystem 1.0
 name	 	keylaunch	
-version	       	1.3.0 
+version	       	1.3.3
 description	KeyLaunch is a small utility for binding commands to a hot key.	
 long_description	${description}
 homepage	http://www.oroborus.org/
 maintainers	nomaintainer	
-categories	x11-wm x11
+categories	x11 x11-wm
 platforms	darwin 
-distname	${name}_${version}-6
-master_sites    http://www.oroborus.org/debian/dists/sid/main/source/x11/
-checksums	md5 5a820e35f60769c656be3139495bb469
-depends_lib	lib:libX11.6:XFree86 lib:libXext.6:XFree86
-patchfiles	patch-Makefile
+master_sites    http://launchpad.net/ubuntu/dapper/+source/keylaunch/1.3.3/+files/
+distname	${name}_${version}
 worksrcdir	${name}-${version}
-destroot.destdir	DESTDIR=${destroot}${prefix}
-configure	{	system "install -o root -m 755 -d ${destroot}${prefix}/share/${name}" }
+
+checksums           md5     6f00c19b0a8122dca0db2cee67e31048 \
+                    sha1    925decf486482442a39eba50809a35023755ef00 \
+                    rmd160  bfa9c526b2b0e217266bd7bd438921208ca3a498
+
+depends_build \
+	port:pkgconfig
+
+depends_lib \
+	lib:libX11.6:xorg-libX11
+
+configure.args-append INSTALL=${prefix}/bin/ginstall
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090102/e5f1280f/attachment.html>


More information about the macports-changes mailing list