Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2000 12:31:44 +0100 (CET)
From:      sam@inf.enst.fr
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23127: Port update: devel/gpasm
Message-ID:  <20001127113144.886BE3BA@trillian.enst.fr>

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

>Number:         23127
>Category:       ports
>Synopsis:       Port update: devel/gpasm
>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:   Mon Nov 27 03:40:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Samuel Tardieu
>Release:        FreeBSD 4.2-BETA i386
>Organization:
TELECOM Paris
>Environment:
>Description:
>How-To-Repeat:
>Fix:

Apply the following patch, and remove files/patch-aa which is now useless.

  Sam

--- Makefile.orig	Sat Sep 16 06:30:34 2000
+++ Makefile	Mon Nov 27 12:26:25 2000
@@ -6,17 +6,19 @@
 #
 
 PORTNAME=	gpasm
-PORTVERSION=	0.8.9
+PORTVERSION=	0.8.10
 CATEGORIES=	devel
-MASTER_SITES=	http://download.sourceforge.net/gpasm/
+MASTER_SITES=	http://gpasm.sourceforge.net/
 
 MAINTAINER=	sam@inf.enst.fr
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-0.0.8
 GNU_CONFIGURE=	yes
 MAKE_ARGS=	DATADIR=${PREFIX}/share/gpasm
 
+.if !defined(NOPORTDOCS)
 post-install:
-	strip ${PREFIX}/bin/gpasm
+	${MKDIR} ${PREFIX}/share/doc/gpasm
+	${INSTALL_DATA} ${WRKSRC}/doc/gpasm.ps ${PREFIX}/share/doc/gpasm
+.endif
 
 .include <bsd.port.mk>
--- distinfo.orig	Sat Sep 16 06:30:34 2000
+++ distinfo	Mon Nov 27 12:24:39 2000
@@ -1 +1 @@
-MD5 (gpasm-0.8.9.tar.gz) = 7558f7289237d8cf7b1cebc5490e7efa
+MD5 (gpasm-0.8.10.tar.gz) = 740efd9cbedc0bf28a61d1c887a77146
--- pkg-plist.orig	Sat Sep 16 06:30:35 2000
+++ pkg-plist	Mon Nov 27 12:24:39 2000
@@ -1,3 +1,5 @@
 bin/gpasm
 share/gpasm/special.inc
+share/doc/gpasm/gpasm.ps
 @dirrm share/gpasm
+@dirrm share/doc/gpasm


>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?20001127113144.886BE3BA>