Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 May 2017 15:35:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440176 - head/textproc/py-humanfriendly
Message-ID:  <201705051535.v45FZehc022687@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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