Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2008 15:13:50 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125643: [PATCH] editors/xemacs: cleanups, take maintainership
Message-ID:  <200807151513.m6FFDocH024328@riderwayinc.com>
Resent-Message-ID: <200807151520.m6FFK2NP001332@freefall.freebsd.org>

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

>Number:         125643
>Category:       ports
>Synopsis:       [PATCH] editors/xemacs: cleanups, 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:   Tue Jul 15 15:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.0-RELEASE amd64
>Organization:
Riderway Inc.
>Environment:
System: FreeBSD riderwayinc.com 7.0-RELEASE FreeBSD 7.0-RELEASE #2: Thu Feb 28 21:20:48 UTC 2008
>Description:
- Take maintainership
- s/?=/=/  for MAINTAINER, COMMENT
- set categories = not +=
- LOCALBASE is part of PLIST_SUB by default, and use += not =

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

--- xemacs-21.4.21_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/xemacs/Makefile,v
retrieving revision 1.110
diff -u -u -r1.110 Makefile
--- Makefile	19 Apr 2008 17:48:24 -0000	1.110
+++ Makefile	15 Jul 2008 15:11:44 -0000
@@ -8,14 +8,14 @@
 PORTNAME=	xemacs
 PORTVERSION=	${XEMACS_VER}
 PORTREVISION=	2
-CATEGORIES+=	editors
+CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_XEMACS}
 MASTER_SITE_SUBDIR=	xemacs-${XEMACS_REL}
 DISTNAME=	xemacs-${XEMACS_VER}
 DIST_SUBDIR=	xemacs
 
-MAINTAINER?=	ports@FreeBSD.org
-COMMENT?=	This port tracks the stable version of the XEmacs text editor
+MAINTAINER=	pgollucci@p6m7g8.com
+COMMENT=	This port tracks the stable version of the XEmacs text editor
 
 CONFLICTS=	emacs-19.* emacs-21.* emacs-22.* \
 		xemacs-devel-[0-9]* \
@@ -59,8 +59,7 @@
 		xemacs-${XEMACS_VER}/xemacs
 ALL_TARGET=	all dist
 
-PLIST_SUB=	XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} \
-		LOCALBASE=${LOCALBASE}
+PLIST_SUB+=	XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
 
 .include <bsd.port.pre.mk>
 
--- xemacs-21.4.21_2.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?200807151513.m6FFDocH024328>