Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 1998 15:05:56 -0700 (PDT)
From:      Murray Stokely <murray@pimp.daddy.net>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6243: devel/nasm port update (new version)
Message-ID:  <199804072205.PAA02847@pimp.daddy.net>

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

>Number:         6243
>Category:       ports
>Synopsis:       The devel/nasm port is out of date.
>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:   Tue Apr  7 13:40:02 PDT 1998
>Last-Modified:
>Originator:     Murray Stokely
>Organization:
Walnut Creek CDROM
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:


>Description:

	The devel/nasm port is out of date and its distfile is no longer 
available.  This patch updates the makefile to use the newest version.

>How-To-Repeat:


>Fix:

diff -uNr nasm/Makefile nasm-new/Makefile
--- nasm/Makefile	Wed Mar 11 02:09:43 1998
+++ nasm-new/Makefile	Tue Apr  7 14:38:43 1998
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	nasm
-# Version required:    0.96
-# Date created:        24 November 1997
+# Version required:    0.97
+# Date created:        7 April 1998
 # Whom:                Murray Stokely <murray@cdrom.com>
 #
 # $Id: Makefile,v 1.3 1998/03/11 07:17:19 vanilla Exp $
 #
 
-DISTNAME=	nasm-0.96
+DISTNAME=	nasm-0.97
 CATEGORIES=	devel lang
 MASTER_SITES=	${MASTER_SITE_SUNSITE}
 MASTER_SITE_SUBDIR=	devel/lang/assemblers
@@ -16,12 +16,5 @@
 GNU_CONFIGURE=	yes
 
 MAN1=		nasm.1 ndisasm.1
-
-#do-install:
-#	cd ${WRKSRC} && \
-#	${INSTALL_PROGRAM} nasm ndisasm ${PREFIX}/bin &&\
-#	${INSTALL_MAN} nasm.1 ndisasm.1 ${PREFIX}/man/man1
-#	$(MKDIR) -p $(PREFIX)/share/nasm
-#	${INSTALL_MAN} $(WRKSRC)/*.doc $(PREFIX)/share/nasm
 
 .include <bsd.port.mk>
diff -uNr nasm/files/md5 nasm-new/files/md5
--- nasm/files/md5	Wed Mar 11 02:09:43 1998
+++ nasm-new/files/md5	Tue Apr  7 14:31:08 1998
@@ -1 +1 @@
-MD5 (nasm-0.96.tar.gz) = 39a1eb534b0f4e4d7baab82423223753
+MD5 (nasm-0.97.tar.gz) = 2ffa8f915144e7607ff9443f35a49148

>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?199804072205.PAA02847>