pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove references to python-2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67367f3bc460
branches:  trunk
changeset: 398807:67367f3bc460
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 09 11:16:56 2009 +0000

description:
Remove references to python-2.3.

diffstat:

 chat/telepathy-gabble/Makefile      |  4 ++--
 chat/telepathy-glib/Makefile        |  4 ++--
 chat/telepathy-idle/Makefile        |  4 ++--
 pkgtools/pkglint/files/makevars.map |  4 ++--
 pkgtools/revbump/files/revbump.1    |  4 ++--
 x11/gnome-terminal/Makefile         |  4 ++--
 x11/gtk2/Makefile                   |  4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diffs (126 lines):

diff -r 027e2955b850 -r 67367f3bc460 chat/telepathy-gabble/Makefile
--- a/chat/telepathy-gabble/Makefile    Wed Sep 09 10:20:42 2009 +0000
+++ b/chat/telepathy-gabble/Makefile    Wed Sep 09 11:16:56 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/04/01 16:20:41 roy Exp $
+# $NetBSD: Makefile,v 1.8 2009/09/09 11:16:56 wiz Exp $
 #
 
 DISTNAME=      telepathy-gabble-0.7.21
@@ -16,7 +16,7 @@
 USE_TOOLS+=    gmake pkg-config
 
 .include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
+.if ${PYPKGPREFIX} == "py24"
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 .endif
 CONFIGURE_ENV+=                ac_cv_prog_PYTHON=${PYTHONBIN}
diff -r 027e2955b850 -r 67367f3bc460 chat/telepathy-glib/Makefile
--- a/chat/telepathy-glib/Makefile      Wed Sep 09 10:20:42 2009 +0000
+++ b/chat/telepathy-glib/Makefile      Wed Sep 09 11:16:56 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/09/09 10:20:30 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2009/09/09 11:16:56 wiz Exp $
 #
 
 DISTNAME=      telepathy-glib-0.7.36
@@ -19,7 +19,7 @@
 PKGCONFIG_OVERRIDE+=   telepathy-glib/telepathy-glib.pc.in
 
 .include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
+.if ${PYPKGPREFIX} == "py24"
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 .endif
 CONFIGURE_ENV+=                ac_cv_prog_PYTHON=${PYTHONBIN}
diff -r 027e2955b850 -r 67367f3bc460 chat/telepathy-idle/Makefile
--- a/chat/telepathy-idle/Makefile      Wed Sep 09 10:20:42 2009 +0000
+++ b/chat/telepathy-idle/Makefile      Wed Sep 09 11:16:56 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/08/16 18:01:05 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2009/09/09 11:16:56 wiz Exp $
 #
 
 DISTNAME=      telepathy-idle-0.1.4
@@ -20,7 +20,7 @@
 CONFIGURE_ARGS+=       OPENSSL_LIBS="-L${BUILDLINK_PREFIX.openssl}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib -lssl"
 
 .include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
+.if ${PYPKGPREFIX} == "py24"
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 .endif
 CONFIGURE_ENV+=                ac_cv_prog_PYTHON=${PYTHONBIN}
diff -r 027e2955b850 -r 67367f3bc460 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Wed Sep 09 10:20:42 2009 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Wed Sep 09 11:16:56 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.197 2009/08/25 12:32:56 wiz Exp $
+# $NetBSD: makevars.map,v 1.198 2009/09/09 11:16:56 wiz Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -626,7 +626,7 @@
 PTHREAD_OPTS           List of { native optional require } [m:as,c:a,b:a]
 PTHREAD_TYPE           Identifier [$system]
 # ^^ or "native" or "none".
-PYPKGPREFIX            { py23 py24 py25 } [*:pu, pyversion.mk:s, *:]
+PYPKGPREFIX            { py24 py25 py26 } [*:pu, pyversion.mk:s, *:]
 PYTHON_FOR_BUILD_ONLY  Yes [$package]
 PYTHON_PATCH_SCRIPTS   List of Pathmask [$package_list]
 PYTHON_VERSIONS_ACCEPTED List of Version [$package]
diff -r 027e2955b850 -r 67367f3bc460 pkgtools/revbump/files/revbump.1
--- a/pkgtools/revbump/files/revbump.1  Wed Sep 09 10:20:42 2009 +0000
+++ b/pkgtools/revbump/files/revbump.1  Wed Sep 09 11:16:56 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: revbump.1,v 1.7 2006/04/17 13:40:17 wiz Exp $
+.\"    $NetBSD: revbump.1,v 1.8 2009/09/09 11:16:57 wiz Exp $
 .\"
 .\" Copyright (c) 2003, 2004, 2005, 2006 The NetBSD Foundation, Inc.
 .\"
@@ -95,7 +95,7 @@
 blbump \*[Lt] bl3bump \*[Gt] bl3bump.manual
 [handle the *ABI_DEPENDS* bumps in bl3bump.manual manually]
 cvs diff `cat allbump`
-[look for PYPKGPREFIX -\*[Gt] py22 or py23pth expansions
+[look for PYPKGPREFIX -\*[Gt] py25 expansions
  in buildlink files and any unrelated diffs you have in your
  local tree, and fix them]
 lintpkgsrc -d
diff -r 027e2955b850 -r 67367f3bc460 x11/gnome-terminal/Makefile
--- a/x11/gnome-terminal/Makefile       Wed Sep 09 10:20:42 2009 +0000
+++ b/x11/gnome-terminal/Makefile       Wed Sep 09 11:16:56 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2009/08/26 19:58:30 sno Exp $
+# $NetBSD: Makefile,v 1.27 2009/09/09 11:16:57 wiz Exp $
 #
 
 DISTNAME=              gnome-terminal-2.26.3.1
@@ -26,7 +26,7 @@
 
 PYTHON_FOR_BUILD_ONLY= YES
 .include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
+.if ${PYPKGPREFIX} == "py24"
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 .endif
 
diff -r 027e2955b850 -r 67367f3bc460 x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Wed Sep 09 10:20:42 2009 +0000
+++ b/x11/gtk2/Makefile Wed Sep 09 11:16:56 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.185 2009/08/29 18:00:00 wiz Exp $
+# $NetBSD: Makefile,v 1.186 2009/09/09 11:16:57 wiz Exp $
 
 DISTNAME=              gtk+-2.16.6
 PKGNAME=               ${DISTNAME:S/gtk/gtk2/}
@@ -59,7 +59,7 @@
 PYTHON_PATCH_SCRIPTS=  gtk/gtk-builder-convert
 # gtk-builder-convert uses minidom from xml.dom, which needs expat
 .include "../../lang/python/pyversion.mk"
-.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
+.if ${PYPKGPREFIX} == "py24"
 DEPENDS+=              ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 .endif
 



Home | Main Index | Thread Index | Old Index