Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2020 08:56:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251921] devel/myrepos: reintroduce port, update to 1.20180726
Message-ID:  <bug-251921-7788-bQX8PWPlOV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251921-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251921-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251921

Rainer Hurling <rhurlin@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rhurlin@FreeBSD.org
           Assignee|ports-bugs@FreeBSD.org      |rhurlin@FreeBSD.org

--- Comment #3 from Rainer Hurling <rhurlin@FreeBSD.org> ---
Hi Chris, I will take it :)


In a first look I found three smaller issues:

(1)
--- Makefile.orig       2020-12-29 09:46:51.203616000 +0100
+++ Makefile    2020-12-29 09:46:38.147677000 +0100
@@ -29,7 +29,7 @@

 do-install-DOCS-on:
        (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCLIST} ${STAGEDIR}${DOCSDIR})
-       (cd ${WRKSRC}/doc/ && cat index.mdwn > ${STAGEDIR}${DOCSDIR}/HOWTO)
+       (cd ${WRKSRC}/doc/ && ${CAT} index.mdwn > ${STAGEDIR}${DOCSDIR}/HOW=
TO)
        (mkdir ${STAGEDIR}${DOCSDIR}/EXAMPLES && cd ${WRKSRC}/lib && \
        ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/EXAMPLES)


(2)
--- pkg-descr.orig      2020-12-29 09:49:10.378939000 +0100
+++ pkg-descr   2020-12-29 09:36:47.381229000 +0100
@@ -7,4 +7,4 @@
 It supports git, svn, mercurial, bzr, darcs, cvs, fossil and veracity.

 Author: Joey Hess
-WWW: http://myrepos.branchable.com/
+WWW: https://myrepos.branchable.com/


(3)
The re-added port needs also an entry in devel/Makefile.

I have modified your patch, there is no need for you to prepare a new one. =
My
next step will be to test it a bit more local on my side and then to create=
 a
review on Phabricator. I will let you know ...


BTW: Your ping (comment #2) is better placed on the freebsd-ports@ ML ;)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251921-7788-bQX8PWPlOV>