pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/py-vdirsyncer Extract using bsdtar, GNU tar canno...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86e84d7c306d
branches:  trunk
changeset: 639810:86e84d7c306d
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 25 19:39:10 2014 +0000

description:
Extract using bsdtar, GNU tar cannot handle pre-1970 timestamps.

diffstat:

 time/py-vdirsyncer/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7f830eb74bb0 -r 86e84d7c306d time/py-vdirsyncer/Makefile
--- a/time/py-vdirsyncer/Makefile       Thu Sep 25 19:34:46 2014 +0000
+++ b/time/py-vdirsyncer/Makefile       Thu Sep 25 19:39:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/08/27 16:10:49 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2014/09/25 19:39:10 jperkin Exp $
 
 DISTNAME=      vdirsyncer-0.2.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 COMMENT=       Synchronization tool for vdir
 LICENSE=       mit
 
+EXTRACT_USING= bsdtar  # gtar cannot handle pre-1970 timestamps
+
 DEPENDS+=      ${PYPKGPREFIX}-click>=2.0:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-icalendar>=3.6:../../time/py-icalendar
 DEPENDS+=      ${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring



Home | Main Index | Thread Index | Old Index