[88890] trunk/dports/python/py-irclib/Portfile

phw at macports.org phw at macports.org
Sat Jan 14 11:39:00 PST 2012


Revision: 88890
          http://trac.macports.org/changeset/88890
Author:   phw at macports.org
Date:     2012-01-14 11:38:57 -0800 (Sat, 14 Jan 2012)
Log Message:
-----------
py-irclib: generalized and updated port;

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

Modified: trunk/dports/python/py-irclib/Portfile
===================================================================
--- trunk/dports/python/py-irclib/Portfile	2012-01-14 15:49:43 UTC (rev 88889)
+++ trunk/dports/python/py-irclib/Portfile	2012-01-14 19:38:57 UTC (rev 88890)
@@ -1,13 +1,15 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
-PortGroup python24 1.0
+PortGroup python 1.0
 
 name			py-irclib
-version			0.4.6
+version			0.4.8
+python.versions 24 25 26 27 
 categories		python irc
 platforms		darwin freebsd
-maintainers		nomaintainer
+maintainers		phw openmaintainer
 description		python module that encapsulates the IRC protocol
 long_description	This library is intended to encapsulate the IRC \
 				protocol at a quite low level. It provides an \
@@ -18,12 +20,15 @@
 homepage		http://python-irclib.sourceforge.net/
 master_sites	sourceforge:python-irclib
 distname		python-irclib-${version}
-checksums		sha1 25d53d92c34d2a4ce39da70ea5ef33a7adce690d
+checksums       sha1    813a9182045e8cf6c4d1a76b707fb64c2fcf22c4
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog README \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} dccreceive dccsend irccat irccat2 \
-		servermap testbot.py \
-		${destroot}${prefix}/share/doc/${name}/examples
+if {${name} != ${subport}} {
+    post-destroot	{
+    	xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog README \
+    		${destroot}${prefix}/share/doc/${subport}
+    	xinstall -m 644 -W ${worksrcpath} dccreceive dccsend irccat irccat2 \
+    		servermap testbot.py \
+    		${destroot}${prefix}/share/doc/${subport}/examples
+    }
+
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120114/5860de92/attachment.html>


More information about the macports-changes mailing list