1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- www/aolserver now includes fully compatible ns_cache

- Remove www/aolserver-nscache dependency
- Bump PORTREVISION
This commit is contained in:
Martin Matuska 2009-02-03 09:20:54 +00:00
parent 374f1c34e4
commit 768dfd419c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227523
2 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= dotlrn
DISTVERSION= 2.4.1
PORTREVISION= 1
MASTER_SITES= http://openacs.org/projects/dotlrn/download/download/
MAINTAINER= mm@FreeBSD.org

View File

@ -7,6 +7,7 @@
PORTNAME?= openacs
DISTVERSION?= 5.4.3
PORTREVISION?= 1
CATEGORIES= www
MASTER_SITES?= http://openacs.org/projects/openacs/download/download/
EXTRACT_SUFX= .tgz?revision_id=${DIST_REV_ID}
@ -17,8 +18,7 @@ COMMENT?= A modular web application platform for communities
DIST_REV_ID?= 2089636
AOLSERVERBASE?= ${LOCALBASE}/aolserver
RUN_DEPENDS+= ${AOLSERVERBASE}/bin/nscache.so:${PORTSDIR}/www/aolserver-nscache \
${AOLSERVERBASE}/bin/nsopenssl.so:${PORTSDIR}/security/aolserver-nsopenssl \
RUN_DEPENDS+= ${AOLSERVERBASE}/bin/nsopenssl.so:${PORTSDIR}/security/aolserver-nsopenssl \
${AOLSERVERBASE}/bin/nssha1.so:${PORTSDIR}/security/aolserver-nssha1 \
${AOLSERVERBASE}/bin/nspostgres.so:${PORTSDIR}/databases/aolserver-nspostgres \
${AOLSERVERBASE}/modules/tcl/xotcl.tcl:${PORTSDIR}/www/aolserver-xotcl \