Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2016 09:35:54 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
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
Message-ID:  <201602170935.u1H9Zsfp062996@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602170935.u1H9Zsfp062996>