aboutsummaryrefslogtreecommitdiff
path: root/print/gv
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2008-06-08 16:11:45 +0000
committerHiroki Sato <hrs@FreeBSD.org>2008-06-08 16:11:45 +0000
commit8914c2f27a4c60ac3a55d10139ec96f998bcc63f (patch)
treee29a40a32bf4fa722d1a12eddd9f874a568b2787 /print/gv
parente1b9b337bdbff37fe87706f7b7b0df1505ca9e38 (diff)
downloadports-8914c2f27a4c60ac3a55d10139ec96f998bcc63f.tar.gz
ports-8914c2f27a4c60ac3a55d10139ec96f998bcc63f.zip
Update to 3.6.4. Changes include:
- DSC parser now respects the level of BeginDocument/EndDocument - Possible segfault has been fixed - Fixed bug #21239: Vlist.c produces garbage if International is set - Fixed bug #21740: popup windows may partly invisible as not on the screen - The escape key is now working in more contexts - The filename can optionally be shown insted of the title - Fixed bug #23199: No error message for errors in opened file - Got rid of non-free code. Approved by: Conrad J. Sabatier (maintainer) PR: ports/124187
Notes
Notes: svn path=/head/; revision=214504
Diffstat (limited to 'print/gv')
-rw-r--r--print/gv/Makefile7
-rw-r--r--print/gv/distinfo6
-rw-r--r--print/gv/pkg-install9
3 files changed, 4 insertions, 18 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index 4018d5770d4b..7378cd7427ec 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= gv
-PORTVERSION= 3.6.3
-PORTREVISION= 2
+PORTVERSION= 3.6.4
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,7 +21,6 @@ USE_XORG= xpm ice sm xext xmu x11
USE_GHOSTSCRIPT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --libdir=${PREFIX}/lib/X11
MAN1= gv.1
@@ -37,7 +35,4 @@ PLIST_FILES= bin/gv \
lib/X11/app-defaults/GV
PLIST_DIRS= lib/X11/gv
-post-install:
- @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
.include <bsd.port.mk>
diff --git a/print/gv/distinfo b/print/gv/distinfo
index 0ac5a2c941b1..ef8d8cb7db8f 100644
--- a/print/gv/distinfo
+++ b/print/gv/distinfo
@@ -1,3 +1,3 @@
-MD5 (gv-3.6.3.tar.gz) = 0947fdbccaba114ac24da339dbf7d01a
-SHA256 (gv-3.6.3.tar.gz) = 9486c25675719e986cbd77b48204025e825c46258b6750deeb64b3940685a033
-SIZE (gv-3.6.3.tar.gz) = 480724
+MD5 (gv-3.6.4.tar.gz) = 34ea686ea499c938e152ab424859b903
+SHA256 (gv-3.6.4.tar.gz) = 82a1c4edb19597a4fbddb018622b0f357524e8629c9f655ae4e7ddea003c6827
+SIZE (gv-3.6.4.tar.gz) = 507008
diff --git a/print/gv/pkg-install b/print/gv/pkg-install
deleted file mode 100644
index 2d7c72fb0528..000000000000
--- a/print/gv/pkg-install
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-if [ "$2" != "POST-INSTALL" ]; then
- exit 0
-fi
-if ! which gs >/dev/null; then
- echo "I can't find ghostscript (gs) in your search path."
- echo "Please install your favorite version of ghostscript,"
- echo "otherwise this program is useless."
-fi