Update to version 1.10

PR:		51366
Submitted by:	Ports Fury
This commit is contained in:
Christian Weisgerber 2003-05-08 12:27:02 +00:00
parent ed28dd28c5
commit 04161f8c90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80445
3 changed files with 12 additions and 6 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= trio
PORTVERSION= 1.9
PORTVERSION= 1.10
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ctrio
@ -15,14 +15,17 @@ MASTER_SITE_SUBDIR= ctrio
MAINTAINER= ports@FreeBSD.org
COMMENT= A fully matured and stable set of printf and string functions
USE_REINPLACE= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|_INCS|INCS|g' ${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/doc
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${DOCSDIR}/doc
@${MKDIR} ${DOCSDIR}/html
${INSTALL_DATA} ${WRKSRC}/html/*.* ${DOCSDIR}/html
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${FIND} doc html | \
cpio -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (trio-1.9.tar.gz) = 86a7fa48d9a1ef4294cd753f4212ad7d
MD5 (trio-1.10.tar.gz) = 8e550cd0ead8bbb9afb475e46ccddf30

View File

@ -1,6 +1,9 @@
@comment $FreeBSD$
include/trio.h
include/triodef.h
include/triop.h
include/trionan.h
include/triostr.h
lib/libtrio.a
%%PORTDOCS%%share/doc/trio/doc/doc.h
%%PORTDOCS%%share/doc/trio/doc/doc_dynamic.h