Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2019 17:17:47 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520448 - head/print/pecl-pdflib
Message-ID:  <201912191717.xBJHHlvj098841@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Thu Dec 19 17:17:46 2019
New Revision: 520448
URL: https://svnweb.freebsd.org/changeset/ports/520448

Log:
  Really fix LICENSE handling.
  
  Reported by:	tobik

Modified:
  head/print/pecl-pdflib/Makefile

Modified: head/print/pecl-pdflib/Makefile
==============================================================================
--- head/print/pecl-pdflib/Makefile	Thu Dec 19 16:48:42 2019	(r520447)
+++ head/print/pecl-pdflib/Makefile	Thu Dec 19 17:17:46 2019	(r520448)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pdflib
 PORTVERSION=	4.1.4
+PORTREVISION=	1
 CATEGORIES=	print pear
 
 MAINTAINER=	ale@FreeBSD.org
@@ -12,8 +13,9 @@ LIB_DEPENDS=	libpdf.so:print/pdflib
 
 USES=		php:pecl
 
+LICENSE=	PDFlib
 LICENSE_NAME=	PDFlib GmbH General License
-LICENSE_PERM=	none
+LICENSE_PERMS=	none
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_PHP=	gd:build



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