Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2018 18:38:50 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460945 - head/devel/py-flufl.i18n
Message-ID:  <201802041838.w14IcoSs077274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Feb  4 18:38:49 2018
New Revision: 460945
URL: https://svnweb.freebsd.org/changeset/ports/460945

Log:
  devel/py-flufl.i18n: update 2.0 -> 2.0.1
  
  - restores python 3.4 support
  
  PR:		224993
  Submitted by:	Charlie Li <ml+freebsd@vishwin.info>
  Approved by:	acm (maintainer timeout)
  Relnotes:	https://gitlab.com/warsaw/flufl.i18n/commits/master

Modified:
  head/devel/py-flufl.i18n/Makefile
  head/devel/py-flufl.i18n/distinfo

Modified: head/devel/py-flufl.i18n/Makefile
==============================================================================
--- head/devel/py-flufl.i18n/Makefile	Sun Feb  4 17:46:27 2018	(r460944)
+++ head/devel/py-flufl.i18n/Makefile	Sun Feb  4 18:38:49 2018	(r460945)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	flufl.i18n
-PORTVERSION=	2.0
+PORTVERSION=	2.0.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,9 @@ LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic@${FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.4+
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-flufl.i18n/distinfo
==============================================================================
--- head/devel/py-flufl.i18n/distinfo	Sun Feb  4 17:46:27 2018	(r460944)
+++ head/devel/py-flufl.i18n/distinfo	Sun Feb  4 18:38:49 2018	(r460945)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503368093
-SHA256 (flufl.i18n-2.0.tar.gz) = 6f1050aeba079c5984e46e93938870e348311fa6f8d19c2ea84d674244863ed0
-SIZE (flufl.i18n-2.0.tar.gz) = 18660
+TIMESTAMP = 1515413332
+SHA256 (flufl.i18n-2.0.1.tar.gz) = e393eabfef45203e24b93d6f4aa18c776dcdff1964b6670ddac56b131d7b819f
+SIZE (flufl.i18n-2.0.1.tar.gz) = 18572



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