pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/uhttpmock



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 22 20:38:12 UTC 2024

Modified Files:
        pkgsrc/www/uhttpmock: Makefile PLIST buildlink3.mk distinfo

Log Message:
uhttpmock: updated to 0.11.0

Overview of changes from uhttpmock 0.10.0 to uhttpmock 0.11.0

* Bugs fixed:
  - Dump hosts during record (Jan-Michael Brummer)
  - Add Jan-Michael Brummer to doap file
  - Add HTTP/2 support
  - Add Location field support
  - Fix memory leak in uhm_message_finalize

Overview of changes from uhttpmock 0.9.0 to uhttpmock 0.10.0

* Bugs fixed:
  - Add PATCH request method
  - Add CONNECT request method


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/uhttpmock/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/uhttpmock/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/uhttpmock/buildlink3.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/uhttpmock/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/uhttpmock/Makefile
diff -u pkgsrc/www/uhttpmock/Makefile:1.47 pkgsrc/www/uhttpmock/Makefile:1.48
--- pkgsrc/www/uhttpmock/Makefile:1.47  Wed May 29 16:34:57 2024
+++ pkgsrc/www/uhttpmock/Makefile       Mon Jul 22 20:38:12 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2024/05/29 16:34:57 adam Exp $
+# $NetBSD: Makefile,v 1.48 2024/07/22 20:38:12 adam Exp $
 
-DISTNAME=      uhttpmock-0.5.3
-PKGREVISION=   6
+DISTNAME=      uhttpmock-0.11.0
 CATEGORIES=    www devel
 MASTER_SITES=  https://tecnocode.co.uk/downloads/uhttpmock/
 EXTRACT_SUFX=  .tar.xz
@@ -11,9 +10,7 @@ HOMEPAGE=     https://gitlab.com/groups/uhtt
 COMMENT=       Library for mocking web service APIs which use HTTP or HTTPS
 LICENSE=       gnu-lgpl-v2.1
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    pkg-config
 
 PKGCONFIG_OVERRIDE+=   libuhttpmock/libuhttpmock.pc.in
 
@@ -21,6 +18,7 @@ BUILDLINK_TRANSFORM.SunOS+=   rm:-Wl,--no-
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../devel/meson/build.mk"
 .include "../../lang/vala/buildlink3.mk"
-.include "../../net/libsoup/buildlink3.mk"
+.include "../../net/libsoup3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/uhttpmock/PLIST
diff -u pkgsrc/www/uhttpmock/PLIST:1.2 pkgsrc/www/uhttpmock/PLIST:1.3
--- pkgsrc/www/uhttpmock/PLIST:1.2      Tue Jan  3 13:31:28 2023
+++ pkgsrc/www/uhttpmock/PLIST  Mon Jul 22 20:38:12 2024
@@ -1,33 +1,41 @@
-@comment $NetBSD: PLIST,v 1.2 2023/01/03 13:31:28 wiz Exp $
-include/libuhttpmock-0.0/uhttpmock/uhm-resolver.h
-include/libuhttpmock-0.0/uhttpmock/uhm-server.h
-include/libuhttpmock-0.0/uhttpmock/uhm-version.h
-include/libuhttpmock-0.0/uhttpmock/uhm.h
-lib/girepository-1.0/Uhm-0.0.typelib
-lib/libuhttpmock-0.0.la
-lib/pkgconfig/libuhttpmock-0.0.pc
-share/gir-1.0/Uhm-0.0.gir
-share/gtk-doc/html/libuhttpmock-0.0/UhmResolver.html
-share/gtk-doc/html/libuhttpmock-0.0/UhmServer.html
-share/gtk-doc/html/libuhttpmock-0.0/annotation-glossary.html
-share/gtk-doc/html/libuhttpmock-0.0/ch01.html
-share/gtk-doc/html/libuhttpmock-0.0/ch02.html
-share/gtk-doc/html/libuhttpmock-0.0/ch03.html
-share/gtk-doc/html/libuhttpmock-0.0/ch04.html
-share/gtk-doc/html/libuhttpmock-0.0/home.png
-share/gtk-doc/html/libuhttpmock-0.0/index.html
-share/gtk-doc/html/libuhttpmock-0.0/left-insensitive.png
-share/gtk-doc/html/libuhttpmock-0.0/left.png
-share/gtk-doc/html/libuhttpmock-0.0/libuhttpmock-0.0-Version-Information.html
-share/gtk-doc/html/libuhttpmock-0.0/libuhttpmock-0.0.devhelp2
-share/gtk-doc/html/libuhttpmock-0.0/pt01.html
-share/gtk-doc/html/libuhttpmock-0.0/pt02.html
-share/gtk-doc/html/libuhttpmock-0.0/pt03.html
-share/gtk-doc/html/libuhttpmock-0.0/pt04.html
-share/gtk-doc/html/libuhttpmock-0.0/right-insensitive.png
-share/gtk-doc/html/libuhttpmock-0.0/right.png
-share/gtk-doc/html/libuhttpmock-0.0/style.css
-share/gtk-doc/html/libuhttpmock-0.0/up-insensitive.png
-share/gtk-doc/html/libuhttpmock-0.0/up.png
-share/vala/vapi/libuhttpmock-0.0.deps
-share/vala/vapi/libuhttpmock-0.0.vapi
+@comment $NetBSD: PLIST,v 1.3 2024/07/22 20:38:12 adam Exp $
+include/libuhttpmock-1.0/uhttpmock/uhm-message.h
+include/libuhttpmock-1.0/uhttpmock/uhm-resolver.h
+include/libuhttpmock-1.0/uhttpmock/uhm-server.h
+include/libuhttpmock-1.0/uhttpmock/uhm-version.h
+include/libuhttpmock-1.0/uhttpmock/uhm.h
+lib/girepository-1.0/Uhm-1.0.typelib
+lib/libuhttpmock-1.0.so
+lib/libuhttpmock-1.0.so.1
+lib/libuhttpmock-1.0.so.1.2.3
+lib/pkgconfig/libuhttpmock-1.0.pc
+share/gir-1.0/Uhm-1.0.gir
+share/gtk-doc/html/libuhttpmock-1.0/UhmResolver.html
+share/gtk-doc/html/libuhttpmock-1.0/UhmServer.html
+share/gtk-doc/html/libuhttpmock-1.0/annotation-glossary.html
+share/gtk-doc/html/libuhttpmock-1.0/ch01.html
+share/gtk-doc/html/libuhttpmock-1.0/ch02.html
+share/gtk-doc/html/libuhttpmock-1.0/ch03.html
+share/gtk-doc/html/libuhttpmock-1.0/ch04.html
+share/gtk-doc/html/libuhttpmock-1.0/home.png
+share/gtk-doc/html/libuhttpmock-1.0/index.html
+share/gtk-doc/html/libuhttpmock-1.0/ix01.html
+share/gtk-doc/html/libuhttpmock-1.0/ix02.html
+share/gtk-doc/html/libuhttpmock-1.0/ix03.html
+share/gtk-doc/html/libuhttpmock-1.0/ix04.html
+share/gtk-doc/html/libuhttpmock-1.0/ix05.html
+share/gtk-doc/html/libuhttpmock-1.0/left-insensitive.png
+share/gtk-doc/html/libuhttpmock-1.0/left.png
+share/gtk-doc/html/libuhttpmock-1.0/libuhttpmock-1.0.devhelp2
+share/gtk-doc/html/libuhttpmock-1.0/libuhttpmock-Version-Information.html
+share/gtk-doc/html/libuhttpmock-1.0/pt01.html
+share/gtk-doc/html/libuhttpmock-1.0/pt02.html
+share/gtk-doc/html/libuhttpmock-1.0/pt03.html
+share/gtk-doc/html/libuhttpmock-1.0/pt04.html
+share/gtk-doc/html/libuhttpmock-1.0/right-insensitive.png
+share/gtk-doc/html/libuhttpmock-1.0/right.png
+share/gtk-doc/html/libuhttpmock-1.0/style.css
+share/gtk-doc/html/libuhttpmock-1.0/up-insensitive.png
+share/gtk-doc/html/libuhttpmock-1.0/up.png
+share/vala/vapi/libuhttpmock-1.0.deps
+share/vala/vapi/libuhttpmock-1.0.vapi

Index: pkgsrc/www/uhttpmock/buildlink3.mk
diff -u pkgsrc/www/uhttpmock/buildlink3.mk:1.24 pkgsrc/www/uhttpmock/buildlink3.mk:1.25
--- pkgsrc/www/uhttpmock/buildlink3.mk:1.24     Wed Nov  8 13:21:25 2023
+++ pkgsrc/www/uhttpmock/buildlink3.mk  Mon Jul 22 20:38:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.24 2023/11/08 13:21:25 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.25 2024/07/22 20:38:12 adam Exp $
 
 BUILDLINK_TREE+=       uhttpmock
 
@@ -6,11 +6,11 @@ BUILDLINK_TREE+=      uhttpmock
 UHTTPMOCK_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.uhttpmock+=      uhttpmock>=0.4.0
-BUILDLINK_ABI_DEPENDS.uhttpmock?=      uhttpmock>=0.5.3nb4
+BUILDLINK_ABI_DEPENDS.uhttpmock+=      uhttpmock>=0.5.3nb4
 BUILDLINK_PKGSRCDIR.uhttpmock?=                ../../www/uhttpmock
 
 .include "../../devel/glib2/buildlink3.mk"
-.include "../../net/libsoup/buildlink3.mk"
+.include "../../net/libsoup3/buildlink3.mk"
 .endif # UHTTPMOCK_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -uhttpmock

Index: pkgsrc/www/uhttpmock/distinfo
diff -u pkgsrc/www/uhttpmock/distinfo:1.5 pkgsrc/www/uhttpmock/distinfo:1.6
--- pkgsrc/www/uhttpmock/distinfo:1.5   Tue Jan  3 13:31:28 2023
+++ pkgsrc/www/uhttpmock/distinfo       Mon Jul 22 20:38:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/01/03 13:31:28 wiz Exp $
+$NetBSD: distinfo,v 1.6 2024/07/22 20:38:12 adam Exp $
 
-BLAKE2s (uhttpmock-0.5.3.tar.xz) = 5d24106e06ea95c894c55c9af7c1b68de6e4303c0eb9c597d1cfa9000398aae8
-SHA512 (uhttpmock-0.5.3.tar.xz) = 9fccdb58ce04c1615d47bafac275c632f161a8148f0af82447286d0017d6b3946145b8a289f9abb55842bf4610ca3e5f2484bf322fb7a33dce42b3ebed45b2ee
-Size (uhttpmock-0.5.3.tar.xz) = 318708 bytes
+BLAKE2s (uhttpmock-0.11.0.tar.xz) = 1bdb2affe26c78d2d1071547b3a0ebf90b1541f84e88e6c513125b3d07a38e1a
+SHA512 (uhttpmock-0.11.0.tar.xz) = 25a9048ae54f3b67d85c614efff26e9d958dd5e1e7527f60fd8f0e0a4e1b6d5ae12286482d0a6b39d5c703f276c359399ec946cc486d98b3fd429202acaebe4b
+Size (uhttpmock-0.11.0.tar.xz) = 48192 bytes



Home | Main Index | Thread Index | Old Index