[124423] trunk/dports/php/php5-oauth/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 24 00:53:03 PDT 2014


Revision: 124423
          https://trac.macports.org/changeset/124423
Author:   ryandesign at macports.org
Date:     2014-08-24 00:53:02 -0700 (Sun, 24 Aug 2014)
Log Message:
-----------
php5-oauth: replaced_by php53-oauth

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

Modified: trunk/dports/php/php5-oauth/Portfile
===================================================================
--- trunk/dports/php/php5-oauth/Portfile	2014-08-24 07:42:20 UTC (rev 124422)
+++ trunk/dports/php/php5-oauth/Portfile	2014-08-24 07:53:02 UTC (rev 124423)
@@ -1,31 +1,13 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
-PortGroup       php5extension 1.0
 
-php5extension.setup oauth 1.2.3 pecl
-license         BSD
-categories      php devel
-platforms       darwin
-maintainers     ryandesign openmaintainer
-description     oauth consumer extension
+replaced_by     php53-oauth
+PortGroup       obsolete 1.0
 
-long_description \
-    OAuth is an authorization protocol built on top of HTTP which allows \
-    applications to securely access data without having to store usernames and \
-    passwords.
-
-checksums       rmd160  506f0644b22323a4d1ad6794433768d83357b5ba \
-                sha256  86bb5ee37afe672d4532ad784c7f711855c79f0dabf0acacafd5344ab6cf0195
-
-depends_lib-append \
-    port:gettext \
-    port:curl
-
-post-destroot {
-    set docdir ${prefix}/share/doc/${name}
-    set exampledir ${prefix}/share/examples
-    xinstall -d ${destroot}${docdir} ${destroot}${exampledir}
-    xinstall -m 644 -W ${worksrcpath} LICENSE ${destroot}${docdir}
-    copy ${worksrcpath}/examples ${destroot}${exampledir}/${name}
-}
+name            php5-oauth
+version         1.2.3
+revision        1
+categories      php
+license         BSD
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140824/3f98ff83/attachment.html>


More information about the macports-changes mailing list