Created attachment 164357 [details] svn diff for audio/cd2mp3 Changes: Makefile PORTREVISION (trigger package rebuild reflecting changes) MASTER_SITES add IPV6 server for IPv6 only hosts pkg-descr WWW adds a web page That's it! Thanks! --Chris
A commit references this bug: Author: junovitch Date: Sat Dec 19 00:55:42 UTC 2015 New revision: 403994 URL: https://svnweb.freebsd.org/changeset/ports/403994 Log: audio/cd2mp3: Add an IPv6 MASTER_SITES mirror and add a WWW: PR: 205408 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) Changes: head/audio/cd2mp3/Makefile head/audio/cd2mp3/pkg-descr
Hmm. This was under ports@ when I opened the tab earlier. Assign to self. No PORTREVISION bump as the significant portions of the package are still the same and the pkg-descr change doesn't justify it.
Reopen after discussing with miwi@. Chris, when the mirror is fixed per bug 205406 comment 4 can you add a patch to fix the work committed earlier?
(In reply to Jason Unovitch from comment #3) > Reopen after discussing with miwi@. > > Chris, when the mirror is fixed per bug 205406 comment 4 can you add a patch > to fix the work committed earlier? If I understand you correctly... When I change the web server so that the AAAA works as it should? If that's the case. Yes. I'll remove the additional host, and submit a patch reflecting that. But it will be awhile before I can get to that. So I opted to go this route, for now. Thanks! --Chris
Getting new upstream, makes this no longer necessary. Thanks for your time on this! --Chris
(In reply to Chris Hutchinson from comment #5) I'm not sure what you mean by this. Will BSDforge.com support both IPv4 and IPv6 soon and can the IPv6 hostname only be removed?
(In reply to Jason Unovitch from comment #6) > (In reply to Chris Hutchinson from comment #5) > I'm not sure what you mean by this. Will BSDforge.com support both IPv4 and > IPv6 soon and can the IPv6 hostname only be removed? Yep. BSDforge.com will answer on both, without the need to provide a sub-domain. Thanks Jason, and Happy New Year! --Chris
(In reply to Chris Hutchinson from comment #7) Then I can remove the bsd6.bsdforge.com from both ports I added it to, correct?
(In reply to Jason Unovitch from comment #8) > (In reply to Chris Hutchinson from comment #7) > Then I can remove the bsd6.bsdforge.com from both ports I added it to, > correct? Absolutely. Thanks! --Chris
(In reply to Chris Hutchinson from comment #9) It looks like the AAAA record hasn't be updated to make this actually work yet. % host bsdforge.com bsdforge.com has address 209.180.214.225 bsdforge.com mail is handled by 10 mx01.ultimatedns.net. bsdforge.com mail is handled by 90 mx99.ultimatedns.net. % host bsd6.bsdforge.com bsd6.bsdforge.com has IPv6 address 2602:d1:b4d6:e600:4261:86ff:fef6:aa2a
(In reply to Jason Unovitch from comment #10) > (In reply to Chris Hutchinson from comment #9) > It looks like the AAAA record hasn't be updated to make this actually work > yet. > > % host bsdforge.com > bsdforge.com has address 209.180.214.225 > bsdforge.com mail is handled by 10 mx01.ultimatedns.net. > bsdforge.com mail is handled by 90 mx99.ultimatedns.net. > > % host bsd6.bsdforge.com > bsd6.bsdforge.com has IPv6 address 2602:d1:b4d6:e600:4261:86ff:fef6:aa2a Yes, that's true. I'm still migrating the server farm over to the new, and larger IP block. It'll be complete in under 48hrs. But that's no reason not to remove the bsd6 host from the Makefile. It'll all resolve soon enough. :) Thanks! --Chris
A commit references this bug: Author: junovitch Date: Fri Jan 1 00:02:42 UTC 2016 New revision: 404966 URL: https://svnweb.freebsd.org/changeset/ports/404966 Log: audio/cd2mp3: Remove IPv6 only MASTER_SITE - Remove IPv6 only MASTER_SITES mirror; main mirror supports both IPv4/IPv6 PR: 205408 Changes: head/audio/cd2mp3/Makefile
(In reply to commit-hook from comment #12) > A commit references this bug: > > Author: junovitch > Date: Fri Jan 1 00:02:42 UTC 2016 > New revision: 404966 > URL: https://svnweb.freebsd.org/changeset/ports/404966 > > Log: > audio/cd2mp3: Remove IPv6 only MASTER_SITE > > - Remove IPv6 only MASTER_SITES mirror; main mirror supports both IPv4/IPv6 > > PR: 205408 > > Changes: > head/audio/cd2mp3/Makefile Thank you, Jason!