From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 8 16:40:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9802106567C for ; Fri, 8 Apr 2011 16:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 576EE8FC0C for ; Fri, 8 Apr 2011 16:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p38GeCKF096875 for ; Fri, 8 Apr 2011 16:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p38GeCY1096874; Fri, 8 Apr 2011 16:40:12 GMT (envelope-from gnats) Resent-Date: Fri, 8 Apr 2011 16:40:12 GMT Resent-Message-Id: <201104081640.p38GeCY1096874@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Rees Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 050CA1065670 for ; Fri, 8 Apr 2011 16:30:23 +0000 (UTC) (envelope-from utisoft@hotmail.com) Received: from blu0-omc1-s18.blu0.hotmail.com (blu0-omc1-s18.blu0.hotmail.com [65.55.116.29]) by mx1.freebsd.org (Postfix) with ESMTP id BA43F8FC20 for ; Fri, 8 Apr 2011 16:30:22 +0000 (UTC) Received: from BLU0-SMTP49 ([65.55.116.7]) by blu0-omc1-s18.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 8 Apr 2011 09:30:22 -0700 Received: from zeus.bayofrum.net ([90.214.102.13]) by BLU0-SMTP49.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 8 Apr 2011 09:30:20 -0700 Received: from zeus.bayofrum.net (crees@localhost [127.0.0.1]) by zeus.bayofrum.net (8.14.4/8.14.4) with ESMTP id p38GTo4G054936 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Fri, 8 Apr 2011 17:29:51 +0100 (BST) (envelope-from crees@zeus.bayofrum.net) Received: (from crees@localhost) by zeus.bayofrum.net (8.14.4/8.14.4/Submit) id p38GToZb054935; Fri, 8 Apr 2011 17:29:50 +0100 (BST) (envelope-from crees) Message-Id: Date: Fri, 8 Apr 2011 17:29:50 +0100 From: Chris Rees Sender: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156281: [PATCH] Fix port: graphics/libimg Update MASTER_SITE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2011 16:40:13 -0000 >Number: 156281 >Category: ports >Synopsis: [PATCH] Fix port: graphics/libimg Update MASTER_SITE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 08 16:40:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Sun Feb 27 22:19:51 UTC 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: >How-To-Repeat: >Fix: - Update MASTER_SITES, thus unbreaking - Pass maintainership to submitter - While here, remove MD5 checksum Submitted by: Chris Rees (utisoft_at_gmail.com) --- libimg-fix-fetch.diff begins here --- Index: Makefile =================================================================== RCS file: /exports/cvsroot-freebsd/ports/graphics/libimg/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefile 15 Mar 2011 18:16:39 -0000 1.30 +++ Makefile 8 Apr 2011 16:26:18 -0000 @@ -9,19 +9,16 @@ PORTVERSION= 1.2.4 PORTREVISION= 7 CATEGORIES?= graphics tk -MASTER_SITES= SF/tkimg/tkimg/${PORTVERSION} +MASTER_SITES= SF/tkimg/tkimg/${PORTVERSION:R} DISTNAME= img${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= utisoft@gmail.com COMMENT= A library of image format handlers for Tk4.1 and later LIB_DEPENDS= png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ tiff:${PORTSDIR}/graphics/tiff -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - .if defined(USE_TK) && ${USE_TK} == 83 PKGNAMESUFFIX= -tk83 USE_TK= 83 Index: distinfo =================================================================== RCS file: /exports/cvsroot-freebsd/ports/graphics/libimg/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- distinfo 26 Nov 2005 01:47:47 -0000 1.6 +++ distinfo 8 Apr 2011 16:26:18 -0000 @@ -1,3 +1,2 @@ -MD5 (img1.2.4.tar.gz) = 051ec4ac04e7d5ce00debeb9defc6dfe SHA256 (img1.2.4.tar.gz) = 1e3cb9c28fdf1ef87cd7c379ba1eb46988524d42120ae2d22d856a2dfee71fa0 SIZE (img1.2.4.tar.gz) = 1672758 --- libimg-fix-fetch.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: