diff options
author | nork <nork@FreeBSD.org> | 2003-06-08 07:00:46 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-08 07:00:46 +0800 |
commit | 745d211ff042f4470c9df0ffe9f99c37920b85c7 (patch) | |
tree | 6d423271cde50294359b8b859c4d8d7b1a45c6ae /security/pear-Auth_SASL | |
parent | c81d0eb89c8cdf6ad9ff097db9f1413450c7dd94 (diff) | |
download | freebsd-ports-graphics-745d211ff042f4470c9df0ffe9f99c37920b85c7.tar.gz freebsd-ports-graphics-745d211ff042f4470c9df0ffe9f99c37920b85c7.tar.zst freebsd-ports-graphics-745d211ff042f4470c9df0ffe9f99c37920b85c7.zip |
Update to pear-Archive_Tar 1.1.
Update to pear-PEAR 1.1.
Update to pear-HTML_Common 1.2.
Update to pear-Net_SMTP 1.2.3.
Update to pear-Log 1.6.5.
Update to pear-I18N 0.8.5.
Update to pear 4.3.2.
Adapt following ports for pear-PEAR's Makefile.common.
pear-Console_Getopt, pear-Auth, pear-Auth_SASL, devel/pear-Date,
net/pear-Net_Socket, pear-Mail_Mime, pear-Crypt_CBC, pear-mailparse,
pear-File, pear-HTML_Select_Common, and pear-Net_Sieve
PR: ports/52596, ports/52641, ports/52655, ports/52656,
ports/52671, ports/52678, ports/52845
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'security/pear-Auth_SASL')
-rw-r--r-- | security/pear-Auth_SASL/Makefile | 23 | ||||
-rw-r--r-- | security/pear-Auth_SASL/pkg-deinstall | 13 | ||||
-rw-r--r-- | security/pear-Auth_SASL/pkg-descr | 2 | ||||
-rw-r--r-- | security/pear-Auth_SASL/pkg-plist | 2 |
4 files changed, 5 insertions, 35 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile index f422354793c..5fc46edc591 100644 --- a/security/pear-Auth_SASL/Makefile +++ b/security/pear-Auth_SASL/Makefile @@ -7,12 +7,8 @@ PORTNAME= Auth_SASL PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security www -MASTER_SITES= http://pear.php.net/get/ -PKGNAMEPREFIX= pear- -EXTRACT_SUFX= .tgz -DIST_SUBDIR= PEAR MAINTAINER= ports@FreeBSD.org COMMENT= PEAR abstraction of various SASL mechanism responses @@ -20,19 +16,8 @@ COMMENT= PEAR abstraction of various SASL mechanism responses BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth RUN_DEPENDS= ${BUILD_DEPENDS} -NO_BUILD= yes - .include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/bin/php-config) -PHP_BASE!= ${LOCALBASE}/bin/php-config --prefix -.else -PHP_BASE= ${LOCALBASE} -.endif -PEAR= ${LOCALBASE}/bin/pear -LPHP_LIB= lib/php -PEARDIR= ${PHP_BASE}/${LPHP_LIB} -PLIST_SUB= PEARDIR=${LPHP_LIB} +.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" MANIFEST= SASL.php SASL @@ -44,8 +29,4 @@ do-install: @${CHMOD} a-x ${PEARDIR}/Auth/SASL/* @${CHMOD} a-x ${PEARDIR}/Auth/SASL.php -post-install: -# Register a new package - @${PEAR} install -r -f ${WRKDIR}/package.xml - .include <bsd.port.post.mk> diff --git a/security/pear-Auth_SASL/pkg-deinstall b/security/pear-Auth_SASL/pkg-deinstall deleted file mode 100644 index c17e9d19ced..00000000000 --- a/security/pear-Auth_SASL/pkg-deinstall +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Remove package declaration from PEAR's registry. - -if [ x$2 != xDEINSTALL ]; then - exit -fi -PKG_NAME=${1%%-[0-9._]*} -PACKAGE=$(echo $PKG_NAME | sed 's/pear-//') - -${PKG_PREFIX}/bin/pear uninstall -r ${PACKAGE} || true diff --git a/security/pear-Auth_SASL/pkg-descr b/security/pear-Auth_SASL/pkg-descr index afaefb26502..7750e6715e3 100644 --- a/security/pear-Auth_SASL/pkg-descr +++ b/security/pear-Auth_SASL/pkg-descr @@ -6,4 +6,4 @@ o Plain o Anonymous o Login (Pseudo mechanism). -WWW: http://pear.php.net/package-info.php?pacid=123 +WWW: http://pear.php.net/package-info.php?package=Auth_SASL diff --git a/security/pear-Auth_SASL/pkg-plist b/security/pear-Auth_SASL/pkg-plist index 5621d945fdc..5b786210180 100644 --- a/security/pear-Auth_SASL/pkg-plist +++ b/security/pear-Auth_SASL/pkg-plist @@ -5,4 +5,6 @@ %%PEARDIR%%/Auth/SASL/DigestMD5.php %%PEARDIR%%/Auth/SASL/Login.php %%PEARDIR%%/Auth/SASL/Plain.php +%%PKGREGDIR%%/package.xml @dirrm %%PEARDIR%%/Auth/SASL +@dirrm %%PKGREGDIR%% |