View | Details | Raw Unified | Return to bug 261027
Collapse All | Expand All

(-)b/security/munge/Makefile (-7 / +7 lines)
Lines 1-10 Link Here
1
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
1
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
2
2
3
PORTNAME=	munge
3
PORTNAME=	munge
4
PORTVERSION=	0.5.14
4
DISTVERSION=	0.5.14
5
DISTVERSIONPREFIX=	${PORTNAME}-
6
PORTREVISION=	1
5
PORTREVISION=	1
7
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	https://github.com/dun/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
8
8
9
MAINTAINER=	bofh@FreeBSD.org
9
MAINTAINER=	bofh@FreeBSD.org
10
COMMENT=	Authentication service for creating and validating credentials
10
COMMENT=	Authentication service for creating and validating credentials
Lines 12-26 COMMENT= Authentication service for creating and validating credentials Link Here
12
LICENSE=	GPLv3 LGPL3
12
LICENSE=	GPLv3 LGPL3
13
LICENSE_COMB=	dual
13
LICENSE_COMB=	dual
14
14
15
GNU_CONFIGURE=	yes
15
USES=		cpe libtool pathfix perl5 ssl tar:xz
16
CONFIGURE_ARGS=	--with-openssl-prefix=${OPENSSLBASE}
17
USES=		autoreconf cpe libtool pathfix perl5 ssl
18
CPE_VENDOR=	opensuse
16
CPE_VENDOR=	opensuse
17
GNU_CONFIGURE=	yes
19
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
20
USE_RC_SUBR=	munged
20
USE_RC_SUBR=	munged
21
21
INSTALL_TARGET=	install-strip
22
INSTALL_TARGET=	install-strip
22
23
23
USE_GITHUB=	yes
24
CONFIGURE_ARGS=	--with-openssl-prefix=${OPENSSLBASE}
24
GH_ACCOUNT=	dun
25
25
26
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/security/munge/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1580907601
1
TIMESTAMP = 1641593412
2
SHA256 (dun-munge-munge-0.5.14_GH0.tar.gz) = 5d97b4df164f26e0fb9b86a215e646b2311fa79a2fe9aaaeac067f4ed906220a
2
SHA256 (munge-0.5.14.tar.xz) = 6606a218f18090fa1f702e3f6fb608073eb6aafed534cf7dd81b67b2e0d30640
3
SIZE (dun-munge-munge-0.5.14_GH0.tar.gz) = 274972
3
SIZE (munge-0.5.14.tar.xz) = 439776

Return to bug 261027