diff options
author | krion <krion@FreeBSD.org> | 2005-02-18 19:10:04 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-18 19:10:04 +0800 |
commit | 2fc15be3c4ec5fcec38513b4b86a155e051431f5 (patch) | |
tree | eb76116042f5ea4eb58dfba85400c7c99f7724d4 /devel | |
parent | 87c73e827a142843a9cd818d6575865bc55e6c1f (diff) | |
download | freebsd-ports-gnome-2fc15be3c4ec5fcec38513b4b86a155e051431f5.tar.gz freebsd-ports-gnome-2fc15be3c4ec5fcec38513b4b86a155e051431f5.tar.zst freebsd-ports-gnome-2fc15be3c4ec5fcec38513b4b86a155e051431f5.zip |
Update to version 1.3.5
PR: ports/77671
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-PEAR/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-PEAR/Makefile.common | 1 | ||||
-rw-r--r-- | devel/pear-PEAR/distinfo | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/devel/pear-PEAR/Makefile b/devel/pear-PEAR/Makefile index e7eb1e3b8d2f..a2010a310874 100644 --- a/devel/pear-PEAR/Makefile +++ b/devel/pear-PEAR/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PEAR -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.5 CATEGORIES= devel www pear MAINTAINER= antonio@php.net diff --git a/devel/pear-PEAR/Makefile.common b/devel/pear-PEAR/Makefile.common index 90b8c9200b42..12e6e1e21496 100644 --- a/devel/pear-PEAR/Makefile.common +++ b/devel/pear-PEAR/Makefile.common @@ -128,6 +128,7 @@ do-generate-plist: if [ -n "${EXAMPLES}" ]; then echo "%%PORTDOCS%%@dirrm ${LEXAMPLESDIR}"; fi; \ echo "@dirrm ${LPKGREGDIR}"; \ echo "@unexec rmdir %D/${LINSTDIR} 2> /dev/null || true"; \ + echo "@unexec rmdir %D/${LINSTDIR:H} 2> /dev/null || true"; \ echo "@unexec rmdir %D/${LPEARDIR}/.registry 2> /dev/null || true"; \ echo "@unexec rmdir %D/${LPEARDIR}/packages 2> /dev/null || true"; \ echo "@unexec rmdir %D/${LPEARDIR} 2> /dev/null || true"; \ diff --git a/devel/pear-PEAR/distinfo b/devel/pear-PEAR/distinfo index 992125952b4b..94dd0969b57a 100644 --- a/devel/pear-PEAR/distinfo +++ b/devel/pear-PEAR/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/PEAR-1.3.4.tgz) = 38a21bb2eabd361ebba26bbc330faea6 -SIZE (PEAR/PEAR-1.3.4.tgz) = 107207 +MD5 (PEAR/PEAR-1.3.5.tgz) = 8fead7fddb93f9b3cecd740823daafd2 +SIZE (PEAR/PEAR-1.3.5.tgz) = 108423 |