[98383] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Wed Oct 3 17:59:19 PDT 2012


Revision: 98383
          http://trac.macports.org//changeset/98383
Author:   ryandesign at macports.org
Date:     2012-10-03 17:59:19 -0700 (Wed, 03 Oct 2012)
Log Message:
-----------
php-eaccelerator: switch to github hosting

Modified Paths:
--------------
    trunk/dports/php/php-eaccelerator/Portfile
    trunk/dports/php/php5-eaccelerator/Portfile

Modified: trunk/dports/php/php-eaccelerator/Portfile
===================================================================
--- 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
===================================================================
--- 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)?)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121003/0e2911a0/attachment.html>


More information about the macports-changes mailing list