svn commit: r383805 - head/biology/p5-Bio-ASN1-EntrezGene

John Marino marino at FreeBSD.org
Sat Apr 11 15:00:14 UTC 2015


Author: marino
Date: Sat Apr 11 15:00:12 2015
New Revision: 383805
URL: https://svnweb.freebsd.org/changeset/ports/383805

Log:
  biology/p5-Bio-ASN1-EntrezGene: Upgrade 1.09 => 1.70 to unbreak
  
  While here, reset the port.  The last time the maintainer was seen was
  in 2005, when the port was created.  Also, rewrap the package description
  such that it keeps within 75 characters; also move the url so it won't
  wrap across lines.

Modified:
  head/biology/p5-Bio-ASN1-EntrezGene/Makefile
  head/biology/p5-Bio-ASN1-EntrezGene/distinfo
  head/biology/p5-Bio-ASN1-EntrezGene/pkg-descr

Modified: head/biology/p5-Bio-ASN1-EntrezGene/Makefile
==============================================================================
--- head/biology/p5-Bio-ASN1-EntrezGene/Makefile	Sat Apr 11 14:55:33 2015	(r383804)
+++ head/biology/p5-Bio-ASN1-EntrezGene/Makefile	Sat Apr 11 15:00:12 2015	(r383805)
@@ -2,20 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	Bio-ASN1-EntrezGene
-PORTVERSION=	1.091
-PORTREVISION=	1
+PORTVERSION=	1.70
 CATEGORIES=	biology perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:CJFIELDS
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	mauricio at arareko.net
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Regular expression-based Perl Parser for NCBI Entrez Gene
 
-BROKEN=		Unfetchable
+WRKSRC=		${WRKDIR}/Bio-ASN1-EntrezGene-${PORTVERSION}
 
-WRKSRC=		${WRKDIR}/Bio-ASN1-EntrezGene-1.09
-
-USES=		perl5 tar:tgz
+USES=		perl5
 USE_PERL5=	configure
 
 .include <bsd.port.mk>

Modified: head/biology/p5-Bio-ASN1-EntrezGene/distinfo
==============================================================================
--- head/biology/p5-Bio-ASN1-EntrezGene/distinfo	Sat Apr 11 14:55:33 2015	(r383804)
+++ head/biology/p5-Bio-ASN1-EntrezGene/distinfo	Sat Apr 11 15:00:12 2015	(r383805)
@@ -1,2 +1,2 @@
-SHA256 (Bio-ASN1-EntrezGene-1.091.tgz) = a053fb71906fa58cbd6a80af1e3d4d9142f6a1fc99b642a6065f9a8ce93ad2bc
-SIZE (Bio-ASN1-EntrezGene-1.091.tgz) = 36360
+SHA256 (Bio-ASN1-EntrezGene-1.70.tar.gz) = 342ce97702e101da813e76221e15414be3fd608fc9059fcc36a141d939048dfb
+SIZE (Bio-ASN1-EntrezGene-1.70.tar.gz) = 46969

Modified: head/biology/p5-Bio-ASN1-EntrezGene/pkg-descr
==============================================================================
--- head/biology/p5-Bio-ASN1-EntrezGene/pkg-descr	Sat Apr 11 14:55:33 2015	(r383804)
+++ head/biology/p5-Bio-ASN1-EntrezGene/pkg-descr	Sat Apr 11 15:00:12 2015	(r383805)
@@ -1,9 +1,11 @@
-Bio::ASN1::EntrezGene is a regular expression-based Perl Parser for NCBI Entrez
-Gene genome databases (http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene). It
-parses an ASN.1-formatted Entrez Gene record and returns a data structure that
-contains all data items from the gene record.
+Bio::ASN1::EntrezGene is a regular expression-based Perl Parser for NCBI
+Entrez Gene genome databases [1]. It parses an ASN.1-formatted Entrez Gene
+record and returns a data structure that contains all data items from the
+gene record.
 
-The parser will report error & line number if input data does not conform to the
-NCBI Entrez Gene genome annotation file format.
+[1] http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene
 
+The parser will report error & line number if input data does not conform
+to the NCBI Entrez Gene genome annotation file format.
+ 
 WWW: http://search.cpan.org/dist/Bio-ASN1-EntrezGene/


More information about the svn-ports-all mailing list