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

Collapse All | Expand All

(-)b/devel/libconfuse/Makefile (-4 / +3 lines)
Lines 2-21 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libconfuse
4
PORTNAME=	libconfuse
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	3.3
5
DISTVERSION=	3.3
7
PORTREVISION=	1
6
PORTREVISION=	1
8
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	https://github.com/libconfuse/libconfuse/releases/download/v${DISTVERSION}/
9
DISTNAME=	confuse-${DISTVERSION}
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=		autoreconf gettext-tools iconv pathfix pkgconfig libtool 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=	--disable-nls --enable-shared
(-)b/devel/libconfuse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1597585961
1
TIMESTAMP = 1600678425
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

Return to bug 249499