FreeBSD Bugzilla – Attachment 212330 Details for
Bug 244738
sysutils/zfs-snap-diff Update to 1.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff to upgrade to 1.0.1
zfs-snap-diff-1.0.1.diff (text/plain), 2.90 KB, created by
Ben Lavery-Griffiths
on 2020-03-11 13:10:44 UTC
(
hide
)
Description:
svn diff to upgrade to 1.0.1
Filename:
MIME Type:
Creator:
Ben Lavery-Griffiths
Created:
2020-03-11 13:10:44 UTC
Size:
2.90 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 528145) >+++ Makefile (working copy) >@@ -1,8 +1,8 @@ > # $FreeBSD$ > > PORTNAME= zfs-snap-diff >-PORTVERSION= 0.0.10 >-PORTREVISION= 1 >+PORTVERSION= 1.0.1 >+DISTVERSIONPREFIX= v > CATEGORIES= sysutils > > MAINTAINER= ben.lavery@hashbang0.com >@@ -11,11 +11,17 @@ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= go >+USES= go:modules > USE_GITHUB= yes > GH_ACCOUNT= j-keck >-GH_TUPLE= sergi:go-diff:97b2266:sergi_go_diff/vendor/github.com/sergi/go-diff >+GH_TUPLE= j-keck:go-diff:v1.0.0:j_keck_go_diff/vendor/github.com/j-keck/go-diff \ >+ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ >+ j-keck:plog:v0.7.0:j_keck_plog/vendor/github.com/j-keck/plog > > PLIST_FILES= bin/zfs-snap-diff > >+GO_BUILDFLAGS= -ldflags="-X main.version=${DISTVERSIONPREFIX}${PORTVERSION}" >+ >+GO_TARGET= ./cmd/zfs-snap-diff >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 528145) >+++ distinfo (working copy) >@@ -1,5 +1,9 @@ >-TIMESTAMP = 1540401733 >-SHA256 (j-keck-zfs-snap-diff-0.0.10_GH0.tar.gz) = 24d8d13cc7aac7424cfefaaf84b32c03fce544bb91fd08247ca8e2f41b0d9b5f >-SIZE (j-keck-zfs-snap-diff-0.0.10_GH0.tar.gz) = 1408185 >-SHA256 (sergi-go-diff-97b2266_GH0.tar.gz) = c48476ee41a0f3197660805e6766aa0674c89cb7339b040ea3a967391de56471 >-SIZE (sergi-go-diff-97b2266_GH0.tar.gz) = 38028 >+TIMESTAMP = 1583873109 >+SHA256 (j-keck-zfs-snap-diff-v1.0.1_GH0.tar.gz) = 3087ddd125ed81c60b79e704cde1c8758e16a7274df0fb9bfdd048cbbfbfe2ec >+SIZE (j-keck-zfs-snap-diff-v1.0.1_GH0.tar.gz) = 6899956 >+SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f >+SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077 >+SHA256 (j-keck-go-diff-v1.0.0_GH0.tar.gz) = 5a07596dcdee6e089b49309162c8e63bc02400652897a1f529d37f0602868dea >+SIZE (j-keck-go-diff-v1.0.0_GH0.tar.gz) = 41609 >+SHA256 (j-keck-plog-v0.7.0_GH0.tar.gz) = 251c06cdf08dd8a9a03cab0028a64cda8893ef092474be2a49016b3a8280384f >+SIZE (j-keck-plog-v0.7.0_GH0.tar.gz) = 11649 >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 528145) >+++ pkg-descr (working copy) >@@ -1,8 +1,8 @@ >-With zfs-snap-diff you can explore file differences and restore changes from >-older file versions in different zfs snapshots. You can restore the whole file >+With zfs-snap-diff you can explore file differences and restore changes from >+older file versions in different zfs snapshots. You can restore the whole file > from an older version, or select single changes to revert in the 'diff' view. > >-zfs-snap-diff has a web frontend, so it can run on your local work machine or >+zfs-snap-diff has a web frontend, so it can run on your local work machine or > on your remote file / backup server (no Xserver necessary). > > WWW: https://github.com/j-keck/zfs-snap-diff
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ben
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 244738
: 212330