Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2013 16:36:53 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321290 - head/biology/sim4
Message-ID:  <201306191636.r5JGarMq087211@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Wed Jun 19 16:36:53 2013
New Revision: 321290
URL: http://svnweb.freebsd.org/changeset/ports/321290

Log:
  . add license (GPLv2);
  . bump PORTREVISION;
  . trim article from COMMENT;
  . trim Makefile headers.

Modified:
  head/biology/sim4/Makefile

Modified: head/biology/sim4/Makefile
==============================================================================
--- head/biology/sim4/Makefile	Wed Jun 19 16:32:41 2013	(r321289)
+++ head/biology/sim4/Makefile	Wed Jun 19 16:36:53 2013	(r321290)
@@ -1,18 +1,17 @@
-# New ports collection makefile for:	sim4
-# Date created:		27 July 2000
-# Whom:	      		Johann Visagie <johann@egenetics.com>
-#
+# Created by: Johann Visagie <johann@egenetics.com>
 # $FreeBSD$
-#
 
 PORTNAME=	sim4
 PORTVERSION=	2003.09.21
+PORTREVISION=	1
 CATEGORIES=	biology
 MASTER_SITES=	http://globin.cse.psu.edu/ftp/dist/sim4/
 DISTNAME=	${PORTNAME}.${PORTVERSION:S/./-/g}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An algorithm for aligning expressed DNA with genomic sequences
+COMMENT=	Algorithm for aligning expressed DNA with genomic sequences
+
+LICENSE=	GPLv2
 
 WRKSRC=		${WRKDIR}/sim4.${PORTVERSION:S/./-/g}
 



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