svn commit: r468355 - head/biology/paml

Joseph Mingrone jrm at FreeBSD.org
Thu Apr 26 15:36:31 UTC 2018


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}


More information about the svn-ports-head mailing list