[50188] trunk/dports

nox at macports.org nox at macports.org
Mon Apr 27 07:02:12 PDT 2009


Revision: 50188
          http://trac.macports.org/changeset/50188
Author:   nox at macports.org
Date:     2009-04-27 07:02:11 -0700 (Mon, 27 Apr 2009)
Log Message:
-----------
php5-uploadprogress: Port to php5peclextension port.

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

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

Removed Paths:
-------------
    trunk/dports/www/php5-uploadprogress/

Modified: trunk/dports/php/php5-uploadprogress/Portfile
===================================================================
--- trunk/dports/www/php5-uploadprogress/Portfile	2009-04-27 11:52:58 UTC (rev 50180)
+++ trunk/dports/php/php5-uploadprogress/Portfile	2009-04-27 14:02:11 UTC (rev 50188)
@@ -2,11 +2,12 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       php5peclextension 1.0
 
-name            php5-uploadprogress
-set my_name     uploadprogress
-version         1.0.0
-categories      www devel php
+php5peclextension.setup uploadprogress 1.0.0
+
+revision        1
+categories      php www devel
 platforms       darwin
 maintainers     nox openmaintainer
 description     An extension to track progress of a file upload.
@@ -16,11 +17,6 @@
     work on Apache with mod_php, other SAPI implementations unfortunately \
     still have issues.
 
-homepage        http://pecl.php.net/package/${my_name}
-master_sites    http://pecl.php.net/get/
-distname        ${my_name}-${version}
-extract.suffix  .tgz
-
 pre-fetch {
     if {![file exists ${prefix}/apache2/modules/libphp5.so]} {
         error "php5 must be built with the +apache2 variant enabled."
@@ -31,14 +27,6 @@
                 sha1    bc40923dc146eb8fe1d5cfd85adbec1d74c2cdb7 \
                 rmd160  3913f8c06c98b85ec57cca27ef0a126747fac757
 
-depends_lib     path:bin/phpize:php5
-
-pre-configure {
-    system "cd ${worksrcpath} && phpize"
-}
-
 use_parallel_build  yes
 
 build.args          EXTRA_INCLUDES=-I${prefix}/include
-
-destroot.destdir    INSTALL_ROOT=${destroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090427/8284cdff/attachment-0001.html>


More information about the macports-changes mailing list