From owner-svn-ports-all@freebsd.org Wed Feb 17 09:35:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE951AAB1EB; Wed, 17 Feb 2016 09:35:55 +0000 (UTC) (envelope-from mat@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 mx1.freebsd.org (Postfix) with ESMTPS id 9BF6D1102; Wed, 17 Feb 2016 09:35:55 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1H9ZslL062998; Wed, 17 Feb 2016 09:35:54 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1H9Zsfp062996; Wed, 17 Feb 2016 09:35:54 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201602170935.u1H9Zsfp062996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 17 Feb 2016 09:35:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409033 - in head: lang lang/p5-Scalar-Util-Numeric security/p5-Crypt-XTEA X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2016 09:35:55 -0000 Author: mat Date: Wed Feb 17 09:35:54 2016 New Revision: 409033 URL: https://svnweb.freebsd.org/changeset/ports/409033 Log: lang/p5-Scalar-Util-Numeric was already there at devel/p5-Scalar-Util-Numeric. Pointy hat to: adamw Sponsored by: Absolight Deleted: head/lang/p5-Scalar-Util-Numeric/ Modified: head/lang/Makefile head/security/p5-Crypt-XTEA/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Wed Feb 17 09:16:41 2016 (r409032) +++ head/lang/Makefile Wed Feb 17 09:35:54 2016 (r409033) @@ -221,7 +221,6 @@ SUBDIR += p5-Pugs-Compiler-Rule SUBDIR += p5-Quantum-Superpositions SUBDIR += p5-Scalar-List-Utils - SUBDIR += p5-Scalar-Util-Numeric SUBDIR += p5-Switch SUBDIR += p5-Tcl SUBDIR += p5-Test-XPath Modified: head/security/p5-Crypt-XTEA/Makefile ============================================================================== --- head/security/p5-Crypt-XTEA/Makefile Wed Feb 17 09:16:41 2016 (r409032) +++ head/security/p5-Crypt-XTEA/Makefile Wed Feb 17 09:35:54 2016 (r409033) @@ -13,7 +13,7 @@ COMMENT= Implementation of the eXtended LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Scalar-Util-Numeric>=0.40:${PORTSDIR}/lang/p5-Scalar-Util-Numeric +BUILD_DEPENDS= p5-Scalar-Util-Numeric>=0.40:${PORTSDIR}/devel/p5-Scalar-Util-Numeric RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC