Update to 1.3.1.
This should unbreak the build with libressl and pre-1.1.1 versions of OpenSSL; most importantly, this should build on FreeBSD 11 again.
This commit is contained in:
parent
6b931afa7c
commit
f3c868b9ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531388
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bsdec2-image-upload
|
||||
PORTVERSION= 1.3.0
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://freebsd-ec2-dist.s3.amazonaws.com/
|
||||
|
||||
@ -17,9 +17,6 @@ USES= ssl tar:tgz uidfix
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
BROKEN_SSL= libressl
|
||||
BROKEN_SSL_REASON_libressl= needs features only available in OpenSSL
|
||||
|
||||
# Install into ${STAGEDIR}${PREFIX}; but the build respects ${DESTDIR} so
|
||||
# all we need to give is the ${PREFIX}/bin part.
|
||||
MAKE_ARGS+= BINDIR=${PREFIX}/bin
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1586308422
|
||||
SHA256 (bsdec2-image-upload-1.3.0.tgz) = 0380b26f50edadf4483c1ab3b8d3a9b227822841b45196fd1b8fdafdf806f908
|
||||
SIZE (bsdec2-image-upload-1.3.0.tgz) = 32960
|
||||
TIMESTAMP = 1586559780
|
||||
SHA256 (bsdec2-image-upload-1.3.1.tgz) = 4216850b3d245835c9bf897417262b53d0d77928c5e1b7564d511e7d49e79c7d
|
||||
SIZE (bsdec2-image-upload-1.3.1.tgz) = 33613
|
||||
|
Loading…
Reference in New Issue
Block a user