diff options
author | tnn <tnn> | 2008-01-18 05:06:18 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-01-18 05:06:18 +0000 |
commit | 1c8e24b168b5909ecc586bdbb660570b490d92ef (patch) | |
tree | 3fc4469ff1b731261dc8058b7c6233203bfd65ab /chat/gale | |
parent | 59b3427f68546df4cf4b8ba48777940ed2e515b4 (diff) | |
download | pkgsrc-1c8e24b168b5909ecc586bdbb660570b490d92ef.tar.gz |
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
Diffstat (limited to 'chat/gale')
-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 4ef0c58d7de..0e1bd91ae55 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2007/07/28 08:59:46 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2008/01/18 05:06:24 tnn Exp $ DISTNAME= gale-0.99fruit PKGNAME= gale-0.99f -PKGREVISION= 1 +PKGREVISION= 2 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 4c12bf304a5..ebc6008fee2 100644 --- a/chat/gale/buildlink3.mk +++ b/chat/gale/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2006/07/08 23:10:38 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2008/01/18 05:06:24 tnn Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GALE_BUILDLINK3_MK:= ${GALE_BUILDLINK3_MK}+ @@ -13,7 +13,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gale .if !empty(GALE_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.gale+= gale>=0.99f -BUILDLINK_ABI_DEPENDS.gale?= gale>=0.99fnb1 +BUILDLINK_ABI_DEPENDS.gale?= gale>=0.99fnb2 BUILDLINK_PKGSRCDIR.gale?= ../../chat/gale .endif # GALE_BUILDLINK3_MK |