- 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)
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
patch updated for 0.7.8
attached is the 0.7.9 patch
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"
State Changed From-To: open->closed Committed. Thanks!