svn commit: r436274 - head/sysutils/restic

William Grzybowski wg at FreeBSD.org
Thu Mar 16 12:00:49 UTC 2017


Author: wg
Date: Thu Mar 16 12:00:47 2017
New Revision: 436274
URL: https://svnweb.freebsd.org/changeset/ports/436274

Log:
  sysutils/restic: update to 0.4.0
  
  PR:		216925
  Submitted by:	ghostonthewire at gmail

Deleted:
  head/sysutils/restic/pkg-plist
Modified:
  head/sysutils/restic/Makefile
  head/sysutils/restic/distinfo

Modified: head/sysutils/restic/Makefile
==============================================================================
--- head/sysutils/restic/Makefile	Thu Mar 16 11:54:27 2017	(r436273)
+++ head/sysutils/restic/Makefile	Thu Mar 16 12:00:47 2017	(r436274)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	restic
-PORTVERSION=	0.3.3
+PORTVERSION=	0.4.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils
 
@@ -14,6 +14,7 @@ USES=		go
 USE_GITHUB=	yes
 
 STRIP=		# stripping can break go binaries
+PLIST_FILES=	bin/restic
 
 do-build:
 	@(cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} run build.go)

Modified: head/sysutils/restic/distinfo
==============================================================================
--- head/sysutils/restic/distinfo	Thu Mar 16 11:54:27 2017	(r436273)
+++ head/sysutils/restic/distinfo	Thu Mar 16 12:00:47 2017	(r436274)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483974957
-SHA256 (restic-restic-v0.3.3_GH0.tar.gz) = e98da8f712ae0f33e0d1e5e36cbd130ed15dc7bd42e73a33754b6b4f0322177d
-SIZE (restic-restic-v0.3.3_GH0.tar.gz) = 22919640
+TIMESTAMP = 1486552602
+SHA256 (restic-restic-v0.4.0_GH0.tar.gz) = 746dbc7b73f5a542be57b71714b243266a011f1d750f56f5100c08a59df1aeac
+SIZE (restic-restic-v0.4.0_GH0.tar.gz) = 22926188


More information about the svn-ports-all mailing list