ports/158923: port update: www/p5-Apache2-SiteControl -> 1.05_1

Nick Hilliard nick at foobar.org
Thu Jul 14 21:00:24 UTC 2011


>Number:         158923
>Category:       ports
>Synopsis:       port update: www/p5-Apache2-SiteControl -> 1.05_1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 14 21:00:23 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hilliard
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
Network Ability Ltd
>Environment:
System: FreeBSD 7.2-RELEASE

>Description:

Left out dependency list on original patch submission.

>How-To-Repeat:
>Fix:

diff -ur p5-Apache2-SiteControl.orig/Makefile p5-Apache2-SiteControl/Makefile
--- p5-Apache2-SiteControl.orig/Makefile	2011-06-25 11:11:01.000000000 +0100
+++ p5-Apache2-SiteControl/Makefile	2011-07-14 21:51:36.000000000 +0100
@@ -7,6 +7,7 @@
 
 PORTNAME=	Apache2-SiteControl
 PORTVERSION=	1.05
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +15,20 @@
 MAINTAINER=	nick at foobar.org
 COMMENT=	Perl web site authentication/authorization system
 
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/APR/Request/Apache2.pm:${PORTSDIR}/www/p5-libapreq2 \
+		${SITE_PERL}/Apache/AuthCookie.pm:${PORTSDIR}/www/p5-Apache-AuthCookie \
+		${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC \
+		${SITE_PERL}/Crypt/CAST5.pm:${PORTSDIR}/security/p5-Crypt-CAST5 \
+		${SITE_PERL}/Apache/Session/File.pm:${PORTSDIR}/www/p5-Apache-Session \
+
+OPTIONS=	RADIUS "Support for RADIUS back-end" on
+
+.include <bsd.port.options.mk>
+
+.ifdef(WITH_RADIUS)
+RUN_DEPENDS+=	${SITE_PERL}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius
+.endif
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Apache2::SiteControl::User.3 Apache2::SiteControl::Rule.3 \
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list