View | Details | Raw Unified | Return to bug 281916 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/meson/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	meson
1
PORTNAME=	meson
2
PORTVERSION=	1.5.2
2
PORTVERSION=	1.6.0
3
CATEGORIES=	devel python
3
CATEGORIES=	devel python
4
MASTER_SITES=	https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
4
MASTER_SITES=	https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/
5
5
(-)b/devel/meson/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1726857305
1
TIMESTAMP = 1729448447
2
SHA256 (meson-1.5.2.tar.gz) = f955e09ab0d71ef180ae85df65991d58ed8430323de7d77a37e11c9ea630910b
2
SHA256 (meson-1.6.0.tar.gz) = 999b65f21c03541cf11365489c1fad22e2418bb0c3d50ca61139f2eec09d5496
3
SIZE (meson-1.5.2.tar.gz) = 2265788
3
SIZE (meson-1.6.0.tar.gz) = 2277602
(-)b/graphics/vips/Makefile (-1 / +4 lines)
Lines 1-5 Link Here
1
PORTNAME=	vips
1
PORTNAME=	vips
2
PORTVERSION=	8.15.4
2
PORTVERSION=	8.15.4
3
PORTREVISION=	1
3
CATEGORIES=	graphics
4
CATEGORIES=	graphics
4
MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
5
MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
5
6
Lines 19-25 RUN_DEPENDS= bash:shells/bash Link Here
19
USES=		compiler:c++11-lang cpe gettext-tools gnome localbase meson pkgconfig python shebangfix tar:xz
20
USES=		compiler:c++11-lang cpe gettext-tools gnome localbase meson pkgconfig python shebangfix tar:xz
20
USE_GNOME=	glib20
21
USE_GNOME=	glib20
21
22
22
MESON_ARGS=	--default-library=both \
23
# --default-library=both is broken after https://github.com/mesonbuild/meson/commit/7b3169f46481
24
# but not reproducible outside of ports/ build
25
MESON_ARGS=	\
23
		-Danalyze=true \
26
		-Danalyze=true \
24
		-Dcplusplus=true \
27
		-Dcplusplus=true \
25
		-Ddeprecated=true \
28
		-Ddeprecated=true \
(-)b/graphics/vips/pkg-plist (-2 lines)
Lines 57-67 include/vips/video.h Link Here
57
include/vips/vips.h
57
include/vips/vips.h
58
include/vips/vips7compat.h
58
include/vips/vips7compat.h
59
include/vips/vips8
59
include/vips/vips8
60
lib/libvips-cpp.a
61
lib/libvips-cpp.so
60
lib/libvips-cpp.so
62
lib/libvips-cpp.so.%%PORTVERSION%%
61
lib/libvips-cpp.so.%%PORTVERSION%%
63
lib/libvips-cpp.so.42.%%PORTVERSION%%
62
lib/libvips-cpp.so.42.%%PORTVERSION%%
64
lib/libvips.a
65
lib/libvips.so
63
lib/libvips.so
66
lib/libvips.so.42
64
lib/libvips.so.42
67
lib/libvips.so.42.17.4
65
lib/libvips.so.42.17.4

Return to bug 281916