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

Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	munge
4
PORTNAME=	munge
5
PORTVERSION=	0.5.11
5
PORTVERSION=	0.5.12
6
PORTREVISION=	2
6
PORTREVISION=	2
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	GOOGLE_CODE
9
8
10
MAINTAINER=	bofh@FreeBSD.org
9
MAINTAINER=	bofh@FreeBSD.org
11
COMMENT=	Authentication service for creating and validating credentials
10
COMMENT=	Authentication service for creating and validating credentials
Lines 13-19 Link Here
13
LICENSE=	GPLv3 LGPL3
12
LICENSE=	GPLv3 LGPL3
14
LICENSE_COMB=	dual
13
LICENSE_COMB=	dual
15
14
16
BROKEN=		Unfetchable (google code has gone away)
15
USE_GITHUB=yes
16
GH_ACCOUNT=	dun
17
GH_PROJECT=	munge
18
GH_TAGNAME=	880584f
17
19
18
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
19
CONFIGURE_ARGS=	--with-openssl-prefix=${OPENSSLBASE}
21
CONFIGURE_ARGS=	--with-openssl-prefix=${OPENSSLBASE}
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (munge-0.5.11.tar.bz2) = 8e075614f81cb0a6df21a0aafdc825498611a04429d0876f074fc828739351a5
1
TIMESTAMP = 1473980137
2
SIZE (munge-0.5.11.tar.bz2) = 423232
2
SHA256 (dun-munge-0.5.12-880584f_GH0.tar.gz) = 3b1849b3482b7cf7d14c55c0529a3b9a963fc0f17f78b0283e0b865defc1268f
3
SIZE (dun-munge-0.5.12-880584f_GH0.tar.gz) = 573947
(-)pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
credentials without the use of root privileges, reserved ports, or
7
credentials without the use of root privileges, reserved ports, or
8
platform-specific methods.
8
platform-specific methods.
9
9
10
WWW: http://code.google.com/p/munge/
10
WWW: https://dun.github.io/munge/
(-)pkg-plist (-3 / +5 lines)
Lines 6-11 Link Here
6
lib/libmunge.so
6
lib/libmunge.so
7
lib/libmunge.so.2
7
lib/libmunge.so.2
8
lib/libmunge.so.2.0.0
8
lib/libmunge.so.2.0.0
9
lib/systemd/system/munge.service
10
lib/tmpfiles.d/munge.conf
9
libdata/pkgconfig/munge.pc
11
libdata/pkgconfig/munge.pc
10
man/man1/munge.1.gz
12
man/man1/munge.1.gz
11
man/man1/remunge.1.gz
13
man/man1/remunge.1.gz
Lines 28-34 Link Here
28
man/man7/munge.7.gz
30
man/man7/munge.7.gz
29
man/man8/munged.8.gz
31
man/man8/munged.8.gz
30
sbin/munged
32
sbin/munged
33
@dir /var/lib/munge
34
@dir /var/lib
35
@dir /var/log/munge
31
@dir /var/run/munge
36
@dir /var/run/munge
32
@dir(,,700) /var/log/munge
33
@dir(,,711) /var/lib/munge
34
@dir /var/lib

Return to bug 212712