Revision
98343
Author
ryandesign@macports.org
Date
2012-10-02 19:39:15 -0700 (Tue, 02 Oct 2012)

Log Message

php-oauth: update to 1.2.3

Modified Paths

Diff

Modified: trunk/dports/php/php-oauth/Portfile (98342 => 98343)


--- trunk/dports/php/php-oauth/Portfile	2012-10-03 02:29:40 UTC (rev 98342)
+++ trunk/dports/php/php-oauth/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
@@ -5,8 +5,7 @@
 PortGroup       php 1.1
 
 name            php-oauth
-version         1.2.2
-revision        1
+version         1.2.3
 license         BSD
 categories      php devel
 platforms       darwin
@@ -22,8 +21,8 @@
     applications to securely access data without having to store usernames and \
     passwords.
 
-checksums       sha1    bd74cd7aa150e33db20ac36f0b1459473f1ef070 \
-                rmd160  82e172febc68dc15e225fbd96a9d5b40f0741fa4
+checksums       rmd160  506f0644b22323a4d1ad6794433768d83357b5ba \
+                sha256  86bb5ee37afe672d4532ad784c7f711855c79f0dabf0acacafd5344ab6cf0195
 
 if {${name} != ${subport}} {
     depends_lib-append \

Modified: trunk/dports/php/php5-oauth/Portfile (98342 => 98343)


--- trunk/dports/php/php5-oauth/Portfile	2012-10-03 02:29:40 UTC (rev 98342)
+++ trunk/dports/php/php5-oauth/Portfile	2012-10-03 02:39:15 UTC (rev 98343)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 PortGroup       php5extension 1.0
 
-php5extension.setup oauth 1.2.2 pecl
+php5extension.setup oauth 1.2.3 pecl
 license         BSD
 categories      php devel
 platforms       darwin
@@ -15,8 +15,8 @@
     applications to securely access data without having to store usernames and \
     passwords.
 
-checksums       sha1    bd74cd7aa150e33db20ac36f0b1459473f1ef070 \
-                rmd160  82e172febc68dc15e225fbd96a9d5b40f0741fa4
+checksums       rmd160  506f0644b22323a4d1ad6794433768d83357b5ba \
+                sha256  86bb5ee37afe672d4532ad784c7f711855c79f0dabf0acacafd5344ab6cf0195
 
 depends_lib-append \
     port:gettext \