[40944] trunk/dports/python/py-reportlab

ryandesign at macports.org ryandesign at macports.org
Sat Oct 18 12:04:44 PDT 2008


Revision: 40944
          http://trac.macports.org/changeset/40944
Author:   ryandesign at macports.org
Date:     2008-10-18 12:04:44 -0700 (Sat, 18 Oct 2008)
Log Message:
-----------
py-reportlab: merge changes from py2-reportlab:

 * update to 2.2 (r40939, r40943)
 * fix lint warning (r40940)

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

Property Changed:
----------------
    trunk/dports/python/py-reportlab/


Property changes on: trunk/dports/python/py-reportlab
___________________________________________________________________
Added: svn:mergeinfo
   + /trunk/dports/python/py25-reportlab:40939-40943

Modified: trunk/dports/python/py-reportlab/Portfile
===================================================================
--- trunk/dports/python/py-reportlab/Portfile	2008-10-18 19:02:24 UTC (rev 40943)
+++ trunk/dports/python/py-reportlab/Portfile	2008-10-18 19:04:44 UTC (rev 40944)
@@ -4,24 +4,25 @@
 PortGroup python24 1.0
 
 name			py-reportlab
-version			2.1
+version			2.2
+revision		1
 categories		python
 maintainers		nomaintainer
 platforms		darwin freebsd
 description		python library for creating pdf files
 long_description	ReportLab is a software library that lets you directly \
 				create documents in Adobe's Portable Document Format \
-				(PDF) using the python programming language. 
+				(PDF) using the python programming language.
 
 homepage		http://www.reportlab.org/rl_toolkit.html
 master_sites	http://www.reportlab.org/ftp/
-distfiles		ReportLab_2_1.tgz
-checksums		sha1 67c6fba57b6372987dd3280be257a1f6bb7fff80
+distfiles		ReportLab_2_2.tgz
+checksums		sha1 6cd751111950a97859b901824e83bf4836b6b6a5
 depends_lib-append	port:py-numeric
 
-worksrcdir		reportlab_2_1/reportlab
+worksrcdir		reportlab_2_2
 
 post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} README changes license.txt \
+	xinstall -m 644 -W ${worksrcpath} README.txt CHANGES.txt LICENSE.txt \
 		${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081018/48716f01/attachment-0001.html 


More information about the macports-changes mailing list