[Bug 243309] sysutils/dirvish erroneously marked BROKEN unfetchable
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jan 19 23:24:13 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243309
--- Comment #6 from Nathan Robertson <nathan at robertsonfamily.id.au> ---
Ok, I located a copy of the dirvish-1.2.1.tgz from the FreeBSD distfiles (I
found it cached on an old server. There are two differences between the version
on the website and the old one in the distfiles:
1. A one line change to the dirvish.conf(5) man page.
2. The distfiles tarball has all the files in the root. The website version has
them in a subdirectory (dirvish-1.2.1)
Here's a copy and paste of this:
nathanr at nathanr:~/tmp$ sha256sum freebsd-ports-dirvish-1.2.1.tgz
dirvish-1.2.1.tgz
75bf0b1b42c6ecf6e133202550b2c65e914e9b22a540da31ba44cc652e6d3e2a
freebsd-ports-dirvish-1.2.1.tgz
6b7f29c3541448db3d317607bda3eb9bac9fb3c51f970611ffe27e9d63507dcd
dirvish-1.2.1.tgz
nathanr at nathanr:~/tmp$ tar -xzf dirvish-1.2.1.tgz
nathanr at nathanr:~/tmp$ mv dirvish-1.2.1 dirvish-website
nathanr at nathanr:~/tmp$ mkdir dirvish-freebsd-ports
nathanr at nathanr:~/tmp$ cd dirvish-freebsd-ports/
nathanr at nathanr:~/tmp/dirvish-freebsd-ports$ tar -xzf
../freebsd-ports-dirvish-1.2.1.tgz
nathanr at nathanr:~/tmp/dirvish-freebsd-ports$ cd ..
nathanr at nathanr:~/tmp$ diff -urN dirvish-freebsd-ports dirvish-website
diff -urN dirvish-freebsd-ports/dirvish.conf.5 dirvish-website/dirvish.conf.5
--- dirvish-freebsd-ports/dirvish.conf.5 2008-03-26 02:35:43.000000000
+1100
+++ dirvish-website/dirvish.conf.5 2012-01-07 14:26:00.000000000 +1100
@@ -786,7 +786,7 @@
.ta +.5i +36m
wd { sun } +3 months
wd { sun } md { 1\-7 } +1 year
- wd { 1 } md { 1\-7 } mo { 1,4,7,10 } never
+ wd { 1 } md { 1\-7 } mo { 1 4 7 10 } never
hr { 10\-20 } +10 days
.ft R
.fi
nathanr at nathanr:~/tmp$
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list