pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/rubber Depend on teTeX-bin instead of teTeX; ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36e1fd80eb1f
branches:  trunk
changeset: 492020:36e1fd80eb1f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 03 20:39:56 2005 +0000

description:
Depend on teTeX-bin instead of teTeX; remove 24
from supported python versions. From maintainer Antoine Reilles in PR 29873.

diffstat:

 textproc/rubber/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 18bd4dc81822 -r 36e1fd80eb1f textproc/rubber/Makefile
--- a/textproc/rubber/Makefile  Sun Apr 03 19:16:27 2005 +0000
+++ b/textproc/rubber/Makefile  Sun Apr 03 20:39:56 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2005/01/23 20:41:49 recht Exp $
+# $NetBSD: Makefile,v 1.3 2005/04/03 20:39:56 wiz Exp $
 #
 
 DISTNAME=              rubber-0.99.8
+PKGREVISION=           1
 CATEGORIES=            textproc
 MASTER_SITES=          http://ebeffara.free.fr/pub/
 
@@ -9,7 +10,7 @@
 HOMEPAGE=              http://rubber.sourceforge.net/
 COMMENT=               Automated system for building LaTeX documents
 
-DEPENDS+=              teTeX-[0-9]*:../../print/teTeX
+DEPENDS+=              teTeX-bin-[0-9]*:../../print/teTeX-bin
 
 USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
@@ -18,7 +19,7 @@
 USE_MAKEINFO=           yes
 INFO_FILES=             rubber.info
 TEXINFO_REQD=          4.6
-PYTHON_VERSIONS_ACCEPTED=      23 24
+PYTHON_VERSIONS_ACCEPTED=      23
 
 CONFIGURE_ARGS=                --python=${PYTHONBIN} --prefix=${PREFIX} \
                        --datadir=${PREFIX}/share



Home | Main Index | Thread Index | Old Index