svn commit: r501846 - head/devel/libzim

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 17 09:01:38 UTC 2019


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 at 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


More information about the svn-ports-all mailing list