diff options
author | vs <vs@FreeBSD.org> | 2005-01-14 16:27:28 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-01-14 16:27:28 +0800 |
commit | 6abf3acf34d2e9821c2929305751e5c295989f5e (patch) | |
tree | 5ae03ad8862f9cad7342174b9f7a97e5c097ffbd /security | |
parent | b3c9df9fd6f0c7e36c967d8c3ecac74324b8688c (diff) | |
download | freebsd-ports-gnome-6abf3acf34d2e9821c2929305751e5c295989f5e.tar.gz freebsd-ports-gnome-6abf3acf34d2e9821c2929305751e5c295989f5e.tar.zst freebsd-ports-gnome-6abf3acf34d2e9821c2929305751e5c295989f5e.zip |
- Update to 0.2.9
- mark non-working on sparc64 architecture
- nuke plist while here
PR: ports/76037
Submittd by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/doscan/Makefile | 11 | ||||
-rw-r--r-- | security/doscan/distinfo | 4 | ||||
-rw-r--r-- | security/doscan/pkg-plist | 3 |
3 files changed, 9 insertions, 9 deletions
diff --git a/security/doscan/Makefile b/security/doscan/Makefile index de6caafa4198..fcada617452c 100644 --- a/security/doscan/Makefile +++ b/security/doscan/Makefile @@ -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 diff --git a/security/doscan/distinfo b/security/doscan/distinfo index e763625b7caa..3643a4351b62 100644 --- a/security/doscan/distinfo +++ b/security/doscan/distinfo @@ -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 diff --git a/security/doscan/pkg-plist b/security/doscan/pkg-plist deleted file mode 100644 index 039472891c3d..000000000000 --- a/security/doscan/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/doscan -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% |