From f0168034ca6d377015af53ea97795a7e1700bf75 Mon Sep 17 00:00:00 2001 From: thierry Date: Fri, 15 Jul 2005 08:54:30 +0000 Subject: Yet another silent update: only doc files have been updated (FAQ.htm and sety.htm). Reported by: Kris via pointyhat --- print/fpdf/Makefile | 8 +++++--- print/fpdf/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'print') diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile index bb51a830e86..e2102803e39 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 d438fbd7873..ef8c798866b 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 -- cgit