From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 9 20:00:00 2013 Return-Path: Delivered-To: freebsd-ports-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 A7746517 for ; Thu, 9 May 2013 20:00: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 8E26CF00 for ; Thu, 9 May 2013 20:00: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 r49K006O022139 for ; Thu, 9 May 2013 20:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r49K00lg022138; Thu, 9 May 2013 20:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 9 May 2013 20:00:00 GMT Resent-Message-Id: <201305092000.r49K00lg022138@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, Oleg Ginzburg Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C8DA24C7 for ; Thu, 9 May 2013 19:57:05 +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 B95D5EE7 for ; Thu, 9 May 2013 19:57:05 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r49Jv54a099474 for ; Thu, 9 May 2013 19:57:05 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r49Jv5cZ099473; Thu, 9 May 2013 19:57:05 GMT (envelope-from nobody) Message-Id: <201305091957.r49Jv5cZ099473@oldred.FreeBSD.org> Date: Thu, 9 May 2013 19:57:05 GMT From: Oleg Ginzburg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178462: editors/hexedit update to 1.2.13 and fix dead mirror X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 20:00:00 -0000 >Number: 178462 >Category: ports >Synopsis: editors/hexedit update to 1.2.13 and fix dead mirror >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu May 09 20:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Oleg Ginzburg >Release: >Organization: >Environment: >Description: Update to last version, set license and include ports/175447 PR for fix broken mirror. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN hexedit.bak/Makefile hexedit/Makefile --- hexedit.bak/Makefile 2012-11-17 09:57:14.000000000 +0400 +++ hexedit/Makefile 2013-05-09 23:53:30.632367119 +0400 @@ -7,16 +7,16 @@ # PORTNAME= hexedit -PORTVERSION= 1.2.12 +PORTVERSION= 1.2.13 CATEGORIES= editors -MASTER_SITES= http://people.mandriva.com/~prigaux/ \ - ${MASTER_SITE_LOCAL:S/$/:local/} -MASTER_SITE_SUBDIR= obrien/:local +MASTER_SITES= MASTER_SITES= http://rigaux.org/ DISTFILES= ${DISTNAME}.src.tgz:DEFAULT,local MAINTAINER= obrien@FreeBSD.org COMMENT= View and edit files in hexadecimal or ASCII +LICENSE= GPLv2 + WRKSRC= ${WRKDIR}/${DISTNAME:S/-${PORTVERSION}//} GNU_CONFIGURE= yes MAN1= hexedit.1 diff -ruN hexedit.bak/distinfo hexedit/distinfo --- hexedit.bak/distinfo 2011-03-20 15:49:12.000000000 +0300 +++ hexedit/distinfo 2013-05-09 23:39:02.092378842 +0400 @@ -1,2 +1,2 @@ -SHA256 (hexedit-1.2.12.src.tgz) = bcffbf3d128516cc4e1da64485866fbb5f62754f2af8327e7a527855186ba10f -SIZE (hexedit-1.2.12.src.tgz) = 65802 +SHA256 (hexedit-1.2.13.src.tgz) = 6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7 +SIZE (hexedit-1.2.13.src.tgz) = 68778 diff -ruN hexedit.bak/files/patch-hexedit.h hexedit/files/patch-hexedit.h --- hexedit.bak/files/patch-hexedit.h 2007-09-24 16:32:54.000000000 +0400 +++ hexedit/files/patch-hexedit.h 1970-01-01 03:00:00.000000000 +0300 @@ -1,10 +0,0 @@ ---- hexedit.h.ORI Tue Nov 8 17:16:47 2005 -+++ hexedit.h Sat Jul 29 15:23:36 2006 -@@ -5,6 +5,7 @@ - #include - #include - #include -+#include - #include - #include - #if HAVE_FCNTL_H >Release-Note: >Audit-Trail: >Unformatted: