Index: head/security/elixir-comeonin/Makefile =================================================================== --- head/security/elixir-comeonin/Makefile (revision 504623) +++ head/security/elixir-comeonin/Makefile (revision 504624) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= comeonin PORTVERSION= 3.2 DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= elixir- MAINTAINER= erlang@FreeBSD.org COMMENT= Password hashing library for Elixir LICENSE= BSD3CLAUSE BSD4CLAUSE LICENSE_COMB= multi USES= elixir gmake USE_GITHUB= yes -GH_ACCOUNT= elixircnx +GH_ACCOUNT= riverrun MIX_BUILD_DEPS= devel/elixir-make \ security/elixir-comeonin_i18n MIX_RUN_DEPS:= security/elixir-comeonin_i18n OPTIONS_DEFINE= DOCS post-build: ${STRIP_CMD} ${WRKSRC}/priv/bcrypt_nif.so .include Index: head/security/elixir-comeonin/distinfo =================================================================== --- head/security/elixir-comeonin/distinfo (revision 504623) +++ head/security/elixir-comeonin/distinfo (revision 504624) @@ -1,3 +1,3 @@ TIMESTAMP = 1500123493 -SHA256 (elixircnx-comeonin-v3.2_GH0.tar.gz) = c87934b837f4db14e54b26a7f5f48772386ed40361ab638e0ea94ebf17ea8777 -SIZE (elixircnx-comeonin-v3.2_GH0.tar.gz) = 31757 +SHA256 (riverrun-comeonin-v3.2_GH0.tar.gz) = c87934b837f4db14e54b26a7f5f48772386ed40361ab638e0ea94ebf17ea8777 +SIZE (riverrun-comeonin-v3.2_GH0.tar.gz) = 31757 Index: head/security/elixir-comeonin/pkg-descr =================================================================== --- head/security/elixir-comeonin/pkg-descr (revision 504623) +++ head/security/elixir-comeonin/pkg-descr (revision 504624) @@ -1,9 +1,9 @@ Password hashing (bcrypt, pbkdf2_sha512) library for Elixir. This library is intended to make it very straightforward for developers to check users' passwords in as secure a manner as possible. Comeonin now supports bcrypt and pbkdf2_sha512. -WWW: https://github.com/elixircnx/comeonin +WWW: https://github.com/riverrun/comeonin