Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2006 02:00:12 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105030: Update port: devel/dparser to 1.15
Message-ID:  <20061102020012.59936384.tkato432@yahoo.com>
Resent-Message-ID: <200611011710.kA1HAOj8022826@freefall.freebsd.org>

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

>Number:         105030
>Category:       ports
>Synopsis:       Update port: devel/dparser to 1.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 01 17:10:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p22 i386
>Organization:
>Environment:
>Description:
- Update to veresion 1.15

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/dparser/Makefile devel/dparser/Makefile
--- /usr/ports/devel/dparser/Makefile	Fri Mar 17 21:42:50 2006
+++ devel/dparser/Makefile	Thu Oct 19 03:41:47 2006
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	dparser
-PORTVERSION=	1.14
+PORTVERSION=	1.15
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -24,7 +24,7 @@
 MAN1=		make_dparser.1
 PORTDOCS=	faq.html index.html manual.html
 PLIST_FILES=	bin/make_dparser include/dparse.h include/dparse_tables.h \
-		include/dsymtab.h lib/${LIBDPARSE}
+		include/dparse_tree.h include/dsymtab.h lib/${LIBDPARSE}
 
 .if defined(WITH_GC)
 LIB_DEPENDS+=	gc:${PORTSDIR}/devel/boehm-gc
@@ -46,6 +46,7 @@
 	${INSTALL_MAN} ${WRKSRC}/make_dparser.1 ${MANPREFIX}/man/man1
 	${INSTALL_DATA} ${WRKSRC}/dparse.h ${PREFIX}/include
 	${INSTALL_DATA} ${WRKSRC}/dparse_tables.h ${PREFIX}/include
+	${INSTALL_DATA} ${WRKSRC}/dparse_tree.h ${PREFIX}/include
 	${INSTALL_DATA} ${WRKSRC}/dsymtab.h ${PREFIX}/include
 	${INSTALL_DATA} ${WRKSRC}/${LIBDPARSE} ${PREFIX}/lib
 .if !defined(NOPORTDOCS)
diff -urN /usr/ports/devel/dparser/distinfo devel/dparser/distinfo
--- /usr/ports/devel/dparser/distinfo	Mon May  8 16:16:16 2006
+++ devel/dparser/distinfo	Thu Oct 19 03:37:31 2006
@@ -1,3 +1,3 @@
-MD5 (d-1.14-src.tar.gz) = 05069515deb5f9f470455845963c5c08
-SHA256 (d-1.14-src.tar.gz) = bbe37a9c6b0b6f4df51afce2e1d7b70c32ca369ceb7abb5276a4251f464fbb9e
-SIZE (d-1.14-src.tar.gz) = 199284
+MD5 (d-1.15-src.tar.gz) = 24cfa243ec39e3d581dd831348b89fc3
+SHA256 (d-1.15-src.tar.gz) = dd13ed81728598fdac88979c46b3d7b2deb0f384ac5e2bb5d1d2b4966b0b5a1c
+SIZE (d-1.15-src.tar.gz) = 199382
>Release-Note:
>Audit-Trail:
>Unformatted:



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