svn commit: r371605 - head/misc/colortail

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Oct 27 19:51:41 UTC 2014


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


More information about the svn-ports-all mailing list