From owner-svn-ports-all@freebsd.org Mon Jun 12 14:46:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10BEABFDF8A; Mon, 12 Jun 2017 14:46:08 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D241B71E3B; Mon, 12 Jun 2017 14:46:07 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5CEk7tt035793; Mon, 12 Jun 2017 14:46:07 GMT (envelope-from tdb@FreeBSD.org) Received: (from tdb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5CEk6Ea035790; Mon, 12 Jun 2017 14:46:06 GMT (envelope-from tdb@FreeBSD.org) Message-Id: <201706121446.v5CEk6Ea035790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tdb set sender to tdb@FreeBSD.org using -f From: Tim Bishop Date: Mon, 12 Jun 2017 14:46:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443451 - head/news/py-sabyenc 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.23 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: Mon, 12 Jun 2017 14:46:08 -0000 Author: tdb Date: Mon Jun 12 14:46:06 2017 New Revision: 443451 URL: https://svnweb.freebsd.org/changeset/ports/443451 Log: - Use correct license (see https://github.com/sabnzbd/sabyenc/issues/5). - Only use python 2.7, as indicated by upstream. - Use the preferred CHEESESHOP instead of GitHub for the distfile. Submitted by: Ralf van der Enden (maintainer) Reported by: koobs Modified: head/news/py-sabyenc/Makefile head/news/py-sabyenc/distinfo Modified: head/news/py-sabyenc/Makefile ============================================================================== --- head/news/py-sabyenc/Makefile Mon Jun 12 14:35:10 2017 (r443450) +++ head/news/py-sabyenc/Makefile Mon Jun 12 14:46:06 2017 (r443451) @@ -3,18 +3,17 @@ PORTNAME= sabyenc PORTVERSION= 3.0.2 -DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= news python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tremere@cainites.net COMMENT= Python yEnc package optimized for use within SABnzbd -LICENSE= GPLv3 +LICENSE= LGPL3 -USES= python -USE_GITHUB= yes -GH_ACCOUNT= sabnzbd +USES= python:2.7 USE_PYTHON= autoplist distutils .include Modified: head/news/py-sabyenc/distinfo ============================================================================== --- head/news/py-sabyenc/distinfo Mon Jun 12 14:35:10 2017 (r443450) +++ head/news/py-sabyenc/distinfo Mon Jun 12 14:46:06 2017 (r443451) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496981772 -SHA256 (sabnzbd-sabyenc-v3.0.2_GH0.tar.gz) = 72305bdacfb4f82764e7f3e33a7001983f9af5c8d633cbf57e950b570a56e55d -SIZE (sabnzbd-sabyenc-v3.0.2_GH0.tar.gz) = 16080819 +TIMESTAMP = 1497267264 +SHA256 (sabyenc-3.0.2.tar.gz) = 05a848ebf7e37775171f85d2b01e131af7384a35fedece73079ca52a2d687eaf +SIZE (sabyenc-3.0.2.tar.gz) = 8732