View | Details | Raw Unified | Return to bug 263843 | Differences between
and this patch

Collapse All | Expand All

(-)b/editors/fileobj/Makefile (-6 / +4 lines)
Lines 1-9 Link Here
1
# Created by: Rimvydas Jasinskas <zrj@ef.irc>
1
# Created by: Rimvydas Jasinskas <zrj@ef.irc>
2
2
3
PORTNAME=	fileobj
3
PORTNAME=	fileobj
4
PORTVERSION=	0.7.55
5
PORTREVISION=	1
6
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	0.7.108
7
CATEGORIES=	editors
6
CATEGORIES=	editors
8
7
9
MAINTAINER=	zrj@dragonflybsd.org
8
MAINTAINER=	zrj@dragonflybsd.org
Lines 12-22 COMMENT= Portable hex editor with vi like interface Link Here
12
LICENSE=	BSD2CLAUSE
11
LICENSE=	BSD2CLAUSE
13
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
14
13
15
GH_ACCOUNT=	kusumi
16
USE_GITHUB=	yes
17
18
USES=		python:3.6+
14
USES=		python:3.6+
19
USE_PYTHON=	autoplist distutils concurrent optsuffix
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	kusumi
17
USE_PYTHON=	autoplist concurrent distutils optsuffix
20
18
21
PLIST_FILES=	man/man1/fileobj.1.gz
19
PLIST_FILES=	man/man1/fileobj.1.gz
22
20
(-)b/editors/fileobj/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1510447436
1
TIMESTAMP = 1651936374
2
SHA256 (kusumi-fileobj-v0.7.55_GH0.tar.gz) = 1c74475d87b5832efb507b0493092fe6bf366887cfd483741723d1eeedf7ade5
2
SHA256 (kusumi-fileobj-v0.7.108_GH0.tar.gz) = b3e891ed9a642c1f698330e2f5d2036b419e25ff1c26de9e6b752d1d29e13941
3
SIZE (kusumi-fileobj-v0.7.55_GH0.tar.gz) = 128505
3
SIZE (kusumi-fileobj-v0.7.108_GH0.tar.gz) = 193970

Return to bug 263843