1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to 5.08

Bump PORTEPOCH, because version number decreased.

PR:		54666
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Tilman Keskinoz 2003-07-22 14:29:51 +00:00
parent b58aec0ab3
commit 29b725543f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85383
3 changed files with 41 additions and 36 deletions

View File

@ -6,7 +6,8 @@
#
PORTNAME= aft
PORTVERSION= 5.0793
PORTVERSION= 5.08
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= http://www.maplefish.com/todd/
@ -15,7 +16,10 @@ COMMENT= A document preparation system using an Almost Free Text input format
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= -build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PLIST_SUB+= DOCSDIR=${DOCSDIR:S|${PREFIX}/||}
.if defined(NOPORTDOCS)
INSTALL_TARGET= install-binSCRIPTS install-pkgdataDATA install-pkgdataSCRIPTS
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (aft-5.0793.tar.gz) = 95cf3bd65257abd6aaf7f9f289ffcb62
MD5 (aft-5.08.tar.gz) = 7e015f792431245c0dc3eb6a4a979223

View File

@ -1,34 +1,35 @@
bin/aft
share/aft/AFT.pm
share/aft/aft-dbarticle.pm
share/aft/aft-fhtml.pm
share/aft/aft-html.pm
share/aft/aft-htmlc.pm
share/aft/aft-lout.pm
share/aft/aft-rtf.pm
share/aft/aft-tex.pm
share/aft/aft-xhtml.pm
share/aft/aft.pl
share/aft/compile.pl
share/aft/postrtf.pl
%%DOCSDIR%%/ChangeLog.aft
%%DOCSDIR%%/aft.eps
%%DOCSDIR%%/aft.gif
%%DOCSDIR%%/aft.jpg
%%DOCSDIR%%/aft-refman.html
%%DOCSDIR%%/aft2rtf-doc.rtf
%%DOCSDIR%%/backends/aft-dbarticle.dat
%%DOCSDIR%%/backends/aft-fhtml.dat
%%DOCSDIR%%/backends/aft-html.dat
%%DOCSDIR%%/backends/aft-htmlc.dat
%%DOCSDIR%%/backends/aft-lout.dat
%%DOCSDIR%%/backends/aft-rtf.dat
%%DOCSDIR%%/backends/aft-tex.dat
%%DOCSDIR%%/backends/aft-xhtml.dat
%%DOCSDIR%%/examples/aft.aft
%%DOCSDIR%%/examples/aft-refman.aft
%%DOCSDIR%%/examples/aft2rtf-doc.aft
@dirrm %%DOCSDIR%%/examples
@dirrm %%DOCSDIR%%/backends
@dirrm %%DOCSDIR%%
@dirrm share/aft
%%DATADIR%%/AFT.pm
%%DATADIR%%/aft-dbarticle.pm
%%DATADIR%%/aft-fhtml.pm
%%DATADIR%%/aft-html.pm
%%DATADIR%%/aft-htmlc.pm
%%DATADIR%%/aft-lout.pm
%%DATADIR%%/aft-rtf.pm
%%DATADIR%%/aft-tex.pm
%%DATADIR%%/aft-xhtml.pm
%%DATADIR%%/aft.pl
%%DATADIR%%/compile.pl
%%DATADIR%%/launch_ie.pl
%%DATADIR%%/postrtf.pl
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.aft
%%PORTDOCS%%%%DOCSDIR%%/aft-refman.html
%%PORTDOCS%%%%DOCSDIR%%/aft.eps
%%PORTDOCS%%%%DOCSDIR%%/aft.gif
%%PORTDOCS%%%%DOCSDIR%%/aft.jpg
%%PORTDOCS%%%%DOCSDIR%%/aft2rtf-doc.rtf
%%PORTDOCS%%%%DOCSDIR%%/backends/aft-dbarticle.dat
%%PORTDOCS%%%%DOCSDIR%%/backends/aft-fhtml.dat
%%PORTDOCS%%%%DOCSDIR%%/backends/aft-html.dat
%%PORTDOCS%%%%DOCSDIR%%/backends/aft-htmlc.dat
%%PORTDOCS%%%%DOCSDIR%%/backends/aft-lout.dat
%%PORTDOCS%%%%DOCSDIR%%/backends/aft-rtf.dat
%%PORTDOCS%%%%DOCSDIR%%/backends/aft-tex.dat
%%PORTDOCS%%%%DOCSDIR%%/backends/aft-xhtml.dat
%%PORTDOCS%%%%DOCSDIR%%/examples/aft-refman.aft
%%PORTDOCS%%%%DOCSDIR%%/examples/aft.aft
%%PORTDOCS%%%%DOCSDIR%%/examples/aft2rtf-doc.aft
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
%%PORTDOCS%%@dirrm %%DOCSDIR%%/backends
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%