diff options
author | adam <adam@pkgsrc.org> | 2017-04-22 21:03:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-04-22 21:03:07 +0000 |
commit | 24e11a325a75b58e95ce3b9b9b6700473cdcd638 (patch) | |
tree | bcd4c127df36f3c7942f5ee13f21663dc64bd353 /devel/libgweather | |
parent | 87bba29df2704526fc406898891159ceb4f0b638 (diff) | |
download | pkgsrc-24e11a325a75b58e95ce3b9b9b6700473cdcd638.tar.gz |
Revbump after icu update
Diffstat (limited to 'devel/libgweather')
-rw-r--r-- | devel/libgweather/Makefile | 4 | ||||
-rw-r--r-- | devel/libgweather/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libgweather/Makefile b/devel/libgweather/Makefile index 7dfe8f12f17..a3ca1efcf0b 100644 --- a/devel/libgweather/Makefile +++ b/devel/libgweather/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2017/02/12 06:24:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.62 2017/04/22 21:03:11 adam Exp $ # DISTNAME= libgweather-2.30.3 -PKGREVISION= 36 +PKGREVISION= 37 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgweather/2.30/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/libgweather/buildlink3.mk b/devel/libgweather/buildlink3.mk index 1f61940db83..aca2a7a476d 100644 --- a/devel/libgweather/buildlink3.mk +++ b/devel/libgweather/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.44 2017/02/12 06:24:40 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.45 2017/04/22 21:03:11 adam Exp $ BUILDLINK_TREE+= libgweather @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libgweather LIBGWEATHER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libgweather+= libgweather>=2.22.0 -BUILDLINK_ABI_DEPENDS.libgweather+= libgweather>=2.30.3nb36 +BUILDLINK_ABI_DEPENDS.libgweather+= libgweather>=2.30.3nb37 BUILDLINK_PKGSRCDIR.libgweather?= ../../devel/libgweather .include "../../net/libsoup/buildlink3.mk" |