mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
797ed95343
This removes the SSE2 option since tarsnap now detects that cpu feature at run-time. Security: Fixes a denial of service and a maybe-exploitable overflow.
25 lines
629 B
Makefile
25 lines
629 B
Makefile
# Created by: Colin Percival
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tarsnap
|
|
PORTVERSION= 1.0.36
|
|
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
|
|
USES= gmake tar:tgz
|
|
|
|
.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>
|