diff options
author | roy <roy@pkgsrc.org> | 2009-04-25 00:15:04 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2009-04-25 00:15:04 +0000 |
commit | 29f5892349aa676340e26a6a378e335050790373 (patch) | |
tree | 5777adc100d1ab0a16b53ffde64f475bd7bd9c50 /www/trac/Makefile | |
parent | 92a3a889ca1fd16d02a536c1d6218da6c9b75658 (diff) | |
download | pkgsrc-29f5892349aa676340e26a6a378e335050790373.tar.gz |
Update to trac-0.11.4
Changes from 0.11.3 include
* Custom mainnav links regression
* Fixed Python 2.3 incompatibility
* Fixed Python 2.6 notification issue
* Fixed PostgreSQL multi column index issue
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r-- | www/trac/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index 29016060c0a..fcce2d0a4fd 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2009/02/19 14:49:13 gdt Exp $ +# $NetBSD: Makefile,v 1.44 2009/04/25 00:15:04 roy Exp $ # -DISTNAME= Trac-0.11.3 +DISTNAME= Trac-0.11.4 PKGNAME= ${DISTNAME:tl} CATEGORIES= devel www MASTER_SITES= http://ftp.edgewall.org/pub/trac/ \ @@ -10,6 +10,7 @@ MASTER_SITES= http://ftp.edgewall.org/pub/trac/ \ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://trac.edgewall.org/ COMMENT= Subversion repository browser, wiki, and issue tracking system +LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir |