aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 07:55:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-12-28 07:55:47 +0000
commit93b7ed7f504a49dd67ffe3ac687750a2cf3de9af (patch)
tree8da4bd11526f4a4c8953d4db2c3e091588172722 /security
parent8f2582a5696b97b61eaf3829d827c8b0ba5bc289 (diff)
downloadports-93b7ed7f504a49dd67ffe3ac687750a2cf3de9af.tar.gz
ports-93b7ed7f504a49dd67ffe3ac687750a2cf3de9af.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/pear-Auth_SASL/Makefile18
-rw-r--r--security/pear-Auth_SASL/pkg-plist10
-rw-r--r--security/pear-Crypt_CBC/Makefile13
-rw-r--r--security/pear-Crypt_CBC/pkg-plist4
4 files changed, 11 insertions, 34 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile
index d0a421dc0138..aa0de7523595 100644
--- a/security/pear-Auth_SASL/Makefile
+++ b/security/pear-Auth_SASL/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Auth_SASL
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= security www pear
MAINTAINER= ports@FreeBSD.org
@@ -15,17 +16,10 @@ COMMENT= PEAR abstraction of various SASL mechanism responses
BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
RUN_DEPENDS= ${BUILD_DEPENDS}
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
-
-MANIFEST= SASL.php SASL
-
-do-install:
-.for FILE in ${MANIFEST}
- @${CP} -Rp ${WRKSRC}/${FILE} ${PEARDIR}/Auth
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Auth/${FILE}
-.endfor
- @${CHMOD} a-x ${PEARDIR}/Auth/SASL/*
- @${CHMOD} a-x ${PEARDIR}/Auth/SASL.php
+CATEGORY= Auth
+FILES= SASL.php SASL/Anonymous.php SASL/Common.php SASL/CramMD5.php \
+ SASL/DigestMD5.php SASL/Login.php SASL/Plain.php
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
diff --git a/security/pear-Auth_SASL/pkg-plist b/security/pear-Auth_SASL/pkg-plist
deleted file mode 100644
index 5b786210180e..000000000000
--- a/security/pear-Auth_SASL/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-%%PEARDIR%%/Auth/SASL.php
-%%PEARDIR%%/Auth/SASL/Anonymous.php
-%%PEARDIR%%/Auth/SASL/Common.php
-%%PEARDIR%%/Auth/SASL/CramMD5.php
-%%PEARDIR%%/Auth/SASL/DigestMD5.php
-%%PEARDIR%%/Auth/SASL/Login.php
-%%PEARDIR%%/Auth/SASL/Plain.php
-%%PKGREGDIR%%/package.xml
-@dirrm %%PEARDIR%%/Auth/SASL
-@dirrm %%PKGREGDIR%%
diff --git a/security/pear-Crypt_CBC/Makefile b/security/pear-Crypt_CBC/Makefile
index ad3f5edd83c2..ad072385b797 100644
--- a/security/pear-Crypt_CBC/Makefile
+++ b/security/pear-Crypt_CBC/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Crypt_CBC
PORTVERSION= 0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security www pear
MAINTAINER= ports@FreeBSD.org
@@ -16,12 +16,9 @@ COMMENT= PEAR class to emulate Perl's Crypt::CBC module
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
-
-do-install:
- @${MKDIR} ${PEARDIR}/Crypt
- @${CP} -Rp ${WRKSRC}/CBC.php ${PEARDIR}/Crypt
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Crypt
+CATEGORY= Crypt
+FILES= CBC.php
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
diff --git a/security/pear-Crypt_CBC/pkg-plist b/security/pear-Crypt_CBC/pkg-plist
deleted file mode 100644
index 82ab5e846889..000000000000
--- a/security/pear-Crypt_CBC/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%PEARDIR%%/Crypt/CBC.php
-%%PKGREGDIR%%/package.xml
-@dirrm %%PEARDIR%%/Crypt
-@dirrm %%PKGREGDIR%%