[60321] trunk/dports/gnome/gnome-python26-extras/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 8 16:48:16 PST 2009


Revision: 60321
          http://trac.macports.org/changeset/60321
Author:   ryandesign at macports.org
Date:     2009-11-08 16:48:13 -0800 (Sun, 08 Nov 2009)
Log Message:
-----------
gnome-python26-extras: simplify distfiles/worksrcdir to just distname

Modified Paths:
--------------
    trunk/dports/gnome/gnome-python26-extras/Portfile

Modified: trunk/dports/gnome/gnome-python26-extras/Portfile
===================================================================
--- trunk/dports/gnome/gnome-python26-extras/Portfile	2009-11-08 23:53:49 UTC (rev 60320)
+++ trunk/dports/gnome/gnome-python26-extras/Portfile	2009-11-09 00:48:13 UTC (rev 60321)
@@ -19,7 +19,7 @@
 set branch          [join [lrange [split ${version} .] 0 1] .]
 
 master_sites        gnome:sources/${myname}/${branch}
-distfiles           ${myname}-${version}.tar.bz2
+distname            ${myname}-${version}
 
 checksums           md5     9f3b7ec5c57130b96061cb486b79c076 \
                     sha1    e69e5288466c960ed6f985bb10c9969b21ed85a4 \
@@ -36,8 +36,6 @@
 patchfiles          patch-pygobject \
                     patch-configure.diff
 
-worksrcdir          ${myname}-${version}
-
 set python.branch   2.6
 set python.prefix   ${frameworks_dir}/Python.framework/Versions/${python.branch}
 set python.bin      ${python.prefix}/bin/python${python.branch}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091108/60c73b41/attachment.html>


More information about the macports-changes mailing list