FreeBSD Bugzilla – Attachment 220672 Details for
Bug 251921
devel/myrepos: reintroduce port, update to 1.20180726
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for devel/myrepos
devel_myrepos.diff (text/plain), 3.40 KB, created by
Chris Hutchinson
on 2020-12-17 18:50:27 UTC
(
hide
)
Description:
svn diff for devel/myrepos
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2020-12-17 18:50:27 UTC
Size:
3.40 KB
patch
obsolete
>Index: MOVED >=================================================================== >--- MOVED (revision 558309) >+++ MOVED (working copy) >@@ -14587,7 +14587,6 @@ > devel/mime||2020-05-05|Has expired: Broken for more than 6 months > devel/motor||2020-05-05|Has expired: Broken for more than 6 months > devel/mq4cpp||2020-05-05|Has expired: Broken for more than 6 months >-devel/myrepos||2020-05-05|Has expired: Broken for more than 6 months > devel/oozie||2020-05-05|Has expired: Broken for more than 6 months > devel/p5-Cdk||2020-05-05|Has expired: Broken for more than 6 months > devel/p5-Data-Average||2020-05-05|Has expired: Broken for more than 6 months >Index: devel/myrepos/Makefile >=================================================================== >--- devel/myrepos/Makefile (nonexistent) >+++ devel/myrepos/Makefile (working copy) >@@ -0,0 +1,36 @@ >+# $FreeBSD$ >+ >+PORTNAME= myrepos >+PORTVERSION= 1.20180726 >+CATEGORIES= devel >+MASTER_SITES= https://git.joeyh.name/index.cgi/mr.git/snapshot/ \ >+ https://git.kitenet.net/index.cgi/mr.git/snapshot/ >+DISTNAME= mr-${PORTVERSION} >+ >+MAINTAINER= portmaster@BSDforge.com >+COMMENT= Tool to manage all your version control repos >+ >+LICENSE= GPLv2+ >+ >+USES= perl5 shebangfix >+USE_PERL5= run >+SHEBANG_FILES= mr >+ >+DOCLIST= README mrconfig mrconfig.complex >+ >+NO_BUILD= yes >+NO_ARCH= yes >+ >+OPTIONS_DEFINE= DOCS >+ >+do-install: >+ ${INSTALL_SCRIPT} ${WRKSRC}/mr ${STAGEDIR}${PREFIX}/bin >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ >+do-install-DOCS-on: >+ (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCLIST} ${STAGEDIR}${DOCSDIR}) >+ (cd ${WRKSRC}/doc/ && cat index.mdwn > ${STAGEDIR}${DOCSDIR}/HOWTO) >+ (mkdir ${STAGEDIR}${DOCSDIR}/EXAMPLES && cd ${WRKSRC}/lib && \ >+ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/EXAMPLES) >+ >+.include <bsd.port.mk> >Index: devel/myrepos/distinfo >=================================================================== >--- devel/myrepos/distinfo (nonexistent) >+++ devel/myrepos/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1608174462 >+SHA256 (mr-1.20180726.tar.gz) = 3cf3fcb579c9e204e8e1bf67bf190ca51c287a61262f085c9c7675e2c124fa50 >+SIZE (mr-1.20180726.tar.gz) = 70945 >Index: devel/myrepos/pkg-descr >=================================================================== >--- devel/myrepos/pkg-descr (nonexistent) >+++ devel/myrepos/pkg-descr (working copy) >@@ -0,0 +1,10 @@ >+You have a lot of version control repositories. Sometimes you want to >+update them all at once. Or push out all your local changes. You use >+special command lines in some repositories to implement specific workflows. >+Myrepos provides a `mr` command, which is a tool to manage all your version >+control repositories. >+ >+It supports git, svn, mercurial, bzr, darcs, cvs, fossil and veracity. >+ >+Author: Joey Hess >+WWW: http://myrepos.branchable.com/ >Index: devel/myrepos/pkg-plist >=================================================================== >--- devel/myrepos/pkg-plist (nonexistent) >+++ devel/myrepos/pkg-plist (working copy) >@@ -0,0 +1,19 @@ >+bin/mr >+%%DOCSDIR%%/EXAMPLES/dgit >+%%DOCSDIR%%/EXAMPLES/git-annex >+%%DOCSDIR%%/EXAMPLES/git-cvs >+%%DOCSDIR%%/EXAMPLES/git-fake-bare >+%%DOCSDIR%%/EXAMPLES/git-subtree >+%%DOCSDIR%%/EXAMPLES/git-svn >+%%DOCSDIR%%/EXAMPLES/graph >+%%DOCSDIR%%/EXAMPLES/remote >+%%DOCSDIR%%/EXAMPLES/repo >+%%DOCSDIR%%/EXAMPLES/stow >+%%DOCSDIR%%/EXAMPLES/unison >+%%DOCSDIR%%/EXAMPLES/upgrade >+%%DOCSDIR%%/EXAMPLES/vcsh >+%%DOCSDIR%%/EXAMPLES/vis >+%%DOCSDIR%%/HOWTO >+%%DOCSDIR%%/README >+%%DOCSDIR%%/mrconfig >+%%DOCSDIR%%/mrconfig.complex
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 251921
: 220672 |
220674