1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/sysutils/tarsnap/Makefile
Colin Percival 6335b82de3 Update sysutils/tarsnap to 1.0.39. This fixes four crashes, including an
assertion failure after successfully creating an archive containing a file
which was (allegedly) last modified prior to January 1, 1970.

Upgrading is recommended, as (despite their implausibility) it seems that
a large number of people have files with such modification times.
2017-07-29 04:00:56 +00:00

28 lines
725 B
Makefile

# Created by: Colin Percival
# $FreeBSD$
PORTNAME= tarsnap
PORTVERSION= 1.0.39
CATEGORIES= sysutils
MASTER_SITES= http://www.tarsnap.com/download-http/
DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION}
MAINTAINER= cperciva@tarsnap.com
COMMENT= Online encrypted backup service (client)
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="-I${OPENSSLINC} ${CFLAGS}" \
LDFLAGS="-L${OPENSSLLIB} ${LDFLAGS}"
USES= gmake tar:tgz ssl
.include <bsd.port.pre.mk>
# safety check to ensure that we don't violate the license
.if exists(${PATCHDIR})
RESTRICTED= license only allows redistribution and use of unmodified source and binaries
.endif
LEGAL_TEXT= license restricts redistribution of source and binaries
.include <bsd.port.post.mk>