mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to bugfixing version 3.0.1.
PR: 35747 Submitted by: Andy Newman <atrn@zeta.org.au>
This commit is contained in:
parent
a753bb98f5
commit
93db55996f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57253
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ici
|
||||
PORTVERSION= 3.0.0
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.zeta.org.au/~atrn/ici/distfiles/
|
||||
|
||||
@ -16,10 +16,12 @@ MAKEFILE= Makefile.bsd
|
||||
MAN1= ici3.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
ICIHDRS= alloc.h array.h buf.h catch.h cfunc.h conf-bsd.h exec.h file.h \
|
||||
float.h forall.h func.h fwd.h ici.h int.h mark.h mem.h method.h \
|
||||
null.h object.h op.h parse.h pc.h primes.h ptr.h re.h set.h skt.h \
|
||||
src.h str.h struct.h trace.h win.h wrap.h
|
||||
float.h forall.h func.h fwd.h ici.h int.h mark.h mem.h \
|
||||
method.h null.h object.h op.h parse.h pc.h primes.h ptr.h re.h \
|
||||
set.h skt.h src.h str.h struct.h trace.h win.h wrap.h
|
||||
|
||||
ICIPCREHDRS= pcre/internal.h pcre/pcre.h
|
||||
|
||||
@ -46,7 +48,7 @@ do-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/ici3
|
||||
.for f in ${ICIDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/ici3
|
||||
${INSTALL_MAN} ${WRKSRC}/$f ${PREFIX}/share/doc/ici3
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ici-3.0.0.tar.gz) = ddec037a668c25404b280028f84e26ef
|
||||
MD5 (ici-3.0.1.tar.bz2) = 6750eb9c8efc6a4d11cfb7554df7f10c
|
||||
|
@ -39,11 +39,11 @@ lib/ici3/ici3core1.ici
|
||||
lib/ici3/ici3core2.ici
|
||||
lib/ici3/ici3core3.ici
|
||||
lib/libici3.a
|
||||
share/doc/ici3/ici-a4.ps
|
||||
share/doc/ici3/ici-ltr.ps
|
||||
share/doc/ici3/ici.txt
|
||||
share/doc/ici3/ici.pdf
|
||||
%%PORTDOCS%%share/doc/ici3/ici-a4.ps
|
||||
%%PORTDOCS%%share/doc/ici3/ici-ltr.ps
|
||||
%%PORTDOCS%%share/doc/ici3/ici.txt
|
||||
%%PORTDOCS%%share/doc/ici3/ici.pdf
|
||||
%%PORTDOCS%%@dirrm share/doc/ici3
|
||||
@dirrm include/ici3/pcre
|
||||
@dirrm include/ici3
|
||||
@unexec rmdir %D/share/doc/ici3 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/ici3 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user