svn commit: r520427 - head/print/pecl-pdflib
Tobias Kortkamp
tobik at FreeBSD.org
Thu Dec 19 14:51:55 UTC 2019
On Thu, Dec 19, 2019, at 09:06, Alex Dupre wrote:
> Author: ale
> Date: Thu Dec 19 09:06:28 2019
> New Revision: 520427
> URL: https://svnweb.freebsd.org/changeset/ports/520427
>
> Log:
> Update to 4.1.4 release to set correct licensing terms.
>
> Modified:
> head/print/pecl-pdflib/Makefile
> head/print/pecl-pdflib/distinfo
>
> Modified: head/print/pecl-pdflib/Makefile
> ==============================================================================
> --- head/print/pecl-pdflib/Makefile Thu Dec 19 08:59:13 2019 (r520426)
> +++ head/print/pecl-pdflib/Makefile Thu Dec 19 09:06:28 2019 (r520427)
> @@ -2,17 +2,20 @@
> # $FreeBSD$
>
> PORTNAME= pdflib
> -PORTVERSION= 4.1.3
> +PORTVERSION= 4.1.4
> CATEGORIES= print pear
>
> MAINTAINER= ale at FreeBSD.org
> COMMENT= PECL extension to create PDF on the fly
>
> -LICENSE= PHP30
> -
> LIB_DEPENDS= libpdf.so:print/pdflib
>
> USES= php:pecl
> +
> +LICENSE_NAME= PDFlib GmbH General License
> +LICENSE_PERM= none
> +LICENSE_FILE= ${WRKSRC}/LICENSE
Typo: LICENSE_PERM vs LICENSE_PERMS. The framework does not do
anything with LICENSE_* if you do not also set LICENSE though.
More information about the svn-ports-all
mailing list