svn commit: r355998 - head/biology/iolib

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat May 31 17:57:08 UTC 2014


Author: danilo
Date: Sat May 31 17:57:06 2014
New Revision: 355998
URL: http://svnweb.freebsd.org/changeset/ports/355998
QAT: https://qat.redports.org/buildarchive/r355998/

Log:
  - Update from 1.13.5 to 1.13.7
  - Add libtool to USES
  - Take maintainership

Modified:
  head/biology/iolib/Makefile
  head/biology/iolib/distinfo
  head/biology/iolib/pkg-plist

Modified: head/biology/iolib/Makefile
==============================================================================
--- head/biology/iolib/Makefile	Sat May 31 17:54:13 2014	(r355997)
+++ head/biology/iolib/Makefile	Sat May 31 17:57:06 2014	(r355998)
@@ -2,19 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	io_lib
-PORTVERSION=	1.13.5
+PORTVERSION=	1.13.7
 CATEGORIES=	biology
 MASTER_SITES=	SF/staden/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	General purpose trace file (and Experiment File) reading interface
 
 LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 
-USES=		gmake
-USE_AUTOTOOLS=	libtool:env
+USES=		gmake libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/biology/iolib/distinfo
==============================================================================
--- head/biology/iolib/distinfo	Sat May 31 17:54:13 2014	(r355997)
+++ head/biology/iolib/distinfo	Sat May 31 17:57:06 2014	(r355998)
@@ -1,2 +1,2 @@
-SHA256 (io_lib-1.13.5.tar.gz) = 3e30f1e972d3d75c4efa54032ceca975cea9733ce1eef3982ee8a2b9f799ba56
-SIZE (io_lib-1.13.5.tar.gz) = 1808537
+SHA256 (io_lib-1.13.7.tar.gz) = 85a2ff3890d5fe9bcdc7a42d46c73148afabcd009fad7983bc266b63b8088fab
+SIZE (io_lib-1.13.7.tar.gz) = 1692808

Modified: head/biology/iolib/pkg-plist
==============================================================================
--- head/biology/iolib/pkg-plist	Sat May 31 17:54:13 2014	(r355997)
+++ head/biology/iolib/pkg-plist	Sat May 31 17:57:06 2014	(r355998)
@@ -20,6 +20,7 @@ bin/scf_update
 bin/scram_flagstat
 bin/scram_merge
 bin/scram_pileup
+bin/scram_test
 bin/scramble
 bin/srf2fasta
 bin/srf2fastq
@@ -82,9 +83,9 @@ include/io_lib/xalloc.h
 include/io_lib/zfio.h
 include/io_lib/ztr.h
 lib/libstaden-read.a
-lib/libstaden-read.la
 lib/libstaden-read.so
-lib/libstaden-read.so.5
+lib/libstaden-read.so.1
+lib/libstaden-read.so.1.5.1
 man/man1/scramble.1.gz
 man/man1/srf2fasta.1.gz
 man/man1/srf2fastq.1.gz
@@ -109,4 +110,4 @@ man/man3/write_reading.3.gz
 man/man3/write_scf.3.gz
 man/man3/write_scf_header.3.gz
 man/man4/Read.4.gz
- at dirrm include/io_lib
+ at dirrmtry include/io_lib


More information about the svn-ports-all mailing list