Bug 170260 - [PATCH] news/sabnzbdplus: update to 0.7.2
Summary: [PATCH] news/sabnzbdplus: update to 0.7.2
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-29 17:20 UTC by Mark Felder
Modified: 2012-07-30 02:20 UTC (History)
1 user (show)

See Also:


Attachments
sabnzbdplus-0.7.2.patch (870 bytes, patch)
2012-07-29 17:20 UTC, Mark Felder
no flags Details | Diff
sabnzbdplus-optionsng.patch (1.33 KB, patch)
2012-07-29 17:41 UTC, Mark Felder
no flags Details | Diff
sabnzbdplus-optionsngv2.patch (2.02 KB, patch)
2012-07-29 17:53 UTC, Mark Felder
no flags Details | Diff
sabnzbdplus-0.7.2.diff (3.08 KB, patch)
2012-07-29 19:10 UTC, David Brooks
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Felder freebsd_committer freebsd_triage 2012-07-29 17:20:03 UTC
- Update to 0.7.2

http://redports.org/buildarchive/20120729160115-58058/

Port maintainer (dab@rj45.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-29 17:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-29 17:20:23 UTC
Maintainer of news/sabnzbdplus,

Please note that PR ports/170260 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170260

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-29 17:20:42 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Mark Felder freebsd_committer freebsd_triage 2012-07-29 17:41:53 UTC
Updated version attached -- didn't notice it needed optionsng love, too!

New redports link:

http://redports.org/buildarchive/20120729162542-33422/
Comment 5 Mark Felder freebsd_committer freebsd_triage 2012-07-29 17:53:01 UTC
apologies, previous patch was incomplete. I promise there will be no more  
noise here :-)

https://redports.org/buildarchive/20120729165239-43643/
Comment 6 David Brooks 2012-07-29 19:10:18 UTC
Approved with changes (see attached diff).


On Sun, Jul 29, 2012 at 12:20 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
> Maintainer of news/sabnzbdplus,
>
> Please note that PR ports/170260 has just been submitted.
>
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170260
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org



-- 
david a brooks <dab@rj45.org>
"With sufficient thrust, pigs fly just fine." -- RFC1925
Comment 7 dfilter service freebsd_committer freebsd_triage 2012-07-30 02:13:26 UTC
Author: swills
Date: Mon Jul 30 01:13:11 2012
New Revision: 301700
URL: http://svn.freebsd.org/changeset/ports/301700

Log:
  - Update to 0.7.2
  - Convert to OptionsNG
  
  PR:		ports/170260
  Submitted by:	Mark Felder <feld@feld.me>
  Approved by:	David Brooks <dab@rj45.org> (maintainer)

Modified:
  head/news/sabnzbdplus/Makefile   (contents, props changed)
  head/news/sabnzbdplus/distinfo   (contents, props changed)
  head/news/sabnzbdplus/files/patch-SABnzbd.py   (contents, props changed)

Modified: head/news/sabnzbdplus/Makefile
==============================================================================
--- head/news/sabnzbdplus/Makefile	Mon Jul 30 01:03:04 2012	(r301699)
+++ head/news/sabnzbdplus/Makefile	Mon Jul 30 01:13:11 2012	(r301700)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sabnzbdplus
-PORTVERSION=	0.7.0
+PORTVERSION=	0.7.2
 CATEGORIES=	news
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 DISTNAME=	SABnzbd-${PORTVERSION}-src
@@ -90,31 +90,32 @@ PORTDOCS=	ABOUT.txt \
 USERS=		_sabnzbd
 GROUPS=		_sabnzbd
 
-OPTIONS=	PAR2CMDLINE "Required for postprocessing of par files." on \
-		UNRAR "Often required for unpacking many downloads." on \
-		FEEDPARSER "rss-feed support." on \
-		YENC "yenc support." on \
-		OPENSSL "SSL support" on
+OPTIONS_DEFINE=	PAR2CMDLINE UNRAR FEEDPARSER YENC OPENSSL
+OPTIONS_DEFAULT=	PAR2CMDLINE UNRAR FEEDPARSER YENC OPENSSL
+PAR2CMDLINE_DESC=	Required for postprocessing of par files
+UNRAR_DESC=	Often required for unpacking many downloads
+FEEDPARSER_DESC=	rss-feed support
+YENC_DESC=	yenc support
 
 .include <bsd.port.pre.mk>
 
-.if !defined(WITHOUT_PAR2CMDLINE)
+.if ${PORT_OPTIONS:MPAR2CMDLINE}
 RUN_DEPENDS+=	par2repair:${PORTSDIR}/archivers/par2cmdline-tbb
 .endif
 
-.if !defined(WITHOUT_FEEDPARSER)
+.if ${PORT_OPTIONS:MFEEDPARSER}
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl
 .endif
 
-.if !defined(WITHOUT_YENC)
+.if ${PORT_OPTIONS:MYENC}
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/_yenc.so:${PORTSDIR}/news/py-yenc
 .endif
 
-.if !defined(WITHOUT_OPENSSL)
+.if ${PORT_OPTIONS:MOPENSSL}
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser
 .endif
 
-.if !defined(WITHOUT_UNRAR)
+.if ${PORT_OPTIONS:MUNRAR}
 RUN_DEPENDS+=	unrar:${PORTSDIR}/archivers/unrar
 .endif
 

Modified: head/news/sabnzbdplus/distinfo
==============================================================================
--- head/news/sabnzbdplus/distinfo	Mon Jul 30 01:03:04 2012	(r301699)
+++ head/news/sabnzbdplus/distinfo	Mon Jul 30 01:13:11 2012	(r301700)
@@ -1,2 +1,2 @@
-SHA256 (SABnzbd-0.7.0-src.tar.gz) = 36ddfe48a770381bf8cdd4bd807416a09c7d05c4939c17861977d9413b1e3fa2
-SIZE (SABnzbd-0.7.0-src.tar.gz) = 2238004
+SHA256 (SABnzbd-0.7.2-src.tar.gz) = 4018b79ac9e5219e86e06fc6edad4c7502ee0d153bc2a1666c0649613e02822e
+SIZE (SABnzbd-0.7.2-src.tar.gz) = 2246261
\ No newline at end of file

Modified: head/news/sabnzbdplus/files/patch-SABnzbd.py
==============================================================================
--- head/news/sabnzbdplus/files/patch-SABnzbd.py	Mon Jul 30 01:03:04 2012	(r301699)
+++ head/news/sabnzbdplus/files/patch-SABnzbd.py	Mon Jul 30 01:13:11 2012	(r301700)
@@ -1,5 +1,5 @@
---- SABnzbd.py.orig	2012-06-16 00:42:53.434526408 -0400
-+++ SABnzbd.py	2012-06-16 00:45:08.799296373 -0400
+--- SABnzbd.py.orig	2012-07-23 23:26:14.000000000 -0400
++++ SABnzbd.py	2012-07-23 23:28:04.000000000 -0400
 @@ -40,6 +40,9 @@
      print "The Python module Cheetah is required"
      sys.exit(1)
@@ -10,7 +10,7 @@
  import cherrypy
  if not cherrypy.__version__.startswith("3.2"):
      print "Sorry, requires Python module Cherrypy 3.2 (use the included version)"
-@@ -1003,7 +1006,7 @@
+@@ -1011,7 +1014,7 @@
  
      sabnzbd.MY_FULLNAME = os.path.normpath(os.path.abspath(sabnzbd.MY_FULLNAME))
      sabnzbd.MY_NAME = os.path.basename(sabnzbd.MY_FULLNAME)
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 8 Steve Wills freebsd_committer freebsd_triage 2012-07-30 02:14:03 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!