diff options
author | hrs <hrs@FreeBSD.org> | 2008-06-09 00:11:45 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-06-09 00:11:45 +0800 |
commit | 244dd7bd8a41721989490bc3aacae7f64fe7ae09 (patch) | |
tree | bc8795a8bd361cc08d1e6eac43e243c71ba836ab | |
parent | cdaaae74597f7e4beecd2dc307a7f875009c5674 (diff) | |
download | freebsd-ports-gnome-244dd7bd8a41721989490bc3aacae7f64fe7ae09.tar.gz freebsd-ports-gnome-244dd7bd8a41721989490bc3aacae7f64fe7ae09.tar.zst freebsd-ports-gnome-244dd7bd8a41721989490bc3aacae7f64fe7ae09.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
-rw-r--r-- | print/gv/Makefile | 7 | ||||
-rw-r--r-- | print/gv/distinfo | 6 | ||||
-rw-r--r-- | print/gv/pkg-install | 9 |
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 |