diff options
author | jdolecek <jdolecek> | 2005-04-11 20:16:02 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2005-04-11 20:16:02 +0000 |
commit | c589afaa8b24a0ba9bc48b88f18a1adcb39b1b3d (patch) | |
tree | 28b78ca2e89b9d5541c4ebd54ac89b3d86e55b58 /lang/php5/Makefile | |
parent | 71452ddfd0ec05ab0be5ef3dbe89fce76eea4b78 (diff) | |
download | pkgsrc-c589afaa8b24a0ba9bc48b88f18a1adcb39b1b3d.tar.gz |
Update php5 to 5.0.4. This is maintenance/bugfix release, full list of changes
available at:
http://www.php.net/ChangeLog-5.php#5.0.4
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index ff539b836b5..2724459174f 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2005/04/08 20:58:49 jdolecek Exp $ +# $NetBSD: Makefile,v 1.11 2005/04/11 20:16:02 jdolecek Exp $ # PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 2 +PKGREVISION= # empty CATEGORIES= lang HOMEPAGE= http://www.php.net/ |