Date: Thu, 21 Jun 2001 17:11:16 -0400 (EDT) From: bfoz@glue.umd.edu To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28327: Update devel/gpasm to 0.9.7 Message-ID: <200106212111.f5LLBGl00472@darkstar.umd.edu>
next in thread | raw e-mail | index | archive | help
>Number: 28327 >Category: ports >Synopsis: Update devel/gpasm to 0.9.7 >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: Thu Jun 21 14:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Brandon Fosdick >Release: FreeBSD 4.3-STABLE i386 >Organization: Terran Development Corporation >Environment: System: FreeBSD darkstar.umd.edu 4.3-STABLE FreeBSD 4.3-STABLE #10: Sun Jun 10 16:43:48 EDT 2001 bfoz@uav.umd.edu:/usr/obj/usr/src/sys/DARKSTAR i386 >Description: Update devel/gpasm to 0.9.7, remove the dependency on gnugetopt and install PDF and Lyx docs. Maintainer is on vacation, but has reviewed the changes. >How-To-Repeat: >Fix: diff -ruN gpasm.old/Makefile gpasm/Makefile --- gpasm.old/Makefile Mon May 21 11:29:23 2001 +++ gpasm/Makefile Wed Jun 20 18:01:40 2001 @@ -6,23 +6,23 @@ # PORTNAME= gpasm -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.7 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sam@inf.enst.fr -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - GNU_CONFIGURE= yes CONFIGURE_ENV= CC="cc -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgnugetopt" + LIBS="-L${LOCALBASE}/lib" .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${PREFIX}/share/doc/gpasm ${INSTALL_DATA} ${WRKSRC}/doc/gpasm.ps ${PREFIX}/share/doc/gpasm + ${INSTALL_DATA} ${WRKSRC}/doc/gpasm.pdf ${PREFIX}/share/doc/gpasm + ${INSTALL_DATA} ${WRKSRC}/doc/gpasm.lyx ${PREFIX}/share/doc/gpasm .endif .include <bsd.port.mk> diff -ruN gpasm.old/distinfo gpasm/distinfo --- gpasm.old/distinfo Mon May 21 11:29:23 2001 +++ gpasm/distinfo Wed Jun 20 17:34:47 2001 @@ -1 +1 @@ -MD5 (gpasm-0.9.5.tar.gz) = 89f6482c77df197c6d18a9f5092e2cb2 +MD5 (gpasm-0.9.7.tar.gz) = 7ee911ca1ae1e47f33c2d6e269d31ab0 diff -ruN gpasm.old/pkg-plist gpasm/pkg-plist --- gpasm.old/pkg-plist Mon May 21 11:29:23 2001 +++ gpasm/pkg-plist Wed Jun 20 18:01:53 2001 @@ -1,6 +1,7 @@ bin/gpasm bin/gpdasm bin/gpvc +bin/gpvo share/gpasm/header/memory.inc share/gpasm/header/p12c508.inc share/gpasm/header/p12c508a.inc @@ -118,6 +119,8 @@ share/gpasm/header/p18c658.inc share/gpasm/header/p18c858.inc share/doc/gpasm/gpasm.ps +share/doc/gpasm/gpasm.pdf +share/doc/gpasm/gpasm.lyx @dirrm share/doc/gpasm @dirrm share/gpasm/header @dirrm share/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?200106212111.f5LLBGl00472>