1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Update to 0.2.3.

- Don't create DOCSDIR in NOPORTDOCS is defined

PR:		127579
Submitted by:	valerio dot daelli at gmail dot com (maintainer)
This commit is contained in:
Dmitry Marakasov 2008-09-24 07:20:12 +00:00
parent 6de7fd2ac1
commit c7cdf9ad6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220610
3 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= sqlninja
DISTVERSION= 0.2.2
DISTVERSION= 0.2.3
CATEGORIES= security
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
@ -28,7 +28,6 @@ do-install:
${MKDIR} ${ETCDIR}
${MKDIR} ${ETCDIR}/scripts
${MKDIR} ${ETCDIR}/dnstun
${MKDIR} ${DOCSDIR}
. for i in sqlninja
${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin
. endfor
@ -39,7 +38,8 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dnstun/${i} ${ETCDIR}/dnstun
. endfor
.if !defined(NOPORTDOCS)
. for i in sqlninja-howto.html sqlninja.conf.example
${MKDIR} ${DOCSDIR}
. for i in sqlninja-howto.html sqlninja.conf
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
. endfor
.endif

View File

@ -1,3 +1,3 @@
MD5 (sqlninja-0.2.2.tgz) = 6d902e47d373a5280aab617af3b4b4cd
SHA256 (sqlninja-0.2.2.tgz) = 7c30080e8050ed7d3ed1826455aabcf4ab87b6721f47fdf13eecd99f5a4e65b7
SIZE (sqlninja-0.2.2.tgz) = 123082
MD5 (sqlninja-0.2.3.tgz) = daa9e815aa82d9f3859fb416e6eda1d0
SHA256 (sqlninja-0.2.3.tgz) = 48b7d75f816a3c6179dc709399e74dcd9a38412988214346216298cd265d1f0c
SIZE (sqlninja-0.2.3.tgz) = 124338

View File

@ -4,7 +4,7 @@ bin/sqlninja
%%ETCDIR%%/dnstun/dnstun.c
%%ETCDIR%%/dnstun/dnstun.exe
%%PORTDOCS%%%%DOCSDIR%%/sqlninja-howto.html
%%PORTDOCS%%%%DOCSDIR%%/sqlninja.conf.example
%%PORTDOCS%%%%DOCSDIR%%/sqlninja.conf
@dirrm %%ETCDIR%%/scripts
@dirrm %%ETCDIR%%/dnstun
@dirrm %%ETCDIR%%