summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon>2013-04-29 14:47:29 +0000
committerryoon <ryoon>2013-04-29 14:47:29 +0000
commit0e8a6a111455787e9458ef0896dd9f168e0204bb (patch)
tree1721ec51569f3013b9566ffccc05d7739450782c
parent1314a0384484701c8fd9777aa9b9039bdf9d0d43 (diff)
downloadpkgsrc-0e8a6a111455787e9458ef0896dd9f168e0204bb.tar.gz
Bump PKGREVISION.
Change DEPENDS dependency to py-notify-python from py-notify.
-rw-r--r--audio/exaile/Makefile6
-rw-r--r--inputmethod/ibus/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile
index cdcc18fd890..b8bb0371439 100644
--- a/audio/exaile/Makefile
+++ b/audio/exaile/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.37 2013/04/05 11:14:03 rodent Exp $
+# $NetBSD: Makefile,v 1.38 2013/04/29 14:47:29 ryoon Exp $
#
DISTNAME= exaile_0.2.14
PKGNAME= ${DISTNAME:S/_/-/1}
-PKGREVISION= 23
+PKGREVISION= 24
CATEGORIES= audio
MASTER_SITES= http://www.exaile.org/files/
@@ -29,6 +29,6 @@ MAKE_FLAGS+= PKGLOCALEDIR=${PKGLOCALEDIR}
.include "../../multimedia/py-gstreamer0.10/buildlink3.mk"
.include "../../textproc/py-elementtree/buildlink3.mk"
.include "../../databases/py-sqlite2/buildlink3.mk"
-DEPENDS+= ${PYPKGPREFIX}-notify-[0-9]*:../../sysutils/py-notify
+DEPENDS+= ${PYPKGPREFIX}-notify-python-[0-9]*:../../sysutils/py-notify-python
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile
index f46532c755c..143c8c7aed9 100644
--- a/inputmethod/ibus/Makefile
+++ b/inputmethod/ibus/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2013/02/16 11:22:40 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2013/04/29 14:47:30 ryoon Exp $
#
DISTNAME= ibus-1.4.2
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= inputmethod
MASTER_SITES= http://ibus.googlecode.com/files/
@@ -12,7 +12,7 @@ COMMENT= Intelligent Input Bus
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
-DEPENDS+= ${PYPKGPREFIX}-notify>=0.1.1nb3:../../sysutils/py-notify
+DEPENDS+= ${PYPKGPREFIX}-notify-python>=0.1.1nb3:../../sysutils/py-notify-python
GNU_CONFIGURE= yes
USE_LIBTOOL= yes