Index: head/print/fpdf/Makefile =================================================================== --- head/print/fpdf/Makefile (revision 209311) +++ head/print/fpdf/Makefile (revision 209312) @@ -1,61 +1,61 @@ # New ports collection makefile for: fpdf # Date created: 21 March 2005 # Whom: Thierry Thomas # # $FreeBSD$ # PORTNAME= fpdf PORTVERSION= 1.53 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= print www MASTER_SITES= http://www.fpdf.org/fr/ DISTNAME= ${PORTNAME}${PORTVERSION:S|.||} EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= A free PHP class to generate PDF files with pure PHP USE_PHP= zlib FETCH_CMD= /usr/bin/fetch -ARr -o ${DISTDIR}/${DISTFILES} NO_BUILD= yes FPDF_DIR?= share/fpdf SUB_FILES= pkg-message SUB_LIST= FPDF_DIR=${FPDF_DIR} PLIST_SUB= FPDF_DIR=${FPDF_DIR} EXT2CNV= afm css htm php txt DOCS= FAQ.htm doc/* fpdf.css histo.htm install.txt tutoriel do-fetch: @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \ ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \ '${MASTER_SITES}dl.php?v=${PORTVERSION:S|.||}&f=${EXTRACT_SUFX:S|.||}'; \ fi pre-patch: @${ECHO_MSG} "===> Converting DOS text files to UNIX text files" .for ext in ${EXT2CNV} @${FIND} ${WRKSRC} -type f -name "*.${ext}" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -i '' -e 's/ $$//' .endfor @${FIND} ${WRKSRC} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} do-install: ${MKDIR} ${PREFIX}/${FPDF_DIR} ${INSTALL_DATA} ${WRKSRC}/fpdf.php ${PREFIX}/${FPDF_DIR} ${CP} -R ${WRKSRC}/font ${PREFIX}/${FPDF_DIR} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${CP} -R ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif post-install: @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .include Property changes on: head/print/fpdf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/print/fpdf/distinfo =================================================================== --- head/print/fpdf/distinfo (revision 209311) +++ head/print/fpdf/distinfo (revision 209312) @@ -1,3 +1,3 @@ -MD5 (fpdf153.tgz) = 870cf07485a2b550ba7b78a00cc3f9b6 -SHA256 (fpdf153.tgz) = 471db55e6ff06e50b8347857839a5e0d4917be708cc488f10a2d2afeadaf2757 -SIZE (fpdf153.tgz) = 135106 +MD5 (fpdf153.tgz) = e96afd55f57be32dd9547fe2fe38d926 +SHA256 (fpdf153.tgz) = a5563bed72780b3ccdce3a5877948a7532d1b04c29416e4dee7824fe59551c39 +SIZE (fpdf153.tgz) = 134848 Property changes on: head/print/fpdf/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property