Date: Wed, 4 Nov 2020 15:14:44 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554091 - head/www/oneshot Message-ID: <202011041514.0A4FEiem055482@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Wed Nov 4 15:14:44 2020 New Revision: 554091 URL: https://svnweb.freebsd.org/changeset/ports/554091 Log: www/oneshot: Update to 1.3.1 From ChangeLog: https://github.com/raphaelreyna/oneshot/releases/v1.3.1 Add ability to do HTTP redirects with custom status codes PR: 250842 Submitted by: vulcan@wired.sh (maintainer) Modified: head/www/oneshot/Makefile head/www/oneshot/distinfo Modified: head/www/oneshot/Makefile ============================================================================== --- head/www/oneshot/Makefile Wed Nov 4 15:13:53 2020 (r554090) +++ head/www/oneshot/Makefile Wed Nov 4 15:14:44 2020 (r554091) @@ -2,7 +2,7 @@ PORTNAME= oneshot DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 +DISTVERSION= 1.3.1 CATEGORIES= www MAINTAINER= vulcan@wired.sh @@ -59,3 +59,4 @@ post-install-MANPAGES-on: ${INSTALL_MAN} ${GO_WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include <bsd.port.mk> + Modified: head/www/oneshot/distinfo ============================================================================== --- head/www/oneshot/distinfo Wed Nov 4 15:13:53 2020 (r554090) +++ head/www/oneshot/distinfo Wed Nov 4 15:14:44 2020 (r554091) @@ -1,6 +1,6 @@ -TIMESTAMP = 1598019507 -SHA256 (raphaelreyna-oneshot-v1.2.0_GH0.tar.gz) = 54f8a9ac0f15d1543c68618bd2e2e6c058bfc10a80d4f18b7d7d117b3fc91a11 -SIZE (raphaelreyna-oneshot-v1.2.0_GH0.tar.gz) = 262293 +TIMESTAMP = 1604445594 +SHA256 (raphaelreyna-oneshot-v1.3.1_GH0.tar.gz) = 22133668996f14e638b4ba8007b95568c034731c6e9a0b5f999c101631f71d22 +SIZE (raphaelreyna-oneshot-v1.3.1_GH0.tar.gz) = 268098 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011041514.0A4FEiem055482>