Date: Thu, 21 Sep 2017 12:05:05 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450251 - head/devel/arpc Message-ID: <201709211205.v8LC55I4018329@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed (src committer) Date: Thu Sep 21 12:05:05 2017 New Revision: 450251 URL: https://svnweb.freebsd.org/changeset/ports/450251 Log: devel/arpc: Upgrade to version 0.6. It turns out that if you don't explicitly release a piece of software through GitHub, the checksum of the source tarball may be unstable. This has also affected ARPC. Version 0.5 and lower now have tarballs with different checksums. Version 0.6 is a forced release through GitHub to guarantee a stable source tarball checksum. Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D12431 Modified: head/devel/arpc/Makefile head/devel/arpc/distinfo Modified: head/devel/arpc/Makefile ============================================================================== --- head/devel/arpc/Makefile Thu Sep 21 11:57:45 2017 (r450250) +++ head/devel/arpc/Makefile Thu Sep 21 12:05:05 2017 (r450251) @@ -3,7 +3,7 @@ PORTNAME= arpc DISTVERSIONPREFIX= v -DISTVERSION= 0.5 +DISTVERSION= 0.6 CATEGORIES= devel MAINTAINER= ed@FreeBSD.org Modified: head/devel/arpc/distinfo ============================================================================== --- head/devel/arpc/distinfo Thu Sep 21 11:57:45 2017 (r450250) +++ head/devel/arpc/distinfo Thu Sep 21 12:05:05 2017 (r450251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502895324 -SHA256 (NuxiNL-arpc-v0.5_GH0.tar.gz) = 754853d37d83138e62f23eff95be8b3fa200238387d83e83453e6a5519458bed -SIZE (NuxiNL-arpc-v0.5_GH0.tar.gz) = 1301060 +TIMESTAMP = 1505988221 +SHA256 (NuxiNL-arpc-v0.6_GH0.tar.gz) = 22bb8bdadabb8793c01d3997e2992ea4e449b2bada62b93579f02358994838bd +SIZE (NuxiNL-arpc-v0.6_GH0.tar.gz) = 1301128
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709211205.v8LC55I4018329>