diff options
author | gdt <gdt@pkgsrc.org> | 2011-03-14 19:45:37 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-03-14 19:45:37 +0000 |
commit | f80f4e33cb2d69abcf389aa341cc27deab58af0f (patch) | |
tree | ca0ab519544e2758e7fb6448f0bf13ff5511caa7 /www/trac | |
parent | 646e625e6a29ba52c3847bf0b95643a2f9cce94a (diff) | |
download | pkgsrc-f80f4e33cb2d69abcf389aa341cc27deab58af0f.tar.gz |
PKGREVISION++ for pgsql option removal. There's no need to update if
not using py-PgSQL, but trac 0.12 built with option pgsql uttery
fails to work.
Diffstat (limited to 'www/trac')
-rw-r--r-- | www/trac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index cfd9b971d1a..eec6c20c1df 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.50 2011/03/14 19:44:46 gdt Exp $ +# $NetBSD: Makefile,v 1.51 2011/03/14 19:45:37 gdt Exp $ # DISTNAME= Trac-0.12 PKGNAME= ${DISTNAME:tl} +PKGREVISION= 1 CATEGORIES= devel www MASTER_SITES= http://ftp.edgewall.org/pub/trac/ \ ftp://ftp.edgewall.org/pub/trac/ |