[Bug 251921] devel/myrepos: reintroduce port, update to 1.20180726
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 29 08:56:44 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251921
Rainer Hurling <rhurlin at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rhurlin at FreeBSD.org
Assignee|ports-bugs at FreeBSD.org |rhurlin at FreeBSD.org
--- Comment #3 from Rainer Hurling <rhurlin at 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}/HOWTO)
(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 ;)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list