From owner-svn-ports-all@FreeBSD.ORG Fri Apr 10 15:10:54 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76A7D67F; Fri, 10 Apr 2015 15:10:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61B2865F; Fri, 10 Apr 2015 15:10:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3AFAsNh048547; Fri, 10 Apr 2015 15:10:54 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3AFAr9W048545; Fri, 10 Apr 2015 15:10:53 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201504101510.t3AFAr9W048545@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 10 Apr 2015 15:10:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383733 - in head/news/sabnzbdplus: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2015 15:10:54 -0000 Author: feld Date: Fri Apr 10 15:10:53 2015 New Revision: 383733 URL: https://svnweb.freebsd.org/changeset/ports/383733 Log: Consolidate LICENSEs This port had a lot of custom licenses defined instead of using the correct licenses that the ports license framework already knows about. Due to incorrect LICENSE_PERMS on these custom licenses the sabnzbdplus package was missing from the official FreeBSD mirrors. While here, modernize the instructions in pkg-message Modified: head/news/sabnzbdplus/Makefile head/news/sabnzbdplus/files/pkg-message.in Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Fri Apr 10 15:10:04 2015 (r383732) +++ head/news/sabnzbdplus/Makefile Fri Apr 10 15:10:53 2015 (r383733) @@ -9,61 +9,13 @@ DISTNAME= SABnzbd-${PORTVERSION}-src MAINTAINER= feld@FreeBSD.org COMMENT= Web-interface based binary newsgrabber in python, with nzb support -LICENSE= GPLv2 GPLv3 PSFL CHERRYPY CONFIGOBJ FEEDPARSER GNTP JSON KRONOS LISTQUOTE MSGFMT PYNEWSLEECHER RARFILE RSSLIB SSMTPLIB +LICENSE= BSD2CLAUSE BSD3CLAUSE GPLv2 GPLv3 ISCL MIT PSFL LICENSE_COMB= multi RUN_DEPENDS= cheetah:${PORTSDIR}/devel/py-cheetah \ ${PYTHON_SITELIBDIR}/pythonutils/configobj.py:${PORTSDIR}/devel/py-utils \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 -LICENSE_NAME_CHERRYPY= CherryPy License -LICENSE_FILE_CHERRYPY= ${WRKSRC}/licenses/License-CherryPy.txt -LICENSE_PERMS_CHERRYPY= auto-accept - -LICENSE_NAME_CONFIGOBJ= configobj License -LICENSE_FILE_CONFIGOBJ= ${WRKSRC}/licenses/License-configobj.txt -LICENSE_PERMS_CONFIGOBJ= auto-accept - -LICENSE_NAME_FEEDPARSER= feedparser License -LICENSE_FILE_FEEDPARSER= ${WRKSRC}/licenses/License-feedparser.txt -LICENSE_PERMS_FEEDPARSER= auto-accept - -LICENSE_NAME_GNTP= gntp License -LICENSE_FILE_GNTP= ${WRKSRC}/licenses/License-gntp.txt -LICENSE_PERMS_GNTP= auto-accept - -LICENSE_NAME_JSON= json License -LICENSE_FILE_JSON= ${WRKSRC}/licenses/License-json.txt -LICENSE_PERMS_JSON= auto-accept - -LICENSE_NAME_KRONOS= kronos License -LICENSE_FILE_KRONOS= ${WRKSRC}/licenses/License-kronos.txt -LICENSE_PERMS_KRONOS= auto-accept - -LICENSE_NAME_LISTQUOTE= listquote License -LICENSE_FILE_LISTQUOTE= ${WRKSRC}/licenses/License-listquote.txt -LICENSE_PERMS_LISTQUOTE= auto-accept - -LICENSE_NAME_MSGFMT= msgfmt License -LICENSE_FILE_MSGFMT= ${WRKSRC}/licenses/License-msgfmt.txt -LICENSE_PERMS_MSGFMT= auto-accept - -LICENSE_NAME_PYNEWSLEECHER= pynewsleecher License -LICENSE_FILE_PYNEWSLEECHER= ${WRKSRC}/licenses/License-pynewsleecher.txt -LICENSE_PERMS_PYNEWSLEECHER= auto-accept - -LICENSE_NAME_RARFILE= rarfile License -LICENSE_FILE_RARFILE= ${WRKSRC}/licenses/License-rarfile.txt -LICENSE_PERMS_RARFILE= auto-accept - -LICENSE_NAME_RSSLIB= rsslib License -LICENSE_FILE_RSSLIB= ${WRKSRC}/licenses/License-rsslib.txt -LICENSE_PERMS_RSSLIB= auto-accept - -LICENSE_NAME_SSMTPLIB= ssmtplib License -LICENSE_FILE_SSMTPLIB= ${WRKSRC}/licenses/License-ssmtplib.txt -LICENSE_PERMS_SSMTPLIB= auto-accept - USES= gettext python NO_BUILD= yes Modified: head/news/sabnzbdplus/files/pkg-message.in ============================================================================== --- head/news/sabnzbdplus/files/pkg-message.in Fri Apr 10 15:10:04 2015 (r383732) +++ head/news/sabnzbdplus/files/pkg-message.in Fri Apr 10 15:10:53 2015 (r383733) @@ -4,10 +4,10 @@ news/sabnzbdplus includes an RC script: %%PREFIX%%/etc/rc.d/sabnzbd TO START SABNZBD ON BOOT: -echo 'sabnzbd_enable="YES"' >> /etc/rc.conf +# sysrc sabnzbd_enable=YES START MANUALLY: -%%PREFIX%%/etc/rc.d/sabnzbd start +# service sabnzbd start Once started, visit the following to configure: http://localhost:8080/sabnzbd/