Date: Fri, 2 Jun 2017 15:43:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442398 - head/finance/vanitygen Message-ID: <201706021543.v52FhXjq099044@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 2 15:43:32 2017 New Revision: 442398 URL: https://svnweb.freebsd.org/changeset/ports/442398 Log: Add LICENSE_FILE - Fix WWW Modified: head/finance/vanitygen/Makefile head/finance/vanitygen/pkg-descr Modified: head/finance/vanitygen/Makefile ============================================================================== --- head/finance/vanitygen/Makefile Fri Jun 2 15:43:28 2017 (r442397) +++ head/finance/vanitygen/Makefile Fri Jun 2 15:43:32 2017 (r442398) @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Standalone vanity address generator for bitcoin LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre Modified: head/finance/vanitygen/pkg-descr ============================================================================== --- head/finance/vanitygen/pkg-descr Fri Jun 2 15:43:28 2017 (r442397) +++ head/finance/vanitygen/pkg-descr Fri Jun 2 15:43:32 2017 (r442398) @@ -1,4 +1,4 @@ Vanitygen can generate regular bitcoin addresses, namecoin addresses, and testnet addresses. -WWW: https://github.com/samr7/vanitygen/ +WWW: https://github.com/samr7/vanitygen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706021543.v52FhXjq099044>