diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-02-09 12:05:45 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-02-09 12:05:45 +0800 |
commit | 82956e86573b1d71d02d7071496a1d42d2503585 (patch) | |
tree | 666cc024b929f56c35115412d6919ccd72be4e28 /www/openacs-dotlrn/Makefile | |
parent | d708ac36a54752a508ddf2de8c0390c57b34ce42 (diff) | |
download | freebsd-ports-gnome-82956e86573b1d71d02d7071496a1d42d2503585.tar.gz freebsd-ports-gnome-82956e86573b1d71d02d7071496a1d42d2503585.tar.zst freebsd-ports-gnome-82956e86573b1d71d02d7071496a1d42d2503585.zip |
- Update openacs to 5.3.0 and dotlrn to 2.2.1.
- Make compatible with the new aolserver 4.5 port infrastructure.
- Take maintainership.
PR: ports/108737
Submitted by: Martin Matuska <martin@matuska.org>
Approved by: "Aldert nooitgedagt - net" <aldert@nooitgedagt.net> (maintainer)
Diffstat (limited to 'www/openacs-dotlrn/Makefile')
-rw-r--r-- | www/openacs-dotlrn/Makefile | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/www/openacs-dotlrn/Makefile b/www/openacs-dotlrn/Makefile index 8bcbe6ff0c8c..9e2456614062 100644 --- a/www/openacs-dotlrn/Makefile +++ b/www/openacs-dotlrn/Makefile @@ -6,13 +6,21 @@ # PORTNAME= dotlrn -PORTVERSION= 2.1.3 +PORTVERSION= 2.2.1 MASTER_SITES= http://openacs.org/projects/dotlrn/download/download/ +EXTRACT_SUFX= .tgz?revision_id=559791 -MAINTAINER= aldert@nooitgedagt.net -COMMENT= Modular web application platform for high traffic elearning community +MAINTAINER= martin@matuska.org +COMMENT= OpenACS-based e-learning platform for high-traffic communities -OPENACS_USER= dotlrn0 +OPENACS_USER?= dotlrn +OPENACS_DB?= dotlrn +OPENACS_GROUP?= www + +OPENACSBASE= ${TARGETDIR}/dotlrn +OPENACSNAME= .LRN + +BASE_INSTALL= bin content-repository-content-files log packages tcl www install.xml DESCR= ${.CURDIR}/pkg-descr MD5_FILE= ${.CURDIR}/distinfo |