Date: Sun, 7 Mar 2004 23:30:07 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63874: Update port: devel/e4graph to 1.0a11 Message-ID: <20040307233007.6fbccb32.tkato@prontomail.com> Resent-Message-ID: <200403071440.i27EeCsq071066@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 63874 >Category: ports >Synopsis: Update port: devel/e4graph to 1.0a11 >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: Sun Mar 07 06:40:11 PST 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 1.0a11 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/e4graph/Makefile devel/e4graph/Makefile --- /usr/ports/devel/e4graph/Makefile Wed Feb 4 18:56:44 2004 +++ devel/e4graph/Makefile Sun Mar 7 22:43:23 2004 @@ -7,8 +7,7 @@ # PORTNAME= e4graph -PORTVERSION= 1.0a9 -PORTREVISION= 1 +PORTVERSION= 1.0a11 CATEGORIES= devel tcl84 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,10 +16,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A C++ library that persistently stores graph like data -BUILD_DEPENDS= ${LOCALBASE}/lib/libmk4.so:${PORTSDIR}/databases/metakit -LIB_DEPENDS= tcl${TCLVND}:${PORTSDIR}/lang/tcl${TCLVND} \ +LIB_DEPENDS= mk4.0:${PORTSDIR}/databases/metakit \ + tcl${TCLVND}:${PORTSDIR}/lang/tcl${TCLVND} \ expat.4:${PORTSDIR}/textproc/expat2 -RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${DISTNAME}/all @@ -49,5 +47,10 @@ post-patch: @${REINPLACE_CMD} -e 's|=-O$$|="$${CFLAGS}"|g ; \ s|gcc -shared|$$(CC) -shared|g' ${WRKSRC}/configure + +post-install: +.for file in testcore testcores + @${STRIP_CMD} ${PREFIX}/bin/${file} +.endfor .include <bsd.port.mk> diff -urN /usr/ports/devel/e4graph/distinfo devel/e4graph/distinfo --- /usr/ports/devel/e4graph/distinfo Thu Jan 29 20:21:13 2004 +++ devel/e4graph/distinfo Sun Mar 7 22:35:14 2004 @@ -1,2 +1,2 @@ -MD5 (e4graph-1.0a9.src.tar.gz) = dfcd9a5c02aa435dd47f3d9f14593064 -SIZE (e4graph-1.0a9.src.tar.gz) = 607455 +MD5 (e4graph-1.0a11.src.tar.gz) = f457f23d76b21a39c3f317d3ac6aada4 +SIZE (e4graph-1.0a11.src.tar.gz) = 633205 diff -urN /usr/ports/devel/e4graph/pkg-plist devel/e4graph/pkg-plist --- /usr/ports/devel/e4graph/pkg-plist Thu Sep 25 03:34:08 2003 +++ devel/e4graph/pkg-plist Sun Mar 7 22:41:00 2004 @@ -1,4 +1,5 @@ bin/testcore +bin/testcores include/e4graph.h %%PYTHON%%include/e4py.h include/e4xml.h @@ -8,6 +9,7 @@ lib/libe4graph.so lib/libe4graph.so.0 lib/libe4graph.so.0.0.0 +lib/libe4graphs.a %%PYTHON%%lib/libe4py.so %%PYTHON%%lib/libe4py.so.0 %%PYTHON%%lib/libe4py.so.0.0.0 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040307233007.6fbccb32.tkato>