diff options
author | imura <imura@FreeBSD.org> | 1999-12-11 04:31:56 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 1999-12-11 04:31:56 +0800 |
commit | fbaa7e2c6eaa9725d6d261c2d74e9e943eebfe81 (patch) | |
tree | fc36a7f6305ae5da226b76ce42ab16e211f6c07a /math | |
parent | 9471061099257a5386d0ddbcb2859c47bac88a2f (diff) | |
download | freebsd-ports-gnome-fbaa7e2c6eaa9725d6d261c2d74e9e943eebfe81.tar.gz freebsd-ports-gnome-fbaa7e2c6eaa9725d6d261c2d74e9e943eebfe81.tar.zst freebsd-ports-gnome-fbaa7e2c6eaa9725d6d261c2d74e9e943eebfe81.zip |
Update to 3.7.1
PR: 15350
Submitted by: Maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot+/Makefile | 21 | ||||
-rw-r--r-- | math/gnuplot+/distinfo | 7 |
2 files changed, 13 insertions, 15 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index d076ef18a44d..fd56aa413d68 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -1,22 +1,20 @@ # New ports collection makefile for: gnuplot -# Version required: 3.7 +# Version required: 3.7.1 # Date created: May 18, 1999 # Whom: NAKAJI Hiroyuki # # $FreeBSD$ # -DISTNAME= gnuplot37+-1.1.9 +DISTNAME= gnuplot371+-1.1.9 CATEGORIES= math japanese graphics MASTER_SITES= ftp://ftp.ipc.chiba-u.ac.jp/pub/pub.yamaga/gnuplot+/3.7base/ \ - ftp://ftp.ipc.chiba-u.ac.jp/pub/pub.yamaga/gnuplot+/3.7base/3.7.0+1.1.9/ \ ftp://ftp.hipecs.hokudai.ac.jp/pub/GNU/jp/pub.yamaga/gnuplot+/3.7base/ \ ftp://ftp.tohoku.ac.jp/mirror/gnuplot+/3.7base/ \ ftp://ftp.win.ne.jp/pub/graphics/gnuplot/gnuplot+/3.7base/ \ ftp://ftp.rc.tutrp.tut.ac.jp/pub/mirror/gnuplot+/3.7base/ -DISTFILES= gnuplot-3.7.tar.gz gnuplot3.7+1.1.9.patch.tar.gz \ - gnuplot3.7+1.1.9.configure.gd.patch \ - gnuplot3.7+1.1.9.configure.gd2.patch +DISTFILES= gnuplot-3.7.1.tar.gz gnuplot3.7.1+1.1.9.patch.tar.gz \ + gnuplot3.7.1+1.1.9.bugfix MAINTAINER= nakaji@tutrp.tut.ac.jp @@ -30,7 +28,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd \ ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype .endif -EXTRACT_ONLY= gnuplot-3.7.tar.gz +EXTRACT_ONLY= gnuplot-3.7.1.tar.gz USE_XLIB= yes USE_GMAKE= yes @@ -46,7 +44,7 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ MAN1= gnuplot.1 lasergnu.1 -WRKSRC= ${WRKDIR}/gnuplot-3.7 +WRKSRC= ${WRKDIR}/gnuplot-3.7.1 GP_DOCS= ${WRKSRC}/Copyright.plus \ ${WRKSRC}/History.plus \ ${WRKSRC}/INSTALL-J.unx.plus \ @@ -61,17 +59,18 @@ GP_DOCS= ${WRKSRC}/Copyright.plus \ ${WRKSRC}/gp+/plus.tex pre-fetch: +.ifndef USE_JP @echo "*********************************************************" @echo "If you want handle Japanese TrueType font, define USE_JP." @echo "*********************************************************" +.endif post-extract: - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/gnuplot3.7+1.1.9.patch.tar.gz ${EXTRACT_AFTER_ARGS} -C ${WRKSRC} + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/gnuplot3.7.1+1.1.9.patch.tar.gz ${EXTRACT_AFTER_ARGS} -C ${WRKSRC} pre-patch: ${PATCH} ${PATCH_ARGS} < ${WRKSRC}/gnuplot3.7+1.1.patch - ${PATCH} ${PATCH_ARGS} < ${DISTDIR}/gnuplot3.7+1.1.9.configure.gd.patch - ${PATCH} ${PATCH_ARGS} < ${DISTDIR}/gnuplot3.7+1.1.9.configure.gd2.patch + ${PATCH} ${PATCH_ARGS} < ${DISTDIR}/gnuplot3.7.1+1.1.9.bugfix post-patch: cd ${WRKSRC}; ${TOUCH} aclocal.m4 diff --git a/math/gnuplot+/distinfo b/math/gnuplot+/distinfo index 96fe6853ed9b..d043fc2b595d 100644 --- a/math/gnuplot+/distinfo +++ b/math/gnuplot+/distinfo @@ -1,4 +1,3 @@ -MD5 (gnuplot-3.7.tar.gz) = 18bbd384a991e7b20dbd2c29c239e90d -MD5 (gnuplot3.7+1.1.9.patch.tar.gz) = 0d9a5e8b6687c176dfc1e65cefecd9b8 -MD5 (gnuplot3.7+1.1.9.configure.gd.patch) = 5672b26aa80d8e917a3aaf019d0d1a5f -MD5 (gnuplot3.7+1.1.9.configure.gd2.patch) = c8d594aeadaff30a2b1fcc9e642d3aae +MD5 (gnuplot-3.7.1.tar.gz) = 30798b4c14ea734969a86ee41a9c1dca +MD5 (gnuplot3.7.1+1.1.9.patch.tar.gz) = 9835e591e4529c08b0a589d63b486a9e +MD5 (gnuplot3.7.1+1.1.9.bugfix) = a5c624d3bc1e76c739ff73fa030a7530 |