svn commit: r399306 - head/biology/treeviewx

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 14 23:50:12 UTC 2015


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 at 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
 


More information about the svn-ports-head mailing list