mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/uhttpmock: update to 0.11.0
This commit is contained in:
parent
fc879c7b8d
commit
63a59f369f
3 changed files with 51 additions and 47 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= uhttpmock
|
PORTNAME= uhttpmock
|
||||||
PORTVERSION= 0.5.3
|
PORTVERSION= 0.11.0
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= net gnome
|
CATEGORIES= net gnome
|
||||||
MASTER_SITES= http://tecnocode.co.uk/downloads/uhttpmock/
|
MASTER_SITES= http://tecnocode.co.uk/downloads/uhttpmock/
|
||||||
DIST_SUBDIR= gnome
|
DIST_SUBDIR= gnome
|
||||||
|
@ -12,16 +11,16 @@ WWW= https://gitlab.freedesktop.org/pwithnall/uhttpmock
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup
|
LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3
|
||||||
|
|
||||||
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz vala:build
|
USES= gnome meson pkgconfig tar:xz vala:build
|
||||||
USE_GNOME= gnomeprefix glib20 introspection:build
|
USE_GNOME= glib20 introspection:build
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
CONFIGURE_ARGS+= --disable-Werror
|
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
|
DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc
|
||||||
|
DOCS_MESON_TRUE= gtk_doc
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1735161740
|
TIMESTAMP = 1735163530
|
||||||
SHA256 (gnome/uhttpmock-0.5.3.tar.xz) = 90843223c3a30bdb7f1eb3442373a03fee425af85a9df289cd687698ccff112f
|
SHA256 (gnome/uhttpmock-0.11.0.tar.xz) = feedc01a2ade9f0dcd61e73838ad53733d3cf68b7d51379acc00c894ea7884bf
|
||||||
SIZE (gnome/uhttpmock-0.5.3.tar.xz) = 318708
|
SIZE (gnome/uhttpmock-0.11.0.tar.xz) = 48192
|
||||||
|
|
|
@ -1,35 +1,40 @@
|
||||||
include/libuhttpmock-0.0/uhttpmock/uhm-resolver.h
|
include/libuhttpmock-1.0/uhttpmock/uhm-message.h
|
||||||
include/libuhttpmock-0.0/uhttpmock/uhm-server.h
|
include/libuhttpmock-1.0/uhttpmock/uhm-resolver.h
|
||||||
include/libuhttpmock-0.0/uhttpmock/uhm-version.h
|
include/libuhttpmock-1.0/uhttpmock/uhm-server.h
|
||||||
include/libuhttpmock-0.0/uhttpmock/uhm.h
|
include/libuhttpmock-1.0/uhttpmock/uhm-version.h
|
||||||
lib/girepository-1.0/Uhm-0.0.typelib
|
include/libuhttpmock-1.0/uhttpmock/uhm.h
|
||||||
lib/libuhttpmock-0.0.a
|
lib/girepository-1.0/Uhm-1.0.typelib
|
||||||
lib/libuhttpmock-0.0.so
|
lib/libuhttpmock-1.0.so
|
||||||
lib/libuhttpmock-0.0.so.0
|
lib/libuhttpmock-1.0.so.1
|
||||||
lib/libuhttpmock-0.0.so.0.2.3
|
lib/libuhttpmock-1.0.so.1.2.3
|
||||||
libdata/pkgconfig/libuhttpmock-0.0.pc
|
libdata/pkgconfig/libuhttpmock-1.0.pc
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/UhmResolver.html
|
share/gir-1.0/Uhm-1.0.gir
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/UhmServer.html
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/UhmResolver.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/annotation-glossary.html
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/UhmServer.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/ch01.html
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/annotation-glossary.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/ch02.html
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/ch01.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/ch03.html
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/ch02.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/ch04.html
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/ch03.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/home.png
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/ch04.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/index.html
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/home.png
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/left-insensitive.png
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/index.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/left.png
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/ix01.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/libuhttpmock-0.0-Version-Information.html
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/ix02.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/libuhttpmock-0.0.devhelp2
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/ix03.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/pt01.html
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/ix04.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/pt02.html
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/ix05.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/pt03.html
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/left-insensitive.png
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/pt04.html
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/left.png
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/right-insensitive.png
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/libuhttpmock-1.0.devhelp2
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/right.png
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/libuhttpmock-Version-Information.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/style.css
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/pt01.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/up-insensitive.png
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/pt02.html
|
||||||
%%PORTDOCS%%share/doc/libuhttpmock-0.0/up.png
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/pt03.html
|
||||||
share/gir-1.0/Uhm-0.0.gir
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/pt04.html
|
||||||
share/vala/vapi/libuhttpmock-0.0.deps
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/right-insensitive.png
|
||||||
share/vala/vapi/libuhttpmock-0.0.vapi
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/right.png
|
||||||
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/style.css
|
||||||
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/up-insensitive.png
|
||||||
|
%%DOCS%%share/gtk-doc/html/libuhttpmock-1.0/up.png
|
||||||
|
share/vala/vapi/libuhttpmock-1.0.deps
|
||||||
|
share/vala/vapi/libuhttpmock-1.0.vapi
|
||||||
|
|
Loading…
Add table
Reference in a new issue