Date: Thu, 9 May 2013 19:57:05 GMT From: Oleg Ginzburg <olevole@olevole.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/178462: editors/hexedit update to 1.2.13 and fix dead mirror Message-ID: <201305091957.r49Jv5cZ099473@oldred.FreeBSD.org> Resent-Message-ID: <201305092000.r49K00lg022138@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <stdio.h> - #include <stdlib.h> - #include <string.h> -+#include <sys/param.h> - #include <sys/types.h> - #include <sys/stat.h> - #if HAVE_FCNTL_H >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305091957.r49Jv5cZ099473>