Bug 165024 - MAINTAINER UPDATE: news/sabnzbdplus-0.6.15
Summary: MAINTAINER UPDATE: news/sabnzbdplus-0.6.15
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-12 06:40 UTC by David Brooks
Modified: 2012-02-14 05:30 UTC (History)
0 users

See Also:


Attachments
sabnzbd-0.6.15.diff (1.01 KB, patch)
2012-02-12 06:40 UTC, David Brooks
no flags Details | Diff
patch.txt (6.48 KB, text/plain; charset=us-ascii)
2012-02-13 06:30 UTC, Jason Helfman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Brooks 2012-02-12 06:40:09 UTC
	Diff to bring existing sabnzbdplus-0.6.14 port to latest 0.6.15.  Rrestores functionality with certain catalog sources which have changed DNS.
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-02-12 08:08:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2012-02-13 06:30:18 UTC
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
Comment 3 David Brooks 2012-02-14 04:18:18 UTC
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
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-02-14 05:20:16 UTC
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"
Comment 5 Jason Helfman freebsd_committer freebsd_triage 2012-02-14 05:20:35 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!