svn commit: r533679 - head/net/unison240

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 2 09:32:35 UTC 2020


Author: amdmi3
Date: Sat May  2 09:32:34 2020
New Revision: 533679
URL: https://svnweb.freebsd.org/changeset/ports/533679

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

Modified:
  head/net/unison240/Makefile
  head/net/unison240/pkg-descr

Modified: head/net/unison240/Makefile
==============================================================================
--- head/net/unison240/Makefile	Sat May  2 08:14:24 2020	(r533678)
+++ head/net/unison240/Makefile	Sat May  2 09:32:34 2020	(r533679)
@@ -13,7 +13,8 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	madpilot at FreeBSD.org
 COMMENT=	User-level file synchronization tool
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 FLAVORS=	x11 nox11
 FLAVOR?=	${FLAVORS:[1]}

Modified: head/net/unison240/pkg-descr
==============================================================================
--- head/net/unison240/pkg-descr	Sat May  2 08:14:24 2020	(r533678)
+++ head/net/unison240/pkg-descr	Sat May  2 09:32:34 2020	(r533679)
@@ -8,4 +8,4 @@ management packages (CVS, PRCS, etc.) distributed file
 uni-directional mirroring utilities (rsync, etc.) and other synchronizers
 (Intellisync, Reconcile, etc).
 
-WWW: http://www.cis.upenn.edu/~bcpierce/unison/
+WWW: https://www.cis.upenn.edu/~bcpierce/unison/


More information about the svn-ports-head mailing list