summaryrefslogtreecommitdiff
path: root/sysutils/py-notify
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-06-13 22:43:46 +0000
committerwiz <wiz@pkgsrc.org>2010-06-13 22:43:46 +0000
commit92e0cb52cb783546e352182244f761180817e141 (patch)
tree4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /sysutils/py-notify
parent01bd00f60b043c603cfe4fa796bf28af3a849cca (diff)
downloadpkgsrc-92e0cb52cb783546e352182244f761180817e141.tar.gz
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Diffstat (limited to 'sysutils/py-notify')
-rw-r--r--sysutils/py-notify/Makefile4
-rw-r--r--sysutils/py-notify/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile
index ccf90c4d3ca..508e8eb3b1f 100644
--- a/sysutils/py-notify/Makefile
+++ b/sysutils/py-notify/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2010/02/10 21:09:05 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2010/06/13 22:45:25 wiz Exp $
#
DISTNAME= notify-python-0.1.1
PKGNAME= ${PYPKGPREFIX}-notify-0.1.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= \
http://www.galago-project.org/files/releases/source/notify-python/
diff --git a/sysutils/py-notify/buildlink3.mk b/sysutils/py-notify/buildlink3.mk
index fb32f49cde1..3a102e65b8f 100644
--- a/sysutils/py-notify/buildlink3.mk
+++ b/sysutils/py-notify/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2009/08/27 18:53:37 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2010/06/13 22:45:25 wiz Exp $
BUILDLINK_TREE+= py-notify
@@ -8,7 +8,7 @@ PY_NOTIFY_BUILDLINK3_MK:=
.include "../../lang/python/pyversion.mk"
BUILDLINK_API_DEPENDS.py-notify+= ${PYPKGPREFIX}-notify>=0.1.1
-BUILDLINK_ABI_DEPENDS.py-notify?= ${PYPKGPREFIX}-notify>=0.1.1nb2
+BUILDLINK_ABI_DEPENDS.py-notify?= ${PYPKGPREFIX}-notify>=0.1.1nb4
BUILDLINK_PKGSRCDIR.py-notify?= ../../sysutils/py-notify
.include "../../x11/py-gtk2/buildlink3.mk"