1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix definitely pear package deinstallation.

PR:		ports/79830
Submitted by:	leeym
This commit is contained in:
Alex Dupre 2005-04-15 08:12:00 +00:00
parent 20becbe1a0
commit 3d2c4e7e4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133394
6 changed files with 21 additions and 15 deletions

View File

@ -1,4 +1,4 @@
PORTREVISION= 1
PORTREVISION= 2
LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2

View File

@ -1,7 +1,7 @@
bin/pear
lib/php/pear/.filemap
lib/php/pear/.lock
@exec mkdir -p %D/lib/php/pear/.registry
@exec touch %D/lib/php/pear/.filemap
@exec touch %D/lib/php/pear/.lock
share/pear/bootstrap/Archive/Tar.php
share/pear/bootstrap/PEAR.php
share/pear/bootstrap/System.php
@ -33,8 +33,10 @@ share/pear/bootstrap/PEAR/Remote.php
share/pear/bootstrap/PEAR/RunTest.php
share/pear/bootstrap/XML/RPC.php
share/pear/bootstrap/XML/RPC/Server.php
@dirrm lib/php/pear/.registry
@dirrm lib/php/pear
@unexec rm %D/lib/php/pear/.filemap 2> /dev/null || true
@unexec rm %D/lib/php/pear/.lock 2> /dev/null || true
@unexec rmdir %D/lib/php/pear/.registry 2> /dev/null || true
@unexec rmdir %D/lib/php/pear 2> /dev/null || true
@unexec rmdir %D/lib/php 2> /dev/null || true
@dirrm share/pear/bootstrap/Archive
@dirrm share/pear/bootstrap/Console

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 3
USE_GNOME= libxml2

View File

@ -1,7 +1,7 @@
bin/pear
lib/php/pear/.filemap
lib/php/pear/.lock
@exec mkdir -p %D/lib/php/pear/.registry
@exec touch %D/lib/php/pear/.filemap
@exec touch %D/lib/php/pear/.lock
share/pear/bootstrap/Archive/Tar.php
share/pear/bootstrap/PEAR.php
share/pear/bootstrap/System.php
@ -34,8 +34,10 @@ share/pear/bootstrap/PEAR/Remote.php
share/pear/bootstrap/PEAR/RunTest.php
share/pear/bootstrap/XML/RPC.php
share/pear/bootstrap/XML/RPC/Server.php
@dirrm lib/php/pear/.registry
@dirrm lib/php/pear
@unexec rm %D/lib/php/pear/.filemap 2> /dev/null || true
@unexec rm %D/lib/php/pear/.lock 2> /dev/null || true
@unexec rmdir %D/lib/php/pear/.registry 2> /dev/null || true
@unexec rmdir %D/lib/php/pear 2> /dev/null || true
@unexec rmdir %D/lib/php 2> /dev/null || true
@dirrm share/pear/bootstrap/Archive
@dirrm share/pear/bootstrap/Console

View File

@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 3
USE_GNOME= libxml2

View File

@ -1,7 +1,7 @@
bin/pear
lib/php/pear/.filemap
lib/php/pear/.lock
@exec mkdir -p %D/lib/php/pear/.registry
@exec touch %D/lib/php/pear/.filemap
@exec touch %D/lib/php/pear/.lock
share/pear/bootstrap/Archive/Tar.php
share/pear/bootstrap/PEAR.php
share/pear/bootstrap/System.php
@ -34,8 +34,10 @@ share/pear/bootstrap/PEAR/Remote.php
share/pear/bootstrap/PEAR/RunTest.php
share/pear/bootstrap/XML/RPC.php
share/pear/bootstrap/XML/RPC/Server.php
@dirrm lib/php/pear/.registry
@dirrm lib/php/pear
@unexec rm %D/lib/php/pear/.filemap 2> /dev/null || true
@unexec rm %D/lib/php/pear/.lock 2> /dev/null || true
@unexec rmdir %D/lib/php/pear/.registry 2> /dev/null || true
@unexec rmdir %D/lib/php/pear 2> /dev/null || true
@unexec rmdir %D/lib/php 2> /dev/null || true
@dirrm share/pear/bootstrap/Archive
@dirrm share/pear/bootstrap/Console