diff options
author | adam <adam> | 2014-10-07 16:47:10 +0000 |
---|---|---|
committer | adam <adam> | 2014-10-07 16:47:10 +0000 |
commit | 13131c0c8add84710bb4b8b0d6cccd1df762e839 (patch) | |
tree | 313937801daa2b30744756f4e0e8d99d14b355a6 /www/librest | |
parent | 3db621764327b60c17ea2addc07c93d498a49ece (diff) | |
download | pkgsrc-13131c0c8add84710bb4b8b0d6cccd1df762e839.tar.gz |
Revbump after updating libwebp and icu
Diffstat (limited to 'www/librest')
-rw-r--r-- | www/librest/Makefile | 4 | ||||
-rw-r--r-- | www/librest/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/librest/Makefile b/www/librest/Makefile index 0eb8f1f7bf6..54ad9e2f397 100644 --- a/www/librest/Makefile +++ b/www/librest/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2014/04/09 07:26:59 obache Exp $ +# $NetBSD: Makefile,v 1.16 2014/10/07 16:47:14 adam Exp $ # DISTNAME= rest-0.6 PKGNAME= librest-0.6 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= www MASTER_SITES= http://moblin.org/sites/all/files/ #http://meego.gitorious.org/meego-middleware/librest diff --git a/www/librest/buildlink3.mk b/www/librest/buildlink3.mk index 1675882afcd..fe8c8cfd08c 100644 --- a/www/librest/buildlink3.mk +++ b/www/librest/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2014/04/09 07:26:59 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2014/10/07 16:47:14 adam Exp $ BUILDLINK_TREE+= librest @@ -6,7 +6,7 @@ BUILDLINK_TREE+= librest LIBREST_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.librest+= librest>=0.6 -BUILDLINK_ABI_DEPENDS.librest+= librest>=0.6nb13 +BUILDLINK_ABI_DEPENDS.librest+= librest>=0.6nb14 BUILDLINK_PKGSRCDIR.librest?= ../../www/librest .include "../../devel/glib2/buildlink3.mk" |