Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Nov 2003 17:54:29 +0600 (NOVT)
From:      Alexey Dokuchaev <danfe@regency.nsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59051: PORT UPDATE: devel/tpasm 1.1 -> 1.2
Message-ID:  <200311081154.hA8BsT0k060363@regency.nsu.ru>
Resent-Message-ID: <200311081200.hA8C0cPU043061@freefall.freebsd.org>

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

>Number:         59051
>Category:       ports
>Synopsis:       PORT UPDATE: devel/tpasm 1.1 -> 1.2
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 08 04:00:37 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 4.9-RC i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD regency.nsu.ru 4.9-RC FreeBSD 4.9-RC #1: Thu Oct 9 15:52:43 NOVST 2003 root@regency.nsu.ru:/usr/obj/usr/src/sys/REGENCY i386
>Description:
Per fenner's distfile survey, update devel/tpasm to most recent version,
1.2.  Utilize %%DOCSDIR%% macro to pacify portlint while I'm here.
>How-To-Repeat:
N/A
>Fix:

diff -ru tpasm.orig/Makefile tpasm/Makefile
--- tpasm.orig/Makefile	Sat Nov  8 17:41:09 2003
+++ tpasm/Makefile	Sat Nov  8 17:46:23 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tpasm
-PORTVERSION=	1.1
+PORTVERSION=	1.2
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.ct0.com/pub/
 DISTNAME=	${PORTNAME}${PORTVERSION}
@@ -23,7 +23,7 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 
 	@${MKDIR} ${PREFIX}/libdata/${PORTNAME}
-.for file in 8051 80c390 p16c505 picmacros
+.for file in 8051 8052 80c390 avr p16c505 picmacros
 	${INSTALL_DATA} ${WRKSRC}/include/${file}.inc ${PREFIX}/libdata/${PORTNAME}
 .endfor
 
diff -ru tpasm.orig/distinfo tpasm/distinfo
--- tpasm.orig/distinfo	Sat Nov  8 17:41:09 2003
+++ tpasm/distinfo	Sat Nov  8 17:41:51 2003
@@ -1 +1 @@
-MD5 (tpasm1.1.tgz) = 06452069f0ce8dd16b830463abdf4a6a
+MD5 (tpasm1.2.tgz) = 9f4ca5d18a99aae5e9074e1a0bc0d32e
diff -ru tpasm.orig/pkg-plist tpasm/pkg-plist
--- tpasm.orig/pkg-plist	Sat Nov  8 17:41:09 2003
+++ tpasm/pkg-plist	Sat Nov  8 17:48:16 2003
@@ -1,8 +1,10 @@
 bin/tpasm
 libdata/tpasm/8051.inc
+libdata/tpasm/8052.inc
 libdata/tpasm/80c390.inc
+libdata/tpasm/avr.inc
 libdata/tpasm/p16c505.inc
 libdata/tpasm/picmacros.inc
 @dirrm libdata/tpasm
-%%PORTDOCS%%share/doc/tpasm/MANUAL.TXT
+%%PORTDOCS%%%%DOCSDIR%%/MANUAL.TXT
 %%PORTDOCS%%@dirrm share/doc/tpasm

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311081154.hA8BsT0k060363>