Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2021 18:49:55 +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: r566627 - in head/net/bsdec2-image-upload: . files
Message-ID:  <202102261849.11QIntCq071613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cperciva
Date: Fri Feb 26 18:49:55 2021
New Revision: 566627
URL: https://svnweb.freebsd.org/changeset/ports/566627

Log:
  Update bsdec2-image-upload to 1.4.0.
  
  This adds compatibility with LibreSSL 2.9+, compatibility with recently
  created S3 buckets, support for > 10 GB AMIs, and a cleanup of the build
  code.

Deleted:
  head/net/bsdec2-image-upload/files/
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 Feb 26 18:23:30 2021	(r566626)
+++ head/net/bsdec2-image-upload/Makefile	Fri Feb 26 18:49:55 2021	(r566627)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	bsdec2-image-upload
-PORTVERSION=	1.3.1
+PORTVERSION=	1.4.0
 CATEGORIES=	net
 MASTER_SITES=	http://freebsd-ec2-dist.s3.amazonaws.com/
 
@@ -17,16 +17,9 @@ USES=		compiler ssl tar:tgz uidfix
 CFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}
 
-# 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
+# Install into ${STAGEDIR}${PREFIX}
+MAKE_ARGS+=     BINDIR=${STAGEDIR}${PREFIX}/bin
 
 PLIST_FILES=	bin/bsdec2-image-upload
 
-.include <bsd.port.pre.mk>
-
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-EXTRA_PATCHES=	${FILESDIR}/extra-patch-Makefile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/bsdec2-image-upload/distinfo
==============================================================================
--- head/net/bsdec2-image-upload/distinfo	Fri Feb 26 18:23:30 2021	(r566626)
+++ head/net/bsdec2-image-upload/distinfo	Fri Feb 26 18:49:55 2021	(r566627)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586559780
-SHA256 (bsdec2-image-upload-1.3.1.tgz) = 4216850b3d245835c9bf897417262b53d0d77928c5e1b7564d511e7d49e79c7d
-SIZE (bsdec2-image-upload-1.3.1.tgz) = 33613
+TIMESTAMP = 1614313715
+SHA256 (bsdec2-image-upload-1.4.0.tgz) = 382e209352a52526ed7f380ea3cd7267db26202f28d760879c98423705a41a0c
+SIZE (bsdec2-image-upload-1.4.0.tgz) = 35289



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102261849.11QIntCq071613>