On Thu, 16 May 2013, Brian Callahan wrote:

Hi ports --

I was looking through the list of ports with unreachable HOMEPAGEs tonight.
editors/ee's HOMEPAGE appears to be entirely missing (can't find it on DDG or Google).
The port needed a little tweak anyway, below is a patch:
* Add PKGNAME (since we probably don't want .src in the package name)
* Mirror the source myself
* Take MAINTAINER (unless someone else wants it?)

I needed to add EPOCH for 'make update' to work correctly.

OK?


I found a homepage for ee. The sources on the page are a bit outdated though, so I'll continue to provide a mirror.

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/ee/Makefile,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 Makefile
--- Makefile    11 Mar 2013 11:02:49 -0000      1.12
+++ Makefile    17 May 2013 06:02:26 -0000
@@ -4,16 +4,19 @@ COMMENT=              easy to use text editor

 VERSION=               1.5.2
 DISTNAME=              ee-${VERSION}.src
+PKGNAME=               ee-${VERSION}
+EPOCH=                 0
 CATEGORIES=            editors

-HOMEPAGE=              http://mahon.cwx.net/
+HOMEPAGE=              http://www.users.uswest.net/~hmahon/
+MAINTAINER=            Brian Callahan <bcal...@openbsd.org>

 # BSD-like
 PERMIT_PACKAGE_CDROM=  Yes

 WANTLIB=               c

-MASTER_SITES=          ${HOMEPAGE}sources/
+MASTER_SITES=          http://devio.us/~bcallah/source/
 EXTRACT_SUFX=          .tgz

 WRKDIST=               ${WRKDIR}/easyedit-${VERSION}

Reply via email to