svn commit: r559594 - in head: . devel devel/myrepos

Rainer Hurling rhurlin at FreeBSD.org
Tue Dec 29 16:45:39 UTC 2020


Author: rhurlin
Date: Tue Dec 29 16:45:37 2020
New Revision: 559594
URL: https://svnweb.freebsd.org/changeset/ports/559594

Log:
  devel/myrepos: Re-add port and update to 1.20180726
  
  Changelog: https://git.joeyh.name/index.cgi/myrepos.git/log/?h=1.20180726
  
  PR:		251921
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com> (new maintainer)
  Approved by:	arrowd (mentor)
  Differential Revision:	https://reviews.freebsd.org/D27810

Added:
  head/devel/myrepos/
     - copied from r534092, head/devel/myrepos/
  head/devel/myrepos/pkg-plist   (contents, props changed)
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/myrepos/Makefile
  head/devel/myrepos/distinfo
  head/devel/myrepos/pkg-descr

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Dec 29 16:41:19 2020	(r559593)
+++ head/MOVED	Tue Dec 29 16:45:37 2020	(r559594)
@@ -14584,7 +14584,6 @@ devel/mercurialeclipse||2020-05-05|Has expired: Broken
 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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Dec 29 16:41:19 2020	(r559593)
+++ head/devel/Makefile	Tue Dec 29 16:45:37 2020	(r559594)
@@ -1527,6 +1527,7 @@
     SUBDIR += mtbl
     SUBDIR += mustache
     SUBDIR += mutagen
+    SUBDIR += myrepos
     SUBDIR += nana
     SUBDIR += nant
     SUBDIR += nasm

Modified: head/devel/myrepos/Makefile
==============================================================================
--- head/devel/myrepos/Makefile	Tue May  5 15:22:17 2020	(r534092)
+++ head/devel/myrepos/Makefile	Tue Dec 29 16:45:37 2020	(r559594)
@@ -1,28 +1,22 @@
 # $FreeBSD$
 
 PORTNAME=	myrepos
-PORTVERSION=	1.20160123
-PORTREVISION=	1
+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=	jonathan at FreeBSD.org
+MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Tool to manage all your version control repos
 
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
-
 LICENSE=	GPLv2+
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	joeyh
-
 USES=		perl5 shebangfix
 USE_PERL5=	run
 SHEBANG_FILES=	mr
 
-PLIST_FILES=	bin/mr
-PORTDOCS=	*
+DOCLIST=	README mrconfig mrconfig.complex
 
 NO_BUILD=	yes
 NO_ARCH=	yes
@@ -34,7 +28,9 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 
 do-install-DOCS-on:
-	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+	(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>

Modified: head/devel/myrepos/distinfo
==============================================================================
--- head/devel/myrepos/distinfo	Tue May  5 15:22:17 2020	(r534092)
+++ head/devel/myrepos/distinfo	Tue Dec 29 16:45:37 2020	(r559594)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463113486
-SHA256 (joeyh-myrepos-1.20160123_GH0.tar.gz) = 13d3b2c309d8130896e54456ae466763dc187433f737de12179f5e05cb63439c
-SIZE (joeyh-myrepos-1.20160123_GH0.tar.gz) = 46724
+TIMESTAMP = 1608174462
+SHA256 (mr-1.20180726.tar.gz) = 3cf3fcb579c9e204e8e1bf67bf190ca51c287a61262f085c9c7675e2c124fa50
+SIZE (mr-1.20180726.tar.gz) = 70945

Modified: head/devel/myrepos/pkg-descr
==============================================================================
--- head/devel/myrepos/pkg-descr	Tue May  5 15:22:17 2020	(r534092)
+++ head/devel/myrepos/pkg-descr	Tue Dec 29 16:45:37 2020	(r559594)
@@ -7,4 +7,4 @@ control repositories.
 It supports git, svn, mercurial, bzr, darcs, cvs, fossil and veracity.
 
 Author: Joey Hess
-WWW: http://myrepos.branchable.com/
+WWW: https://myrepos.branchable.com/

Added: head/devel/myrepos/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/myrepos/pkg-plist	Tue Dec 29 16:45:37 2020	(r559594)
@@ -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


More information about the svn-ports-all mailing list