Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2009 19:43:54 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/138290: [PATCH] editors/joe: Changed Makefile. Take maintainership.
Message-ID:  <20090828224354.A2E6422ADC0@fbsd72.scjamorim.org>
Resent-Message-ID: <200908282300.n7SN09F6065292@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         138290
>Category:       ports
>Synopsis:       [PATCH] editors/joe: Changed Makefile. Take maintainership.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 28 23:00:09 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug  3 22:10:47 BRT
>Description:
- Changed Makefile
- Take maintainership.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- joe-3.7,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/joe/Makefile,v
retrieving revision 1.29
diff -u -u -r1.29 Makefile
--- Makefile	28 Aug 2009 17:36:55 -0000	1.29
+++ Makefile	28 Aug 2009 22:51:03 -0000
@@ -8,15 +8,15 @@
 PORTNAME=	joe
 PORTVERSION=	3.7
 PORTEPOCH=	1
-CATEGORIES+=	editors
+CATEGORIES=	editors
 MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
 DISTNAME=	${PORTNAME}-${PORTVERSION}
 
-MAINTAINER?=	ports@FreeBSD.org
+MAINTAINER=	scjamorim@bsd.com.br
 COMMENT=	Joe's Own Editor
 
 BUILD_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
-RUN_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 CONFLICTS=	joe-2.*
 
--- joe-3.7,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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