summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorobache <obache>2011-12-17 13:46:27 +0000
committerobache <obache>2011-12-17 13:46:27 +0000
commit13fb24bcd7fef21ea3288a07e5388711eba31bf0 (patch)
tree0201099d58a10a76fa4a723dc2af453a6d168585 /textproc
parente1fb05616cb7fbe9feddf096628c6dabafed7945 (diff)
downloadpkgsrc-13fb24bcd7fef21ea3288a07e5388711eba31bf0.tar.gz
Change default PKGNAME scheme for PECL packages.
Drop ${PHP_BASE_VARS} from PKGVERSION by default. It used to be required to support multiple php version. But after PHP version based ${PHP_PKG_PREFIX} was introduced, such trick is not required anymore. In addition to this, such version name schme invokes unwanted version bump when base php version is bumped, plus, such version scheme is hard to use for DEPENDS pattern. To avoid downgrading of package using such legacy version scheme, PECL_LEGACY_VERSION_SCHEME is introduced. If it is defined, current version scheme is still used for currently supported PHP version (5 and 53), but instead of ${PHP_BASE_VARS}, current fixed PHP base version in pkgsrc is used to avoid unwanted version bump from update of PHP base package. With newer PHP (54, or so on), new version scheme will be used if it is defined. This trick will not be required and should be removed after php5 and php53 will be gone away from pkgsrc.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/php-enchant/Makefile3
-rw-r--r--textproc/php-intl/Makefile3
-rw-r--r--textproc/php-mecab/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/textproc/php-enchant/Makefile b/textproc/php-enchant/Makefile
index a2f23fd25ad..23532968dcd 100644
--- a/textproc/php-enchant/Makefile
+++ b/textproc/php-enchant/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2011/04/22 13:44:51 obache Exp $
+# $NetBSD: Makefile,v 1.4 2011/12/17 13:46:28 obache Exp $
MODNAME= enchant
PECL_VERSION= 1.1.0
PKGREVISION= 1
+PECL_LEGACY_VERSION_SCHEME= yes
CATEGORIES+= textproc
COMMENT= PHP extension for ENCHANT (spelling) support
diff --git a/textproc/php-intl/Makefile b/textproc/php-intl/Makefile
index 283e6889501..65ec46e19bf 100644
--- a/textproc/php-intl/Makefile
+++ b/textproc/php-intl/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2011/10/29 13:47:03 cheusov Exp $
+# $NetBSD: Makefile,v 1.8 2011/12/17 13:46:28 obache Exp $
MODNAME= intl
PECL_VERSION= 1.1.2
PKGREVISION= 2
+PECL_LEGACY_VERSION_SCHEME= yes
CATEGORIES+= textproc
COMMENT= PHP extension for i18n
diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile
index b82c3fc2f76..0124a2a55be 100644
--- a/textproc/php-mecab/Makefile
+++ b/textproc/php-mecab/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/12/19 02:13:50 taca Exp $
+# $NetBSD: Makefile,v 1.2 2011/12/17 13:46:28 obache Exp $
#
MODNAME= mecab
PECL_VERSION= 0.4.1
+PECL_LEGACY_VERSION_SCHEME= yes
CATEGORIES= textproc japanese
MASTER_SITES= http://pecl.opendogs.org/get/