Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Nov 2000 18:51:51 -0600 (CST)
From:      ishmael27@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22630: Minor change to graphics/evas + assume maintance
Message-ID:  <200011060051.eA60ppk01813@babylon.merseine.nu>

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

>Number:         22630
>Category:       ports
>Synopsis:       Minor change to graphics/evas + assume maintance
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 05 17:00:01 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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