diff options
author | prlw1 <prlw1@pkgsrc.org> | 2016-05-03 11:40:00 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2016-05-03 11:40:00 +0000 |
commit | fd83dddbbc9fa6f99100cbea124d2a67194219e4 (patch) | |
tree | 5a3106e603f2093d7172fa2cfbdd8c5759a79486 /comms/gnome-pilot | |
parent | 88e321a4c52abd1761a971d8bf6dde6feaade1b9 (diff) | |
download | pkgsrc-fd83dddbbc9fa6f99100cbea124d2a67194219e4.tar.gz |
revbump for libsoup's ABI issue
Diffstat (limited to 'comms/gnome-pilot')
-rw-r--r-- | comms/gnome-pilot/Makefile | 4 | ||||
-rw-r--r-- | comms/gnome-pilot/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile index 86562f78f76..f4525df8606 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.100 2016/04/11 19:01:33 ryoon Exp $ +# $NetBSD: Makefile,v 1.101 2016/05/03 11:40:01 prlw1 Exp $ # DISTNAME= gnome-pilot-2.0.17 -PKGREVISION= 51 +PKGREVISION= 52 CATEGORIES= comms gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-pilot/2.0/} diff --git a/comms/gnome-pilot/buildlink3.mk b/comms/gnome-pilot/buildlink3.mk index 36a32345bf1..9bb92124883 100644 --- a/comms/gnome-pilot/buildlink3.mk +++ b/comms/gnome-pilot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.67 2016/04/11 19:01:33 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.68 2016/05/03 11:40:01 prlw1 Exp $ BUILDLINK_TREE+= gnome-pilot @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnome-pilot GNOME_PILOT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gnome-pilot+= gnome-pilot>=2.0.12nb2 -BUILDLINK_ABI_DEPENDS.gnome-pilot+= gnome-pilot>=2.0.17nb51 +BUILDLINK_ABI_DEPENDS.gnome-pilot+= gnome-pilot>=2.0.17nb52 BUILDLINK_PKGSRCDIR.gnome-pilot?= ../../comms/gnome-pilot .include "../../devel/gettext-lib/buildlink3.mk" |