Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2017 04:52:00 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439790 - head/devel/py-dateutil
Message-ID:  <201704300452.v3U4q0Jl063528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sun Apr 30 04:52:00 2017
New Revision: 439790
URL: https://svnweb.freebsd.org/changeset/ports/439790

Log:
  devel/py-dateutil: Remove use of dos2unix
  
  The file installed as dateutil-zoneinfo.tar.gz is corrupted by the dos2unix
  run on all of the files in the distribution. There is no need to run dos2unix
  as the only files with CRLF is the NEWS file, a README and a Windows BAT file
  (which makes sense to use CRLF).
  
  Accordingly:
  
  - Remove use of USES=dos2unix
  - Bump PORTREVISION to rebuild package (containing corrupted TZ data file)
  
  PR:		217264
  Submitted by:	gordon
  MFH:		2017Q2

Modified:
  head/devel/py-dateutil/Makefile

Modified: head/devel/py-dateutil/Makefile
==============================================================================
--- head/devel/py-dateutil/Makefile	Sun Apr 30 04:35:10 2017	(r439789)
+++ head/devel/py-dateutil/Makefile	Sun Apr 30 04:52:00 2017	(r439790)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dateutil
 PORTVERSION=	2.6.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py-six
 
-USES=		python dos2unix
+USES=		python
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist distutils
 



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