pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   obache
Date:           Sat Dec 17 13:46:29 UTC 2011

Modified Files:
        pkgsrc/databases/php-dbx: Makefile
        pkgsrc/databases/php-redis: Makefile
        pkgsrc/devel/php-memcache: Makefile
        pkgsrc/lang/php: ext.mk
        pkgsrc/net/php-yaz: Makefile
        pkgsrc/print/php-pdflib: Makefile
        pkgsrc/security/php-suhosin: Makefile
        pkgsrc/textproc/php-enchant: Makefile
        pkgsrc/textproc/php-intl: Makefile
        pkgsrc/textproc/php-mecab: Makefile
        pkgsrc/www/php-apc: Makefile
        pkgsrc/www/php-eaccelerator: Makefile
        pkgsrc/www/php-phrasea2: Makefile
        pkgsrc/www/php-uploadprogress: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/php-dbx/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/php-redis/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/php-memcache/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/php/ext.mk
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/php-yaz/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/php-pdflib/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/php-suhosin/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/php-enchant/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/php-intl/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/textproc/php-mecab/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/php-apc/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/php-eaccelerator/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/php-phrasea2/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/www/php-uploadprogress/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index