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

(-)b/sysutils/ledit/Makefile (-5 / +7 lines)
Lines 1-11 Link Here
1
# Created by: Marwan Burelle <marwan.burelle@lri.fr>
1
# Created by: Marwan Burelle <marwan.burelle@lri.fr>
2
2
3
PORTNAME=	ledit
3
PORTNAME=	ledit
4
PORTVERSION=	2.04
4
DISTVERSION=	2-05
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
MASTER_SITES=	http://cristal.inria.fr/%SUBDIR%/ \
6
MASTER_SITES=	https://github.com/chetmurthy/ledit/archive/
7
		http://pauillac.inria.fr/%SUBDIR%/
8
MASTER_SITE_SUBDIR=	~ddr/${PORTNAME}/distrib/src
9
7
10
MAINTAINER=	k@stereochro.me
8
MAINTAINER=	k@stereochro.me
11
COMMENT=	Line editor to be used with interactive commands
9
COMMENT=	Line editor to be used with interactive commands
Lines 15-23 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
15
13
16
BUILD_DEPENDS=	camlp5r:devel/ocaml-camlp5
14
BUILD_DEPENDS=	camlp5r:devel/ocaml-camlp5
17
15
18
USES=		gmake tar:tgz
16
USES=		gmake
19
USE_OCAML=	yes
17
USE_OCAML=	yes
20
18
19
#USE_GITHUB=	yes
20
#GH_ACCOUNT=	chetmurthy
21
22
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-${DISTVERSION}
21
ALL_TARGET=	all ledit.opt
23
ALL_TARGET=	all ledit.opt
22
MAKE_JOBS_UNSAFE=	yes
24
MAKE_JOBS_UNSAFE=	yes
23
25
(-)b/sysutils/ledit/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1571546227
1
TIMESTAMP = 1649407671
2
SHA256 (ledit-2.04.tgz) = 484897016b001b6d64eb24e38a213177b230ebf8e0d9808a969b62f012e70ee4
2
SHA256 (ledit-2-05.tar.gz) = 493ee6eae47cc92f1bee5f3c04a2f7aaa0812e4bdf17e03b32776ab51421392c
3
SIZE (ledit-2.04.tgz) = 24430
3
SIZE (ledit-2-05.tar.gz) = 25220
4
- 

Return to bug 263153