Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 May 2018 09:34:16 +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: r470887 - head/sysutils/xin
Message-ID:  <201805260934.w4Q9YGMN065199@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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