Date: Sun, 16 Jul 2017 04:08:52 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445984 - head/sysutils/tarsnap Message-ID: <201707160408.v6G48qTX034834@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cperciva Date: Sun Jul 16 04:08:52 2017 New Revision: 445984 URL: https://svnweb.freebsd.org/changeset/ports/445984 Log: Update tarsnap to version 1.0.38. Since tarsnap 1.0.38 supports OpenSSL 1.1, remove the BROKEN conditional on openssl-devel. Modified: head/sysutils/tarsnap/Makefile head/sysutils/tarsnap/distinfo Modified: head/sysutils/tarsnap/Makefile ============================================================================== --- head/sysutils/tarsnap/Makefile Sun Jul 16 03:14:53 2017 (r445983) +++ head/sysutils/tarsnap/Makefile Sun Jul 16 04:08:52 2017 (r445984) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tarsnap -PORTVERSION= 1.0.37 -PORTREVISION= 1 +PORTVERSION= 1.0.38 CATEGORIES= sysutils MASTER_SITES= http://www.tarsnap.com/download-http/ DISTNAME= ${PORTNAME}-autoconf-${PORTVERSION} @@ -24,9 +23,5 @@ USES= gmake tar:tgz ssl RESTRICTED= license only allows redistribution and use of unmodified source and binaries .endif LEGAL_TEXT= license restricts redistribution of source and binaries - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif .include <bsd.port.post.mk> Modified: head/sysutils/tarsnap/distinfo ============================================================================== --- head/sysutils/tarsnap/distinfo Sun Jul 16 03:14:53 2017 (r445983) +++ head/sysutils/tarsnap/distinfo Sun Jul 16 04:08:52 2017 (r445984) @@ -1,2 +1,3 @@ -SHA256 (tarsnap-autoconf-1.0.37.tgz) = fa999413651b3bd994547a10ffe3127b4a85a88b1b9a253f2de798888718dbfa -SIZE (tarsnap-autoconf-1.0.37.tgz) = 629450 +TIMESTAMP = 1500177919 +SHA256 (tarsnap-autoconf-1.0.38.tgz) = 76ee0c18baa54c11729d12aa91476abccae140549def5a604010e1138538cd5b +SIZE (tarsnap-autoconf-1.0.38.tgz) = 640781
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707160408.v6G48qTX034834>