FreeBSD Bugzilla – Attachment 147705 Details for
Bug 193823
sysutils/volman: new maintainer - new download location
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
volman.patch
volman.patch (text/plain), 1.47 KB, created by
Uffe Jakobsen
on 2014-09-26 22:42:03 UTC
(
hide
)
Description:
volman.patch
Filename:
MIME Type:
Creator:
Uffe Jakobsen
Created:
2014-09-26 22:42:03 UTC
Size:
1.47 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 369350) >+++ Makefile (working copy) >@@ -3,14 +3,21 @@ > > PORTNAME= volman > PORTVERSION= 0.7 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils >-MASTER_SITES= http://cloud.github.com/downloads/jmptbl/volman/ >+#MASTER_SITES= http://github.com/uffejakobsen/${PORTNAME}/archive/ >+MASTER_SITES= GH >+DISTNAME= ${PORTVERSION} > >-MAINTAINER= aragon@phat.za.net >+MAINTAINER= uffe@uffe.org > COMMENT= FreeBSD specific volume manager > >-USES= tar:xz >+USE_GITHUB= yes >+GH_ACCOUNT= uffejakobsen >+GH_PROJECT= ${PORTNAME} >+GH_TAGNAME= ${PORTVERSION} >+GH_COMMIT= c420cd5 >+ > USE_RC_SUBR= volmand > VM_SUB_FILES= vmount volmand > >Index: distinfo >=================================================================== >--- distinfo (revision 369350) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (volman-0.7.tar.xz) = a2efc86f990b547245f58ec3db20059f597ad040805b6834fc6b9aab66df78b5 >-SIZE (volman-0.7.tar.xz) = 4988 >+SHA256 (0.7.tar.gz) = 56e3045867a0a247907f3c802cd274bcc1aefd65e7f756c174814f01eb8dcf28 >+SIZE (0.7.tar.gz) = 5233 >Index: files/volmand.in >=================================================================== >--- files/volmand.in (revision 369350) >+++ files/volmand.in (working copy) >@@ -15,7 +15,10 @@ > > : ${volmand_enable:="NO"} > >-command="%%PREFIX%%/sbin/volmand" > pidfile="/var/run/volmand.pid" > >+command_interpreter="/bin/sh" >+command="%%PREFIX%%/sbin/volmand" >+ > run_rc_command "$1" >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193823
:
147547
| 147705