From owner-svn-ports-head@freebsd.org Tue Sep 25 09:08:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 399A910AC88C; Tue, 25 Sep 2018 09:08:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D32F689C14; Tue, 25 Sep 2018 09:08:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C066126247; Tue, 25 Sep 2018 09:08:29 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8P98TOM002643; Tue, 25 Sep 2018 09:08:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8P98T9d002642; Tue, 25 Sep 2018 09:08:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201809250908.w8P98T9d002642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 25 Sep 2018 09:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480654 - head/math/p5-Math-Random-ISAAC-XS X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/math/p5-Math-Random-ISAAC-XS X-SVN-Commit-Revision: 480654 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 09:08:30 -0000 Author: amdmi3 Date: Tue Sep 25 09:08:29 2018 New Revision: 480654 URL: https://svnweb.freebsd.org/changeset/ports/480654 Log: - Add LICENSE Approved by: portmgr blanket Modified: head/math/p5-Math-Random-ISAAC-XS/Makefile Modified: head/math/p5-Math-Random-ISAAC-XS/Makefile ============================================================================== --- head/math/p5-Math-Random-ISAAC-XS/Makefile Tue Sep 25 08:40:07 2018 (r480653) +++ head/math/p5-Math-Random-ISAAC-XS/Makefile Tue Sep 25 09:08:29 2018 (r480654) @@ -12,6 +12,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= C implementation of the ISAAC PRNG Algorithm +LICENSE= PD MIT ART10 ART20 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + TEST_DEPENDS= p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings USES= perl5