mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
print/fpdf: Adopt port and update to 1.86
Upstream doesn't provide a changelog PR: 276042
This commit is contained in:
parent
019c2e5879
commit
2566498569
3 changed files with 11 additions and 10 deletions
|
@ -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:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1526055948
|
||||
SHA256 (fpdf181.tgz) = bc032bccb4ec5a988c4767fb4fa13c295a5f730f5b7419268586b12ed2b96723
|
||||
SIZE (fpdf181.tgz) = 127608
|
||||
TIMESTAMP = 1704048468
|
||||
SHA256 (fpdf186.tgz) = b27101ab8e16e16e2691aecd7f4089b1040122ba28f76214636c20e00cd7ce2a
|
||||
SIZE (fpdf186.tgz) = 118080
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue