net/uhttpmock: update metadata, upstream moved

This commit is contained in:
Charlie Li
2025-01-13 16:27:02 +00:00
committed by Brad Davis
parent 28e26dfc62
commit 06bed0ca6f
3 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
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
+3 -3
View File
@@ -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
+3 -3
View File
@@ -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 requestresponse traces.