svn commit: r443451 - head/news/py-sabyenc

Tim Bishop tdb at FreeBSD.org
Mon Jun 12 14:46:08 UTC 2017


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 at 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 at 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


More information about the svn-ports-head mailing list