diff --git a/net/uhttpmock/Makefile b/net/uhttpmock/Makefile index f914e05a2834..ddf751e29461 100644 --- a/net/uhttpmock/Makefile +++ b/net/uhttpmock/Makefile @@ -1,27 +1,27 @@ PORTNAME= uhttpmock PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= http://tecnocode.co.uk/downloads/uhttpmock/ -DIST_SUBDIR= gnome3 +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -COMMENT= HTTP web service mocking library for GNOME -WWW= https://gitlab.com/groups/uhttpmock +COMMENT= HTTP web service mocking library +WWW= https://gitlab.freedesktop.org/pwithnall/uhttpmock LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-2.4.so:devel/libsoup USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz vala:build USE_GNOME= gnomeprefix glib20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-Werror INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS .include diff --git a/net/uhttpmock/distinfo b/net/uhttpmock/distinfo index 120d0c8ecfeb..799e21bc2424 100644 --- a/net/uhttpmock/distinfo +++ b/net/uhttpmock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600374026 -SHA256 (gnome3/uhttpmock-0.5.3.tar.xz) = 90843223c3a30bdb7f1eb3442373a03fee425af85a9df289cd687698ccff112f -SIZE (gnome3/uhttpmock-0.5.3.tar.xz) = 318708 +TIMESTAMP = 1735161740 +SHA256 (gnome/uhttpmock-0.5.3.tar.xz) = 90843223c3a30bdb7f1eb3442373a03fee425af85a9df289cd687698ccff112f +SIZE (gnome/uhttpmock-0.5.3.tar.xz) = 318708 diff --git a/net/uhttpmock/pkg-descr b/net/uhttpmock/pkg-descr index d3cf12e4a5c9..dd02e33249a8 100644 --- a/net/uhttpmock/pkg-descr +++ b/net/uhttpmock/pkg-descr @@ -1,3 +1,3 @@ -uhttpmock is a HTTP web service mocking project for projects -which use libsoup. It is still in its infancy, but is -already used by https://wiki.gnome.org/libgdata for unit testing. +uhttpmock is a project for mocking web service APIs which use HTTP +or HTTPS. It provides a library, libuhttpmock, which implements +recording and playback of HTTP request–response traces.