View | Details | Raw Unified | Return to bug 178462
Collapse All | Expand All

(-)hexedit/Makefile (-4 / +4 lines)
Lines 7-22 Link Here
7
#
7
#
8
8
9
PORTNAME=	hexedit
9
PORTNAME=	hexedit
10
PORTVERSION=	1.2.12
10
PORTVERSION=	1.2.13
11
CATEGORIES=	editors
11
CATEGORIES=	editors
12
MASTER_SITES=	http://people.mandriva.com/~prigaux/ \
12
MASTER_SITES=	MASTER_SITES=    http://rigaux.org/
13
		${MASTER_SITE_LOCAL:S/$/:local/}
14
MASTER_SITE_SUBDIR=	obrien/:local
15
DISTFILES=	${DISTNAME}.src.tgz:DEFAULT,local
13
DISTFILES=	${DISTNAME}.src.tgz:DEFAULT,local
16
14
17
MAINTAINER=	obrien@FreeBSD.org
15
MAINTAINER=	obrien@FreeBSD.org
18
COMMENT=	View and edit files in hexadecimal or ASCII
16
COMMENT=	View and edit files in hexadecimal or ASCII
19
17
18
LICENSE=	GPLv2
19
20
WRKSRC=		${WRKDIR}/${DISTNAME:S/-${PORTVERSION}//}
20
WRKSRC=		${WRKDIR}/${DISTNAME:S/-${PORTVERSION}//}
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
MAN1=		hexedit.1
22
MAN1=		hexedit.1
(-)hexedit/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (hexedit-1.2.12.src.tgz) = bcffbf3d128516cc4e1da64485866fbb5f62754f2af8327e7a527855186ba10f
1
SHA256 (hexedit-1.2.13.src.tgz) = 6a126da30a77f5c0b08038aa7a881d910e3b65d13767fb54c58c983963b88dd7
2
SIZE (hexedit-1.2.12.src.tgz) = 65802
2
SIZE (hexedit-1.2.13.src.tgz) = 68778
(-)hexedit/files/patch-hexedit.h (-10 lines)
Lines 1-10 Link Here
1
--- hexedit.h.ORI	Tue Nov  8 17:16:47 2005
2
+++ hexedit.h	Sat Jul 29 15:23:36 2006
3
@@ -5,6 +5,7 @@
4
 #include <stdio.h>
5
 #include <stdlib.h>
6
 #include <string.h>
7
+#include <sys/param.h>
8
 #include <sys/types.h>
9
 #include <sys/stat.h>
10
 #if HAVE_FCNTL_H

Return to bug 178462