Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2017 14:46:06 +0000 (UTC)
From:      Tim Bishop <tdb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443451 - head/news/py-sabyenc
Message-ID:  <201706121446.v5CEk6Ea035790@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tremere@cainites.net> (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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706121446.v5CEk6Ea035790>