[101609] trunk/dports/python/py-peak/Portfile

jmr at macports.org jmr at macports.org
Mon Jan 14 15:41:47 PST 2013


Revision: 101609
          https://trac.macports.org/changeset/101609
Author:   jmr at macports.org
Date:     2013-01-14 15:41:47 -0800 (Mon, 14 Jan 2013)
Log Message:
-----------
py-peak: use unified portgroup, set license

Modified Paths:
--------------
    trunk/dports/python/py-peak/Portfile

Modified: trunk/dports/python/py-peak/Portfile
===================================================================
--- trunk/dports/python/py-peak/Portfile	2013-01-14 23:27:41 UTC (rev 101608)
+++ trunk/dports/python/py-peak/Portfile	2013-01-14 23:41:47 UTC (rev 101609)
@@ -1,12 +1,12 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
 
 name			py-peak
 version			0.5a3
 revision		1
-categories		python
+license			ZPL-2 Permissive
 platforms		darwin
 maintainers		nomaintainer
 description		PEAK is the Python Enterprise Application Kit
@@ -14,12 +14,16 @@
 				reusing application components.
 
 homepage		http://peak.telecommunity.com/
-master_sites	${homepage}/dist/
+master_sites	${homepage}dist/
 distname		PEAK-${version}
 checksums		md5 c297e49de35d923dd2da2a9d582e00e4
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} CHANGES.txt FEATURES.txt HISTORY.txt \
-		INSTALL.txt README.txt STATUS.txt TODO.txt \
-		${destroot}${prefix}/share/doc/${name}
+python.versions	24
+
+if {$subport != $name} {
+    post-destroot	{
+        xinstall -m 644 -W ${worksrcpath} CHANGES.txt FEATURES.txt HISTORY.txt \
+            INSTALL.txt README.txt STATUS.txt TODO.txt \
+            ${destroot}${prefix}/share/doc/${subport}
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130114/770a634f/attachment-0001.html>


More information about the macports-changes mailing list