[89095] trunk/dports/php/phpsh/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 19 00:24:26 PST 2012


Revision: 89095
          http://trac.macports.org/changeset/89095
Author:   ryandesign at macports.org
Date:     2012-01-19 00:24:26 -0800 (Thu, 19 Jan 2012)
Log Message:
-----------
phpsh: use github portgroup, thereby fixing livecheck

Modified Paths:
--------------
    trunk/dports/php/phpsh/Portfile

Modified: trunk/dports/php/phpsh/Portfile
===================================================================
--- trunk/dports/php/phpsh/Portfile	2012-01-19 08:19:10 UTC (rev 89094)
+++ trunk/dports/php/phpsh/Portfile	2012-01-19 08:24:26 UTC (rev 89095)
@@ -2,11 +2,10 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               github 1.0
 PortGroup               python27 1.0
 
-name                    phpsh
-set git_author          facebook
-version                 1.3
+github.setup            facebook phpsh 1.3
 revision                1
 categories              php devel
 maintainers             singingwolfboy openmaintainer
@@ -16,8 +15,6 @@
 
 homepage                http://www.phpsh.org
 fetch.type              git
-git.url                 https://github.com/${git_author}/${name}.git
-git.branch              ${version}
 description             PHP read-eval-print-loop
 long_description \
     phpsh is a read-eval-print-loop for PHP that features readline history, tab \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120119/c43dd552/attachment.html>


More information about the macports-changes mailing list