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

Collapse All | Expand All

(-)b/devel/libconfuse/Makefile (-7 / +12 lines)
Lines 1-25 Link Here
1
# Created by: Juraj Lutter <otis@sk.freebsd.org>
1
# Created by: Juraj Lutter <otis@sk.freebsd.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libconfuse
4
PORTNAME=	libconfuse
5
DISTVERSIONPREFIX=	v
5
PORTVERSION=	3.3
6
DISTVERSION=	3.3
6
PORTREVISION=	2
7
PORTREVISION=	1
8
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	https://github.com/libconfuse/libconfuse/releases/download/v${PORTVERSION}/
9
DISTNAME=	confuse-${PORTVERSION}
9
10
10
MAINTAINER=	juraj@lutter.sk
11
MAINTAINER=	juraj@lutter.sk
11
COMMENT=	Configuration file parsing library
12
COMMENT=	Configuration file parsing library
12
13
13
LICENSE=	ISCL
14
LICENSE=	ISCL
14
15
15
USES=		autoreconf gettext-tools iconv pathfix pkgconfig libtool
16
USES=		gettext iconv libtool pathfix pkgconfig tar:xz
16
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	libconfuse
19
18
20
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--disable-nls --enable-shared
20
CONFIGURE_ARGS=	--enable-shared --disable-examples
22
INSTALL_TARGET=	install-strip
21
INSTALL_TARGET=	install-strip
23
TEST_TARGET=	check
22
TEST_TARGET=	check
24
23
24
OPTIONS_DEFINE=		NLS
25
OPTIONS_DEFAULT=	NLS
26
OPTIONS_SUB=		yes
27
28
NLS_CONFIGURE_ENABLE=		nls
29
25
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)b/devel/libconfuse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1597585961
1
TIMESTAMP = 1600680024
2
SHA256 (libconfuse-libconfuse-v3.3_GH0.tar.gz) = cb90c06f2dbec971792af576d5b9a382fb3c4ca2b1deea55ea262b403f4e641e
2
SHA256 (confuse-3.3.tar.xz) = 1dd50a0320e135a55025b23fcdbb3f0a81913b6d0b0a9df8cc2fdf3b3dc67010
3
SIZE (libconfuse-libconfuse-v3.3_GH0.tar.gz) = 123482
3
SIZE (confuse-3.3.tar.xz) = 485140
(-)b/devel/libconfuse/pkg-plist (+3 lines)
Lines 1-10 Link Here
1
include/confuse.h
1
include/confuse.h
2
lib/libconfuse.a
2
lib/libconfuse.a
3
lib/libconfuse.so
3
lib/libconfuse.so
4
lib/libconfuse.so.2
4
lib/libconfuse.so.2
5
lib/libconfuse.so.2.1.0
5
lib/libconfuse.so.2.1.0
6
libdata/pkgconfig/libconfuse.pc
6
libdata/pkgconfig/libconfuse.pc
7
share/doc/confuse/AUTHORS
7
share/doc/confuse/AUTHORS
8
share/doc/confuse/ChangeLog.md
8
share/doc/confuse/ChangeLog.md
9
share/doc/confuse/LICENSE
9
share/doc/confuse/LICENSE
10
share/doc/confuse/README.md
10
share/doc/confuse/README.md
11
%%NLS%%share/locale/de/LC_MESSAGES/confuse.mo
12
%%NLS%%share/locale/fr/LC_MESSAGES/confuse.mo
13
%%NLS%%share/locale/sv/LC_MESSAGES/confuse.mo

Return to bug 249499