Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2020 13:21:32 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529185 - head/editors/aee
Message-ID:  <202003261321.02QDLWeC057693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Thu Mar 26 13:21:31 2020
New Revision: 529185
URL: https://svnweb.freebsd.org/changeset/ports/529185

Log:
  editors/aee:
  - Unbreak by updating MASTER_SITES
  
  PR:		244409
  Submitted by:	Chris Hutchinson (maintainer)

Modified:
  head/editors/aee/Makefile
  head/editors/aee/distinfo
  head/editors/aee/pkg-descr

Modified: head/editors/aee/Makefile
==============================================================================
--- head/editors/aee/Makefile	Thu Mar 26 13:05:03 2020	(r529184)
+++ head/editors/aee/Makefile	Thu Mar 26 13:21:31 2020	(r529185)
@@ -5,17 +5,15 @@ PORTNAME=	aee
 PORTVERSION=	2.2.21
 PORTREVISION=	2
 CATEGORIES=	editors
-MASTER_SITES=	http://www.users.uswest.net/~hmahon/sources/
+MASTER_SITES=	https://BSDforge.com/projects/source/editors/aee/
 
 MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Easy editor with both curses and X11 interfaces
 
-BROKEN=		unfetchable
-
 LICENSE=	ART10
 
 USES=		ncurses
-PLIST_FILES=	bin/aee bin/rae man/man1/aee.1.gz %%DATADIR%%/help.ae
+PLIST_FILES=	bin/aee bin/rae man/man1/aee.1.gz ${DATADIR}/help.ae
 ALL_TARGET=	main
 
 MAKE_JOBS_UNSAFE=	yes

Modified: head/editors/aee/distinfo
==============================================================================
--- head/editors/aee/distinfo	Thu Mar 26 13:05:03 2020	(r529184)
+++ head/editors/aee/distinfo	Thu Mar 26 13:21:31 2020	(r529185)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1585228463
 SHA256 (aee-2.2.21.tar.gz) = b8a9a20679736ec44e74faae1550b33411cc675f7c587d2316e578f97b0d3727
 SIZE (aee-2.2.21.tar.gz) = 186304

Modified: head/editors/aee/pkg-descr
==============================================================================
--- head/editors/aee/pkg-descr	Thu Mar 26 13:05:03 2020	(r529184)
+++ head/editors/aee/pkg-descr	Thu Mar 26 13:21:31 2020	(r529185)
@@ -5,7 +5,7 @@ as well as a graphical user interface under X windows 
 Features include pop-up menus, cut-and-paste, journaling, and
 multiple edit buffers.
 
-aee is a superset of the "Easy Editor" (ee) that is part of the
+aee is a superset of the "Easy Editor" (ee) which is part of the
 FreeBSD base system.
 
-WWW: http://www.users.uswest.net/~hmahon/
+WWW: https://BSDforge.com/projects/editors/aee/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003261321.02QDLWeC057693>