From owner-svn-ports-all@freebsd.org Fri Jul 24 02:44:08 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 23C5A36C17A; Fri, 24 Jul 2020 02:44:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BCYS80B37z4VVZ; Fri, 24 Jul 2020 02:44:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD9E323570; Fri, 24 Jul 2020 02:44:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06O2i7Cl075217; Fri, 24 Jul 2020 02:44:07 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06O2i7Zw075216; Fri, 24 Jul 2020 02:44:07 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202007240244.06O2i7Zw075216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 24 Jul 2020 02:44:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542986 - head/www/oneshot X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/oneshot X-SVN-Commit-Revision: 542986 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2020 02:44:08 -0000 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 (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@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