svn commit: r520448 - head/print/pecl-pdflib

Alex Dupre ale at FreeBSD.org
Thu Dec 19 17:17:47 UTC 2019


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


More information about the svn-ports-all mailing list