Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2011 21:53:22 +0100 (IST)
From:      Nick Hilliard <nick@foobar.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/158923: port update: www/p5-Apache2-SiteControl -> 1.05_1
Message-ID:  <201107142053.p6EKrMsF037182@muffin.acquirer.com>
Resent-Message-ID: <201107142100.p6EL0NFT003751@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107142053.p6EKrMsF037182>