diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-07-15 08:54:30 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-07-15 08:54:30 +0000 |
commit | be1432b104bfd663debdc7d0de844a7a332c3ad4 (patch) | |
tree | 81736e962a0d318f6bc1b6edb6b7dd011977f050 /print | |
parent | - Fix 'echo' syntax (diff) |
Yet another silent update: only doc files have been updated (FAQ.htm
and sety.htm).
Reported by: Kris via pointyhat
Diffstat (limited to 'print')
-rw-r--r-- | print/fpdf/Makefile | 8 | ||||
-rw-r--r-- | print/fpdf/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile index bb51a830e868..e2102803e39d 100644 --- a/print/fpdf/Makefile +++ b/print/fpdf/Makefile @@ -7,7 +7,7 @@ PORTNAME= fpdf PORTVERSION= 1.53 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print www MASTER_SITES= http://www.fpdf.org/fr/ DISTNAME= ${PORTNAME}${PORTVERSION:S|.||} @@ -31,8 +31,10 @@ EXT2CNV= afm htm php txt DOCS= FAQ.htm doc/* fpdf.css histo.htm install.txt tutoriel do-fetch: - @${FETCH_CMD} ${FETCH_BEFORE_ARGS} \ - '${MASTER_SITES}dl.php?v=${PORTVERSION:S|.||}&f=${EXTRACT_SUFX:S|.||}' + @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ + ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \ + '${MASTER_SITES}dl.php?v=${PORTVERSION:S|.||}&f=${EXTRACT_SUFX:S|.||}'; \ + fi pre-patch: .for ext in ${EXT2CNV} diff --git a/print/fpdf/distinfo b/print/fpdf/distinfo index d438fbd78734..ef8c798866bf 100644 --- a/print/fpdf/distinfo +++ b/print/fpdf/distinfo @@ -1,2 +1,2 @@ -MD5 (fpdf153.tgz) = 321345990c3fda0513c520cecbe4f3d3 -SIZE (fpdf153.tgz) = 134417 +MD5 (fpdf153.tgz) = dcb53192b1de0f9e2c67c3d4bca0afdb +SIZE (fpdf153.tgz) = 134525 |