pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/trac hopefully final change in the sqlite whac-a-m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3380f22b35fe
branches:  trunk
changeset: 547377:3380f22b35fe
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Sep 15 20:57:55 2008 +0000

description:
hopefully final change in the sqlite whac-a-mole session - set PYTHON_PATCH_SCRIPTS before including python/application.mk. Bump PKGREVISION

diffstat:

 www/trac/Makefile |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 6e499cdab8a7 -r 3380f22b35fe www/trac/Makefile
--- a/www/trac/Makefile Mon Sep 15 19:54:58 2008 +0000
+++ b/www/trac/Makefile Mon Sep 15 20:57:55 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2008/09/15 17:44:03 abs Exp $
+# $NetBSD: Makefile,v 1.38 2008/09/15 20:57:55 abs Exp $
 #
 
 DISTNAME=      Trac-0.11.1
-PKGREVISION=   1
+PKGREVISION=   2
 PKGNAME=       ${DISTNAME:tl}
 EGG_NAME=      ${DISTNAME}
 CATEGORIES=    devel www
@@ -22,6 +22,11 @@
 PKG_SUGGESTED_OPTIONS= sqlite
 
 .include "../../mk/bsd.options.mk"
+
+PYDISTUTILSPKG=        YES
+PY_PATCHPLIST= YES
+PYTHON_PATCH_SCRIPTS=  cgi-bin/trac.* contrib/*.py contrib/*-hook
+
 .include "../../lang/python/application.mk"
 
 .if !empty(PKG_OPTIONS:Msqlite)
@@ -40,10 +45,6 @@
 # MySQL is sort of supported but not recommended by upstream and hence
 # omitted.
 
-PYDISTUTILSPKG=        YES
-PY_PATCHPLIST= YES
-PYTHON_PATCH_SCRIPTS=  cgi-bin/trac.* contrib/*.py contrib/*-hook
-
 EGDIR=         ${PREFIX}/share/examples/trac
 CGIBINDIR=     ${PREFIX}/libexec/trac
 



Home | Main Index | Thread Index | Old Index