pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bzr-gtk Allow python-2.6, from Jan Danielsson.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7125e10cad75
branches:  trunk
changeset: 397067:7125e10cad75
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 08 15:52:57 2009 +0000

description:
Allow python-2.6, from Jan Danielsson.
Replace python interpreter in a script.
Bump PKGREVISION.

diffstat:

 devel/bzr-gtk/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r b230d06cb83a -r 7125e10cad75 devel/bzr-gtk/Makefile
--- a/devel/bzr-gtk/Makefile    Sat Aug 08 15:52:35 2009 +0000
+++ b/devel/bzr-gtk/Makefile    Sat Aug 08 15:52:57 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2009/07/22 09:01:23 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2009/08/08 15:52:57 wiz Exp $
 
 DISTNAME=      bzr-gtk-${VER}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://launchpad.net/bzr-gtk/0.95/${VER}/+download/
 VER=           0.95.0
@@ -15,7 +16,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-gtk2>=2.8:../../x11/py-gtk2
 
 PYDISTUTILSPKG=        yes
-PYTHON_VERSIONS_ACCEPTED=      25
+PYTHON_VERSIONS_ACCEPTED=      26 25
+REPLACE_PYTHON=        create-credits.py
 
 USE_TOOLS+=    msgfmt
 
@@ -26,5 +28,6 @@
 
 .include "../../devel/bzr/plugin.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index