pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc Bump PKGREVISION:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d776fe929a16
branches:  trunk
changeset: 492207:d776fe929a16
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 06 18:24:23 2005 +0000

description:
Bump PKGREVISION:
This package was broken for a time, when the NO_BUILD that is set by
its Makefile broke the xmlcatmgr handling.
Increase the PKGREVISION now to have a known-good version of this package
again.

diffstat:

 textproc/db2latex/Makefile        |  3 ++-
 textproc/docbook-simple/Makefile  |  3 ++-
 textproc/docbook-website/Makefile |  3 ++-
 textproc/docbook-xml/Makefile     |  4 ++--
 textproc/docbook-xsl/Makefile     |  3 ++-
 textproc/html/Makefile            |  3 ++-
 textproc/iso12083/Makefile        |  4 ++--
 textproc/iso8879/Makefile         |  4 ++--
 textproc/tei/Makefile             |  4 ++--
 textproc/teixsl-fo/Makefile       |  3 ++-
 textproc/teixsl-html/Makefile     |  3 ++-
 textproc/xhtml/Makefile           |  3 ++-
 12 files changed, 24 insertions(+), 16 deletions(-)

diffs (162 lines):

diff -r 1501cf58a95e -r d776fe929a16 textproc/db2latex/Makefile
--- a/textproc/db2latex/Makefile        Wed Apr 06 17:54:32 2005 +0000
+++ b/textproc/db2latex/Makefile        Wed Apr 06 18:24:23 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/12/10 21:55:40 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2005/04/06 18:24:23 wiz Exp $
 
 DISTNAME=      db2latex-xsl-0.8pre1
 PKGNAME=       ${DISTNAME:S/xsl-//}
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=db2latex/}
 
diff -r 1501cf58a95e -r d776fe929a16 textproc/docbook-simple/Makefile
--- a/textproc/docbook-simple/Makefile  Wed Apr 06 17:54:32 2005 +0000
+++ b/textproc/docbook-simple/Makefile  Wed Apr 06 18:24:23 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/10/30 06:31:02 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2005/04/06 18:24:23 wiz Exp $
 #
 
 DISTNAME=      docbook-simple-1.1CR2
 PKGNAME=       ${DISTNAME:C/CR/rc/}
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  http://docbook.org/xml/simple/1.1CR2/
 EXTRACT_SUFX=  .zip
diff -r 1501cf58a95e -r d776fe929a16 textproc/docbook-website/Makefile
--- a/textproc/docbook-website/Makefile Wed Apr 06 17:54:32 2005 +0000
+++ b/textproc/docbook-website/Makefile Wed Apr 06 18:24:23 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2005/03/02 17:58:08 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2005/04/06 18:24:23 wiz Exp $
 #
 
 DISTNAME=      website-2.5.0
 PKGNAME=       docbook-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=docbook/}
 
diff -r 1501cf58a95e -r d776fe929a16 textproc/docbook-xml/Makefile
--- a/textproc/docbook-xml/Makefile     Wed Apr 06 17:54:32 2005 +0000
+++ b/textproc/docbook-xml/Makefile     Wed Apr 06 18:24:23 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2005/03/29 14:40:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.16 2005/04/06 18:24:23 wiz Exp $
 #
 
 DISTNAME=      docbook-xml-4.2
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    textproc
 MASTER_SITES=  http://www.oasis-open.org/docbook/xml/4.2/
 EXTRACT_SUFX=  .zip
diff -r 1501cf58a95e -r d776fe929a16 textproc/docbook-xsl/Makefile
--- a/textproc/docbook-xsl/Makefile     Wed Apr 06 17:54:32 2005 +0000
+++ b/textproc/docbook-xsl/Makefile     Wed Apr 06 18:24:23 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2005/02/14 14:52:42 jmmv Exp $
+# $NetBSD: Makefile,v 1.25 2005/04/06 18:24:23 wiz Exp $
 #
 
 DISTNAME=      docbook-xsl-1.68.1
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=docbook/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 1501cf58a95e -r d776fe929a16 textproc/html/Makefile
--- a/textproc/html/Makefile    Wed Apr 06 17:54:32 2005 +0000
+++ b/textproc/html/Makefile    Wed Apr 06 18:24:23 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2005/02/21 20:26:14 hubertf Exp $
+# $NetBSD: Makefile,v 1.13 2005/04/06 18:24:23 wiz Exp $
 #
 
 DISTNAME=      html-4.01
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
 
diff -r 1501cf58a95e -r d776fe929a16 textproc/iso12083/Makefile
--- a/textproc/iso12083/Makefile        Wed Apr 06 17:54:32 2005 +0000
+++ b/textproc/iso12083/Makefile        Wed Apr 06 18:24:23 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2005/03/24 21:13:02 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2005/04/06 18:24:23 wiz Exp $
 
 DISTNAME=      iso12083-1993
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    textproc
 MASTER_SITES=  ftp://info.ex.ac.uk/pub/SGML/ISO-12083/ \
                ftp://ftp.ifi.uio.no/pub/SGML/ISO12083/ \
diff -r 1501cf58a95e -r d776fe929a16 textproc/iso8879/Makefile
--- a/textproc/iso8879/Makefile Wed Apr 06 17:54:32 2005 +0000
+++ b/textproc/iso8879/Makefile Wed Apr 06 18:24:23 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2005/03/24 21:13:02 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2005/04/06 18:24:23 wiz Exp $
 
 DISTNAME=      ISOEnts
 PKGNAME=       iso8879-1986
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    textproc
 MASTER_SITES=  http://www.oasis-open.org/cover/
 EXTRACT_SUFX=  .zip
diff -r 1501cf58a95e -r d776fe929a16 textproc/tei/Makefile
--- a/textproc/tei/Makefile     Wed Apr 06 17:54:32 2005 +0000
+++ b/textproc/tei/Makefile     Wed Apr 06 18:24:23 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/08/03 14:04:09 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2005/04/06 18:24:23 wiz Exp $
 
 DISTNAME=      dtd
 PKGNAME=       tei-4
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    textproc
 MASTER_SITES=  http://www.tei-c.org/P4X/DTD/
 EXTRACT_SUFX=  .zip
diff -r 1501cf58a95e -r d776fe929a16 textproc/teixsl-fo/Makefile
--- a/textproc/teixsl-fo/Makefile       Wed Apr 06 17:54:32 2005 +0000
+++ b/textproc/teixsl-fo/Makefile       Wed Apr 06 18:24:23 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2004/09/11 03:36:54 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2005/04/06 18:24:23 wiz Exp $
 
 DISTNAME=      teixsl-fo
 PKGNAME=       ${DISTNAME}-3.3
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  http://www.tei-c.org/Stylesheets/P4/
 EXTRACT_SUFX=  .zip
diff -r 1501cf58a95e -r d776fe929a16 textproc/teixsl-html/Makefile
--- a/textproc/teixsl-html/Makefile     Wed Apr 06 17:54:32 2005 +0000
+++ b/textproc/teixsl-html/Makefile     Wed Apr 06 18:24:23 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2004/09/11 03:36:54 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2005/04/06 18:24:23 wiz Exp $
 
 DISTNAME=      teixsl-html
 PKGNAME=       ${DISTNAME}-3.3
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  http://www.tei-c.org/Stylesheets/P4/
 EXTRACT_SUFX=  .zip
diff -r 1501cf58a95e -r d776fe929a16 textproc/xhtml/Makefile
--- a/textproc/xhtml/Makefile   Wed Apr 06 17:54:32 2005 +0000
+++ b/textproc/xhtml/Makefile   Wed Apr 06 18:24:23 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/18 13:44:40 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2005/04/06 18:24:23 wiz Exp $
 #
 
 DISTNAME=      xhtml1
 PKGNAME=       xhtml-1.0
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  http://www.w3.org/TR/xhtml1/
 EXTRACT_SUFX=  .tgz



Home | Main Index | Thread Index | Old Index