summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/zoo/Makefile3
-rw-r--r--archivers/zoo/distinfo4
-rw-r--r--archivers/zoo/patches/patch-ac9
-rw-r--r--audio/py-musique/Makefile4
-rw-r--r--databases/gramps/Makefile4
-rw-r--r--graphics/py-cairo/Makefile4
-rw-r--r--graphics/py-clutter/Makefile4
-rw-r--r--graphics/py-gtkglext/Makefile4
-rw-r--r--graphics/py-matplotlib-gtk2/Makefile4
-rw-r--r--math/py-sympy/Makefile4
-rw-r--r--misc/deskbar-applet/Makefile4
-rw-r--r--sysutils/py-notify/Makefile4
-rw-r--r--textproc/py-Excelerator/Makefile4
-rw-r--r--x11/py-gnome2/Makefile4
-rw-r--r--x11/py-gtksourceview/Makefile4
-rw-r--r--x11/py-kiwi/Makefile4
16 files changed, 34 insertions, 34 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile
index 1fc9e0cf3a4..d6b82f88aaf 100644
--- a/archivers/zoo/Makefile
+++ b/archivers/zoo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2007/05/13 16:59:39 taca Exp $
+# $NetBSD: Makefile,v 1.31 2009/02/11 14:23:31 joerg Exp $
DISTNAME= zoo-2.10pl1
PKGNAME= zoo-2.10.1
@@ -12,6 +12,7 @@ COMMENT= Manipulate archives of files in compressed form
LICENSE= zoo-license
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
diff --git a/archivers/zoo/distinfo b/archivers/zoo/distinfo
index 2858abc24f1..11bfb665bc2 100644
--- a/archivers/zoo/distinfo
+++ b/archivers/zoo/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.10 2007/05/13 16:59:39 taca Exp $
+$NetBSD: distinfo,v 1.11 2009/02/11 14:23:31 joerg Exp $
SHA1 (zoo-2.10pl1.tar.gz) = c02d96148ee57df01596d0c8d07a3e327b821600
RMD160 (zoo-2.10pl1.tar.gz) = 971d388b8cb29def1e4e31011463563e91c3d700
Size (zoo-2.10pl1.tar.gz) = 172096 bytes
SHA1 (patch-aa) = e1f4d6814397cc37a814afea2547833ff4ad0a0f
SHA1 (patch-ab) = 0a67f794bc2ff9963ae2ca268f21976a7e09eacd
-SHA1 (patch-ac) = e1bccd60a353f243354fa18ae0df69f82c123e67
+SHA1 (patch-ac) = 7dca7e4b536675f8c15f25467a0fe998d77ff3d3
SHA1 (patch-ad) = fb76a04c9cfef61b1059c9c227faf036b7b2c205
SHA1 (patch-ae) = 9fd888a05d9866b9b2554d2bc41170e9ee68c226
SHA1 (patch-af) = f1489b0896a73df823f5623812a879a6bc47d572
diff --git a/archivers/zoo/patches/patch-ac b/archivers/zoo/patches/patch-ac
index 705328b9775..37eb80b29a4 100644
--- a/archivers/zoo/patches/patch-ac
+++ b/archivers/zoo/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.4 2006/10/01 21:08:26 rillig Exp $
+$NetBSD: patch-ac,v 1.5 2009/02/11 14:23:32 joerg Exp $
--- makefile.orig 1991-07-16 10:52:08.000000000 -0500
+++ makefile
-@@ -18,13 +18,13 @@
+@@ -18,13 +18,12 @@
MAKE = make # needed for some systems e.g. older BSD
@@ -16,7 +16,6 @@ $NetBSD: patch-ac,v 1.4 2006/10/01 21:08:26 rillig Exp $
-OPTIM = -O
-DESTDIR = /usr/local/bin
+OPTIM = $(CFLAGS)
-+DESTDIR = $(PREFIX)/bin
#List of all object files created for Zoo
ZOOOBJS = addbfcrc.o addfname.o basename.o comment.o crcdefs.o \
@@ -36,8 +35,8 @@ $NetBSD: patch-ac,v 1.4 2006/10/01 21:08:26 rillig Exp $
-inst_prod:
- mv zoo $(DESTDIR)/zoo
+install:
-+ $(BSD_INSTALL_PROGRAM) $(TARGETS) $(DESTDIR)
-+ $(BSD_INSTALL_DATA) zoo.1 fiz.1 $(PREFIX)/${PKGMANDIR}/man1
++ $(BSD_INSTALL_PROGRAM) $(TARGETS) ${DESTDIR}$(PREFIX)/bin
++ $(BSD_INSTALL_DATA) zoo.1 fiz.1 ${DESTDIR}$(PREFIX)/${PKGMANDIR}/man1
# executable targets
TARGETS = zoo fiz
diff --git a/audio/py-musique/Makefile b/audio/py-musique/Makefile
index 8aec959c441..1e69cece2c7 100644
--- a/audio/py-musique/Makefile
+++ b/audio/py-musique/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/11/19 03:39:57 hasso Exp $
+# $NetBSD: Makefile,v 1.18 2009/02/11 14:23:32 joerg Exp $
#
DISTNAME= pymusique-0.5
@@ -25,7 +25,7 @@ DEPENDS+= ${PYPKGPREFIX}-mcrypt-[0-9]*:../../security/py-mcrypt
DEPENDS+= ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
PYDISTUTILSPKG= yes
diff --git a/databases/gramps/Makefile b/databases/gramps/Makefile
index 5cb668224fc..69abd99d348 100644
--- a/databases/gramps/Makefile
+++ b/databases/gramps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2009/01/04 18:00:59 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2009/02/11 14:23:32 joerg Exp $
#
DISTNAME= gramps-1.0.11
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
USE_TOOLS+= msgconv msgfmt pkg-config
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
MESSAGE_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile
index 1ccb759ce3d..95d1c1d4e00 100644
--- a/graphics/py-cairo/Makefile
+++ b/graphics/py-cairo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/01/18 17:12:56 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2009/02/11 14:23:32 joerg Exp $
#
DISTNAME= pycairo-1.8.2
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
PKGCONFIG_OVERRIDE+= pycairo.pc.in
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
PY_PATCHPLIST= yes
.include "../../mk/compiler.mk"
diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile
index c85b8947b72..057e1bc71a6 100644
--- a/graphics/py-clutter/Makefile
+++ b/graphics/py-clutter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/12/16 06:47:11 hasso Exp $
+# $NetBSD: Makefile,v 1.3 2009/02/11 14:23:32 joerg Exp $
#
DISTNAME= pyclutter-0.8.2
@@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
PKGCONFIG_OVERRIDE+= pyclutter.pc.in
diff --git a/graphics/py-gtkglext/Makefile b/graphics/py-gtkglext/Makefile
index 65299546142..7f252cd6c84 100644
--- a/graphics/py-gtkglext/Makefile
+++ b/graphics/py-gtkglext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/11/19 03:39:57 hasso Exp $
+# $NetBSD: Makefile,v 1.8 2009/02/11 14:23:32 joerg Exp $
#
DISTNAME= pygtkglext-1.1.0
@@ -18,7 +18,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
PKGCONFIG_OVERRIDE+= pygtkglext.pc.in
diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile
index f7171aef8f7..b505b87093c 100644
--- a/graphics/py-matplotlib-gtk2/Makefile
+++ b/graphics/py-matplotlib-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2008/12/19 22:39:47 markd Exp $
+# $NetBSD: Makefile,v 1.12 2009/02/11 14:23:32 joerg Exp $
#
DISTNAME= matplotlib-0.98.0
@@ -17,7 +17,7 @@ PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
.include "../../lang/python/extension.mk"
.include "../../graphics/py-matplotlib/buildlink3.mk"
diff --git a/math/py-sympy/Makefile b/math/py-sympy/Makefile
index 187c53c1cef..0a13452bf1e 100644
--- a/math/py-sympy/Makefile
+++ b/math/py-sympy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/06/26 15:55:18 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2009/02/11 14:23:32 joerg Exp $
#
DISTNAME= sympy-0.5.15
@@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
post-extract:
diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile
index 461a6c291b4..6c6ee29dee1 100644
--- a/misc/deskbar-applet/Makefile
+++ b/misc/deskbar-applet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2009/01/14 10:31:37 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2009/02/11 14:23:32 joerg Exp $
#
DISTNAME= deskbar-applet-2.24.3
@@ -22,7 +22,7 @@ PKGCONFIG_OVERRIDE= data/deskbar-applet.pc
GCONF_SCHEMAS= deskbar-applet.schemas
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
PYTHON_PATCH_SCRIPTS= deskbar/deskbar-applet.py
PY_PATCHPLIST= yes
diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile
index 735e27e3834..a889a85cec8 100644
--- a/sysutils/py-notify/Makefile
+++ b/sysutils/py-notify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/11/18 12:46:52 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2009/02/11 14:23:32 joerg Exp $
#
DISTNAME= notify-python-0.1.1
@@ -20,7 +20,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= notify-python-0.1.1/notify-python.pc.in
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"
diff --git a/textproc/py-Excelerator/Makefile b/textproc/py-Excelerator/Makefile
index f369a105a2f..74a38679317 100644
--- a/textproc/py-Excelerator/Makefile
+++ b/textproc/py-Excelerator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:52 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/02/11 14:23:32 joerg Exp $
#
DISTNAME= pyexcelerator-${VERSION}
@@ -15,7 +15,7 @@ COMMENT= Python library for generating Excel 97/2000/XP/2003 files
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
# No -L please, needs upper case
EXTRACT_OPTS_ZIP=-aqo
diff --git a/x11/py-gnome2/Makefile b/x11/py-gnome2/Makefile
index 21a288f4b88..20f9e8720b8 100644
--- a/x11/py-gnome2/Makefile
+++ b/x11/py-gnome2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2008/11/18 12:46:52 drochner Exp $
+# $NetBSD: Makefile,v 1.59 2009/02/11 14:23:32 joerg Exp $
#
DISTNAME= gnome-python-2.22.3
@@ -20,7 +20,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
USE_TOOLS+= pkg-config gmake
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
diff --git a/x11/py-gtksourceview/Makefile b/x11/py-gtksourceview/Makefile
index f2c246db8c9..edf07aadd94 100644
--- a/x11/py-gtksourceview/Makefile
+++ b/x11/py-gtksourceview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/12/04 06:15:17 hasso Exp $
+# $NetBSD: Makefile,v 1.3 2009/02/11 14:23:32 joerg Exp $
#
DISTNAME= pygtksourceview-2.4.0
@@ -19,7 +19,7 @@ GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
PY_PATCHPLIST= YES
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
.include "../../lang/python/extension.mk"
diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile
index 36ffda9bab4..2e8318264a4 100644
--- a/x11/py-kiwi/Makefile
+++ b/x11/py-kiwi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/01/05 13:26:33 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2009/02/11 14:23:32 joerg Exp $
#
DISTNAME= kiwi-1.9.22
@@ -16,7 +16,7 @@ PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
USE_PKGLOCALEDIR= yes
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools
INSTALLATION_DIRS+= ${PYSITELIB}