[35495] trunk/dports/python/py25-pyprotocols/Portfile

akira at macports.org akira at macports.org
Sat Mar 29 03:43:42 PDT 2008


Revision: 35495
          http://trac.macosforge.org/projects/macports/changeset/35495
Author:   akira at macports.org
Date:     2008-03-29 03:43:38 -0700 (Sat, 29 Mar 2008)

Log Message:
-----------
Added me and openmaintainer to maintainers.
Added missing dependency.
Added docs.

Modified Paths:
--------------
    trunk/dports/python/py25-pyprotocols/Portfile

Modified: trunk/dports/python/py25-pyprotocols/Portfile
===================================================================
--- trunk/dports/python/py25-pyprotocols/Portfile	2008-03-29 10:21:34 UTC (rev 35494)
+++ trunk/dports/python/py25-pyprotocols/Portfile	2008-03-29 10:43:38 UTC (rev 35495)
@@ -5,7 +5,7 @@
 name				py25-pyprotocols
 version				1.0a0dev-r2302
 categories-append		devel
-maintainers			stechert at macports.org
+maintainers			stechert akira openmaintainer
 description			Do you hate having to write lots of if-then logic to test what type something is?
 
 platforms			darwin
@@ -18,3 +18,14 @@
 checksums			md5 04ab0051ceb961919607b025a92671f7 \
 				sha1 cb6925bb3186de87ff51ba194379d705d4ce9ec9 \
 				rmd160 580e78b65e819a3d74824fe6d9c32212749ae31e
+
+depends_lib			port:py25-decoratortools
+
+post-destroot {
+	file delete -force ${destroot}${prefix}/share/doc/${name}
+	file copy ${worksrcpath}/docs/ref \
+		${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} \
+		CHANGES.txt README.txt TODO.txt UPGRADING.txt \
+		${destroot}${prefix}/share/doc/${name}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080329/51290742/attachment.html


More information about the macports-changes mailing list