diff options
author | taca <taca> | 2012-07-20 12:30:36 +0000 |
---|---|---|
committer | taca <taca> | 2012-07-20 12:30:36 +0000 |
commit | 07cba7ea942a6e4c7073b88e9ce2f1f2d9a33632 (patch) | |
tree | 6f8343b63906d68a034251e8aba5a0ad19bab03b /textproc/php-dom | |
parent | 7ececa05bf4acbb141a4896aba91c020787ad5ee (diff) | |
download | pkgsrc-07cba7ea942a6e4c7073b88e9ce2f1f2d9a33632.tar.gz |
- Reset PKG_REVISION by both php53 and php54 are updated.
- Remove supporting php5 (PHP 5.2.x) supporting codes.
Diffstat (limited to 'textproc/php-dom')
-rw-r--r-- | textproc/php-dom/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/php-dom/Makefile b/textproc/php-dom/Makefile index 0b5c5bfd69e..a4ea80fddf9 100644 --- a/textproc/php-dom/Makefile +++ b/textproc/php-dom/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2012/06/14 07:45:20 sbd Exp $ +# $NetBSD: Makefile,v 1.4 2012/07/20 12:30:37 taca Exp $ MODNAME= dom -PKGREVISION= 2 CATEGORIES+= textproc COMMENT= PHP5 extension for DOM support |