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

Collapse All | Expand All

(-)Makefile (-11 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	glibmm
4
PORTNAME=	glibmm
5
PORTVERSION=	2.64.2
5
PORTVERSION=	2.64.5
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
Lines 18-35 Link Here
18
18
19
PLIST_SUB=	VERSION="2.4"
19
PLIST_SUB=	VERSION="2.4"
20
20
21
USES+=		compiler:c++11-lang gettext gmake gnome libtool pathfix perl5 \
21
USES+=		compiler:c++11-lang gettext gnome meson perl5 pkgconfig
22
		pkgconfig
23
USE_GNOME=	glib20 libsigc++20
22
USE_GNOME=	glib20 libsigc++20
24
GNU_CONFIGURE=	yes
25
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
26
CONFIGURE_ARGS=	--disable-documentation
27
INSTALL_TARGET=	install-strip
28
BINARY_WRAPPERS=	gm4
24
BINARY_WRAPPERS=	gm4
29
25
30
post-patch:
31
.for d in docs examples tests
32
	@${REINPLACE_CMD} -e '/^SUBDIRS = /s/${d}//' ${WRKSRC}/Makefile.in
33
.endfor
34
35
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1601366996
1
TIMESTAMP = 1607577351
2
SHA256 (gnome/glibmm-2.64.2.tar.xz) = a75282e58d556d9b2bb44262b6f5fb76c824ac46a25a06f527108bec86b8d4ec
2
SHA256 (gnome/glibmm-2.64.5.tar.xz) = 508fc86e2c9141198aa16c225b16fd6b911917c0d3817602652844d0973ea386
3
SIZE (gnome/glibmm-2.64.2.tar.xz) = 7438116
3
SIZE (gnome/glibmm-2.64.5.tar.xz) = 7491108

Return to bug 251721