svn commit: r454299 - head/textproc/bomstrip

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 16 09:00:10 UTC 2017


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


More information about the svn-ports-head mailing list