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

(-)b/editors/aee/Makefile (-4 / +7 lines)
Lines 1-21 Link Here
1
# Created by: Kelly Yancey <kbyanc@posi.net>
1
# Created by: Kelly Yancey <kbyanc@posi.net>
2
2
3
PORTNAME=	aee
3
PORTNAME=	aee
4
PORTVERSION=	2.2.21
4
DISTVERSION=	2.2.22
5
PORTREVISION=	2
6
CATEGORIES=	editors
5
CATEGORIES=	editors
7
MASTER_SITES=	https://BSDforge.com/projects/source/editors/aee/
8
6
9
MAINTAINER=	portmaster@BSDforge.com
7
MAINTAINER=	portmaster@BSDforge.com
10
COMMENT=	Easy editor with both curses and X11 interfaces
8
COMMENT=	Easy editor with both curses and X11 interfaces
11
9
12
LICENSE=	ART10
10
LICENSE=	ART10
11
LICENSE_FILE=	${WRKSRC}/Artistic
13
12
14
USES=		ncurses
13
USES=		ncurses
15
PLIST_FILES=	bin/aee bin/rae man/man1/aee.1.gz ${DATADIR}/help.ae
14
PLIST_FILES=	bin/aee bin/rae man/man1/aee.1.gz ${DATADIR}/help.ae
16
ALL_TARGET=	main
15
ALL_TARGET=	main
17
16
18
MAKE_JOBS_UNSAFE=	yes
17
USE_GITLAB=	yes
18
GL_ACCOUNT=	ports1
19
GL_PROJECT=	aee
20
GL_COMMIT=	bf68f4accb96ac39020ac2d9092022aebfa5df27
19
21
20
OPTIONS_DEFINE=	XAE
22
OPTIONS_DEFINE=	XAE
21
23
Lines 36-41 post-patch: Link Here
36
	@${REINPLACE_CMD} -e 's|/usr/local/lib|${DATADIR}|g' \
38
	@${REINPLACE_CMD} -e 's|/usr/local/lib|${DATADIR}|g' \
37
		${WRKSRC}/aee.1  \
39
		${WRKSRC}/aee.1  \
38
		${WRKSRC}/localize.c
40
		${WRKSRC}/localize.c
41
		${CHMOD} 0544 ${WRKSRC}/create.mk.aee ${WRKSRC}/create.mk.xae ${WRKSRC}/install-sh
39
42
40
do-install:
43
do-install:
41
	@${MKDIR} ${STAGEDIR}${DATADIR}
44
	@${MKDIR} ${STAGEDIR}${DATADIR}
(-)b/editors/aee/distinfo (-3 / +4 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1585228463
1
TIMESTAMP = 1623486859
2
SHA256 (aee-2.2.21.tar.gz) = b8a9a20679736ec44e74faae1550b33411cc675f7c587d2316e578f97b0d3727
2
SHA256 (ports1-aee-bf68f4accb96ac39020ac2d9092022aebfa5df27_GL0.tar.gz) = 399644fbe796868671c5b7e1b95a08f05fe2fc5b7dfdd54fabd156c7fad140ac
3
SIZE (aee-2.2.21.tar.gz) = 186304
3
SHA512 (ports1-aee-bf68f4accb96ac39020ac2d9092022aebfa5df27_GL0.tar.gz) = 0c631dc1d996307667cee90b124ee8dceeb33584981cd87ac7824d40a25bb6e9b94848ec122b7df09f4d975f9460cfcb8da085a684609197364b40c7cb7e633a
4
SIZE (ports1-aee-bf68f4accb96ac39020ac2d9092022aebfa5df27_GL0.tar.gz) = 183804
(-)b/editors/aee/pkg-descr (-1 / +1 lines)
Lines 8-11 multiple edit buffers. Link Here
8
aee is a superset of the "Easy Editor" (ee) which is part of the
8
aee is a superset of the "Easy Editor" (ee) which is part of the
9
FreeBSD base system.
9
FreeBSD base system.
10
10
11
WWW: https://BSDforge.com/projects/editors/aee/
11
WWW:	https://gitlab.com/ports1/aee

Return to bug 256565