svn commit: r470887 - head/sysutils/xin

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 26 09:34:17 UTC 2018


Author: amdmi3
Date: Sat May 26 09:34:16 2018
New Revision: 470887
URL: https://svnweb.freebsd.org/changeset/ports/470887

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/xin/Makefile
  head/sysutils/xin/pkg-descr

Modified: head/sysutils/xin/Makefile
==============================================================================
--- head/sysutils/xin/Makefile	Sat May 26 09:04:16 2018	(r470886)
+++ head/sysutils/xin/Makefile	Sat May 26 09:34:16 2018	(r470887)
@@ -10,6 +10,9 @@ MASTER_SITES=	SUNSITE/utils/file
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Splits standard input and pipes into a command
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/xin man/man1/xin.1.gz
 

Modified: head/sysutils/xin/pkg-descr
==============================================================================
--- head/sysutils/xin/pkg-descr	Sat May 26 09:04:16 2018	(r470886)
+++ head/sysutils/xin/pkg-descr	Sat May 26 09:34:16 2018	(r470887)
@@ -2,4 +2,4 @@ Xin reads from standard input and splits the data up i
 piping each section to a separate command. Optionally it can pad each
 section with zeros.
 
-WWW: http://www.kyne.com.au/~mark/software/xin.php
+WWW: https://www.kyne.com.au/~mark/software/xin.php


More information about the svn-ports-all mailing list