pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/lgrind Change dependency to use teTeX2 per defau...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07b0bf888236
branches:  trunk
changeset: 487598:07b0bf888236
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 17 12:51:29 2005 +0000

description:
Change dependency to use teTeX2 per default instead of the obsolete teTeX1.
While here, replace the INSTALL/DEINSTALL scripts with @exec/@unexec lines.
Bump PKGREVISION for dependency change.

diffstat:

 print/lgrind/DEINSTALL |  9 ---------
 print/lgrind/INSTALL   |  9 ---------
 print/lgrind/Makefile  |  6 +++---
 print/lgrind/PLIST     |  4 +++-
 4 files changed, 6 insertions(+), 22 deletions(-)

diffs (64 lines):

diff -r d08982ba762f -r 07b0bf888236 print/lgrind/DEINSTALL
--- a/print/lgrind/DEINSTALL    Mon Jan 17 12:51:16 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: DEINSTALL,v 1.1 2001/10/31 23:27:46 zuntum Exp $
-#
-if [ "$2" != "POST-DEINSTALL" ]; then
-  exit 0
-fi
-
-${PKG_PREFIX}/bin/texconfig rehash
diff -r d08982ba762f -r 07b0bf888236 print/lgrind/INSTALL
--- a/print/lgrind/INSTALL      Mon Jan 17 12:51:16 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: INSTALL,v 1.1 2001/10/31 23:27:46 zuntum Exp $
-#
-if [ "$2" != "POST-INSTALL" ]; then
-  exit 0
-fi
-
-${PKG_PREFIX}/bin/texconfig rehash
diff -r d08982ba762f -r 07b0bf888236 print/lgrind/Makefile
--- a/print/lgrind/Makefile     Mon Jan 17 12:51:16 2005 +0000
+++ b/print/lgrind/Makefile     Mon Jan 17 12:51:29 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2004/03/26 02:27:51 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2005/01/17 12:51:29 wiz Exp $
 
 DISTNAME=      lgrind
 PKGNAME=       lgrind-3.5
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_LOCAL}
 EXTRACT_SUFX=  .tar.bz2
@@ -10,7 +10,7 @@
 MAINTAINER=    jwise%NetBSD.org@localhost
 COMMENT=       Source pretty printer for LaTeX
 
-DEPENDS+=      teTeX-1.0.*:../../print/teTeX1
+DEPENDS+=      teTeX>=1.0:../../print/teTeX
 
 WRKSRC=                ${WRKDIR}/lgrind/source
 USE_X11=       yes
diff -r d08982ba762f -r 07b0bf888236 print/lgrind/PLIST
--- a/print/lgrind/PLIST        Mon Jan 17 12:51:16 2005 +0000
+++ b/print/lgrind/PLIST        Mon Jan 17 12:51:29 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:27:46 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/01/17 12:51:29 wiz Exp $
 bin/lgrind
 share/texmf/tex/latex/lgrind/lgrindef
 share/texmf/doc/latex/lgrind/lgrind.dvi
@@ -7,3 +7,5 @@
 man/man5/lgrindef.5
 @dirrm share/texmf/tex/latex/lgrind
 @dirrm share/texmf/doc/latex/lgrind
+@exec %D/bin/mktexlsr
+@unexec %D/bin/mktexlsr



Home | Main Index | Thread Index | Old Index