[50187] trunk/dports

nox at macports.org nox at macports.org
Mon Apr 27 07:00:17 PDT 2009


Revision: 50187
          http://trac.macports.org/changeset/50187
Author:   nox at macports.org
Date:     2009-04-27 07:00:17 -0700 (Mon, 27 Apr 2009)
Log Message:
-----------
php5-sqlite3: Port to php5peclextension group.

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

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

Removed Paths:
-------------
    trunk/dports/databases/php5-sqlite3/

Modified: trunk/dports/php/php5-sqlite3/Portfile
===================================================================
--- trunk/dports/databases/php5-sqlite3/Portfile	2009-04-27 11:52:58 UTC (rev 50180)
+++ trunk/dports/php/php5-sqlite3/Portfile	2009-04-27 14:00:17 UTC (rev 50187)
@@ -2,11 +2,12 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       php5peclextension 1.0
 
-name            php5-sqlite3
-set my_name     sqlite3
-version         0.6
-categories      databases php
+php5peclextension.setup sqlite3 0.6
+
+revision        1
+categories      php databases
 platforms       darwin
 maintainers     nox openmaintainer
 description     SQLite 3 bindings for PHP 5
@@ -14,21 +15,8 @@
 long_description \
     SQLite3 is a PHP extension for use with the SQLite 3 database system.
 
-homepage        http://pecl.php.net/package/sqlite3
-master_sites    http://pecl.php.net/get/
-distname        ${my_name}-${version}
-extract.suffix  .tgz
-
 checksums       md5     700652f4a687fea38ef68a4bb3968c34 \
                 sha1    51d65da3e829e06ffb67ba2d185ad2e0007155a5 \
                 rmd160  e27b0d2b3b0e27b87599fbb9b6fc72780a83792d
 
-depends_lib     path:bin/phpize:php5
-
-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/0df5ad15/attachment-0001.html>


More information about the macports-changes mailing list