Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 23:33:07 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/179795: [PATCH] graphics/pngcrush: failed checksum again (less 1 week after fixing it)
Message-ID:  <201306202333.r5KNX77U086954@oldred.freebsd.org>
Resent-Message-ID: <201306202340.r5KNe0o2059870@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179795
>Category:       misc
>Synopsis:       [PATCH] graphics/pngcrush: failed checksum again (less 1 week after fixing it)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 23:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
it seems pngcrush is very aggressive about moving "old" versions to the archives.  The master_sites was just updated a week ago, and it's already obsolete.  Maybe it should just be left to the archives.  The attached patch at least restores the build (again).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-06-08 17:18:33.000000000 +0000
+++ Makefile
@@ -4,7 +4,7 @@
 PORTNAME=	pngcrush
 PORTVERSION=	1.7.59
 CATEGORIES=	graphics
-MASTER_SITES=	SF/pmt/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES=	SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-nolib
 
 MAINTAINER=	jsa@FreeBSD.org


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306202333.r5KNX77U086954>