Update to new upstream version 0.0.24.
Submitted by: Jin-Sih Lin <linpct@gmail.com> PR: ports/158937
This commit is contained in:
parent
89d42963d8
commit
354dafc5fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277854
3 changed files with 21 additions and 21 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= xmlto
|
||||
PORTVERSION= 0.0.23
|
||||
PORTVERSION= 0.0.24
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= https://fedorahosted.org/releases/x/m/xmlto/
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (xmlto-0.0.23.tar.bz2) = a9ffb2760ded55924708cf42f575aaa87cf38fce4d9019ad287213303a8cb1c4
|
||||
SIZE (xmlto-0.0.23.tar.bz2) = 105201
|
||||
SHA256 (xmlto-0.0.24.tar.bz2) = 30f59f4cc87a5e86f74fc1d2e63ceb6adc7a260d438e0439689efc2588976e13
|
||||
SIZE (xmlto-0.0.24.tar.bz2) = 111860
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
@comment $FreeBSD$
|
||||
bin/xmlif
|
||||
bin/xmlto
|
||||
%%DATADIR%%/format/docbook/awt
|
||||
%%DATADIR%%/format/docbook/dvi
|
||||
%%DATADIR%%/format/docbook/epub
|
||||
%%DATADIR%%/format/docbook/fo
|
||||
%%DATADIR%%/format/docbook/html
|
||||
%%DATADIR%%/format/docbook/html-nochunks
|
||||
%%DATADIR%%/format/docbook/xhtml
|
||||
%%DATADIR%%/format/docbook/xhtml-nochunks
|
||||
%%DATADIR%%/format/docbook/htmlhelp
|
||||
%%DATADIR%%/format/docbook/javahelp
|
||||
%%DATADIR%%/format/docbook/man
|
||||
%%DATADIR%%/format/docbook/mif
|
||||
%%DATADIR%%/format/docbook/pcl
|
||||
|
@ -15,19 +15,8 @@ bin/xmlto
|
|||
%%DATADIR%%/format/docbook/ps
|
||||
%%DATADIR%%/format/docbook/svg
|
||||
%%DATADIR%%/format/docbook/txt
|
||||
%%DATADIR%%/format/docbook/htmlhelp
|
||||
%%DATADIR%%/format/docbook/javahelp
|
||||
@dirrm %%DATADIR%%/format/docbook
|
||||
%%DATADIR%%/format/xhtml1/dvi
|
||||
%%DATADIR%%/format/xhtml1/fo
|
||||
%%DATADIR%%/format/xhtml1/pdf
|
||||
%%DATADIR%%/format/xhtml1/ps
|
||||
%%DATADIR%%/format/xhtml1/txt
|
||||
%%DATADIR%%/format/xhtml1/awt
|
||||
%%DATADIR%%/format/xhtml1/mif
|
||||
%%DATADIR%%/format/xhtml1/pcl
|
||||
%%DATADIR%%/format/xhtml1/svg
|
||||
@dirrm %%DATADIR%%/format/xhtml1
|
||||
%%DATADIR%%/format/docbook/xhtml
|
||||
%%DATADIR%%/format/docbook/xhtml-nochunks
|
||||
%%DATADIR%%/format/fo/awt
|
||||
%%DATADIR%%/format/fo/dvi
|
||||
%%DATADIR%%/format/fo/mif
|
||||
|
@ -36,7 +25,18 @@ bin/xmlto
|
|||
%%DATADIR%%/format/fo/ps
|
||||
%%DATADIR%%/format/fo/svg
|
||||
%%DATADIR%%/format/fo/txt
|
||||
@dirrm %%DATADIR%%/format/fo
|
||||
@dirrm %%DATADIR%%/format
|
||||
%%DATADIR%%/format/xhtml1/awt
|
||||
%%DATADIR%%/format/xhtml1/dvi
|
||||
%%DATADIR%%/format/xhtml1/fo
|
||||
%%DATADIR%%/format/xhtml1/mif
|
||||
%%DATADIR%%/format/xhtml1/pcl
|
||||
%%DATADIR%%/format/xhtml1/pdf
|
||||
%%DATADIR%%/format/xhtml1/ps
|
||||
%%DATADIR%%/format/xhtml1/svg
|
||||
%%DATADIR%%/format/xhtml1/txt
|
||||
%%DATADIR%%/xmlto.mak
|
||||
@dirrm %%DATADIR%%/format/xhtml1
|
||||
@dirrm %%DATADIR%%/format/fo
|
||||
@dirrm %%DATADIR%%/format/docbook
|
||||
@dirrm %%DATADIR%%/format
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue