diff options
author | des <des@FreeBSD.org> | 2005-09-26 15:23:06 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2005-09-26 15:23:06 +0800 |
commit | 2257e0399d77beb803eec985b95860bc8d5aa482 (patch) | |
tree | 00c26e28056121d0638dcf01fa3051a34a08923b /textproc/docbook-xsl/files | |
parent | bb8ff91ecdeb0fb69ce1e1de38ede01dc2b0829f (diff) | |
download | freebsd-ports-gnome-2257e0399d77beb803eec985b95860bc8d5aa482.tar.gz freebsd-ports-gnome-2257e0399d77beb803eec985b95860bc8d5aa482.tar.zst freebsd-ports-gnome-2257e0399d77beb803eec985b95860bc8d5aa482.zip |
Correct update to 1.69.1.
PR: ports/85734
Submitted by: skv
Diffstat (limited to 'textproc/docbook-xsl/files')
-rw-r--r-- | textproc/docbook-xsl/files/pkg-install.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-xsl/files/pkg-install.in b/textproc/docbook-xsl/files/pkg-install.in index 9f496a9c0959..cce7e93077a0 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 1.65.0 1.65.1 1.66.0 1.66.1 1.67.0 1.67.2 1.68.0 1.68.1 1.69.0 1.69.1 current' +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 1.65.0 1.65.1 1.66.0 1.66.1 1.67.0 1.67.2 1.68.0 1.68.1 current' if [ ! -f ${CATALOG_XSL} ]; then ${XMLCATMGR} -c "${CATALOG_XSL}" create |