From ishmael@babylon.merseine.nu  Sun Nov  5 16:50:56 2000
Return-Path: <ishmael@babylon.merseine.nu>
Received: from babylon.merseine.nu (c418236-a.clmba1.mo.home.com [24.12.203.134])
	by hub.freebsd.org (Postfix) with ESMTP id EB77837B4C5
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Nov 2000 16:50:55 -0800 (PST)
Received: (from ishmael@localhost)
	by babylon.merseine.nu (8.11.1/8.11.1) id eA60ppk01813;
	Sun, 5 Nov 2000 18:51:51 -0600 (CST)
	(envelope-from ishmael)
Message-Id: <200011060051.eA60ppk01813@babylon.merseine.nu>
Date: Sun, 5 Nov 2000 18:51:51 -0600 (CST)
From: ishmael27@home.com
Sender: ishmael@babylon.merseine.nu
Reply-To: ishmael27@home.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: Minor change to graphics/evas + assume maintance
X-Send-Pr-Version: 3.2

>Number:         22630
>Category:       ports
>Synopsis:       Minor change to graphics/evas + assume maintance
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 05 17:00:01 PST 2000
>Closed-Date:    Mon Nov 6 06:10:55 PST 2000
>Last-Modified:  Mon Nov 06 06:11:09 PST 2000
>Originator:     Jeremy Norris
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
>Environment:

FreeBSD babylon.merseine.nu 4.1.1-STABLE i386
	

>Description:

This patch makes the minor change of quieting the output of the post-install
target and changes the MASTER_SITES to MASTER_SITE_SOURCEFORGE.
Also assume MAINTAINER-ship of this port (which I originally
created/submitted).
	

>How-To-Repeat:

	

>Fix:

diff -urN ../cvs/evas/Makefile ./Makefile
--- ../cvs/evas/Makefile	Fri Nov  3 06:24:18 2000
+++ ./Makefile	Sun Nov  5 18:23:51 2000
@@ -2,15 +2,16 @@
 # Date created:		24 Oct 2000
 # Whom:			Jeremy Norris <ishmael27@home.com>
 #
 # $FreeBSD: ports/graphics/evas/Makefile,v 1.1 2000/11/03 12:24:18 nakai Exp $
 #
 
 PORTNAME=	evas
 PORTVERSION=	0.0.1
 CATEGORIES=	graphics
-MASTER_SITES=	http://download.sourceforge.net/enlightenment/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	enlightenment
 
-MAINTAINER=	ports@FreeBSD.ORG
+MAINTAINER=	ishmael27@home.com
 
 LIB_DEPENDS=	Imlib2.1:${PORTSDIR}/graphics/imlib2-tmp
 
@@ -23,6 +24,6 @@
 		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
 
 post-install:
-	strip ${PREFIX}/lib/libevas.so.0
+	@strip ${PREFIX}/lib/libevas.so.0
 
 .include <bsd.port.mk>
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Mon Nov 6 06:10:55 PST 2000 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22630 
>Unformatted:
