Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2017 12:44:49 +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: r434927 - head/misc/diction
Message-ID:  <201702271244.v1RCinZD068693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Feb 27 12:44:49 2017
New Revision: 434927
URL: https://svnweb.freebsd.org/changeset/ports/434927

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Strip binary
  - Cleanup pkg-descr

Added:
  head/misc/diction/pkg-plist   (contents, props changed)
Modified:
  head/misc/diction/Makefile
  head/misc/diction/pkg-descr

Modified: head/misc/diction/Makefile
==============================================================================
--- head/misc/diction/Makefile	Mon Feb 27 12:39:36 2017	(r434926)
+++ head/misc/diction/Makefile	Mon Feb 27 12:44:49 2017	(r434927)
@@ -3,19 +3,19 @@
 
 PORTNAME=	diction
 PORTVERSION=	1.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	GNU
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	GNU diction and style
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 
-PLIST_FILES=	bin/diction bin/style ${DATADIR}/C ${DATADIR}/de \
-		${DATADIR}/en ${DATADIR}/en_GB ${DATADIR}/nl \
-		man/man1/diction.1.gz man/man1/style.1.gz
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
 
 .include <bsd.port.mk>

Modified: head/misc/diction/pkg-descr
==============================================================================
--- head/misc/diction/pkg-descr	Mon Feb 27 12:39:36 2017	(r434926)
+++ head/misc/diction/pkg-descr	Mon Feb 27 12:44:49 2017	(r434927)
@@ -6,8 +6,4 @@ readability measures.
 
 Both commands support English and German documents.
 
-GNU style and diction are written by Michael Haardt
-
-http://www.moria.de/~michael/
-
 WWW: http://www.gnu.org/software/diction/diction.html

Added: head/misc/diction/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/diction/pkg-plist	Mon Feb 27 12:44:49 2017	(r434927)
@@ -0,0 +1,9 @@
+bin/diction
+bin/style
+man/man1/diction.1.gz
+man/man1/style.1.gz
+%%DATADIR%%/C
+%%DATADIR%%/de
+%%DATADIR%%/en
+%%DATADIR%%/en_GB
+%%DATADIR%%/nl



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