aboutsummaryrefslogtreecommitdiff
path: root/print/fpdf
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2013-10-16 21:11:27 +0000
committerThierry Thomas <thierry@FreeBSD.org>2013-10-16 21:11:27 +0000
commit1a83e9b47361e1515defd9bb46b7ca0658c1c53f (patch)
treed41dc2f3ff9071c72f4e80b133b3a67b54a3a09c /print/fpdf
parentc78cafee0d0458c47afca6b91d0ec1abde69eba7 (diff)
downloadports-1a83e9b47361e1515defd9bb46b7ca0658c1c53f.tar.gz
ports-1a83e9b47361e1515defd9bb46b7ca0658c1c53f.zip
Tarball has been rerolled with the same version number.
The only change is a CSS file : diff -urN fpdf17.orig/fpdf.css fpdf17/fpdf.css --- fpdf17.orig/fpdf.css 2008-06-08 20:45:41.000000000 +0200 +++ fpdf17/fpdf.css 2008-07-19 15:04:48.000000000 +0200 @@ -1,6 +1,6 @@ body {font-family:"Times New Roman",serif} h1 {font:bold 135% Arial,sans-serif; color:#4000A0; margin-bottom:0.9em} -h2 {font:bold 100% Arial,sans-serif; color:#900000; margin-top:1.5em} +h2 {font:bold 95% Arial,sans-serif; color:#900000; margin-top:1.5em; margin-bottom:1em} dl.param dt {text-decoration:underline} dl.param dd {margin-top:1em; margin-bottom:1em} dl.param ul {margin-top:1em; margin-bottom:1em} Since I'm there, "stagify". PR: ports/183010 Submitted by: marino
Notes
Notes: svn path=/head/; revision=330541
Diffstat (limited to 'print/fpdf')
-rw-r--r--print/fpdf/Makefile12
-rw-r--r--print/fpdf/distinfo4
2 files changed, 8 insertions, 8 deletions
diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile
index 277754068612..0fe19a7780f5 100644
--- a/print/fpdf/Makefile
+++ b/print/fpdf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fpdf
PORTVERSION= 1.7
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= print www
MASTER_SITES= http://www.fpdf.org/en/
@@ -27,7 +28,6 @@ PLIST_SUB= FPDF_DIR=${FPDF_DIR}
EXT2CNV= afm css htm php txt
DOCS= FAQ.htm changelog.htm doc fpdf.css install.txt license.txt tutorial
-NO_STAGE= yes
do-fetch:
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
${FETCH_CMD} ${FETCH_BEFORE_ARGS} \
@@ -35,12 +35,12 @@ do-fetch:
fi
do-install:
- ${MKDIR} ${PREFIX}/${FPDF_DIR}
- ${INSTALL_DATA} ${WRKSRC}/fpdf.php ${PREFIX}/${FPDF_DIR}
- (cd ${WRKSRC} && ${COPYTREE_SHARE} "font makefont" ${PREFIX}/${FPDF_DIR}/)
+ ${MKDIR} ${STAGEDIR}${PREFIX}/${FPDF_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/fpdf.php ${STAGEDIR}${PREFIX}/${FPDF_DIR}
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} "font makefont" ${STAGEDIR}${PREFIX}/${FPDF_DIR}/)
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- (cd ${WRKSRC} && ${COPYTREE_SHARE} "${DOCS}" ${DOCSDIR}/)
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} "${DOCS}" ${STAGEDIR}${DOCSDIR}/)
.endif
post-install:
diff --git a/print/fpdf/distinfo b/print/fpdf/distinfo
index 726cd9027d6f..b88ca837870b 100644
--- a/print/fpdf/distinfo
+++ b/print/fpdf/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fpdf17.tgz) = 6e74f2dead54f538c1080cf353bf1ef3f10e3363402f53aa9b2c8f7f232a3c3a
-SIZE (fpdf17.tgz) = 127075
+SHA256 (fpdf17.tgz) = 7c4299c02a344f5ef1219e23b690fdf913f0cf9445c9b6ee1bdccecf0e601c60
+SIZE (fpdf17.tgz) = 127077