Date: Wed, 10 Oct 2018 10:23:11 +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: r481714 - head/biology/p5-Bio-ASN1-EntrezGene Message-ID: <201810101023.w9AANBgZ043891@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Oct 10 10:23:10 2018 New Revision: 481714 URL: https://svnweb.freebsd.org/changeset/ports/481714 Log: Update to 1.73 Changes: https://metacpan.org/changes/distribution/Bio-ASN1-EntrezGene Modified: head/biology/p5-Bio-ASN1-EntrezGene/Makefile head/biology/p5-Bio-ASN1-EntrezGene/distinfo Modified: head/biology/p5-Bio-ASN1-EntrezGene/Makefile ============================================================================== --- head/biology/p5-Bio-ASN1-EntrezGene/Makefile Wed Oct 10 10:23:02 2018 (r481713) +++ head/biology/p5-Bio-ASN1-EntrezGene/Makefile Wed Oct 10 10:23:10 2018 (r481714) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Bio-ASN1-EntrezGene -PORTVERSION= 1.72 -PORTREVISION= 1 +PORTVERSION= 1.73 PORTEPOCH= 1 CATEGORIES= biology perl5 MASTER_SITES= CPAN @@ -19,8 +18,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-BioPerl>=0:biology/p5-BioPerl -NO_ARCH= yes USES= perl5 USE_PERL5= configure + +NO_ARCH= yes + +post-patch: +# do not install Bio::SeqIO::entrezgene which is identical with the one from p5-BioPerl + @${RM} ${WRKSRC}/lib/Bio/SeqIO/entrezgene.pm .include <bsd.port.mk> Modified: head/biology/p5-Bio-ASN1-EntrezGene/distinfo ============================================================================== --- head/biology/p5-Bio-ASN1-EntrezGene/distinfo Wed Oct 10 10:23:02 2018 (r481713) +++ head/biology/p5-Bio-ASN1-EntrezGene/distinfo Wed Oct 10 10:23:10 2018 (r481714) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473522428 -SHA256 (Bio-ASN1-EntrezGene-1.72.tar.gz) = 7f55f69cccfab37d976338ed77d245a62a44b03b7b9954484d8976eab14d575b -SIZE (Bio-ASN1-EntrezGene-1.72.tar.gz) = 49080 +TIMESTAMP = 1539026438 +SHA256 (Bio-ASN1-EntrezGene-1.73.tar.gz) = f9e778db705ce5c35ad2798e38a8490b644edfdc14253aa1b74a1f5e79fc6a4b +SIZE (Bio-ASN1-EntrezGene-1.73.tar.gz) = 157307
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810101023.w9AANBgZ043891>