diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-02-19 21:08:12 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-02-19 21:08:12 +0000 |
commit | c4f5ae53de43ad7917d279b99ac94b9f2021653d (patch) | |
tree | 4ec17fa4d55b47a8972402c1e2ca01bbbdbb7a5d /textproc/docbook-xsl | |
parent | b557f1c18b4beeb7fb367335ffff829adc2e402f (diff) |
Notes
Diffstat (limited to 'textproc/docbook-xsl')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 2 | ||||
-rw-r--r-- | textproc/docbook-xsl/files/pkg-install.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index 6c157f09a605..e9eb682d8522 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -7,7 +7,7 @@ PORTNAME= docbook-xsl PORTVERSION= 1.64.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= docbook diff --git a/textproc/docbook-xsl/files/pkg-install.in b/textproc/docbook-xsl/files/pkg-install.in index 6123a5454d02..943ef407d704 100644 --- a/textproc/docbook-xsl/files/pkg-install.in +++ b/textproc/docbook-xsl/files/pkg-install.in @@ -19,7 +19,7 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0 fi -VERSIONS='1.36 1.37 1.38 1.39 1.40 1.41 1.42 1.43 1.44 1.45 1.46 1.47 1.48 1.49 1.50.0 1.51.0 1.51.1 1.52.0 1.52.1 1.52.2 1.53.0 1.54.0 1.54.1 1.55.0 1.56.0 1.56.1 1.57.0 1.58.0 1.58.1 1.59.0 1.59.1 1.59.2 1.60.0 1.60.1 1.61.0 1.61.1 1.61.2 1.61.3 1.62.0 1.62.1 1.62.2 1.62.3 1.62.4 1.63.0 1.64.0 1.64.1' +VERSIONS='1.36 1.37 1.38 1.39 1.40 1.41 1.42 1.43 1.44 1.45 1.46 1.47 1.48 1.49 1.50.0 1.51.0 1.51.1 1.52.0 1.52.1 1.52.2 1.53.0 1.54.0 1.54.1 1.55.0 1.56.0 1.56.1 1.57.0 1.58.0 1.58.1 1.59.0 1.59.1 1.59.2 1.60.0 1.60.1 1.61.0 1.61.1 1.61.2 1.61.3 1.62.0 1.62.1 1.62.2 1.62.3 1.62.4 1.63.0 1.64.0 1.64.1 current' if [ ! -f ${CATALOG_XSL} ]; then ${XMLCATMGR} -c "${CATALOG_XSL}" create |