sysutils/packer: update to 1.0.0
PR: 218440 Submitted by: Scott Larson <stl@ossuary.net>
This commit is contained in:
parent
37216d01f1
commit
2c4ec35bf2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437921
2 changed files with 6 additions and 6 deletions
|
@ -1,21 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= packer
|
||||
PORTVERSION= 0.12.1
|
||||
PORTVERSION= 1.0.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= Tool for creating machine images
|
||||
|
||||
LICENSE= MPL
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mitchellh
|
||||
GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME}
|
||||
|
||||
STRIP= # stripping can break go binaries
|
||||
|
||||
# Make it so that post-extract runs before the GH_SUBDIR targets.
|
||||
TARGET_ORDER_OVERRIDE= 680:post-extract
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1482335186
|
||||
SHA256 (mitchellh-packer-v0.12.1_GH0.tar.gz) = 015f151ac6f4bf4e97df9b54b2d8ca744d587002162acf63284b4b3ca41d900b
|
||||
SIZE (mitchellh-packer-v0.12.1_GH0.tar.gz) = 4010194
|
||||
TIMESTAMP = 1491500943
|
||||
SHA256 (mitchellh-packer-v1.0.0_GH0.tar.gz) = 6458f8f20333ff202cb3ab183867ad08a6cc49479edf48da9e3144c7e9f71dc6
|
||||
SIZE (mitchellh-packer-v1.0.0_GH0.tar.gz) = 4095936
|
||||
|
|
Loading…
Reference in a new issue