Date: Thu, 26 Apr 2018 15:36:31 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468355 - head/biology/paml Message-ID: <201804261536.w3QFaVZM039575@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Thu Apr 26 15:36:30 2018 New Revision: 468355 URL: https://svnweb.freebsd.org/changeset/ports/468355 Log: biology/paml: Set PORTVERSION directly Setting DISTVERSION= 4.9h in the last commit caused PORTVERSION to be translated to 4.9.h, which was not correct. Pointy-hat: jrm Modified: head/biology/paml/Makefile (contents, props changed) Modified: head/biology/paml/Makefile ============================================================================== --- head/biology/paml/Makefile Thu Apr 26 14:50:39 2018 (r468354) +++ head/biology/paml/Makefile Thu Apr 26 15:36:30 2018 (r468355) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paml -DISTVERSION= 4.9h +PORTVERSION= 4.9h CATEGORIES= biology MASTER_SITES= http://abacus.gene.ucl.ac.uk/software/ DISTNAME= ${PORTNAME}${DISTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804261536.w3QFaVZM039575>