svn commit: r542986 - head/www/oneshot
Steve Wills
swills at FreeBSD.org
Fri Jul 24 02:44:08 UTC 2020
Author: swills
Date: Fri Jul 24 02:44:07 2020
New Revision: 542986
URL: https://svnweb.freebsd.org/changeset/ports/542986
Log:
www/oneshot: Update to 1.1.3
PR: 248193
Submitted by: Lewis Cook <vulcan at wired.sh> (maintainer)
Modified:
head/www/oneshot/Makefile (contents, props changed)
head/www/oneshot/distinfo (contents, props changed)
Modified: head/www/oneshot/Makefile
==============================================================================
--- head/www/oneshot/Makefile Fri Jul 24 02:43:11 2020 (r542985)
+++ head/www/oneshot/Makefile Fri Jul 24 02:44:07 2020 (r542986)
@@ -2,7 +2,7 @@
PORTNAME= oneshot
DISTVERSIONPREFIX= v
-DISTVERSION= 1.0.0
+DISTVERSION= 1.1.3
CATEGORIES= www
MAINTAINER= vulcan at wired.sh
@@ -15,7 +15,7 @@ USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= raphaelreyna
GH_TUPLE= cenkalti:backoff:v2.2.1:cenkalti_backoff/vendor/github.com/cenkalti/backoff \
- cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man/vendor/github.com/cpuguy83/go-md2man/v2 \
+ cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \
go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
golang:crypto:87dc89f01550:golang_crypto/vendor/golang.org/x/crypto \
golang:net:627f9648deb9:golang_net/vendor/golang.org/x/net \
@@ -23,9 +23,10 @@ GH_TUPLE= cenkalti:backoff:v2.2.1:cenkalti_backoff/ven
gorilla:mux:v1.7.4:gorilla_mux/vendor/github.com/gorilla/mux \
grandcat:zeroconf:v1.0.0:grandcat_zeroconf/vendor/github.com/grandcat/zeroconf \
inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
+ jf-tech:iohelper:v1.0.2:jf_tech_iohelper/vendor/github.com/jf-tech/iohelper \
miekg:dns:v1.1.27:miekg_dns/vendor/github.com/miekg/dns \
raphaelreyna:ez-cgi:v0.7.3:raphaelreyna_ez_cgi/vendor/github.com/raphaelreyna/ez-cgi \
- russross:blackfriday:v2.0.1:russross_blackfriday/vendor/github.com/russross/blackfriday/v2 \
+ russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \
shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \
spf13:cobra:v1.0.0:spf13_cobra/vendor/github.com/spf13/cobra \
spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag
Modified: head/www/oneshot/distinfo
==============================================================================
--- head/www/oneshot/distinfo Fri Jul 24 02:43:11 2020 (r542985)
+++ head/www/oneshot/distinfo Fri Jul 24 02:44:07 2020 (r542986)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1593253805
-SHA256 (raphaelreyna-oneshot-v1.0.0_GH0.tar.gz) = 5a4ee2e1e60adff18ef194e234032ad07b3bf7c757e4e45c948254c72b34e4a3
-SIZE (raphaelreyna-oneshot-v1.0.0_GH0.tar.gz) = 29126
+TIMESTAMP = 1595371321
+SHA256 (raphaelreyna-oneshot-v1.1.3_GH0.tar.gz) = 6028114553d8672101be40be83a7cca510ebb3f79cd82ac6d5ebd61558e694ea
+SIZE (raphaelreyna-oneshot-v1.1.3_GH0.tar.gz) = 258956
SHA256 (cenkalti-backoff-v2.2.1_GH0.tar.gz) = a2c29d0184e7afc415975cf2689723028d2686ffbb67fe0999ab1d691e6d16db
SIZE (cenkalti-backoff-v2.2.1_GH0.tar.gz) = 8623
SHA256 (cpuguy83-go-md2man-v2.0.0_GH0.tar.gz) = 50537880d42fc28b9c2e9aaa36b137349d43cc73d46436a499f8c928cd2fc576
@@ -19,6 +19,8 @@ SHA256 (grandcat-zeroconf-v1.0.0_GH0.tar.gz) = 6d1453e
SIZE (grandcat-zeroconf-v1.0.0_GH0.tar.gz) = 16115
SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6
SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290
+SHA256 (jf-tech-iohelper-v1.0.2_GH0.tar.gz) = 05fada24fd21aa66c6cc6744d1440658efdda793c07a79d1dcb79d991bbd76af
+SIZE (jf-tech-iohelper-v1.0.2_GH0.tar.gz) = 7494
SHA256 (miekg-dns-v1.1.27_GH0.tar.gz) = f0dfa99cea9f97063114f6680b1718364323ff817d49211de1a98464a498f672
SIZE (miekg-dns-v1.1.27_GH0.tar.gz) = 183862
SHA256 (raphaelreyna-ez-cgi-v0.7.3_GH0.tar.gz) = ca9d933e51336e91ac0f0e3c09783fbee4d0ad5b8b003e0c1fa3c09c941ba76a
More information about the svn-ports-head
mailing list