Modified: trunk/dports/php/php-eaccelerator/Portfile (98382 => 98383)
--- trunk/dports/php/php-eaccelerator/Portfile 2012-10-04 00:58:34 UTC (rev 98382)
+++ trunk/dports/php/php-eaccelerator/Portfile 2012-10-04 00:59:19 UTC (rev 98383)
@@ -2,10 +2,11 @@
# $Id$
PortSystem 1.0
+PortGroup github 1.0
PortGroup php 1.1
+github.setup eaccelerator eaccelerator 0.9.6.1
name php-eaccelerator
-version 0.9.6.1
revision 4
categories php www devel
platforms darwin freebsd openbsd
@@ -26,7 +27,7 @@
code by 1-10 times.
homepage http://eaccelerator.net/
-master_sites http://bart.eaccelerator.net/source/${version}/
+github.tarball_from downloads
checksums md5 32ccd838e06ef5613c2610c1c65ed228 \
sha1 c95e87229a6e674b4994d4fc13278e516ea314f9 \
@@ -45,7 +46,3 @@
configure.args-append --with-eaccelerator-disassembler
}
}
-
-livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex "Release-((\\d\\.?)+(-rc1)?)"
Modified: trunk/dports/php/php5-eaccelerator/Portfile (98382 => 98383)
--- trunk/dports/php/php5-eaccelerator/Portfile 2012-10-04 00:58:34 UTC (rev 98382)
+++ trunk/dports/php/php5-eaccelerator/Portfile 2012-10-04 00:59:19 UTC (rev 98383)
@@ -1,10 +1,12 @@
# $Id$
PortSystem 1.0
+PortGroup github 1.0
PortGroup php5extension 1.0
epoch 1
-php5extension.setup eaccelerator 0.9.6.1
+github.setup eaccelerator eaccelerator 0.9.6.1
+php5extension.setup eaccelerator ${version}
revision 8
categories php www devel
platforms darwin freebsd openbsd
@@ -22,7 +24,7 @@
execution. eAccelerator typically reduces server load and increases the \
speed of your PHP code by 1-10 times.
-master_sites http://bart.eaccelerator.net/source/${version}/
+github.tarball_from downloads
checksums md5 32ccd838e06ef5613c2610c1c65ed228 \
sha1 c95e87229a6e674b4994d4fc13278e516ea314f9 \
@@ -38,7 +40,3 @@
variant disassembler description {Include a disassembler} {
configure.args-append --with-eaccelerator-disassembler
}
-
-livecheck.type regex
-livecheck.url ${homepage}
-livecheck.regex "Release-((\\d\\.?)+(-rc1)?)"