Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id EA48C63BAC6 for ; Wed, 22 Oct 2008 19:55:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 9A5FC63B345; Wed, 22 Oct 2008 19:55:24 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id DAB4763B11A for ; Wed, 22 Oct 2008 19:55:23 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AEE44175D0; Wed, 22 Oct 2008 19:55:23 +0000 (UTC) From: Alan Barrett Subject: CVS commit: pkgsrc/devel/py-gobject To: pkgsrc-changes@NetBSD.org Reply-To: apb@netbsd.org Message-Id: <20081022195523.AEE44175D0@cvs.netbsd.org> Date: Wed, 22 Oct 2008 19:55:23 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: apb Date: Wed Oct 22 19:55:23 UTC 2008 Modified Files: pkgsrc/devel/py-gobject: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pkgsrc/devel/py-gobject/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.