diff options
author | mef <mef@pkgsrc.org> | 2015-01-29 09:53:29 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-29 09:53:29 +0000 |
commit | 8eb178759a20bbbe7016e8421d58c1022d2b7acb (patch) | |
tree | 77b443ac58cc960bc70c98125574ef027fba5d88 /chat | |
parent | 22ebaaa397a2b9e3f85ca59efe5857916117a704 (diff) | |
download | pkgsrc-8eb178759a20bbbe7016e8421d58c1022d2b7acb.tar.gz |
recursive revbump due to net/adns update 1.4 to 1.5.0
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gale/Makefile | 4 | ||||
-rw-r--r-- | chat/gale/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile index b25f4f10a60..f463e34c9db 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2014/04/30 14:19:40 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2015/01/29 09:53:29 mef Exp $ DISTNAME= gale-0.99fruit PKGNAME= gale-0.99f -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= chat MASTER_SITES= http://download.ofb.net/gale/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/gale/buildlink3.mk b/chat/gale/buildlink3.mk index e2629738c3f..b70f74438d0 100644 --- a/chat/gale/buildlink3.mk +++ b/chat/gale/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2014/04/30 14:19:40 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2015/01/29 09:53:29 mef Exp $ BUILDLINK_TREE+= gale @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gale GALE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gale+= gale>=0.99f -BUILDLINK_ABI_DEPENDS.gale+= gale>=0.99fnb12 +BUILDLINK_ABI_DEPENDS.gale+= gale>=0.99fnb13 BUILDLINK_PKGSRCDIR.gale?= ../../chat/gale .include "../../devel/boehm-gc/buildlink3.mk" |