From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 20 23:40:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D95FCD04 for ; Thu, 20 Jun 2013 23:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A637B1CD7 for ; Thu, 20 Jun 2013 23:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5KNe0Mw059871 for ; Thu, 20 Jun 2013 23:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5KNe0o2059870; Thu, 20 Jun 2013 23:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 20 Jun 2013 23:40:00 GMT Resent-Message-Id: <201306202340.r5KNe0o2059870@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5EEC4C9B for ; Thu, 20 Jun 2013 23:33:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 509071CA2 for ; Thu, 20 Jun 2013 23:33:07 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5KNX70o086967 for ; Thu, 20 Jun 2013 23:33:07 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5KNX77U086954; Thu, 20 Jun 2013 23:33:07 GMT (envelope-from nobody) Message-Id: <201306202333.r5KNX77U086954@oldred.freebsd.org> Date: Thu, 20 Jun 2013 23:33:07 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/179795: [PATCH] graphics/pngcrush: failed checksum again (less 1 week after fixing it) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 23:40:00 -0000 >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: