diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-06 12:41:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-06 12:41:29 +0000 |
commit | 0d8c03d43e0ef0e75115d95edbf7e1d6a5753857 (patch) | |
tree | fd359dd4887f4d378996d93a6a5a5c1ef6c0b6ca /www/librest | |
parent | a5d619f93fc6cb6df74e3e97b14ae50f5b010485 (diff) | |
download | pkgsrc-0d8c03d43e0ef0e75115d95edbf7e1d6a5753857.tar.gz |
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
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 73cb3b5e0fe..e7477532301 100644 --- a/www/librest/Makefile +++ b/www/librest/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2011/06/10 09:39:46 obache Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/06 12:41:53 wiz Exp $ # DISTNAME= rest-0.6 PKGNAME= librest-0.6 -PKGREVISION= 2 +PKGREVISION= 3 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 443a9fc799a..8e1e1babd34 100644 --- a/www/librest/buildlink3.mk +++ b/www/librest/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2011/06/10 09:39:46 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2012/02/06 12:41:53 wiz 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.6nb2 +BUILDLINK_ABI_DEPENDS.librest?= librest>=0.6nb3 BUILDLINK_PKGSRCDIR.librest?= ../../www/librest .include "../../devel/glib2/buildlink3.mk" |