pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-gobject Make ${PYPKGPREFIX}-gobject-${PKGVERS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a03b99a525d1
branches:  trunk
changeset: 548756:a03b99a525d1
user:      apb <apb%pkgsrc.org@localhost>
date:      Wed Oct 22 19:55:23 2008 +0000

description:
Make ${PYPKGPREFIX}-gobject-${PKGVERSION} depend on
py-gobject-shared>=${PKGVERSION}, not just any old py-gobject-shared.

This should fix a problem in which py25-gobject-2.15.4 was happy to
depend on the much older py-gobject-shared-2.14.2, but other packages
that depended on py25-gobject-2.15.4 thought that it was incomplete.

Bump PKGREVISION.

diffstat:

 devel/py-gobject/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r c4b170d131b0 -r a03b99a525d1 devel/py-gobject/Makefile
--- a/devel/py-gobject/Makefile Wed Oct 22 18:47:48 2008 +0000
+++ b/devel/py-gobject/Makefile Wed Oct 22 19:55:23 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2008/10/16 13:52:05 drochner Exp $
+# $NetBSD: Makefile,v 1.16 2008/10/22 19:55:23 apb Exp $
 #
 
 PKGNAME=               ${PYPKGPREFIX}-gobject-2.15.4
+PKGRECISION=           1
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -12,6 +13,8 @@
        <${WRKSRC}/dsextras.py >${WRKSRC}/dsextras.py.tmp \
        && ${MV} ${WRKSRC}/dsextras.py.tmp ${WRKSRC}/dsextras.py
 
+BUILDLINK_API_DEPENDS.py-gobject-shared+= py-gobject-shared>=${PKGVERSION}
+
 .include "../../lang/python/extension.mk"
 .include "../../devel/py-gobject-shared/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index