pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/php-sqlite Fix previous change to make reall...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2257cd30cde6
branches:  trunk
changeset: 399923:2257cd30cde6
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Oct 09 12:27:05 2009 +0000

description:
Fix previous change to make really sence; avoid using PECL_VERSION but
mannually set PKGNAME.

Noted by Robert Elz by private mail.  (Thanks much!)

diffstat:

 databases/php-sqlite/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r e50a78542ad3 -r 2257cd30cde6 databases/php-sqlite/Makefile
--- a/databases/php-sqlite/Makefile     Fri Oct 09 12:01:23 2009 +0000
+++ b/databases/php-sqlite/Makefile     Fri Oct 09 12:27:05 2009 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2009/10/09 03:51:03 taca Exp $
+# $NetBSD: Makefile,v 1.12 2009/10/09 12:27:05 taca Exp $
 
 MODNAME=               sqlite
-PECL_VERSION=          1.0.3
+PKGNAME=               ${PHP_PKG_PREFIX}-${MODNAME}-${PHP_BASE_VERS}.1.0.3
 CATEGORIES+=           databases
 COMMENT=               PHP extension for SQLite 2.x databases
 
 #
-# PECL_VERSION exists for temporary workaround and it should be removed
-# after next release of lang/php5.
+# Above PKGNAME definition should be removed after next release of lang/php5.
 #
 
 PHP_VERSIONS_ACCEPTED= 5



Home | Main Index | Thread Index | Old Index