View | Details | Raw Unified | Return to bug 50036
Collapse All | Expand All

(-)security/pear-Auth_SASL/Makefile (-5 / +6 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	Auth_SASL
8
PORTNAME=	Auth_SASL
9
PORTVERSION=	1.0.0
9
PORTVERSION=	1.0.0
10
PORTREVISION=	1
10
CATEGORIES=	security www
11
CATEGORIES=	security www
11
MASTER_SITES=	http://pear.php.net/get/
12
MASTER_SITES=	http://pear.php.net/get/
12
PKGNAMEPREFIX=	pear-
13
PKGNAMEPREFIX=	pear-
Lines 16-22 Link Here
16
MAINTAINER=	ports@FreeBSD.org
17
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	PEAR abstraction of various SASL mechanism responses
18
COMMENT=	PEAR abstraction of various SASL mechanism responses
18
19
19
BUILD_DEPENDS=	${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR
20
BUILD_DEPENDS=	${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
20
RUN_DEPENDS=	${BUILD_DEPENDS}
21
RUN_DEPENDS=	${BUILD_DEPENDS}
21
22
22
NO_BUILD=	yes
23
NO_BUILD=	yes
Lines 37-47 Link Here
37
38
38
do-install:
39
do-install:
39
.for FILE in ${MANIFEST}
40
.for FILE in ${MANIFEST}
40
	@${CP} -Rp ${WRKSRC}/${FILE} ${PEARDIR}
41
	@${CP} -Rp ${WRKSRC}/${FILE} ${PEARDIR}/Auth
41
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/${FILE}
42
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Auth/${FILE}
42
.endfor
43
.endfor
43
	@${CHMOD} a-x ${PEARDIR}/SASL/*
44
	@${CHMOD} a-x ${PEARDIR}/Auth/SASL/*
44
	@${CHMOD} a-x ${PEARDIR}/SASL.php
45
	@${CHMOD} a-x ${PEARDIR}/Auth/SASL.php
45
46
46
post-install:
47
post-install:
47
# Register a new package
48
# Register a new package
(-)security/pear-Auth_SASL/pkg-plist (-8 / +8 lines)
Lines 1-8 Link Here
1
%%PEARDIR%%/SASL.php
1
%%PEARDIR%%/Auth/SASL.php
2
%%PEARDIR%%/SASL/Anonymous.php
2
%%PEARDIR%%/Auth/SASL/Anonymous.php
3
%%PEARDIR%%/SASL/Common.php
3
%%PEARDIR%%/Auth/SASL/Common.php
4
%%PEARDIR%%/SASL/CramMD5.php
4
%%PEARDIR%%/Auth/SASL/CramMD5.php
5
%%PEARDIR%%/SASL/DigestMD5.php
5
%%PEARDIR%%/Auth/SASL/DigestMD5.php
6
%%PEARDIR%%/SASL/Login.php
6
%%PEARDIR%%/Auth/SASL/Login.php
7
%%PEARDIR%%/SASL/Plain.php
7
%%PEARDIR%%/Auth/SASL/Plain.php
8
@dirrm %%PEARDIR%%/SASL
8
@dirrm %%PEARDIR%%/Auth/SASL

Return to bug 50036