svn commit: r407104 - head/graphics/zathura

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jan 24 11:52:29 UTC 2016


Author: amdmi3
Date: Sun Jan 24 11:52:28 2016
New Revision: 407104
URL: https://svnweb.freebsd.org/changeset/ports/407104

Log:
  - Use standard ZLIB license
  
  PR:		206264
  Submitted by:	amdmi3
  Approved by:	quentin.stievenart at gmail.com (maintainer)

Modified:
  head/graphics/zathura/Makefile

Modified: head/graphics/zathura/Makefile
==============================================================================
--- head/graphics/zathura/Makefile	Sun Jan 24 11:32:51 2016	(r407103)
+++ head/graphics/zathura/Makefile	Sun Jan 24 11:52:28 2016	(r407104)
@@ -9,10 +9,8 @@ MASTER_SITES=	http://pwmt.org/projects/z
 MAINTAINER=	quentin.stievenart at gmail.com
 COMMENT=	Customizable lightweight pdf viewer
 
-LICENSE=	zlib
-LICENSE_NAME=	zlib license
+LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE
-LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \
 		libgirara-gtk3.so:${PORTSDIR}/x11-toolkits/girara


More information about the svn-ports-head mailing list