Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2017 09:00:08 +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: r454299 - head/textproc/bomstrip
Message-ID:  <201711160900.vAG908aS067228@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Nov 16 09:00:08 2017
New Revision: 454299
URL: https://svnweb.freebsd.org/changeset/ports/454299

Log:
  - Add LICENSE
  - Update WWW

Modified:
  head/textproc/bomstrip/Makefile
  head/textproc/bomstrip/pkg-descr

Modified: head/textproc/bomstrip/Makefile
==============================================================================
--- head/textproc/bomstrip/Makefile	Thu Nov 16 06:53:50 2017	(r454298)
+++ head/textproc/bomstrip/Makefile	Thu Nov 16 09:00:08 2017	(r454299)
@@ -16,7 +16,9 @@ PATCH_SITES=	http://devel.ringlet.net/textproc/bomstri
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Strip Byte-Order Marks (BOM) from UTF-8 text
 
-USES=	gmake
+LICENSE=	NONE
+
+USES=		gmake
 MAKE_ENV=	INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
 		INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
 		INSTALL_DATA="${INSTALL_DATA}" \

Modified: head/textproc/bomstrip/pkg-descr
==============================================================================
--- head/textproc/bomstrip/pkg-descr	Thu Nov 16 06:53:50 2017	(r454298)
+++ head/textproc/bomstrip/pkg-descr	Thu Nov 16 09:00:08 2017	(r454299)
@@ -16,4 +16,4 @@ issues, so there is absolutely no need to have three b
 utf-8-BOM) that do not say anything about the byte-order (since there
 is nothing to say).
 
-WWW: http://www.ueber.net/who/mjl/projects/bomstrip/
+WWW: https://www.ueber.net/who/mjl/projects/bomstrip/



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