diff options
Diffstat (limited to 'net/librest1/Makefile')
-rw-r--r-- | net/librest1/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/librest1/Makefile b/net/librest1/Makefile index fcd55721464f..853840f61f35 100644 --- a/net/librest1/Makefile +++ b/net/librest1/Makefile @@ -1,9 +1,10 @@ PORTNAME= librest -PORTVERSION= 0.9.1 -PORTREVISION= 1 +DISTVERSION= 0.9.1 +PORTREVISION= 2 CATEGORIES= net devel gnome PKGNAMESUFFIX= 1 -MASTER_SITES= https://gitlab.gnome.org/GNOME/librest/-/archive/${PORTVERSION}/ +MASTER_SITES= GNOME/sources/rest +DISTNAME= rest-${DISTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME REST library @@ -18,7 +19,7 @@ LIB_DEPENDS= libadwaita-1.so:x11-toolkits/libadwaita \ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python tar:bz2 +USES= gettext gnome localbase meson pkgconfig python tar:xz USE_GNOME= glib20 gtksourceview5 introspection:build USE_LDCONFIG= yes MESON_ARGS= -Dca_certificates=true \ |