git: f0ac6622e59d - main - net/librest1: Use accurate descriptions in Makefile and pkg-descr

From: Neel Chauhan <nc_at_FreeBSD.org>
Date: Mon, 30 Jan 2023 04:44:10 UTC
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f0ac6622e59d940948d0508c564a0cf1a4159f1b

commit f0ac6622e59d940948d0508c564a0cf1a4159f1b
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2023-01-30 04:44:04 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2023-01-30 04:44:04 +0000

    net/librest1: Use accurate descriptions in Makefile and pkg-descr
---
 net/librest1/Makefile  | 2 +-
 net/librest1/pkg-descr | 9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/net/librest1/Makefile b/net/librest1/Makefile
index 1a3452f3061f..59c7d3fdccf1 100644
--- a/net/librest1/Makefile
+++ b/net/librest1/Makefile
@@ -5,7 +5,7 @@ PKGNAMESUFFIX=	1
 MASTER_SITES=	https://gitlab.gnome.org/GNOME/librest/-/archive/${PORTVERSION}/
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	Convenience library for the geocoding and reverse geocoding
+COMMENT=	GNOME REST library
 WWW=		https://gitlab.gnome.org/GNOME/librest
 
 LICENSE=	LGPL21
diff --git a/net/librest1/pkg-descr b/net/librest1/pkg-descr
index c507f7694711..07bb1aa17b65 100644
--- a/net/librest1/pkg-descr
+++ b/net/librest1/pkg-descr
@@ -1,5 +1,4 @@
-geocode-glib is a convenience library for the geocoding (finding longitude,
-and latitude from an address) and reverse geocoding (finding an address from
-coordinates). It uses Nominatim service to achieve that. It also caches
-(reverse-)geocoding requests for faster results and to avoid unnecessary server
-load.
+librest has been designed to make it easier to access web services that claim
+to be "RESTful". A reasonable definition of what this means can be found on
+Wikipedia. However a reasonable description is that a RESTful service should
+have urls that represent remote objects which methods can then be called on.