Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 15:25:44 +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: r428872 - in head/biology: . p5-BioPerl-Run p5-bioperl-run
Message-ID:  <201612181525.uBIFPiue034254@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 18 15:25:44 2016
New Revision: 428872
URL: https://svnweb.freebsd.org/changeset/ports/428872

Log:
  - Move biology/p5-bioperl-run to biology/p5-BioPerl-Run
  - Sort *_DEPENDS
  - Add NO_ARCH
  - Bump PORTREVISION for biology/p5-bioperl renaming

Added:
  head/biology/p5-BioPerl-Run/
     - copied from r428871, head/biology/p5-bioperl-run/
Deleted:
  head/biology/p5-bioperl-run/
Modified:
  head/biology/Makefile
  head/biology/p5-BioPerl-Run/Makefile

Modified: head/biology/Makefile
==============================================================================
--- head/biology/Makefile	Sun Dec 18 15:25:22 2016	(r428871)
+++ head/biology/Makefile	Sun Dec 18 15:25:44 2016	(r428872)
@@ -68,7 +68,7 @@
     SUBDIR += p5-Bio-Phylo
     SUBDIR += p5-Bio-SCF
     SUBDIR += p5-BioPerl
-    SUBDIR += p5-bioperl-run
+    SUBDIR += p5-BioPerl-Run
     SUBDIR += p5-transdecoder
     SUBDIR += paml
     SUBDIR += phrap

Modified: head/biology/p5-BioPerl-Run/Makefile
==============================================================================
--- head/biology/p5-bioperl-run/Makefile	Sun Dec 18 15:25:22 2016	(r428871)
+++ head/biology/p5-BioPerl-Run/Makefile	Sun Dec 18 15:25:44 2016	(r428872)
@@ -1,9 +1,9 @@
 # Created by: Mauricio Herrera Cuadra <mauricio@arareko.net>
 # $FreeBSD$
 
-PORTNAME=	bioperl-run
+PORTNAME=	BioPerl-Run
 PORTVERSION=	1.6.901
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	biology perl5
 PKGNAMEPREFIX=	p5-
 
@@ -13,20 +13,22 @@ COMMENT=	Wrapper modules for common bioi
 LICENSE=	ART10 GPLv3
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-bioperl>=1.6.0:biology/p5-bioperl \
-		p5-IPC-Run>=0:devel/p5-IPC-Run \
-		p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \
-		p5-XML-Twig>=0:textproc/p5-XML-Twig \
+BUILD_DEPENDS=	p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \
+		p5-BioPerl>=1.6.0:biology/p5-BioPerl \
+		p5-Config-Any>=0:devel/p5-Config-Any \
 		p5-File-Sort>=0:misc/p5-File-Sort \
-		p5-Config-Any>=0:devel/p5-Config-Any
+		p5-IPC-Run>=0:devel/p5-IPC-Run \
+		p5-XML-Twig>=0:textproc/p5-XML-Twig
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 CONFLICTS=	p5-bioperl-run-1.[13579]*
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	bioperl
+GH_PROJECT=	bioperl-run
 GH_TAGNAME=	96ccd93
 
+NO_ARCH=	yes
 USES=		perl5 shebangfix
 USE_PERL5=	modbuild
 SHEBANG_FILES=	scripts/*



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