From boris@brooknet.com.au  Fri Feb 18 23:58:45 2005
Return-Path: <boris@brooknet.com.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5005616A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Feb 2005 23:58:45 +0000 (GMT)
Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E6BA043D58
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Feb 2005 23:58:43 +0000 (GMT)
	(envelope-from boris@brooknet.com.au)
Received: from localhost (ppp2092.dyn.pacific.net.au [61.8.32.146])
	by bloodwood.hunterlink.net.au (8.12.8/8.12.8) with ESMTP id j1INweS7003628
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Feb 2005 10:58:41 +1100
Received: by localhost (Postfix, from userid 0)
	id BD17C1646; Sat, 19 Feb 2005 10:59:46 +1100 (EST)
Message-Id: <20050218235946.BD17C1646@localhost>
Date: Sat, 19 Feb 2005 10:59:46 +1100 (EST)
From: Sam Lawrance <boris@brooknet.com.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] math/emc2: update distfile names in Makefile
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         77694
>Category:       ports
>Synopsis:       [PATCH] math/emc2: update distfile names in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 19 00:00:32 GMT 2005
>Closed-Date:    Sat Feb 19 07:08:56 GMT 2005
>Last-Modified:  Sat Feb 19 07:08:56 GMT 2005
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Feb  9 00:12:24 EST
>Description:
Wrong distfile names in makefile causing install error

>How-To-Repeat:
>Fix:

--- emc2-2.15_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/math/emc2/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	3 Feb 2005 13:51:02 -0000	1.3
+++ Makefile	18 Feb 2005 23:53:27 -0000
@@ -36,7 +36,7 @@
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
 	@${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCSDIR}
-.for doc in ${PORTNAME}.doc.en.ps.gz ${PORTNAME}.doc.fr.ps.gz
+.for doc in ${PORTNAME}-doc-en.ps.gz ${PORTNAME}-doc-fr.ps.gz
 	@${INSTALL_DATA} ${DISTDIR}/${doc} ${DOCSDIR}
 .endfor
 	@${ECHO_MSG} "===>  Documentation installed in ${DOCSDIR}."
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/math/emc2/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	2 Jan 2004 22:02:23 -0000	1.1
+++ pkg-plist	18 Feb 2005 23:53:48 -0000
@@ -1,8 +1,8 @@
 bin/emc2
 bin/prf_f3d
 %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
-%%PORTDOCS%%%%DOCSDIR%%/emc2.doc.en.ps.gz
-%%PORTDOCS%%%%DOCSDIR%%/emc2.doc.fr.ps.gz
+%%PORTDOCS%%%%DOCSDIR%%/emc2-doc-en.ps.gz
+%%PORTDOCS%%%%DOCSDIR%%/emc2-doc-fr.ps.gz
 %%PORTDOCS%%%%EXAMPLESDIR%%/c.emc2_bd
 %%PORTDOCS%%%%EXAMPLESDIR%%/cooler.emc2_bd
 %%PORTDOCS%%%%EXAMPLESDIR%%/culot1.emc2_bd
--- emc2-2.15_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sat Feb 19 07:08:50 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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