diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-05-05 00:47:34 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-05-05 00:47:34 +0000 |
commit | 28213d2cc32867cb83de57e016f5ac38cc464e7a (patch) | |
tree | 0f5a0a6d68ab07f42623455ffc3f1bec326482ca /x11/xfce4-clipman-plugin | |
parent | 586e4a51aef4b7489209981930a83e7a67ce35a4 (diff) | |
download | pkgsrc-28213d2cc32867cb83de57e016f5ac38cc464e7a.tar.gz |
Recursive revbump from x11/pixman
Fix PR pkg/48777
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index b44ab88a375..da79917b6d7 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.35 2013/10/10 14:41:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.36 2014/05/05 00:48:36 ryoon Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" XFCE4_VERSION= 0.8.0 DISTNAME= xfce4-clipman-plugin-${XFCE4_VERSION} -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= sysutils MASTER_SITES= http://goodies.xfce.org/releases/xfce4-clipman-plugin/ COMMENT= Xfce clipboard plugin diff --git a/x11/xfce4-clipman-plugin/buildlink3.mk b/x11/xfce4-clipman-plugin/buildlink3.mk index c0379be5234..ae77578e373 100644 --- a/x11/xfce4-clipman-plugin/buildlink3.mk +++ b/x11/xfce4-clipman-plugin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.38 2013/10/10 14:41:56 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.39 2014/05/05 00:48:36 ryoon Exp $ BUILDLINK_TREE+= xfce4-clipman-plugin @@ -6,7 +6,7 @@ BUILDLINK_TREE+= xfce4-clipman-plugin XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.xfce4-clipman-plugin+= xfce4-clipman-plugin>=0.8.0 -BUILDLINK_ABI_DEPENDS.xfce4-clipman-plugin+= xfce4-clipman-plugin>=0.8.0nb20 +BUILDLINK_ABI_DEPENDS.xfce4-clipman-plugin+= xfce4-clipman-plugin>=0.8.0nb21 BUILDLINK_PKGSRCDIR.xfce4-clipman-plugin?= ../../x11/xfce4-clipman-plugin .include "../../x11/xfce4-panel/buildlink3.mk" |