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

(-)Makefile (-4 / +11 lines)
Lines 3-16 Link Here
3
3
4
PORTNAME=	volman
4
PORTNAME=	volman
5
PORTVERSION=	0.7
5
PORTVERSION=	0.7
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	http://cloud.github.com/downloads/jmptbl/volman/
8
#MASTER_SITES=	http://github.com/uffejakobsen/${PORTNAME}/archive/
9
MASTER_SITES=	GH
10
DISTNAME=	${PORTVERSION}
9
11
10
MAINTAINER=	aragon@phat.za.net
12
MAINTAINER=	uffe@uffe.org
11
COMMENT=	FreeBSD specific volume manager
13
COMMENT=	FreeBSD specific volume manager
12
14
13
USES=		tar:xz
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	uffejakobsen
17
GH_PROJECT=	${PORTNAME}
18
GH_TAGNAME=	${PORTVERSION}
19
GH_COMMIT=	c420cd5
20
14
USE_RC_SUBR=	volmand
21
USE_RC_SUBR=	volmand
15
VM_SUB_FILES=	vmount volmand
22
VM_SUB_FILES=	vmount volmand
16
23
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (volman-0.7.tar.xz) = a2efc86f990b547245f58ec3db20059f597ad040805b6834fc6b9aab66df78b5
1
SHA256 (0.7.tar.gz) = 56e3045867a0a247907f3c802cd274bcc1aefd65e7f756c174814f01eb8dcf28
2
SIZE (volman-0.7.tar.xz) = 4988
2
SIZE (0.7.tar.gz) = 5233
(-)files/volmand.in (-1 / +4 lines)
Lines 15-21 Link Here
15
15
16
: ${volmand_enable:="NO"}
16
: ${volmand_enable:="NO"}
17
17
18
command="%%PREFIX%%/sbin/volmand"
19
pidfile="/var/run/volmand.pid"
18
pidfile="/var/run/volmand.pid"
20
19
20
command_interpreter="/bin/sh"
21
command="%%PREFIX%%/sbin/volmand"
22
21
run_rc_command "$1"
23
run_rc_command "$1"
24

Return to bug 193823