diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-25 19:39:10 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-25 19:39:10 +0000 |
commit | 925a875ea953b6f1515ab55212e4df3e4cb0fe4a (patch) | |
tree | 479217c4a7064a7284ef737487f3f16e4a8c0fd8 /time | |
parent | 4787bf93a3eb465e3a324764222fe8fdafb84083 (diff) | |
download | pkgsrc-925a875ea953b6f1515ab55212e4df3e4cb0fe4a.tar.gz |
Extract using bsdtar, GNU tar cannot handle pre-1970 timestamps.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-vdirsyncer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/py-vdirsyncer/Makefile b/time/py-vdirsyncer/Makefile index 59e1d9279dd..b15297a6067 100644 --- a/time/py-vdirsyncer/Makefile +++ b/time/py-vdirsyncer/Makefile @@ -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 @@ HOMEPAGE= https://pypi.python.org/pypi/vdirsyncer/ 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 |