- Update to 0.2.9
- mark non-working on sparc64 architecture - nuke plist while here PR: ports/76037 Submittd by: maintainer
This commit is contained in:
parent
afef69ab85
commit
d39ff399eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126411
3 changed files with 9 additions and 9 deletions
|
@ -6,11 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= doscan
|
||||
PORTVERSION= 0.2.6
|
||||
PORTVERSION= 0.2.9
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://static.enyo.de/fw/releases/doscan/
|
||||
|
||||
MAINTAINER= Janos.Mohacsi@bsd.hu
|
||||
MAINTAINER= janos.mohacsi@bsd.hu
|
||||
COMMENT= Tool to quickly scan your network for machines listening on a TCP port
|
||||
|
||||
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
||||
|
@ -18,8 +18,11 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
|||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GCC= 3.4
|
||||
DOC_FILES= README
|
||||
PORTDOCS= README
|
||||
MAN1= doscan.1
|
||||
NOT_FOR_ARCHS= sparc64
|
||||
|
||||
PLIST_FILES= bin/doscan
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -30,7 +33,7 @@ EXTRA_PATCHES= ${PATCHDIR}/freebsd4.diff
|
|||
post-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${DOC_FILES}
|
||||
.for file in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (doscan-0.2.6.tar.gz) = 3391cc5a8e84b9f6b89e2219b8eae477
|
||||
SIZE (doscan-0.2.6.tar.gz) = 224734
|
||||
MD5 (doscan-0.2.9.tar.gz) = 2f2e4ccc952d8736565973b230385fd7
|
||||
SIZE (doscan-0.2.9.tar.gz) = 148723
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
bin/doscan
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in a new issue