Revision: 120709 https://trac.macports.org/changeset/120709 Author: ryandesign@macports.org Date: 2014-06-05 20:39:41 -0700 (Thu, 05 Jun 2014) Log Message: ----------- php-excel: update to 1.0 Modified Paths: -------------- trunk/dports/php/php-excel/Portfile trunk/dports/php/php5-excel/Portfile Removed Paths: ------------- trunk/dports/php/php-excel/files/ trunk/dports/php/php5-excel/files/ Modified: trunk/dports/php/php-excel/Portfile =================================================================== --- trunk/dports/php/php-excel/Portfile 2014-06-06 03:14:16 UTC (rev 120708) +++ trunk/dports/php/php-excel/Portfile 2014-06-06 03:39:41 UTC (rev 120709) @@ -5,8 +5,7 @@ PortGroup github 1.0 PortGroup php 1.1 -github.setup iliaal php_excel 0.9.9 -revision 1 +github.setup iliaal php_excel 1.0 name php-excel categories-append textproc platforms darwin @@ -20,14 +19,12 @@ long_description ${name} is a ${description}. -checksums rmd160 14174fe07dbad8edd0d9321f6af7faed3f4fd5ce \ - sha256 b4cfa1b38d44c871593330888d2c893ef3d1e8d12d7a21b69a117ab09d25c064 +checksums rmd160 dd8d9e8db1043cf87618b891981245fb5e4d9b4b \ + sha256 cb615ba314f04cd29fbd797682b71930891574df0c3c96b1ed1301fc12a03c90 if {${name} ne ${subport}} { depends_lib-append port:libxl - patchfiles patch-libxl-3.5.4.diff - # libxl is Intel-only supported_archs i386 x86_64 configure.universal_archs i386 x86_64 Modified: trunk/dports/php/php5-excel/Portfile =================================================================== --- trunk/dports/php/php5-excel/Portfile 2014-06-06 03:14:16 UTC (rev 120708) +++ trunk/dports/php/php5-excel/Portfile 2014-06-06 03:39:41 UTC (rev 120709) @@ -5,8 +5,7 @@ PortGroup github 1.0 PortGroup php5extension 1.0 -github.setup iliaal php_excel 0.9.9 -revision 1 +github.setup iliaal php_excel 1.0 php5extension.setup excel ${version} categories-append textproc platforms darwin @@ -18,13 +17,13 @@ long_description ${name} is a ${description}. -checksums rmd160 14174fe07dbad8edd0d9321f6af7faed3f4fd5ce \ - sha256 b4cfa1b38d44c871593330888d2c893ef3d1e8d12d7a21b69a117ab09d25c064 +distname ${github.project}-${version} +checksums rmd160 dd8d9e8db1043cf87618b891981245fb5e4d9b4b \ + sha256 cb615ba314f04cd29fbd797682b71930891574df0c3c96b1ed1301fc12a03c90 + depends_lib-append port:libxl -patchfiles patch-libxl-3.5.4.diff - # libxl is Intel-only supported_archs i386 x86_64 configure.universal_archs i386 x86_64
participants (1)
-
ryandesign@macports.org