diff options
author | mm <mm@FreeBSD.org> | 2007-08-02 21:10:49 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-08-02 21:10:49 +0800 |
commit | 97abc0302d3b8d47a4749fbd1ebcdb1844af839c (patch) | |
tree | adbedb298c6fe55542fbe213a7cd1f5ec3bca36e /www/openacs-dotlrn | |
parent | efcf136a5922b571abd27258a326089ae122e94c (diff) | |
download | freebsd-ports-gnome-97abc0302d3b8d47a4749fbd1ebcdb1844af839c.tar.gz freebsd-ports-gnome-97abc0302d3b8d47a4749fbd1ebcdb1844af839c.tar.zst freebsd-ports-gnome-97abc0302d3b8d47a4749fbd1ebcdb1844af839c.zip |
- Update openacs to 5.3.2
- Depend on devel/tcllib and devel/tcllthread
- Add script for adjusting postgresql.conf
- Improve installation documentation
- Bump dotlrn portrevision
- Other small fixes and improvements
Approved by: garga (mentor, implicit)
Diffstat (limited to 'www/openacs-dotlrn')
-rw-r--r-- | www/openacs-dotlrn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/openacs-dotlrn/Makefile b/www/openacs-dotlrn/Makefile index f92957aa8637..0d0de1ec1147 100644 --- a/www/openacs-dotlrn/Makefile +++ b/www/openacs-dotlrn/Makefile @@ -6,7 +6,8 @@ # PORTNAME= dotlrn -PORTVERSION= 2.3.0 +DISTVERSION= 2.3.0 +PORTREVISION= 1 MASTER_SITES= http://openacs.org/projects/dotlrn/download/download/ EXTRACT_SUFX= .tgz?revision_id=976988 |