diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 14:40:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 14:40:34 +0000 |
commit | 5af052fb017a34f6f9b1633f87f76289af621e69 (patch) | |
tree | 5d22b274f3d649670d0a890faa1ee9d97e218719 /databases/pear-DB | |
parent | a7ad27b48fea34835988bb242d0e8699608f0c85 (diff) |
Notes
Diffstat (limited to 'databases/pear-DB')
-rw-r--r-- | databases/pear-DB/Makefile | 40 | ||||
-rw-r--r-- | databases/pear-DB/distinfo | 4 |
2 files changed, 5 insertions, 39 deletions
diff --git a/databases/pear-DB/Makefile b/databases/pear-DB/Makefile index 01dc46c6e821..8ab8007312b7 100644 --- a/databases/pear-DB/Makefile +++ b/databases/pear-DB/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DB -PORTVERSION= 1.7.13 +PORTVERSION= 1.7.14 PORTEPOCH= 1 CATEGORIES= databases www pear DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/} @@ -15,44 +15,10 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR Database Abstraction Layer BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= DB.php DB/common.php DB/dbase.php DB/fbsql.php DB/ibase.php \ - DB/ifx.php DB/msql.php DB/mssql.php DB/mysql.php \ - DB/mysqli.php DB/oci8.php DB/odbc.php DB/pgsql.php \ - DB/sqlite.php DB/storage.php DB/sybase.php - -DOCS= IDEAS MAINTAINERS STATUS TESTERS -TESTS= db_error.phpt db_error2.phpt db_factory.phpt db_ismanip.phpt \ - db_parsedsn.phpt errors.inc fetchmodes.inc \ - fetchmode_object.inc include.inc limit.inc numcols.inc \ - numrows.inc prepexe.inc run.cvs sequences.inc simplequery.inc \ - skipif.inc transactions.inc driver/01connect.phpt \ - driver/02fetch.phpt driver/03simplequery.phpt \ - driver/04numcols.phpt driver/05sequences.phpt \ - driver/06prepexec.phpt driver/08affectedrows.phpt \ - driver/09numrows.phpt driver/10errormap.phpt \ - driver/11transactions.phpt driver/13limit.phpt \ - driver/14fetchmode_object.phpt driver/15quote.phpt \ - driver/16tableinfo.phpt driver/17query.phpt driver/18get.phpt \ - driver/19getlistof.phpt driver/20locale.phpt \ - driver/21freeResult.phpt driver/connect.inc \ - driver/droptable.inc driver/mktable.inc \ - driver/multiconnect.php driver/run.cvs driver/setup.inc.cvs \ - driver/skipif.inc - -_DOCSDIR= doc +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" - -post-patch: -.for file in ${FILES} - @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file} -.endfor - @${REINPLACE_CMD} -e "s|@include_path@|${PREFIX}/${LPEARDIR}|g" \ - ${WRKSRC}/tests/include.inc - @${REINPLACE_CMD} -e "s|@include_path@|${PREFIX}/${LPEARDIR}|g" \ - ${WRKSRC}/tests/driver/setup.inc.cvs - .include <bsd.port.post.mk> diff --git a/databases/pear-DB/distinfo b/databases/pear-DB/distinfo index b0b7d3423e24..bbdee884d271 100644 --- a/databases/pear-DB/distinfo +++ b/databases/pear-DB/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/DB-1.7.13.tgz) = a8a9cc1326e5896fe78db2e1dea5cc3de02c77fb5e9b4deb402ed5f3dc1260b0 -SIZE (PEAR/DB-1.7.13.tgz) = 132246 +SHA256 (PEAR/DB-1.7.14.tgz) = a574483fd5c4440a4bf08018e8bcdde7f4619e9b964de2b357bd60733ec5919c +SIZE (PEAR/DB-1.7.14.tgz) = 133103 |