From nobody@FreeBSD.org  Tue Oct 15 22:38:36 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 865F32D9
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Oct 2013 22:38:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 73E752D38
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Oct 2013 22:38:36 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9FMcaIA020916
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Oct 2013 22:38:36 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9FMca2Z020915;
	Tue, 15 Oct 2013 22:38:36 GMT
	(envelope-from nobody)
Message-Id: <201310152238.r9FMca2Z020915@oldred.freebsd.org>
Date: Tue, 15 Oct 2013 22:38:36 GMT
From: John Marino <marino@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: print/fpdf: checksum mismatch
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         183010
>Category:       ports
>Synopsis:       print/fpdf: checksum mismatch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    thierry
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 15 22:40:01 UTC 2013
>Closed-Date:    Wed Oct 16 21:12:31 UTC 2013
>Last-Modified:  Wed Oct 16 21:20:00 UTC 2013
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
It looks like the tarball was rerolled, the sum is off by two bytes.


===> Fetching all distfiles required by fpdf-1.7,1 for building
=> SHA256 Checksum mismatch for fpdf17.tgz.
===>  Refetch for 1 more times files: fpdf17.tgz 
/distfiles/fpdf17.tgz                                  124 kB  108 kBps
===> Fetching all distfiles required by fpdf-1.7,1 for building
===> Fetching all distfiles required by fpdf-1.7,1 for building
=> SHA256 Checksum mismatch for fpdf17.tgz.
===>  Giving up on fetching files: fpdf17.tgz 
Make sure the Makefile and distinfo file (/usr/ports/print/fpdf/distinfo)
are up to date.  If you are absolutely sure you want to override this
check, type "make NO_CHECKSUM=yes [other args]".
*** Error code 1
>How-To-Repeat:

>Fix:
verify and regenerate distinfo file.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->thierry 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Oct 15 22:40:14 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=183010 
State-Changed-From-To: open->closed 
State-Changed-By: thierry 
State-Changed-When: mer 16 oct 2013 21:11:48 UTC 
State-Changed-Why:  

Fixed. 

Thanks for the notification! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=183010 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183010: commit references a PR
Date: Wed, 16 Oct 2013 21:11:35 +0000 (UTC)

 Author: thierry
 Date: Wed Oct 16 21:11:27 2013
 New Revision: 330541
 URL: http://svnweb.freebsd.org/changeset/ports/330541
 
 Log:
   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
 
 Modified:
   head/print/fpdf/Makefile
   head/print/fpdf/distinfo
 
 Modified: head/print/fpdf/Makefile
 ==============================================================================
 --- head/print/fpdf/Makefile	Wed Oct 16 21:03:48 2013	(r330540)
 +++ head/print/fpdf/Makefile	Wed Oct 16 21:11:27 2013	(r330541)
 @@ -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:
 
 Modified: head/print/fpdf/distinfo
 ==============================================================================
 --- head/print/fpdf/distinfo	Wed Oct 16 21:03:48 2013	(r330540)
 +++ head/print/fpdf/distinfo	Wed Oct 16 21:11:27 2013	(r330541)
 @@ -1,2 +1,2 @@
 -SHA256 (fpdf17.tgz) = 6e74f2dead54f538c1080cf353bf1ef3f10e3363402f53aa9b2c8f7f232a3c3a
 -SIZE (fpdf17.tgz) = 127075
 +SHA256 (fpdf17.tgz) = 7c4299c02a344f5ef1219e23b690fdf913f0cf9445c9b6ee1bdccecf0e601c60
 +SIZE (fpdf17.tgz) = 127077
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
