diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-16 14:28:08 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-16 14:28:08 +0000 |
commit | 6ab16fc4ecb661738273596f994c3ed70e31a017 (patch) | |
tree | 27eeb427e65a1adc5bac9292b64c02a802c7d72d /security/dcetest | |
parent | 04526a717cf41c3f69992ae5644b077c1a4c2e50 (diff) | |
download | ports-6ab16fc4ecb661738273596f994c3ed70e31a017.tar.gz ports-6ab16fc4ecb661738273596f994c3ed70e31a017.zip |
- Chase master site
- Cleanup Makefile a bit (me)
PR: ports/77552
Submitted by: "Jonatan B" (maintainer)
Notes
Notes:
svn path=/head/; revision=129027
Diffstat (limited to 'security/dcetest')
-rw-r--r-- | security/dcetest/Makefile | 14 | ||||
-rw-r--r-- | security/dcetest/distinfo | 4 | ||||
-rw-r--r-- | security/dcetest/files/patch-dcetest.c | 11 | ||||
-rw-r--r-- | security/dcetest/pkg-plist | 2 |
4 files changed, 19 insertions, 12 deletions
diff --git a/security/dcetest/Makefile b/security/dcetest/Makefile index 49389d15c035..3e389314d62b 100644 --- a/security/dcetest/Makefile +++ b/security/dcetest/Makefile @@ -8,21 +8,19 @@ PORTNAME= dcetest PORTVERSION= 1.2 CATEGORIES= security -MASTER_SITES= http://www.atstake.com/research/tools/info_gathering/ -DISTNAME= dcetest -EXTRACT_SUFX= .tar +MASTER_SITES= ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= UNIX/scanners MAINTAINER= onatan@gmail.com COMMENT= Utility to dump MSRPC endpoint information from Windows systems ALL_TARGET= dcetest +MAKE_ARGS= CC="${CC}" +WRKSRC= ${WRKDIR}/${PORTNAME} + +PLIST_FILES= bin/dcetest do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dcetest ${PREFIX}/bin -.if !target(post-install) && (${PORTNAME} == "dcetest") -post-install: - @${STRIP_CMD} ${PREFIX}/bin/dcetest -.endif - .include <bsd.port.mk> diff --git a/security/dcetest/distinfo b/security/dcetest/distinfo index 263eb4831141..6c9712dcafbd 100644 --- a/security/dcetest/distinfo +++ b/security/dcetest/distinfo @@ -1,2 +1,2 @@ -MD5 (dcetest.tar) = 0099655f1343e7fea6a15de35bc9fc81 -SIZE (dcetest.tar) = 133120 +MD5 (dcetest-1.2.tar.gz) = 5413d6338d8d06ac19703717b4116cb1 +SIZE (dcetest-1.2.tar.gz) = 23366 diff --git a/security/dcetest/files/patch-dcetest.c b/security/dcetest/files/patch-dcetest.c new file mode 100644 index 000000000000..23347da6137d --- /dev/null +++ b/security/dcetest/files/patch-dcetest.c @@ -0,0 +1,11 @@ +--- dcetest.c.orig Tue Feb 15 11:32:36 2005 ++++ dcetest.c Tue Feb 15 11:31:48 2005 +@@ -359,7 +359,7 @@ + int tint;
+ char annotation[EPT_MAX_ANNOTATION_SIZE+1];
+ int floor, floors;
+- int address_type;
++ int address_type=0;
+
+ char tmp_address[200];
+ char tmp_address2[200];
diff --git a/security/dcetest/pkg-plist b/security/dcetest/pkg-plist deleted file mode 100644 index 51e34954c841..000000000000 --- a/security/dcetest/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -bin/dcetest |