Date: Mon, 31 Oct 2016 10:39:51 +0000 (UTC) From: Veniamin Gvozdikov <vg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424996 - head/devel/cityhash Message-ID: <201610311039.u9VAdpTf039363@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vg Date: Mon Oct 31 10:39:51 2016 New Revision: 424996 URL: https://svnweb.freebsd.org/changeset/ports/424996 Log: - Unbreak and use github PR: ports/213555 Submitted by: lacey.leanne@gmail.com <Lacey Powers> Modified: head/devel/cityhash/Makefile head/devel/cityhash/distinfo Modified: head/devel/cityhash/Makefile ============================================================================== --- head/devel/cityhash/Makefile Mon Oct 31 10:26:39 2016 (r424995) +++ head/devel/cityhash/Makefile Mon Oct 31 10:39:51 2016 (r424996) @@ -5,7 +5,8 @@ PORTNAME= cityhash PORTVERSION= 1.1.1 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE +USE_GITHUB= yes +GH_TUPLE= google:cityhash:8af9b8c MAINTAINER= vg@FreeBSD.org COMMENT= Family of hash functions @@ -13,8 +14,6 @@ COMMENT= Family of hash functions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) - USES= cpe libtool CPE_VENDOR= google GNU_CONFIGURE= yes Modified: head/devel/cityhash/distinfo ============================================================================== --- head/devel/cityhash/distinfo Mon Oct 31 10:26:39 2016 (r424995) +++ head/devel/cityhash/distinfo Mon Oct 31 10:39:51 2016 (r424996) @@ -1,2 +1,3 @@ -SHA256 (cityhash-1.1.1.tar.gz) = 76a41e149f6de87156b9a9790c595ef7ad081c321f60780886b520aecb7e3db4 -SIZE (cityhash-1.1.1.tar.gz) = 376456 +TIMESTAMP = 1477910083 +SHA256 (google-cityhash-1.1.1-8af9b8c_GH0.tar.gz) = b13bb003d682c8068d164e782463c2c58eebfa75227e6a2fde1603e2da03a55e +SIZE (google-cityhash-1.1.1-8af9b8c_GH0.tar.gz) = 380310
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610311039.u9VAdpTf039363>