Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 11:25:40 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 256649856926 - main - print/fpdf: Adopt port and update to 1.86
Message-ID:  <202401211125.40LBPePD055114@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2566498569268b0ee83d6a9718982e7b95b82d8b

commit 2566498569268b0ee83d6a9718982e7b95b82d8b
Author:     Mark Huizer <xaa+fbsdbug@dohd.org>
AuthorDate: 2024-01-21 10:10:04 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-01-21 11:24:48 +0000

    print/fpdf: Adopt port and update to 1.86
    
    Upstream doesn't provide a changelog
    
    PR:             276042
---
 print/fpdf/Makefile  | 8 ++++----
 print/fpdf/distinfo  | 6 +++---
 print/fpdf/pkg-plist | 7 ++++---
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile
index 3416214c2feb..b69e180f5462 100644
--- a/print/fpdf/Makefile
+++ b/print/fpdf/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	fpdf
-PORTVERSION=	1.81
+DISTVERSION=	1.86
 PORTEPOCH=	1
 CATEGORIES=	print www
 MASTER_SITES=	http://www.fpdf.org/en/
-DISTNAME=	${PORTNAME}${PORTVERSION:S|.||}
+DISTNAME=	${PORTNAME}${DISTVERSION:S|.||}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	xaa+ports@dohd.org
 COMMENT=	Free PHP class to generate PDF files with pure PHP
 WWW=		http://www.fpdf.org/
 
@@ -34,7 +34,7 @@ OPTIONS_DEFINE=	DOCS
 do-fetch:
 	@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
 	${FETCH_CMD} ${FETCH_BEFORE_ARGS}	\
-		'${MASTER_SITES}dl.php?v=${PORTVERSION:S|.||}&f=${EXTRACT_SUFX:S|.||}'; \
+		'${MASTER_SITES}dl.php?v=${DISTVERSION:S|.||}&f=${EXTRACT_SUFX:S|.||}'; \
 	fi
 
 do-install:
diff --git a/print/fpdf/distinfo b/print/fpdf/distinfo
index e55bbfe5b7da..49873b29807a 100644
--- a/print/fpdf/distinfo
+++ b/print/fpdf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526055948
-SHA256 (fpdf181.tgz) = bc032bccb4ec5a988c4767fb4fa13c295a5f730f5b7419268586b12ed2b96723
-SIZE (fpdf181.tgz) = 127608
+TIMESTAMP = 1704048468
+SHA256 (fpdf186.tgz) = b27101ab8e16e16e2691aecd7f4089b1040122ba28f76214636c20e00cd7ce2a
+SIZE (fpdf186.tgz) = 118080
diff --git a/print/fpdf/pkg-plist b/print/fpdf/pkg-plist
index 16ee0eceb764..bbdbfe8b0aa7 100644
--- a/print/fpdf/pkg-plist
+++ b/print/fpdf/pkg-plist
@@ -53,9 +53,10 @@
 %%PORTDOCS%%%%DOCSDIR%%/install.txt
 %%PORTDOCS%%%%DOCSDIR%%/tutorial/20k_c1.txt
 %%PORTDOCS%%%%DOCSDIR%%/tutorial/20k_c2.txt
-%%PORTDOCS%%%%DOCSDIR%%/tutorial/calligra.php
-%%PORTDOCS%%%%DOCSDIR%%/tutorial/calligra.ttf
-%%PORTDOCS%%%%DOCSDIR%%/tutorial/calligra.z
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/CevicheOne-Regular-Licence.txt
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/CevicheOne-Regular.php
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/CevicheOne-Regular.ttf
+%%PORTDOCS%%%%DOCSDIR%%/tutorial/CevicheOne-Regular.z
 %%PORTDOCS%%%%DOCSDIR%%/tutorial/countries.txt
 %%PORTDOCS%%%%DOCSDIR%%/tutorial/index.htm
 %%PORTDOCS%%%%DOCSDIR%%/tutorial/logo.png



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