Wed Mar 11 15:30:59 2020 UTC ()
librest07: improve HOMEPAGE


(wiz)
diff -r1.32 -r1.33 pkgsrc/www/librest07/Makefile

cvs diff -r1.32 -r1.33 pkgsrc/www/librest07/Makefile (expand / switch to unified diff)

--- pkgsrc/www/librest07/Makefile 2020/03/08 16:48:19 1.32
+++ pkgsrc/www/librest07/Makefile 2020/03/11 15:30:59 1.33
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.32 2020/03/08 16:48:19 wiz Exp $ 1# $NetBSD: Makefile,v 1.33 2020/03/11 15:30:59 wiz Exp $
2 2
3DISTNAME= rest-0.7.93 3DISTNAME= rest-0.7.93
4PKGNAME= ${DISTNAME:S/rest/librest07/} 4PKGNAME= ${DISTNAME:S/rest/librest07/}
5PKGREVISION= 13 5PKGREVISION= 13
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rest/0.7/} 7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rest/0.7/}
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://wiki.gnome.org/Projects/Librest 11HOMEPAGE= https://gitlab.gnome.org/GNOME/librest
12COMMENT= Library for "RESTful" web services 12COMMENT= Library for "RESTful" web services
13LICENSE= gnu-lgpl-v2.1 13LICENSE= gnu-lgpl-v2.1
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= pkg-config gmake 17USE_TOOLS+= pkg-config gmake
18# see pkgsrc/security/mozilla-rootcerts 18# see pkgsrc/security/mozilla-rootcerts
19CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt 19CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
20 20
21PKGCONFIG_OVERRIDE+= rest.pc.in rest-extras.pc.in 21PKGCONFIG_OVERRIDE+= rest.pc.in rest-extras.pc.in
22 22
23TEST_TARGET= check 23TEST_TARGET= check
24 24