Revision: 87363 http://trac.macports.org/changeset/87363 Author: ryandesign@macports.org Date: 2011-11-18 01:05:10 -0800 (Fri, 18 Nov 2011) Log Message: ----------- pslib: add intltool build dep (#32098); rewrite master_sites to avoid redirects; delete unnecessary distfiles declaration; fix license per discussion with the developer Modified Paths: -------------- trunk/dports/print/pslib/Portfile Modified: trunk/dports/print/pslib/Portfile =================================================================== --- trunk/dports/print/pslib/Portfile 2011-11-18 08:33:17 UTC (rev 87362) +++ trunk/dports/print/pslib/Portfile 2011-11-18 09:05:10 UTC (rev 87363) @@ -7,7 +7,7 @@ version 0.4.5 categories print maintainers igf.fuw.edu.pl:slayoo -license GPL/LGPL +license {GPL-2+ LGPL-2+} platforms darwin description C-library to create PostScript files on the fly long_description \ @@ -18,13 +18,14 @@ It supports pdfmarks which makes it in combination with ghostscript's pdfwriter \ an alternative for libraries creating PDF. homepage http://pslib.sourceforge.net/ -master_sites sourceforge -distfiles ${name}-${version}.tar.gz +master_sites sourceforge:project/pslib/pslib/${version} checksums md5 03f39393628a6d758799b9f845047e27 \ sha1 2ad904b650b7d55b7c12be0c99f77073770ece56 \ rmd160 8400b078bd643325109e988df7971e0eb164f492 +depends_build port:intltool + depends_lib port:libpng \ port:jpeg \ port:giflib \
participants (1)
-
ryandesign@macports.org