Date: Thu, 5 Jun 2003 00:22:43 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: glewis@FreeBSD.org Subject: ports/52940: Update port: Message-ID: <20030605002243.36060f2c.tkato@prontomail.com> Resent-Message-ID: <200306041530.h54FUG7C005132@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52940 >Category: ports >Synopsis: Update port: >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 Jun 04 08:30:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Fix LIB_DEPENDS - Fix pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/math/gnuplot/Makefile math/gnuplot/Makefile --- /usr/ports/math/gnuplot/Makefile Wed Jun 4 07:59:13 2003 +++ math/gnuplot/Makefile Thu Jun 5 00:06:24 2003 @@ -7,6 +7,7 @@ PORTNAME= gnuplot PORTVERSION= 3.7.3 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -37,7 +38,7 @@ .endif .if !defined(WITHOUT_PDF) -LIB_DEPENDS+= pdf.4:${PORTSDIR}/print/pdflib +LIB_DEPENDS+= pdf.5:${PORTSDIR}/print/pdflib CONFIGURE_ARGS+= --with-pdf=${LOCALBASE} .else CONFIGURE_ARGS+= --without-pdf @@ -48,8 +49,6 @@ @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/README ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/demo/* ${EXAMPLESDIR} - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/docs/gnuplot.gih ${DATADIR} .endif .include <bsd.port.mk> diff -urN /usr/ports/math/gnuplot/pkg-plist math/gnuplot/pkg-plist --- /usr/ports/math/gnuplot/pkg-plist Wed Jun 4 07:59:13 2003 +++ math/gnuplot/pkg-plist Wed Jun 4 08:04:26 2003 @@ -1,9 +1,9 @@ bin/gnuplot %%X11:%%bin/gnuplot_x11 bin/lasergnu -%%PORTDOCS%%@unexec install-info --delete %D/info/gnuplot.info %D/info/dir -%%PORTDOCS%%info/gnuplot.info -%%PORTDOCS%%@exec install-info %D/info/gnuplot.info %D/info/dir +@unexec install-info --delete %D/info/gnuplot.info %D/info/dir +info/gnuplot.info +@exec install-info %D/info/gnuplot.info %D/info/dir %%PORTDOCS%%share/examples/gnuplot/1.dat %%PORTDOCS%%share/examples/gnuplot/2.dat %%PORTDOCS%%share/examples/gnuplot/3.dat @@ -70,5 +70,4 @@ %%PORTDOCS%%share/examples/gnuplot/world.dat %%PORTDOCS%%share/examples/gnuplot/world.dem %%PORTDOCS%%@dirrm share/examples/gnuplot -%%PORTDOCS%%share/gnuplot/gnuplot.gih -%%PORTDOCS%%@dirrm share/gnuplot +share/gnuplot.gih >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030605002243.36060f2c.tkato>