Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2019 09:01:37 +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: r501846 - head/devel/libzim
Message-ID:  <201905170901.x4H91bK4002634@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May 17 09:01:36 2019
New Revision: 501846
URL: https://svnweb.freebsd.org/changeset/ports/501846

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

Modified:
  head/devel/libzim/Makefile
  head/devel/libzim/pkg-descr

Modified: head/devel/libzim/Makefile
==============================================================================
--- head/devel/libzim/Makefile	Fri May 17 08:44:16 2019	(r501845)
+++ head/devel/libzim/Makefile	Fri May 17 09:01:36 2019	(r501846)
@@ -7,6 +7,9 @@ CATEGORIES=	devel
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Reference implementation of the ZIM specification
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libicui18n.so:devel/icu \
 		libxapian.so:databases/xapian-core
 

Modified: head/devel/libzim/pkg-descr
==============================================================================
--- head/devel/libzim/pkg-descr	Fri May 17 08:44:16 2019	(r501845)
+++ head/devel/libzim/pkg-descr	Fri May 17 09:01:36 2019	(r501846)
@@ -1,4 +1,4 @@
 The openZIM project proposes offline storage solutions for content coming from
 the Web.
 
-WWW: http://www.openzim.org/wiki/OpenZIM
+WWW: https://www.openzim.org/wiki/OpenZIM



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