diff options
author | thierry <thierry@FreeBSD.org> | 2005-07-15 08:54:30 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-07-15 08:54:30 +0000 |
commit | f0168034ca6d377015af53ea97795a7e1700bf75 (patch) | |
tree | 8c24318c326e42b8f7be2961d292c8b695316b69 /print/fpdf | |
parent | 7f781d47c6f0c28b7b6a8b1f50c2b929baf8df6a (diff) | |
download | FreeBSD-ports-f0168034ca6d377015af53ea97795a7e1700bf75.zip FreeBSD-ports-f0168034ca6d377015af53ea97795a7e1700bf75.tar.gz |
Yet another silent update: only doc files have been updated (FAQ.htm
and sety.htm).
Reported by: Kris via pointyhat
Diffstat (limited to 'print/fpdf')
-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 bb51a83..e210280 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 d438fbd..ef8c798 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 |