Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2000 09:44:32 -0400 (EDT)
From:      Mikhail Teterin <mi@privatelabs.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        tkato@prontomail.ne.jp
Subject:   ports/19055: graphis/jbigkit upgraded to 1.2
Message-ID:  <200006061344.JAA01322@misha.privatelabs.com>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006061344.JAA01322>