Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2014 19:51:40 +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: r371605 - head/misc/colortail
Message-ID:  <201410271951.s9RJpekp053346@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Oct 27 19:51:40 2014
New Revision: 371605
URL: https://svnweb.freebsd.org/changeset/ports/371605
QAT: https://qat.redports.org/buildarchive/r371605/

Log:
  - Fix spelling of LICENSE
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Drop @dirrm* from plist
  
  Approved by:	portmgr blanket

Modified:
  head/misc/colortail/Makefile
  head/misc/colortail/pkg-plist

Modified: head/misc/colortail/Makefile
==============================================================================
--- head/misc/colortail/Makefile	Mon Oct 27 19:51:26 2014	(r371604)
+++ head/misc/colortail/Makefile	Mon Oct 27 19:51:40 2014	(r371605)
@@ -9,7 +9,8 @@ MASTER_SITES=	http://joakimandersson.se/
 MAINTAINER=	tabthorpe@FreeBSD.org
 COMMENT=	tail(1) replacement with color support
 
-LICENCE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 

Modified: head/misc/colortail/pkg-plist
==============================================================================
--- head/misc/colortail/pkg-plist	Mon Oct 27 19:51:26 2014	(r371604)
+++ head/misc/colortail/pkg-plist	Mon Oct 27 19:51:40 2014	(r371605)
@@ -4,4 +4,3 @@ bin/colortail
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf.messages
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf.secure
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf.xferlog
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%



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