summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-08-10 07:40:21 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-08-10 07:40:21 +0000
commita233bbcfca8f7064240c517e0ae66726e99bd0b1 (patch)
tree6e8b7e21daa246c39cf531f1700a6b4210ab648d /security
parentFix the flac entry by specificing the correct fixed version. (diff)
- Make fetchable
- Remove 4.x cruft PR: ports/114581 Submitted by: Hubert Tournier <hubert@frbsd.org> Approved by: sat (mentor)
Notes
Notes: svn path=/head/; revision=197409
Diffstat (limited to 'security')
-rw-r--r--security/smtpscan/Makefile16
-rw-r--r--security/smtpscan/files/patch-aa12
-rw-r--r--security/smtpscan/pkg-descr7
3 files changed, 16 insertions, 19 deletions
diff --git a/security/smtpscan/Makefile b/security/smtpscan/Makefile
index 0379d6494fe1..af60cc18f46e 100644
--- a/security/smtpscan/Makefile
+++ b/security/smtpscan/Makefile
@@ -9,7 +9,7 @@ PORTNAME= smtpscan
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= security mail perl5
-MASTER_SITES= http://www.greyhats.org/outils/smtpscan/
+MASTER_SITES= http://www.frbsd.org/dist/
MAINTAINER= hubert@frbsd.org
COMMENT= A remote SMTP server version detector
@@ -18,14 +18,8 @@ RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
USE_PERL5= yes
-MAN1= smtpscan.1
-WRKSRC= ${WRKDIR}/${PORTNAME}
+MAN1= smtpscan.1
+MAKEFILE=${FILESDIR}/Makefile
+WRKSRC= ${WRKDIR}/${PORTNAME}
-pre-build:
- ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
-
-.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500600
- RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO.pm:${PORTSDIR}/devel/p5-IO
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/security/smtpscan/files/patch-aa b/security/smtpscan/files/patch-aa
index e365e708c5be..5db8513a2a14 100644
--- a/security/smtpscan/files/patch-aa
+++ b/security/smtpscan/files/patch-aa
@@ -1,6 +1,12 @@
---- configure.orig Sun May 4 23:36:44 2003
-+++ configure Sun May 4 23:40:21 2003
-@@ -10,45 +10,54 @@
+--- configure.orig 2003-05-05 14:25:10.000000000 -0800
++++ configure 2007-07-16 13:41:43.000000000 -0800
+@@ -5,50 +5,59 @@
+ #
+
+ VERSION=0.5
+-DESTDIR='/usr/local'
++DESTDIR=${PREFIX}
+ SHAREDIR="$DESTDIR/share"
BINDIR="$DESTDIR/bin"
MANDIR="$DESTDIR/man/man1"
diff --git a/security/smtpscan/pkg-descr b/security/smtpscan/pkg-descr
index fcf78fc141f1..2923a59ce2c1 100644
--- a/security/smtpscan/pkg-descr
+++ b/security/smtpscan/pkg-descr
@@ -1,8 +1,5 @@
smtpscan is a remote SMTP server version detector. It can
-be used to guess which mail software is used on a remote
+be used to guess which mail software is used on a remote
server, that may hide its SMTP banner.
-WWW: http://www.greyhats.org/outils/smtpscan/
-
-- Hubert Tournier
-hubert@frbsd.org
+WWW: http://www.bordet.info/dc/