diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-12 11:22:25 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-12 11:22:25 +0800 |
commit | 246487b251d9718b072b275491ef01cc406446fe (patch) | |
tree | f494c1f23534eda32047a87a9ec58ef129e5045e /textproc/tei-xsl-html | |
parent | 66f99820e82c7bd9b7a3ed3afee92f3bcf7c835e (diff) | |
download | freebsd-ports-gnome-246487b251d9718b072b275491ef01cc406446fe.tar.gz freebsd-ports-gnome-246487b251d9718b072b275491ef01cc406446fe.tar.zst freebsd-ports-gnome-246487b251d9718b072b275491ef01cc406446fe.zip |
PR:
Submitted by:
Reviewed by: kris@
Approved by:
Obtained from:
MFC after:
Last commit change: Change checksum to the distfiles by updating TEI XSLT
stylesheet family to version 1.4, from ChangeLog:
2003-04-14 Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk>
* release 1.4
* miscellaneous other fixes
* tei-struct.xsl: revised front matter handling from James Ramsey;
stop header appearing if there is a <front>.
* teihtml-misc.xsl (select): more lines in getQuote from Nick Nicholas
Bump PORTREVISION too.
Diffstat (limited to 'textproc/tei-xsl-html')
-rw-r--r-- | textproc/tei-xsl-html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/tei-xsl-html/Makefile b/textproc/tei-xsl-html/Makefile index 5aac732c0880..17fd51c6be60 100644 --- a/textproc/tei-xsl-html/Makefile +++ b/textproc/tei-xsl-html/Makefile @@ -7,7 +7,7 @@ PORTNAME= tei PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.tei-c.org/Stylesheets/ PKGNAMESUFFIX= -xsl-html |