From stephen@stephen.tranquility.net  Sat Jan 29 12:34:56 2000
Return-Path: <stephen@stephen.tranquility.net>
Received: from stephen.tranquility.net (stephen.tranquility.net [206.156.230.78])
	by hub.freebsd.org (Postfix) with ESMTP id 7E40016157
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Jan 2000 12:34:47 -0800 (PST)
	(envelope-from stephen@stephen.tranquility.net)
Received: (from stephen@localhost)
	by stephen.tranquility.net (8.9.3/8.9.3) id OAA04091;
	Sat, 29 Jan 2000 14:34:53 -0600 (CST)
	(envelope-from stephen)
Message-Id: <200001292034.OAA04091@stephen.tranquility.net>
Date: Sat, 29 Jan 2000 14:34:53 -0600 (CST)
From: stephen@math.missouri.edu
Sender: stephen@stephen.tranquility.net
Reply-To: stephen@math.missouri.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: dvipdfm version update
X-Send-Pr-Version: 3.2

>Number:         16455
>Category:       ports
>Synopsis:       dvipdfm version update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 29 12:40:02 PST 2000
>Closed-Date:    Mon Jan 31 17:42:24 PST 2000
>Last-Modified:  Mon Jan 31 17:42:37 PST 2000
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
University of Missouri
>Environment:


>Description:

	dvipdfm changed from version 0.12.7 to 0.12.7b

>How-To-Repeat:


>Fix:

Here is the diff file.  Although the version changed from 0.12.7 to
0.12.7b, it seemed right to me to keep the package name as
dvipdfm-0.12.7.  But if you wish to change that, I don't mind.
	
diff -rc dvipdfm/Makefile dvipdfm-new/Makefile
*** dvipdfm/Makefile	Sat Jan 29 10:43:12 2000
--- dvipdfm-new/Makefile	Sat Jan 29 14:28:01 2000
***************
*** 6,12 ****
  # $FreeBSD: /ctm/FreeBSD/anoncvs/cvs/ports/print/dvipdfm/Makefile,v 1.1 2000/01/29 05:39:33 steve Exp $
  #
  
! DISTNAME=		dvipdfm-0.12.7
  CATEGORIES=		print
  MASTER_SITES=		http://odo.kettering.edu/dvipdfm/
  
--- 6,13 ----
  # $FreeBSD: /ctm/FreeBSD/anoncvs/cvs/ports/print/dvipdfm/Makefile,v 1.1 2000/01/29 05:39:33 steve Exp $
  #
  
! DISTNAME=		dvipdfm-0.12.7b
! PKGNAME=		dvipdfm-0.12.7
  CATEGORIES=		print
  MASTER_SITES=		http://odo.kettering.edu/dvipdfm/
  
***************
*** 14,20 ****
  
  BUILD_DEPENDS=		${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX \
  			${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png
- 
  RUN_DEPENDS=		kpsewhich:${PORTSDIR}/print/teTeX
  
  WRKSRC=			${WRKDIR}/dvipdfm
--- 15,20 ----
***************
*** 31,37 ****
  	mktexlsr
  	${MKDIR} ${PREFIX}/share/dvipdfm
  	${INSTALL_DATA} ${WRKSRC}/latex-support/dvipdfm.def ${PREFIX}/share/dvipdfm
! 	${INSTALL_DATA} ${WRKSRC}/latex-support/hdvipdfm.def ${PREFIX}/share/dvipdfm
  .if !defined(NOPORTDOCS)
  	${MKDIR} ${PREFIX}/share/texmf/doc/dvipdfm
  	${INSTALL_DATA} ${WRKSRC}/doc/dvipdfm.tex ${PREFIX}/share/texmf/doc/dvipdfm
--- 31,37 ----
  	mktexlsr
  	${MKDIR} ${PREFIX}/share/dvipdfm
  	${INSTALL_DATA} ${WRKSRC}/latex-support/dvipdfm.def ${PREFIX}/share/dvipdfm
! #	${INSTALL_DATA} ${WRKSRC}/latex-support/hdvipdfm.def ${PREFIX}/share/dvipdfm
  .if !defined(NOPORTDOCS)
  	${MKDIR} ${PREFIX}/share/texmf/doc/dvipdfm
  	${INSTALL_DATA} ${WRKSRC}/doc/dvipdfm.tex ${PREFIX}/share/texmf/doc/dvipdfm
diff -rc dvipdfm/files/md5 dvipdfm-new/files/md5
*** dvipdfm/files/md5	Sat Jan 29 10:43:13 2000
--- dvipdfm-new/files/md5	Sat Jan 29 11:05:18 2000
***************
*** 1 ****
! MD5 (dvipdfm-0.12.7.tar.gz) = b056a7814cdb8fb38300e7436ece97b5
--- 1 ----
! MD5 (dvipdfm-0.12.7b.tar.gz) = 393f9399f91a456779439d8057f363a0
diff -rc dvipdfm/pkg/MESSAGE dvipdfm-new/pkg/MESSAGE
*** dvipdfm/pkg/MESSAGE	Sat Jan 29 10:43:13 2000
--- dvipdfm-new/pkg/MESSAGE	Sat Jan 29 14:22:04 2000
***************
*** 2,15 ****
  provided by the latest dvipdfm distribution.  This is necessary for
  .eps and .png file support.  The install script will not do this
  for you because I do not believe it is healthy to overwrite a file
! supplied by a different distribution.  If you want to use hyperref
! with "breaklinks" support, you may want to replace hdvipdfm.def
! with the version in this distribution.
  
! The files dvipdfm.def and hdvipdfm.def from the latest dvipdfm
! distribution may be found in /usr/local/share/dvipdfm.  The files
! that should to be replaced may be found in 
! /usr/local/share/texmf/tex/latex/graphics.
  
  Edit the config script in the texmf/dvipdfm directory and change to
  suit your needs.  An important configuration option is to set the
--- 2,12 ----
  provided by the latest dvipdfm distribution.  This is necessary for
  .eps and .png file support.  The install script will not do this
  for you because I do not believe it is healthy to overwrite a file
! supplied by a different distribution.
  
! The file dvipdfm.def from the latest dvipdfm distribution may be 
! found in /usr/local/share/dvipdfm.  The file that should to be 
! replaced may be found in /usr/local/share/texmf/tex/latex/graphics.
  
  Edit the config script in the texmf/dvipdfm directory and change to
  suit your needs.  An important configuration option is to set the
diff -rc dvipdfm/pkg/PLIST dvipdfm-new/pkg/PLIST
*** dvipdfm/pkg/PLIST	Sat Jan 29 10:43:13 2000
--- dvipdfm-new/pkg/PLIST	Sat Jan 29 14:20:49 2000
***************
*** 2,8 ****
  bin/dvipdft
  bin/ebb
  share/dvipdfm/dvipdfm.def
- share/dvipdfm/hdvipdfm.def
  share/texmf/doc/dvipdfm/dvipdfm.pdf
  share/texmf/doc/dvipdfm/dvipdfm.tex
  share/texmf/doc/dvipdfm/mwicks.bb
--- 2,7 ----


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mharo 
State-Changed-When: Mon Jan 31 17:42:24 PST 2000 
State-Changed-Why:  
Committed, thanks 
>Unformatted:
