[32936] trunk/dports/news/xpn
gui_dos at macports.org
gui_dos at macports.org
Tue Jan 15 02:38:54 PST 2008
Revision: 32936
http://trac.macosforge.org/projects/macports/changeset/32936
Author: gui_dos at macports.org
Date: 2008-01-15 02:38:53 -0800 (Tue, 15 Jan 2008)
Log Message:
-----------
Now uses "use_configure no" and "universal_variant no"
Full name of /opt/local/bin/python2.5 in the launch script
Modified Paths:
--------------
trunk/dports/news/xpn/Portfile
trunk/dports/news/xpn/files/xpn.sh
Modified: trunk/dports/news/xpn/Portfile
===================================================================
--- trunk/dports/news/xpn/Portfile 2008-01-15 10:05:16 UTC (rev 32935)
+++ trunk/dports/news/xpn/Portfile 2008-01-15 10:38:53 UTC (rev 32936)
@@ -4,6 +4,7 @@
name xpn
version 0.7.0
+revision 1
categories news
description Graphical newsreader written in PyGtk.
long_description \
@@ -18,7 +19,8 @@
master_sites ${homepage}codice
checksums md5 3df054fc7c25f2e579407c1f148b9a27
depends_lib port:py25-gtk
-configure {}
+use_configure no
+universal_variant no
build {}
destroot {
file copy ${worksrcpath} ${destroot}${prefix}/share
Modified: trunk/dports/news/xpn/files/xpn.sh
===================================================================
--- trunk/dports/news/xpn/files/xpn.sh 2008-01-15 10:05:16 UTC (rev 32935)
+++ trunk/dports/news/xpn/files/xpn.sh 2008-01-15 10:38:53 UTC (rev 32936)
@@ -1 +1 @@
-#!__PREFIX__/bin/python __PREFIX__/share/xpn-__VERSION__/xpn.py --home_dir
+#!__PREFIX__/bin/python2.5 __PREFIX__/share/xpn-__VERSION__/xpn.py --home_dir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080115/8e335600/attachment.html
More information about the macports-changes
mailing list