upgrade to 1.0.0
Submitted by: fenner log
This commit is contained in:
parent
befd83694c
commit
f6c6f51a63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39221
3 changed files with 31 additions and 32 deletions
|
@ -7,10 +7,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= dotconf
|
||||
PORTVERSION= 1.0.0p2
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.azzit.de/dotconf/download/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/}
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
|
@ -22,12 +21,12 @@ USE_GMAKE= yes
|
|||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/${PORTNAME}
|
||||
.if !defined(NOPORTDOCS)
|
||||
.for f in dotconf-api.txt dotconf-features.txt
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/$f ${PREFIX}/share/${PORTNAME}
|
||||
.endfor
|
||||
${CP} -R ${WRKSRC}/examples ${PREFIX}/share/${PORTNAME}
|
||||
.endif
|
||||
${CP} -R ${WRKSRC}/examples ${PREFIX}/share/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (dotconf-1.0.0pre2.tar.gz) = c51c375b5a1df399d15ffda8df841a81
|
||||
MD5 (dotconf-1.0.0.tar.gz) = 96dfd6325d7aacb2bed7a955f7b29d03
|
||||
|
|
|
@ -8,30 +8,30 @@ lib/libdotconf-1.0.so.0
|
|||
share/aclocal/dotconf.m4
|
||||
%%PORTDOCS%%share/dotconf/dotconf-api.txt
|
||||
%%PORTDOCS%%share/dotconf/dotconf-features.txt
|
||||
%%PORTDOCS%%share/dotconf/examples/README
|
||||
%%PORTDOCS%%share/dotconf/examples/caseinsensitive/Makefile
|
||||
%%PORTDOCS%%share/dotconf/examples/caseinsensitive/caseinsensitive.c
|
||||
%%PORTDOCS%%share/dotconf/examples/caseinsensitive/caseinsensitive.conf
|
||||
%%PORTDOCS%%share/dotconf/examples/context/Makefile
|
||||
%%PORTDOCS%%share/dotconf/examples/context/context.c
|
||||
%%PORTDOCS%%share/dotconf/examples/context/context.conf
|
||||
%%PORTDOCS%%share/dotconf/examples/errorhandler/Makefile
|
||||
%%PORTDOCS%%share/dotconf/examples/errorhandler/errorhandler.c
|
||||
%%PORTDOCS%%share/dotconf/examples/errorhandler/errorhandler.conf
|
||||
%%PORTDOCS%%share/dotconf/examples/modules/Makefile
|
||||
%%PORTDOCS%%share/dotconf/examples/modules/include.conf
|
||||
%%PORTDOCS%%share/dotconf/examples/modules/module.c
|
||||
%%PORTDOCS%%share/dotconf/examples/modules/my_module.c
|
||||
%%PORTDOCS%%share/dotconf/examples/modules/sample.conf
|
||||
%%PORTDOCS%%share/dotconf/examples/simple/Makefile
|
||||
%%PORTDOCS%%share/dotconf/examples/simple/included.conf
|
||||
%%PORTDOCS%%share/dotconf/examples/simple/linecat.conf
|
||||
%%PORTDOCS%%share/dotconf/examples/simple/simple.c
|
||||
%%PORTDOCS%%share/dotconf/examples/simple/simple.conf
|
||||
%%PORTDOCS%%@dirrm share/dotconf/examples/caseinsensitive
|
||||
%%PORTDOCS%%@dirrm share/dotconf/examples/context
|
||||
%%PORTDOCS%%@dirrm share/dotconf/examples/errorhandler
|
||||
%%PORTDOCS%%@dirrm share/dotconf/examples/modules
|
||||
%%PORTDOCS%%@dirrm share/dotconf/examples/simple
|
||||
%%PORTDOCS%%@dirrm share/dotconf/examples
|
||||
%%PORTDOCS%%@dirrm share/dotconf
|
||||
share/dotconf/examples/README
|
||||
share/dotconf/examples/caseinsensitive/Makefile
|
||||
share/dotconf/examples/caseinsensitive/caseinsensitive.c
|
||||
share/dotconf/examples/caseinsensitive/caseinsensitive.conf
|
||||
share/dotconf/examples/context/Makefile
|
||||
share/dotconf/examples/context/context.c
|
||||
share/dotconf/examples/context/context.conf
|
||||
share/dotconf/examples/errorhandler/Makefile
|
||||
share/dotconf/examples/errorhandler/errorhandler.c
|
||||
share/dotconf/examples/errorhandler/errorhandler.conf
|
||||
share/dotconf/examples/modules/Makefile
|
||||
share/dotconf/examples/modules/include.conf
|
||||
share/dotconf/examples/modules/module.c
|
||||
share/dotconf/examples/modules/my_module.c
|
||||
share/dotconf/examples/modules/sample.conf
|
||||
share/dotconf/examples/simple/Makefile
|
||||
share/dotconf/examples/simple/included.conf
|
||||
share/dotconf/examples/simple/linecat.conf
|
||||
share/dotconf/examples/simple/simple.c
|
||||
share/dotconf/examples/simple/simple.conf
|
||||
@dirrm share/dotconf/examples/caseinsensitive
|
||||
@dirrm share/dotconf/examples/context
|
||||
@dirrm share/dotconf/examples/errorhandler
|
||||
@dirrm share/dotconf/examples/modules
|
||||
@dirrm share/dotconf/examples/simple
|
||||
@dirrm share/dotconf/examples
|
||||
@dirrm share/dotconf
|
||||
|
|
Loading…
Reference in a new issue