From owner-svn-ports-head@freebsd.org Fri May 11 16:47:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C278CFAA177; Fri, 11 May 2018 16:47:42 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77EF474B79; Fri, 11 May 2018 16:47:42 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58782122F1; Fri, 11 May 2018 16:47:42 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4BGlgJY031887; Fri, 11 May 2018 16:47:42 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4BGlfFk031884; Fri, 11 May 2018 16:47:41 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201805111647.w4BGlfFk031884@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 11 May 2018 16:47:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469651 - head/print/fpdf X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/print/fpdf X-SVN-Commit-Revision: 469651 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 16:47:43 -0000 Author: thierry Date: Fri May 11 16:47:41 2018 New Revision: 469651 URL: https://svnweb.freebsd.org/changeset/ports/469651 Log: - Upgrade to 1.81 (a) - Define the license - Release maintainership. Reported by: jason (at) ixsystems.com Modified: head/print/fpdf/Makefile head/print/fpdf/distinfo head/print/fpdf/pkg-plist Modified: head/print/fpdf/Makefile ============================================================================== --- head/print/fpdf/Makefile Fri May 11 16:21:59 2018 (r469650) +++ head/print/fpdf/Makefile Fri May 11 16:47:41 2018 (r469651) @@ -2,21 +2,25 @@ # $FreeBSD$ PORTNAME= fpdf -PORTVERSION= 1.7 -PORTREVISION= 1 +PORTVERSION= 1.81 PORTEPOCH= 1 CATEGORIES= print www MASTER_SITES= http://www.fpdf.org/en/ DISTNAME= ${PORTNAME}${PORTVERSION:S|.||} -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Free PHP class to generate PDF files with pure PHP -USE_PHP= zlib +LICENSE= As_Is +LICENSE_NAME= As_Is +LICENSE_FILE= ${WRKSRC}/license.txt +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept FETCH_CMD= ${FETCH_BINARY} -ARr -o ${DISTDIR}/${DISTFILES} -USES= dos2unix tar:tgz +USES= dos2unix php tar:tgz +USE_PHP= zlib NO_BUILD= yes +NO_ARCH= yes FPDF_DIR?= share/fpdf @@ -25,7 +29,7 @@ SUB_LIST= FPDF_DIR=${FPDF_DIR} PLIST_SUB= FPDF_DIR=${FPDF_DIR} EXT2CNV= afm css htm php txt -DOCS= FAQ.htm changelog.htm doc fpdf.css install.txt license.txt tutorial +DOCS= FAQ.htm changelog.htm doc fpdf.css install.txt tutorial OPTIONS_DEFINE= DOCS Modified: head/print/fpdf/distinfo ============================================================================== --- head/print/fpdf/distinfo Fri May 11 16:21:59 2018 (r469650) +++ head/print/fpdf/distinfo Fri May 11 16:47:41 2018 (r469651) @@ -1,2 +1,3 @@ -SHA256 (fpdf17.tgz) = 7c4299c02a344f5ef1219e23b690fdf913f0cf9445c9b6ee1bdccecf0e601c60 -SIZE (fpdf17.tgz) = 127077 +TIMESTAMP = 1526055948 +SHA256 (fpdf181.tgz) = bc032bccb4ec5a988c4767fb4fa13c295a5f730f5b7419268586b12ed2b96723 +SIZE (fpdf181.tgz) = 127608 Modified: head/print/fpdf/pkg-plist ============================================================================== --- head/print/fpdf/pkg-plist Fri May 11 16:21:59 2018 (r469650) +++ head/print/fpdf/pkg-plist Fri May 11 16:47:41 2018 (r469651) @@ -1,5 +1,5 @@ -%%PORTDOCS%%%%DOCSDIR%%/FAQ.htm %%PORTDOCS%%%%DOCSDIR%%/changelog.htm +%%PORTDOCS%%%%DOCSDIR%%/doc/__construct.htm %%PORTDOCS%%%%DOCSDIR%%/doc/acceptpagebreak.htm %%PORTDOCS%%%%DOCSDIR%%/doc/addfont.htm %%PORTDOCS%%%%DOCSDIR%%/doc/addlink.htm @@ -9,7 +9,8 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/close.htm %%PORTDOCS%%%%DOCSDIR%%/doc/error.htm %%PORTDOCS%%%%DOCSDIR%%/doc/footer.htm -%%PORTDOCS%%%%DOCSDIR%%/doc/fpdf.htm +%%PORTDOCS%%%%DOCSDIR%%/doc/getpageheight.htm +%%PORTDOCS%%%%DOCSDIR%%/doc/getpagewidth.htm %%PORTDOCS%%%%DOCSDIR%%/doc/getstringwidth.htm %%PORTDOCS%%%%DOCSDIR%%/doc/getx.htm %%PORTDOCS%%%%DOCSDIR%%/doc/gety.htm @@ -47,9 +48,9 @@ %%PORTDOCS%%%%DOCSDIR%%/doc/sety.htm %%PORTDOCS%%%%DOCSDIR%%/doc/text.htm %%PORTDOCS%%%%DOCSDIR%%/doc/write.htm +%%PORTDOCS%%%%DOCSDIR%%/FAQ.htm %%PORTDOCS%%%%DOCSDIR%%/fpdf.css %%PORTDOCS%%%%DOCSDIR%%/install.txt -%%PORTDOCS%%%%DOCSDIR%%/license.txt %%PORTDOCS%%%%DOCSDIR%%/tutorial/20k_c1.txt %%PORTDOCS%%%%DOCSDIR%%/tutorial/20k_c2.txt %%PORTDOCS%%%%DOCSDIR%%/tutorial/calligra.php