From 875511f6a00b3e9cb640041725bf80f19348f2ec Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 30 Sep 2014 02:13:58 +0000 Subject: - Pass maintainership to submitter - Switch to USE_GITHUB - Switch to submitter's GH account as he's willing to maintain the project from now on PR: 193823 Submitted by: uffe@uffe.org Approved by: aragon@phat.za.net (old maintainer and original author) --- sysutils/volman/Makefile | 12 +++++++----- sysutils/volman/distinfo | 4 ++-- sysutils/volman/files/volmand.in | 5 ++++- 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'sysutils/volman') diff --git a/sysutils/volman/Makefile b/sysutils/volman/Makefile index db87f33fcad4..085ca473d2be 100644 --- a/sysutils/volman/Makefile +++ b/sysutils/volman/Makefile @@ -3,18 +3,20 @@ PORTNAME= volman PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils -MASTER_SITES= http://cloud.github.com/downloads/jmptbl/volman/ -MAINTAINER= aragon@phat.za.net +MAINTAINER= uffe@uffe.org COMMENT= FreeBSD specific volume manager -USES= tar:xz +USE_GITHUB= yes +GH_ACCOUNT= uffejakobsen +GH_COMMIT= c420cd5 + USE_RC_SUBR= volmand VM_SUB_FILES= vmount volmand -OPTIONS_DEFINE= OPENBOX NTFS3G +OPTIONS_DEFINE= OPENBOX NTFS3G OPENBOX_DESC= Openbox pipemenu script NTFS3G_DESC= Use fusefs-ntfs extensions diff --git a/sysutils/volman/distinfo b/sysutils/volman/distinfo index 508629243a92..6e4298f9fd54 100644 --- a/sysutils/volman/distinfo +++ b/sysutils/volman/distinfo @@ -1,2 +1,2 @@ -SHA256 (volman-0.7.tar.xz) = a2efc86f990b547245f58ec3db20059f597ad040805b6834fc6b9aab66df78b5 -SIZE (volman-0.7.tar.xz) = 4988 +SHA256 (volman-0.7.tar.gz) = 56e3045867a0a247907f3c802cd274bcc1aefd65e7f756c174814f01eb8dcf28 +SIZE (volman-0.7.tar.gz) = 5233 diff --git a/sysutils/volman/files/volmand.in b/sysutils/volman/files/volmand.in index 400c8bdb066e..dc73cab7cf06 100644 --- a/sysutils/volman/files/volmand.in +++ b/sysutils/volman/files/volmand.in @@ -15,7 +15,10 @@ load_rc_config $name : ${volmand_enable:="NO"} -command="%%PREFIX%%/sbin/volmand" pidfile="/var/run/volmand.pid" +command_interpreter="/bin/sh" +command="%%PREFIX%%/sbin/volmand" + run_rc_command "$1" + -- cgit v1.2.3