Bug 174866 - [PATCH] news/sabnzbdplus: update to 0.7.7
Summary: [PATCH] news/sabnzbdplus: update to 0.7.7
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-12-31 19:30 UTC by Mark Felder
Modified: 2013-01-09 04:20 UTC (History)
0 users

See Also:


Attachments
sabnzbdplus-0.7.7.patch (1.38 KB, patch)
2012-12-31 19:30 UTC, Mark Felder
no flags Details | Diff
sab.patch (1.46 KB, patch)
2013-01-05 18:04 UTC, Mark Felder
no flags Details | Diff
sabnzbdplus-0.7.9.patch (1.87 KB, patch)
2013-01-08 22:15 UTC, Mark Felder
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-12-31 19:30:00 UTC
- Update to 0.7.7

Port maintainer (feld@feld.me) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-31 19:30:08 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-31 19:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 3 Mark Felder freebsd_committer freebsd_triage 2013-01-05 18:04:43 UTC
patch updated for 0.7.8
Comment 4 Mark Felder freebsd_committer freebsd_triage 2013-01-08 22:15:16 UTC
attached is the 0.7.9 patch
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-01-09 04:11:38 UTC
Author: swills
Date: Wed Jan  9 04:11:25 2013
New Revision: 310122
URL: http://svnweb.freebsd.org/changeset/ports/310122

Log:
  - Update to 0.7.9
  
  PR:		ports/174866
  Submitted by:	Mark Felder <feld@feld.me> (maintainer)

Modified:
  head/news/sabnzbdplus/Makefile
  head/news/sabnzbdplus/distinfo
  head/news/sabnzbdplus/pkg-plist   (contents, props changed)

Modified: head/news/sabnzbdplus/Makefile
==============================================================================
--- head/news/sabnzbdplus/Makefile	Wed Jan  9 03:53:15 2013	(r310121)
+++ head/news/sabnzbdplus/Makefile	Wed Jan  9 04:11:25 2013	(r310122)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:   sabnzdbplus
-# Date created:				January 2008
-# Whom:					Daniel Bretoi
-#
+# Created by: Daniel Bretoi
 # $FreeBSD$
-#
 
 PORTNAME=	sabnzbdplus
-PORTVERSION=	0.7.6
+PORTVERSION=	0.7.9
 CATEGORIES=	news
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 DISTNAME=	SABnzbd-${PORTVERSION}-src
@@ -138,7 +134,7 @@ do-install:
 .endfor
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 .for i in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}

Modified: head/news/sabnzbdplus/distinfo
==============================================================================
--- head/news/sabnzbdplus/distinfo	Wed Jan  9 03:53:15 2013	(r310121)
+++ head/news/sabnzbdplus/distinfo	Wed Jan  9 04:11:25 2013	(r310122)
@@ -1,2 +1,2 @@
-SHA256 (SABnzbd-0.7.6-src.tar.gz) = e2b3cd5c571b7bb4413693a178669b2a7fcb1b5c707b5228a818fc4c9b0ee6b8
-SIZE (SABnzbd-0.7.6-src.tar.gz) = 2263486
+SHA256 (SABnzbd-0.7.9-src.tar.gz) = cabe3148f3ad45ddeb0229c89cb4013477f4ffd7c11e034c6bf6262a0f7b71ae
+SIZE (SABnzbd-0.7.9-src.tar.gz) = 2269872

Modified: head/news/sabnzbdplus/pkg-plist
==============================================================================
--- head/news/sabnzbdplus/pkg-plist	Wed Jan  9 03:53:15 2013	(r310121)
+++ head/news/sabnzbdplus/pkg-plist	Wed Jan  9 04:11:25 2013	(r310122)
@@ -334,7 +334,6 @@ bin/SABnzbd.py
 %%DATADIR%%/interfaces/smpl/templates/static/stylesheets/smpl.css
 %%DATADIR%%/interfaces/smpl/templates/status.tmpl
 %%DATADIR%%/interfaces/wizard/README.TXT
-%%DATADIR%%/interfaces/wizard/four.html
 %%DATADIR%%/interfaces/wizard/inc_bottom.tmpl
 %%DATADIR%%/interfaces/wizard/inc_top.tmpl
 %%DATADIR%%/interfaces/wizard/index.html
_______________________________________________
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 6 Steve Wills freebsd_committer freebsd_triage 2013-01-09 04:11:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!