From owner-freebsd-ports Tue Jun 6 6:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97A2937B8EE for ; Tue, 6 Jun 2000 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA87375; Tue, 6 Jun 2000 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id 18EBE37B92D for ; Tue, 6 Jun 2000 06:45:48 -0700 (PDT) (envelope-from mi@privatelabs.com) Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6]) by privatecube.privatelabs.com (8.9.2/8.9.2) with ESMTP id JAA30579; Tue, 6 Jun 2000 09:44:45 -0400 (EDT) Received: (from mi@localhost) by misha.privatelabs.com (8.9.3/8.9.3) id JAA01322; Tue, 6 Jun 2000 09:44:32 -0400 (EDT) (envelope-from mi) Message-Id: <200006061344.JAA01322@misha.privatelabs.com> Date: Tue, 6 Jun 2000 09:44:32 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: tkato@prontomail.ne.jp X-Send-Pr-Version: 3.2 Subject: ports/19055: graphis/jbigkit upgraded to 1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19055 >Category: ports >Synopsis: graphis/jbigkit upgraded to 1.2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 06 06:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.0-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: According to the JBIGKIT announcement, this release of the library fixes a fairly serious bug in the software. Thanks to KATO Tsuguru for pointing the new version out. This update also fixes a long standing minor bug -- the port was installing the pbm(5) man page into ${PREFIX}/man/man5 needlessly -- FreeBSD has its own pbm.5 in /usr/share/man/man5 with very similar wording. This was also noticed by Mr. KATO Tsuguru. >How-To-Repeat: >Fix: --- Makefile Fri Apr 14 06:46:25 2000 +++ Makefile Mon Jun 5 19:36:15 2000 @@ -8,3 +8,3 @@ PORTNAME= jbigkit -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= graphics @@ -16,3 +16,3 @@ MAN1= jbgtopbm.1 pbmtojbg.1 -MAN5= pbm.5 pgm.5 +MAN5= pgm.5 diff -U1 -r ../jbigkit/files/md5 ./files/md5 --- files/md5 Sun Dec 26 19:47:20 1999 +++ files/md5 Mon Jun 5 19:28:49 2000 @@ -1 +1 @@ -MD5 (jbigkit-1.1.tar.gz) = 92dd8236874d23c2cd96d0446e88d00a +MD5 (jbigkit-1.2.tar.gz) = 2175611f9d63632d2043cffae9bb1e8e diff -U1 -r patches/patch-aa patches/patch-aa --- patches/patch-aa Sun Dec 26 19:47:22 1999 +++ patches/patch-aa Tue Jun 6 09:32:53 2000 @@ -18,3 +18,3 @@ VERSION=1.0 -@@ -46,2 +47,24 @@ +@@ -46,2 +47,25 @@ $(DISTUID)@$(DISTHOST):$(DISTPATH)/jbigkit-$(VERSION)-announce.txt @@ -30,3 +30,4 @@ + mkdir -p ${PREFIX}/man/man5 -+ install -c -m 644 -o bin -g bin pbmtools/pbm.5 ${PREFIX}/man/man5 ++ # Not installing the pbm(5) man page, because BSD has its own ++ # install -c -m 644 -o bin -g bin pbmtools/pbm.5 ${PREFIX}/man/man5 + install -c -m 644 -o bin -g bin pbmtools/pgm.5 ${PREFIX}/man/man5 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message