diff options
author | kleink <kleink@pkgsrc.org> | 2018-11-14 22:20:58 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2018-11-14 22:20:58 +0000 |
commit | d1a354ac1990f29f535656efbdbf2842442e2d96 (patch) | |
tree | 466cae9496590959c8dc5e9d9acacf771b5eab6f /wm/openbox | |
parent | 86ebd5aa5b10ee4c95ba46bd6a3b30ffcb9aa638 (diff) | |
download | pkgsrc-d1a354ac1990f29f535656efbdbf2842442e2d96.tar.gz |
Revbump after cairo 1.16.0 update.
Diffstat (limited to 'wm/openbox')
-rw-r--r-- | wm/openbox/Makefile | 4 | ||||
-rw-r--r-- | wm/openbox/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 70a7c077cc4..65d568bbe66 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.99 2018/11/12 03:51:26 ryoon Exp $ +# $NetBSD: Makefile,v 1.100 2018/11/14 22:22:34 kleink Exp $ DISTNAME= openbox-3.6.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= wm x11 MASTER_SITES= http://openbox.org/dist/openbox/ diff --git a/wm/openbox/buildlink3.mk b/wm/openbox/buildlink3.mk index b24dd6dcadf..13b4192d463 100644 --- a/wm/openbox/buildlink3.mk +++ b/wm/openbox/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.31 2018/11/12 03:51:26 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.32 2018/11/14 22:22:34 kleink Exp $ BUILDLINK_TREE+= openbox @@ -6,7 +6,7 @@ BUILDLINK_TREE+= openbox OPENBOX_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.openbox+= openbox>=3.5 -BUILDLINK_ABI_DEPENDS.openbox?= openbox>=3.6.1nb6 +BUILDLINK_ABI_DEPENDS.openbox?= openbox>=3.6.1nb7 BUILDLINK_PKGSRCDIR.openbox?= ../../wm/openbox pkgbase := openbox |