git: 3d1e45501dcc - main - net/uhttpmock: update metadata, upstream moved
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Dec 2024 21:40:58 UTC
The branch main has been updated by vishwin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3d1e45501dcc611e603a44f219c74dae81ed6e6b
commit 3d1e45501dcc611e603a44f219c74dae81ed6e6b
Author: Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2024-12-25 21:40:08 +0000
Commit: Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2024-12-25 21:40:08 +0000
net/uhttpmock: update metadata, upstream moved
---
net/uhttpmock/Makefile | 8 ++++----
net/uhttpmock/distinfo | 6 +++---
net/uhttpmock/pkg-descr | 6 +++---
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/net/uhttpmock/Makefile b/net/uhttpmock/Makefile
index f914e05a2834..ddf751e29461 100644
--- a/net/uhttpmock/Makefile
+++ b/net/uhttpmock/Makefile
@@ -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
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.