Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2017 06:06:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217264] devel/py-dateutil: dos2unix is incorrectly run on tar.gz file
Message-ID:  <bug-217264-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217264

            Bug ID: 217264
           Summary: devel/py-dateutil: dos2unix is incorrectly run on
                    tar.gz file
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: koobs@FreeBSD.org
          Reporter: gordon@FreeBSD.org
          Assignee: koobs@FreeBSD.org
             Flags: maintainer-feedback?(koobs@FreeBSD.org)

The file installed as dateutil-zoneinfo.tar.gz is corrupted by the dos2unix=
 run
on all of the files in the distribution. Looking at it a bit further, there=
 is
no need to run dos2unix as the only files with CRLF is the NEWS file, a REA=
DME
and a Windows BAT file (which makes sense to use CRLF).

Proposed diff:

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Makefile    (revision 434502)
+++ Makefile    (working copy)
@@ -3,6 +3,7 @@

 PORTNAME=3D      dateutil
 PORTVERSION=3D   2.5.3
+PORTREVISION=3D  1
 CATEGORIES=3D    devel python
 PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX}

@@ -14,7 +15,7 @@

 RUN_DEPENDS=3D   ${PYTHON_PKGNAMEPREFIX}six>=3D1.5:devel/py-six

-USES=3D          python dos2unix
+USES=3D          python
 USE_GITHUB=3D    yes
 USE_PYTHON=3D    autoplist distutils

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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