Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2017 14:10:19 +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: r433237 - head/devel/py-appdirs
Message-ID:  <201702031410.v13EAJhM010542@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb  3 14:10:19 2017
New Revision: 433237
URL: https://svnweb.freebsd.org/changeset/ports/433237

Log:
  Update to 1.4.1
  
  - Add NO_ARCH
  - Sort USE_PYTHON
  
  Changes:	https://github.com/ActiveState/appdirs/releases
  		https://github.com/ActiveState/appdirs/blob/master/CHANGES.rst

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

Modified: head/devel/py-appdirs/Makefile
==============================================================================
--- head/devel/py-appdirs/Makefile	Fri Feb  3 14:10:14 2017	(r433236)
+++ head/devel/py-appdirs/Makefile	Fri Feb  3 14:10:19 2017	(r433237)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	appdirs
-PORTVERSION=	1.4.0
+PORTVERSION=	1.4.1
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 USE_GITHUB=	yes
 GH_ACCOUNT=	ActiveState
 
+NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>

Modified: head/devel/py-appdirs/distinfo
==============================================================================
--- head/devel/py-appdirs/distinfo	Fri Feb  3 14:10:14 2017	(r433236)
+++ head/devel/py-appdirs/distinfo	Fri Feb  3 14:10:19 2017	(r433237)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464772634
-SHA256 (ActiveState-appdirs-1.4.0_GH0.tar.gz) = cb7dc301b950e9ed061c86aa23febcc9427ec53592085752be3cb560e5b8db17
-SIZE (ActiveState-appdirs-1.4.0_GH0.tar.gz) = 12108
+TIMESTAMP = 1486078807
+SHA256 (ActiveState-appdirs-1.4.1_GH0.tar.gz) = b45f2af7f028906134ad368d401bf51952554bcfa389e3c4feee50739dbc1642
+SIZE (ActiveState-appdirs-1.4.1_GH0.tar.gz) = 9486



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