Date: Sun, 1 Jun 2008 11:26:05 GMT From: Hiroki Sato <hrs@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/124187: Update port: print/gv 3.6.4 Message-ID: <200806011126.m51BQ5gZ044543@freefall.freebsd.org> Resent-Message-ID: <200806011130.m51BU1gB044714@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124187 >Category: ports >Synopsis: Update port: print/gv 3.6.4 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 01 11:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Hiroki Sato >Release: FreeBSD 7.0-STABLE i386 >Organization: Tokyo University of Science >Environment: System: FreeBSD alph.allbsd.org 7.0-STABLE FreeBSD 7.0-STABLE #1: Sun May 4 19:04:06 JST 2008 hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH i386 >Description: The attached patch updates print/gv to 3.6.4. >How-To-Repeat: N/A >Fix: Index: print/gv/Makefile =================================================================== RCS file: /home/ncvs/ports/print/gv/Makefile,v retrieving revision 1.56 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$DragonFly:.*\$ -I\$Id:.*\$ -I\$Translation:.*\$ -I\$hrs:.*\$ -r1.56 Makefile --- print/gv/Makefile 19 Apr 2008 17:53:11 -0000 1.56 +++ print/gv/Makefile 1 Jun 2008 11:23:00 -0000 @@ -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_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 @@ lib/X11/app-defaults/GV PLIST_DIRS= lib/X11/gv -post-install: - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - .include <bsd.port.mk> Index: print/gv/distinfo =================================================================== RCS file: /home/ncvs/ports/print/gv/distinfo,v retrieving revision 1.17 diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$DragonFly:.*\$ -I\$Id:.*\$ -I\$Translation:.*\$ -I\$hrs:.*\$ -r1.17 distinfo --- print/gv/distinfo 10 Oct 2007 01:08:58 -0000 1.17 +++ print/gv/distinfo 1 Jun 2008 11:23:13 -0000 @@ -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 Index: print/gv/pkg-install =================================================================== RCS file: print/gv/pkg-install diff -N print/gv/pkg-install --- print/gv/pkg-install 14 Jan 1997 09:13:16 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806011126.m51BQ5gZ044543>