diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2003-01-30 09:19:49 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2003-01-30 09:19:49 +0000 |
commit | c5af25b53602431cb24826a507cf3b9d102f34e8 (patch) | |
tree | 532bbdb9f159092ac56b601fcc038746ad4ac3f4 /devel/pear-PEAR | |
parent | f754553325d3a856f64b65c27d55554e244c318b (diff) | |
download | ports-c5af25b53602431cb24826a507cf3b9d102f34e8.tar.gz ports-c5af25b53602431cb24826a507cf3b9d102f34e8.zip |
Notes
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 |