Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2018 20:32:32 +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: r477595 - head/textproc/p5-Lingua-EN-NameParse
Message-ID:  <201808192032.w7JKWW0h045508@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 19 20:32:32 2018
New Revision: 477595
URL: https://svnweb.freebsd.org/changeset/ports/477595

Log:
  Sort *_DEPENDS
  
  Notified by:	mat

Modified:
  head/textproc/p5-Lingua-EN-NameParse/Makefile

Modified: head/textproc/p5-Lingua-EN-NameParse/Makefile
==============================================================================
--- head/textproc/p5-Lingua-EN-NameParse/Makefile	Sun Aug 19 20:32:26 2018	(r477594)
+++ head/textproc/p5-Lingua-EN-NameParse/Makefile	Sun Aug 19 20:32:32 2018	(r477595)
@@ -13,8 +13,8 @@ COMMENT=	Routines for manipulating a person's name #'
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Parse-RecDescent>=1:devel/p5-Parse-RecDescent
 BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Parse-RecDescent>=1:devel/p5-Parse-RecDescent
 
 USES=		dos2unix perl5
 USE_PERL5=	configure



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