Skip to content

Commit

Permalink
editors/aee: Update to 2.2.22
Browse files Browse the repository at this point in the history
PR:		256565
Approved by:	maintainer
  • Loading branch information
Chris Hutchinson authored and kev009 committed Jun 14, 2021
1 parent 259ed60 commit fbcb79c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
11 changes: 7 additions & 4 deletions editors/aee/Makefile
@@ -1,21 +1,23 @@
# Created by: Kelly Yancey <kbyanc@posi.net>

PORTNAME= aee
PORTVERSION= 2.2.21
PORTREVISION= 2
DISTVERSION= 2.2.22
CATEGORIES= editors
MASTER_SITES= https://BSDforge.com/projects/source/editors/aee/

MAINTAINER= portmaster@BSDforge.com
COMMENT= Easy editor with both curses and X11 interfaces

LICENSE= ART10
LICENSE_FILE= ${WRKSRC}/Artistic

USES= ncurses
PLIST_FILES= bin/aee bin/rae man/man1/aee.1.gz ${DATADIR}/help.ae
ALL_TARGET= main

MAKE_JOBS_UNSAFE= yes
USE_GITLAB= yes
GL_ACCOUNT= ports1
GL_PROJECT= aee
GL_COMMIT= bf68f4accb96ac39020ac2d9092022aebfa5df27

OPTIONS_DEFINE= XAE

Expand All @@ -36,6 +38,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/lib|${DATADIR}|g' \
${WRKSRC}/aee.1 \
${WRKSRC}/localize.c
${CHMOD} 0544 ${WRKSRC}/create.mk.aee ${WRKSRC}/create.mk.xae ${WRKSRC}/install-sh

do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
Expand Down
7 changes: 4 additions & 3 deletions editors/aee/distinfo
@@ -1,3 +1,4 @@
TIMESTAMP = 1585228463
SHA256 (aee-2.2.21.tar.gz) = b8a9a20679736ec44e74faae1550b33411cc675f7c587d2316e578f97b0d3727
SIZE (aee-2.2.21.tar.gz) = 186304
TIMESTAMP = 1623486859
SHA256 (ports1-aee-bf68f4accb96ac39020ac2d9092022aebfa5df27_GL0.tar.gz) = 399644fbe796868671c5b7e1b95a08f05fe2fc5b7dfdd54fabd156c7fad140ac
SHA512 (ports1-aee-bf68f4accb96ac39020ac2d9092022aebfa5df27_GL0.tar.gz) = 0c631dc1d996307667cee90b124ee8dceeb33584981cd87ac7824d40a25bb6e9b94848ec122b7df09f4d975f9460cfcb8da085a684609197364b40c7cb7e633a
SIZE (ports1-aee-bf68f4accb96ac39020ac2d9092022aebfa5df27_GL0.tar.gz) = 183804
2 changes: 1 addition & 1 deletion editors/aee/pkg-descr
Expand Up @@ -8,4 +8,4 @@ multiple edit buffers.
aee is a superset of the "Easy Editor" (ee) which is part of the
FreeBSD base system.

WWW: https://BSDforge.com/projects/editors/aee/
WWW: https://gitlab.com/ports1/aee

0 comments on commit fbcb79c

Please sign in to comment.