Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 23:50:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399306 - head/biology/treeviewx
Message-ID:  <201510142350.t9ENoBX8051520@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 14 23:50:11 2015
New Revision: 399306
URL: https://svnweb.freebsd.org/changeset/ports/399306

Log:
  - Pet portlint
  - Add LICENSE
  - Drop unneeded WX_UNICODE

Modified:
  head/biology/treeviewx/Makefile

Modified: head/biology/treeviewx/Makefile
==============================================================================
--- head/biology/treeviewx/Makefile	Wed Oct 14 23:50:01 2015	(r399305)
+++ head/biology/treeviewx/Makefile	Wed Oct 14 23:50:11 2015	(r399306)
@@ -2,19 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	treeviewx
-PORTVERSION=	${DISTVERSION}.1s20100823
-DISTVERSION=	0.5
+PORTVERSION=	0.5.1s20100823
 PORTREVISION=	2
 CATEGORIES=	biology
 MASTER_SITES=	GOOGLE_CODE
-DISTNAME=	tv-${DISTVERSION}
+DISTNAME=	tv-0.5
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Phylogenetic tree viewer
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_WX=		2.8
 WX_COMPS=	wx contrib
-WX_UNICODE=	yes
 USES=		gmake
 GNU_CONFIGURE=	yes
 



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