pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php5 Correct PLIST to fix a binary package:
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d3b3c8fbb7f
branches: trunk
changeset: 517638:1d3b3c8fbb7f
user: taca <taca%pkgsrc.org@localhost>
date: Thu Aug 17 13:17:48 2006 +0000
description:
Correct PLIST to fix a binary package:
- remove an extra directory.
- handle empty directories.
diffstat:
lang/php5/Makefile | 4 ++--
lang/php5/PLIST | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (39 lines):
diff -r 4e63a34f03bc -r 1d3b3c8fbb7f lang/php5/Makefile
--- a/lang/php5/Makefile Thu Aug 17 13:09:34 2006 +0000
+++ b/lang/php5/Makefile Thu Aug 17 13:17:48 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2006/08/10 05:57:09 taca Exp $
+# $NetBSD: Makefile,v 1.40 2006/08/17 13:17:48 taca Exp $
PKGNAME= php-${PHP_BASE_VERS}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= lang
HOMEPAGE= http://www.php.net/
diff -r 4e63a34f03bc -r 1d3b3c8fbb7f lang/php5/PLIST
--- a/lang/php5/PLIST Thu Aug 17 13:09:34 2006 +0000
+++ b/lang/php5/PLIST Thu Aug 17 13:17:48 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2006/05/06 22:42:44 jdolecek Exp $
+@comment $NetBSD: PLIST,v 1.12 2006/08/17 13:17:48 taca Exp $
bin/pear
bin/peardev
bin/pecl
@@ -214,6 +214,8 @@
lib/php/.depdblock
lib/php/.filemap
lib/php/.lock
+@exec ${MKDIR} %D/lib/php/.registry/.channel.__uri
+@exec ${MKDIR} %D/lib/php/.registry/.channel.pecl.php.net
lib/php/.registry/archive_tar.reg
lib/php/.registry/console_getopt.reg
lib/php/.registry/pear.reg
@@ -367,7 +369,6 @@
@dirrm include/php/regex
@dirrm include/php/main/streams
@dirrm include/php/main
-@dirrm include/php/include
@dirrm include/php/ext/xml
@dirrm include/php/ext/standard
@dirrm include/php/ext/session
Home |
Main Index |
Thread Index |
Old Index