Diff to bring existing sabnzbdplus-0.6.14 port to latest 0.6.15. Rrestores functionality with certain catalog sources which have changed DNS.
Responsible Changed From-To: freebsd-ports-bugs->jgh I'll take it.
Hi, Will you please consider the following patch? * changed the way the port installed to make it a little more simplified and straight-forward. * added gettext as a dependency, as nls files are being installed. * installed the optional files as portdocs, and moved all license installations into the license framework installation, and tuned the pkg-plist to account for these changes. * added a chown to pkg-plist to account for package installations. Here is what the build looks like: https://redports.org/buildarchive/20120213072300-64735/ Thanks for your consideration, Jason -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh
Jason, Thanks for the patch -- that makes things a lot cleaner, actually. I never quite knew what to do with the License files, but your suggestions seem to address the issue wonderfully. Thanks! I certainly think it's a good improvement. -db. On Mon, Feb 13, 2012 at 1:30 AM, Jason Helfman <jgh@freebsd.org> wrote: > Hi, > > Will you please consider the following patch? > > * changed the way the port installed to make it a little more simplified > and > straight-forward. > * added gettext as a dependency, as nls files are being installed. > * installed the optional files as portdocs, and moved all license > installations into the license framework installation, and tuned the > pkg-plist to account for these changes. > * added a chown to pkg-plist to account for package installations. > > Here is what the build looks like: > https://redports.org/**buildarchive/20120213072300-**64735/<https://redports.org/buildarchive/20120213072300-64735/> > > Thanks for your consideration, > Jason > > -- > Jason Helfman | FreeBSD Committer > jgh@FreeBSD.org | http://people.freebsd.org/~jgh > -- "With sufficient thrust, pigs fly just fine." -- RFC1925
jgh 2012-02-14 05:20:02 UTC FreeBSD ports repository Modified files: news/sabnzbdplus Makefile distinfo pkg-plist Log: - Update to 0.6.15 - while here move away from "cp" license installation in favor of license framework, respect PORTDOCS and move from other "cp" installations to copytree installations. PR: ports/165024 Submitted by: maintainer, dab at rj45.org Revision Changes Path 1.44 +69 -15 ports/news/sabnzbdplus/Makefile 1.29 +2 -2 ports/news/sabnzbdplus/distinfo 1.21 +1 -22 ports/news/sabnzbdplus/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!