From 9ce09e1be1edcebbde3094976733ba75ad25424b Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 17 Dec 2011 13:46:27 +0000 Subject: 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. --- textproc/php-mecab/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc/php-mecab') 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/ -- cgit v1.2.3