Revision: 103390 https://trac.macports.org/changeset/103390 Author: nicos@macports.org Date: 2013-02-23 23:41:21 -0800 (Sat, 23 Feb 2013) Log Message: ----------- libxls: upgrade to 1.3.3, update license Modified Paths: -------------- trunk/dports/textproc/libxls/Portfile Modified: trunk/dports/textproc/libxls/Portfile =================================================================== --- trunk/dports/textproc/libxls/Portfile 2013-02-24 06:40:16 UTC (rev 103389) +++ trunk/dports/textproc/libxls/Portfile 2013-02-24 07:41:21 UTC (rev 103390) @@ -4,12 +4,11 @@ PortSystem 1.0 name libxls -version 1.3.2 -revision 1 +version 1.3.3 categories textproc maintainers nicos openmaintainer platforms darwin -license LGPL-3+ BSD +license BSD description libxls is a C library which can read Excel (xls) files long_description Library for parsing Excel (XLS) files, with a sample \ @@ -20,9 +19,12 @@ worksrcdir ${name} -checksums rmd160 9ff79cdf70884ad667b8f720f628add1a42f04a5 \ - sha256 fe560f8f42c2cb1b278b35bef296c244e1b44f453f4f8ae5f7b5ad0ca4bc0716 +checksums rmd160 6613cef36dd55a8d6272e0c6a66e308d3c30263e \ + sha256 80b7aa11aed31e1299b4fc8eb2c1e245c581317d3326177a7f4ee06ff6bdd336 +#Required to set the following variable due to an outdated configure script. +#Reported upstream at: +#http://sourceforge.net/tracker/?func=detail&atid=577858&aid=3605541&group_id... configure.cflags-append -DHAVE_ASPRINTF=1 livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
participants (1)
-
nicos@macports.org