[104154] trunk/dports/devel/stgit/Portfile

jmr at macports.org jmr at macports.org
Mon Mar 18 01:37:31 PDT 2013


Revision: 104154
          https://trac.macports.org/changeset/104154
Author:   jmr at macports.org
Date:     2013-03-18 01:37:31 -0700 (Mon, 18 Mar 2013)
Log Message:
-----------
stgit: use unified portgroup, set license

Modified Paths:
--------------
    trunk/dports/devel/stgit/Portfile

Modified: trunk/dports/devel/stgit/Portfile
===================================================================
--- trunk/dports/devel/stgit/Portfile	2013-03-18 08:27:23 UTC (rev 104153)
+++ trunk/dports/devel/stgit/Portfile	2013-03-18 08:37:31 UTC (rev 104154)
@@ -2,12 +2,13 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
 name                stgit
 version             0.15
 revision            3
 categories          devel python
+license             GPL-2
 platforms           darwin
 maintainers         nomaintainer
 supported_archs     noarch
@@ -35,6 +36,8 @@
 
 depends_run         port:git-core
 
+python.default_version 27
+
 # ticket #27778
 patchfiles          tutorial.txt.patch
 
@@ -48,7 +51,7 @@
 python.link_binaries_suffix
 
 post-destroot {
-    move ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/share/stgit/ \
+    move ${destroot}${python.prefix}/share/stgit/ \
         ${destroot}${prefix}/share/
 
     # Install what little documentation there is
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130318/11947fd1/attachment.html>


More information about the macports-changes mailing list