Revision
75804
Author
ryandesign@macports.org
Date
2011-02-08 19:05:12 -0800 (Tue, 08 Feb 2011)

Log Message

php5-oauth: update to 1.1.0

Modified Paths

Diff

Modified: trunk/dports/php/php5-oauth/Portfile (75803 => 75804)


--- trunk/dports/php/php5-oauth/Portfile	2011-02-09 03:03:51 UTC (rev 75803)
+++ trunk/dports/php/php5-oauth/Portfile	2011-02-09 03:05:12 UTC (rev 75804)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 PortGroup       php5extension 1.0
 
-php5extension.setup oauth 1.0.0 pecl
+php5extension.setup oauth 1.1.0 pecl
 license         BSD
 categories      php devel
 platforms       darwin
@@ -15,9 +15,8 @@
     applications to securely access data without having to store usernames and \
     passwords.
 
-checksums       md5     7cf9652847f589f066cb4c36aebf9177 \
-                sha1    92fffae4eab67f1970f4b720ad3520376e52c0cf \
-                rmd160  d11ee1f97745b3647e6d20ef5c9aaf2a5234f17f
+checksums       sha1    72fe67c57e31fc78190412b365fef2b6ac8828a5 \
+                rmd160  edf941b83b7e8c8fa238099a1cf8a0017c48450d
 
 depends_lib-append \
     port:gettext \
@@ -30,5 +29,3 @@
     xinstall -m 644 -W ${worksrcpath} LICENSE ${destroot}${docdir}
     copy ${worksrcpath}/examples ${destroot}${exampledir}/${name}
 }
-
-livecheck.regex {(\d+(?:\.\d+)*)</a></th>}