diff options
author | obache <obache> | 2012-09-15 10:03:29 +0000 |
---|---|---|
committer | obache <obache> | 2012-09-15 10:03:29 +0000 |
commit | 82870a0e7cf41332efdec864d6fdc727c40a9794 (patch) | |
tree | 8faf04c1c75d686de4b4032499fe5b2a290498ff /www/librest | |
parent | 3ead1740d30a1cfd9eda491a446873a83ef45792 (diff) | |
download | pkgsrc-82870a0e7cf41332efdec864d6fdc727c40a9794.tar.gz |
recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
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 1d877ccea99..86a72c2e709 100644 --- a/www/librest/Makefile +++ b/www/librest/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2012/06/14 07:43:19 sbd Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/15 10:06:47 obache Exp $ # DISTNAME= rest-0.6 PKGNAME= librest-0.6 -PKGREVISION= 6 +PKGREVISION= 7 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 c11b9b9b884..eab9750d33a 100644 --- a/www/librest/buildlink3.mk +++ b/www/librest/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2012/06/14 07:43:19 sbd Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2012/09/15 10:06:47 obache 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.6nb6 +BUILDLINK_ABI_DEPENDS.librest+= librest>=0.6nb7 BUILDLINK_PKGSRCDIR.librest?= ../../www/librest .include "../../devel/glib2/buildlink3.mk" |