Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2019 20:35:43 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489272 - head/devel/py-selection
Message-ID:  <201901042035.x04KZh8R038232@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Fri Jan  4 20:35:42 2019
New Revision: 489272
URL: https://svnweb.freebsd.org/changeset/ports/489272

Log:
  devel/py-selection: update to 0.0.14

Modified:
  head/devel/py-selection/Makefile
  head/devel/py-selection/distinfo

Modified: head/devel/py-selection/Makefile
==============================================================================
--- head/devel/py-selection/Makefile	Fri Jan  4 20:34:57 2019	(r489271)
+++ head/devel/py-selection/Makefile	Fri Jan  4 20:35:42 2019	(r489272)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	selection
-PORTVERSION=	0.0.13
+PORTVERSION=	0.0.14
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,13 +10,15 @@ MAINTAINER=	rm@FreeBSD.org
 COMMENT=	API to extract content from HTML & XML documents
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}weblib>0:devel/py-weblib@${PY_FLAVOR}
 
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-selection/distinfo
==============================================================================
--- head/devel/py-selection/distinfo	Fri Jan  4 20:34:57 2019	(r489271)
+++ head/devel/py-selection/distinfo	Fri Jan  4 20:35:42 2019	(r489272)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485288189
-SHA256 (selection-0.0.13.tar.gz) = dae9a4438cd6838b5ac025181c9c5c779ec707fe8f1ec1c3bce20aff9d8c3fa5
-SIZE (selection-0.0.13.tar.gz) = 3676
+TIMESTAMP = 1546547026
+SHA256 (selection-0.0.14.tar.gz) = f073f207bab521b09ee4a12bc4607fffcf59e61a64c7979638724da7fbd205ba
+SIZE (selection-0.0.14.tar.gz) = 4539



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