svn commit: r440176 - head/textproc/py-humanfriendly

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 5 15:35:41 UTC 2017


Author: sunpoet
Date: Fri May  5 15:35:40 2017
New Revision: 440176
URL: https://svnweb.freebsd.org/changeset/ports/440176

Log:
  Update to 3.0
  
  - Add LICENSE_FILE
  
  Changes:	https://github.com/xolox/python-humanfriendly/commits/master

Modified:
  head/textproc/py-humanfriendly/Makefile
  head/textproc/py-humanfriendly/distinfo

Modified: head/textproc/py-humanfriendly/Makefile
==============================================================================
--- head/textproc/py-humanfriendly/Makefile	Fri May  5 15:35:34 2017	(r440175)
+++ head/textproc/py-humanfriendly/Makefile	Fri May  5 15:35:40 2017	(r440176)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	humanfriendly
-PORTVERSION=	2.4
+PORTVERSION=	3.0
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +10,7 @@ MAINTAINER=	python at FreeBSD.org
 COMMENT=	Human friendly output for text interfaces using Python
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 NO_ARCH=	yes
 USES=		python
@@ -17,7 +18,7 @@ USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.pre.mk>
 
-.if ${PYTHON_MAJOR_VER} == "2"
+.if ${PYTHON_REL} < 3300
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}monotonic>0:devel/py-monotonic
 .endif
 

Modified: head/textproc/py-humanfriendly/distinfo
==============================================================================
--- head/textproc/py-humanfriendly/distinfo	Fri May  5 15:35:34 2017	(r440175)
+++ head/textproc/py-humanfriendly/distinfo	Fri May  5 15:35:40 2017	(r440176)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493094917
-SHA256 (humanfriendly-2.4.tar.gz) = bccba2151adfe4b058667cc995c780e21b36502af24ef4037fc37609f2ed6c2d
-SIZE (humanfriendly-2.4.tar.gz) = 51037
+TIMESTAMP = 1493987313
+SHA256 (humanfriendly-3.0.tar.gz) = f14f9637be109d69e3dade4643a9a654919192d5341dc6fc5f5f8ebf1d385e43
+SIZE (humanfriendly-3.0.tar.gz) = 50225


More information about the svn-ports-all mailing list