Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 2020 09:32:42 +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: r535223 - head/net/unison
Message-ID:  <202005140932.04E9Wgi9077193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 14 09:32:42 2020
New Revision: 535223
URL: https://svnweb.freebsd.org/changeset/ports/535223

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Switch to options helpers
  - Update WWW
  
  Approved by:	portmgr blanket

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

Modified: head/net/unison/Makefile
==============================================================================
--- head/net/unison/Makefile	Thu May 14 09:16:02 2020	(r535222)
+++ head/net/unison/Makefile	Thu May 14 09:32:42 2020	(r535223)
@@ -9,7 +9,8 @@ CATEGORIES=	net
 MAINTAINER=	madpilot@FreeBSD.org
 COMMENT=	User-level file synchronization tool
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 FLAVORS=	x11 nox11
 FLAVOR?=	${FLAVORS:[1]}
@@ -84,13 +85,15 @@ post-build:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
 .if ${FLAVOR} == x11
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-text ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
 	${INSTALL_DATA} ${WRKSRC}/win32rc/U_4_48x48x32.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
 .endif
+
+do-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
 
 do-install-FSMONITOR-on:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}-fsmonitor ${STAGEDIR}${PREFIX}/bin

Modified: head/net/unison/pkg-descr
==============================================================================
--- head/net/unison/pkg-descr	Thu May 14 09:16:02 2020	(r535222)
+++ head/net/unison/pkg-descr	Thu May 14 09:32:42 2020	(r535223)
@@ -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/



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