Revision: 139629 https://trac.macports.org/changeset/139629 Author: ryandesign@macports.org Date: 2015-08-21 18:38:17 -0700 (Fri, 21 Aug 2015) Log Message: ----------- php: update php70 to 7.0.0RC1 Modified Paths: -------------- trunk/dports/lang/php/Portfile Modified: trunk/dports/lang/php/Portfile =================================================================== --- trunk/dports/lang/php/Portfile 2015-08-22 01:02:19 UTC (rev 139628) +++ trunk/dports/lang/php/Portfile 2015-08-22 01:38:17 UTC (rev 139629) @@ -113,13 +113,14 @@ # When this becomes a stable version, remove the overrides for homepage, # master_sites and livecheck, and update php.latest_stable_branch in the # php-1.1 portgroup. - version 7.0.0beta3 + epoch 1 + version 7.0.0RC1 homepage http://qa.php.net/ master_sites http://downloads.php.net/~ab/ use_xz yes - checksums md5 92b10b1694161d00ac38401da4537ed3 \ - rmd160 6b86f785a9b891a64dc61676103657ead1e2cc08 \ - sha256 f3cf545dcf74f4727f378dcfa206d7b3c78aafca3ccf68109d7302733fb957b4 + checksums md5 4ee82dbebd3771d8451bbfb540df1523 \ + rmd160 bae6df0341387d61fc26ef2d0438749977aaf5a0 \ + sha256 7fc9d154e3fa7c55accebf0c0bfd946f7bf83344b5099ffd967fb72a55451efb livecheck.url ${homepage} livecheck.regex php-([strsed ${subport_branch} {g/\\./\\./}](?:\\.\[0-9.\]+)*(?:(?:alpha|beta|RC)\\d+|-latest))\\.tar }