[50185] trunk/dports

nox at macports.org nox at macports.org
Mon Apr 27 06:51:24 PDT 2009


Revision: 50185
          http://trac.macports.org/changeset/50185
Author:   nox at macports.org
Date:     2009-04-27 06:51:24 -0700 (Mon, 27 Apr 2009)
Log Message:
-----------
php5-intl:
 * Update to 1.0.2.
 * Move to php/ category.
 * Port to php5peclextension group.

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

Added Paths:
-----------
    trunk/dports/php/php5-intl/

Removed Paths:
-------------
    trunk/dports/devel/php5-intl/

Modified: trunk/dports/php/php5-intl/Portfile
===================================================================
--- trunk/dports/devel/php5-intl/Portfile	2009-04-27 11:52:58 UTC (rev 50180)
+++ trunk/dports/php/php5-intl/Portfile	2009-04-27 13:51:24 UTC (rev 50185)
@@ -2,11 +2,11 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       php5peclextension 1.0
 
-name            php5-intl
-set my_name     intl
-version         1.0.1
-categories      devel php
+php5peclextension.setup intl 1.0.2
+
+categories      php devel
 platforms       darwin
 maintainers     nox openmaintainer
 description     Internationalization extension for PHP 5
@@ -14,22 +14,10 @@
 long_description \
     Internationalization extension implements ICU library functionality in PHP.
 
-homepage        http://pecl.php.net/package/intl
-master_sites    http://pecl.php.net/get/
-distname        ${my_name}-${version}
-extract.suffix  .tgz
+checksums       md5     c68272f7dfacde9de8b44c57bae31be6 \
+                sha1    7160aadfedbc1de6a0e165a3cabcc7b3d5fde3f0 \
+                rmd160  a2a7fb4b2505aaa1f18b9eb2c8806a90a3689b2c
 
-checksums       md5     0876f49e8d413e5dedf18b660363d7e1 \
-                sha1    f8d95ce476ea5ed91d0a46152b12d2e9c1182692 \
-                rmd160  778d93507bcea9f5d71cc02326f15aff045bdfd5
+depends_lib-append  port:icu
 
-depends_lib     path:bin/phpize:php5 \
-                port:icu
-
-pre-configure {
-    system "cd ${worksrcpath} && phpize"
-}
-
 use_parallel_build  yes
-
-destroot.destdir    INSTALL_ROOT=${destroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090427/89e42cf5/attachment.html>


More information about the macports-changes mailing list