Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Feb 1999 18:26:22 -0800 (PST)
From:      mharo@area51.fremont.ca.us
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10219: Update: math/freefem - change in filename
Message-ID:  <199902230226.SAA60001@area51.fremont.ca.us>

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

>Number:         10219
>Category:       ports
>Synopsis:       Update: math/freefem - change in filename
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 22 18:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Michael Haro
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

freefem changed from a tar.gz to a .zip file

>How-To-Repeat:

	

>Fix:
	
Index: Makefile
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/math/freefem/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	1998/08/05 09:31:29	1.6
+++ Makefile	1999/02/23 02:18:18
@@ -9,12 +9,19 @@
 DISTNAME=	freefem-3.4
 CATEGORIES=	math cad
 MASTER_SITES=	http://www.asci.fr/~prudhomm/gfem-html/freefem/
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=     giffunip@asme.org
 
+BUILD_DEPENDS=  unzip:${PORTSDIR}/archivers/unzip
+
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-adapt --with-optimization
+
+EXTRACT_CMD=	unzip
+EXTRACT_BEFORE_ARGS= -q -o
+EXTRACT_AFTER_ARGS= -d ${WRKDIR}
 
 post-install:
 .if !defined(NOPORTDOCS)
Index: files/md5
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/math/freefem/files/md5,v
retrieving revision 1.2
diff -u -r1.2 md5
--- md5	1997/07/08 08:29:20	1.2
+++ md5	1999/02/23 02:08:53
@@ -1 +1 @@
-MD5 (freefem-3.4.tar.gz) = c79c5bc3b0c107c742f9e157a2af9aac
+MD5 (freefem-3.4.zip) = 9166faf696380ec71e9ec53669139b9d


>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?199902230226.SAA60001>