diff options
author | dirk <dirk@FreeBSD.org> | 2003-01-30 17:19:49 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2003-01-30 17:19:49 +0800 |
commit | 6b525acdb5f328c993ea325ecd6d77660e708846 (patch) | |
tree | 7c8d6ffd6dd31a1f10727241756c0392f53b6936 /devel/pear-PEAR | |
parent | 38144dcf33148e9af1b8a346247a00acaec6b514 (diff) | |
download | freebsd-ports-gnome-6b525acdb5f328c993ea325ecd6d77660e708846.tar.gz freebsd-ports-gnome-6b525acdb5f328c993ea325ecd6d77660e708846.tar.zst freebsd-ports-gnome-6b525acdb5f328c993ea325ecd6d77660e708846.zip |
Upgrade to 1.0.1.
PR: ports/46274
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'devel/pear-PEAR')
-rw-r--r-- | devel/pear-PEAR/Makefile | 4 | ||||
-rw-r--r-- | devel/pear-PEAR/distinfo | 2 | ||||
-rw-r--r-- | devel/pear-PEAR/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/pear-PEAR/Makefile b/devel/pear-PEAR/Makefile index b1bb6bede494..74406b0fb071 100644 --- a/devel/pear-PEAR/Makefile +++ b/devel/pear-PEAR/Makefile @@ -7,17 +7,17 @@ PORTNAME= PEAR PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://pear.php.net/get/ PKGNAMEPREFIX= pear- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/b1/} EXTRACT_SUFX= .tgz DIST_SUBDIR= PEAR MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${PEARDIR}.DIST_PHP:${PORTSDIR}/devel/pear-install -RUN_DEPENDS= ${PEARDIR}.DIST_PHP:${PORTSDIR}/devel/pear-install +RUN_DEPENDS= ${BUILD_DEPENDS} NO_BUILD= yes diff --git a/devel/pear-PEAR/distinfo b/devel/pear-PEAR/distinfo index fe522402bd58..b09b8d04d703 100644 --- a/devel/pear-PEAR/distinfo +++ b/devel/pear-PEAR/distinfo @@ -1 +1 @@ -MD5 (PEAR/PEAR-1.0b1.tgz) = 6109077247d825df343f766713e899de +MD5 (PEAR/PEAR-1.0.1.tgz) = 4afa614e25f9df1a79a59f006f9d1ed6 diff --git a/devel/pear-PEAR/pkg-plist b/devel/pear-PEAR/pkg-plist index 69e73fd2780d..7c18a96674df 100644 --- a/devel/pear-PEAR/pkg-plist +++ b/devel/pear-PEAR/pkg-plist @@ -7,6 +7,7 @@ %%PEARDIR%%/System.php %%PEARDIR%%/OS/Guess.php %%PEARDIR%%/PEAR/Autoloader.php +%%PEARDIR%%/PEAR/Builder.php %%PEARDIR%%/PEAR/Command.php %%PEARDIR%%/PEAR/Command/Auth.php %%PEARDIR%%/PEAR/Command/Build.php @@ -20,7 +21,6 @@ %%PEARDIR%%/PEAR/Config.php %%PEARDIR%%/PEAR/Dependency.php %%PEARDIR%%/PEAR/Frontend/CLI.php -%%PEARDIR%%/PEAR/Builder.php %%PEARDIR%%/PEAR/Installer.php %%PEARDIR%%/PEAR/Packager.php %%PEARDIR%%/PEAR/Registry.php |