pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/libproxy David Sainty noticed that this pkg suffer...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c4dd843b40b3
branches: trunk
changeset: 398828:c4dd843b40b3
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Sep 09 15:11:31 2009 +0000
description:
David Sainty noticed that this pkg suffered from the spurious-db4
syndrome too
require the new Python versions and bump PKGREVISION
diffstat:
www/libproxy/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r f68dd05d616e -r c4dd843b40b3 www/libproxy/Makefile
--- a/www/libproxy/Makefile Wed Sep 09 14:38:58 2009 +0000
+++ b/www/libproxy/Makefile Wed Sep 09 15:11:31 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2009/07/08 07:57:31 abs Exp $
+# $NetBSD: Makefile,v 1.5 2009/09/09 15:11:31 drochner Exp $
#
DISTNAME= libproxy-0.2.3
+PKGREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= http://libproxy.googlecode.com/files/
@@ -22,6 +23,8 @@
cd ${WRKSRC} && autoreconf --force
PYTHON_VERSIONS_ACCEPTED= 25 26
+BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4
+BUILDLINK_API_DEPENDS.python25+= python25>=2.5.4nb2
.include "../../lang/python/extension.mk"
.include "../../mk/dlopen.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index