diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-09-03 13:37:36 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-09-03 13:37:36 +0000 |
commit | 273c0cdd7db882fc96accf61af235f07adef67ea (patch) | |
tree | deb7461cb46891da3299eced5d23173f82a5c864 /lang/php5/PLIST | |
parent | d35331cde2e38e4e441a49a81c1bcd9bb61f2501 (diff) | |
download | pkgsrc-273c0cdd7db882fc96accf61af235f07adef67ea.tar.gz |
Update php5 to 5.0.4nb1 to address XML_RPC security issue(s)
Fix based on work done by tron@ for the PHP 4.x branch fix
PLIST fixup to correctly remove @PREFIX@/lib/php
Diffstat (limited to 'lang/php5/PLIST')
-rw-r--r-- | lang/php5/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/php5/PLIST b/lang/php5/PLIST index 15cbe384d7f..b360dea3aec 100644 --- a/lang/php5/PLIST +++ b/lang/php5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2005/04/11 20:16:02 jdolecek Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/09/03 13:37:36 adrianp Exp $ bin/pear bin/php bin/php-config @@ -293,6 +293,7 @@ share/php/php.gif @dirrm lib/php/test/HTML_Template_IT/tests/templates @dirrm lib/php/test/HTML_Template_IT/tests @dirrm lib/php/test/HTML_Template_IT +@dirrm lib/php/test @dirrm lib/php/doc/HTML_Template_IT/examples/templates @dirrm lib/php/doc/HTML_Template_IT/examples @dirrm lib/php/doc/HTML_Template_IT @@ -336,3 +337,4 @@ share/php/php.gif @dirrm include/php/Zend @dirrm include/php/TSRM @dirrm include/php +@unexec ${RMDIR} %D/lib/php 2>/dev/null || ${TRUE} |