summaryrefslogtreecommitdiff
path: root/devel/ethos
diff options
context:
space:
mode:
authortron <tron>2013-06-04 22:15:37 +0000
committertron <tron>2013-06-04 22:15:37 +0000
commit380d9fe620b0cfe80698a4c15fc2ae3bb5485aba (patch)
tree6b8ed11551c6ae6edf7530700df81d41fe88397e /devel/ethos
parent32c6b5730534fd6aec4757823f8d305cabccf0b0 (diff)
downloadpkgsrc-380d9fe620b0cfe80698a4c15fc2ae3bb5485aba.tar.gz
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Diffstat (limited to 'devel/ethos')
-rw-r--r--devel/ethos/Makefile4
-rw-r--r--devel/ethos/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/ethos/Makefile b/devel/ethos/Makefile
index 9b333a1d4ab..911691c35f1 100644
--- a/devel/ethos/Makefile
+++ b/devel/ethos/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2013/06/03 10:04:44 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2013/06/04 22:15:51 tron Exp $
#
DISTNAME= ethos-0.2.2
-PKGREVISION= 13
+PKGREVISION= 14
CATEGORIES= devel
MASTER_SITES= http://ftp.dronelabs.com/sources/ethos/0.2/
diff --git a/devel/ethos/buildlink3.mk b/devel/ethos/buildlink3.mk
index bebb92b5a25..ce7cce37de7 100644
--- a/devel/ethos/buildlink3.mk
+++ b/devel/ethos/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.15 2013/06/03 10:04:44 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.16 2013/06/04 22:15:51 tron Exp $
BUILDLINK_TREE+= ethos
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= ethos
ETHOS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ethos+= ethos>=0.2.2
-BUILDLINK_ABI_DEPENDS.ethos+= ethos>=0.2.2nb13
+BUILDLINK_ABI_DEPENDS.ethos+= ethos>=0.2.2nb14
BUILDLINK_PKGSRCDIR.ethos?= ../../devel/ethos
.include "../../devel/glib2/buildlink3.mk"