svn commit: r531388 - head/net/bsdec2-image-upload
Colin Percival
cperciva at FreeBSD.org
Fri Apr 10 23:07:06 UTC 2020
Author: cperciva
Date: Fri Apr 10 23:07:05 2020
New Revision: 531388
URL: https://svnweb.freebsd.org/changeset/ports/531388
Log:
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.
Modified:
head/net/bsdec2-image-upload/Makefile
head/net/bsdec2-image-upload/distinfo
Modified: head/net/bsdec2-image-upload/Makefile
==============================================================================
--- head/net/bsdec2-image-upload/Makefile Fri Apr 10 23:04:18 2020 (r531387)
+++ head/net/bsdec2-image-upload/Makefile Fri Apr 10 23:07:05 2020 (r531388)
@@ -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/
@@ -16,9 +16,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:
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.
Modified: head/net/bsdec2-image-upload/distinfo
==============================================================================
--- head/net/bsdec2-image-upload/distinfo Fri Apr 10 23:04:18 2020 (r531387)
+++ head/net/bsdec2-image-upload/distinfo Fri Apr 10 23:07:05 2020 (r531388)
@@ -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
More information about the svn-ports-all
mailing list