svn commit: r480244 - head/security/ncrack

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 21 09:38:27 UTC 2018


Author: amdmi3
Date: Fri Sep 21 09:38:25 2018
New Revision: 480244
URL: https://svnweb.freebsd.org/changeset/ports/480244

Log:
  - Update WWW
  - While here, whitespace fixes
  
  Approved by:	portmgr blanket

Modified:
  head/security/ncrack/Makefile
  head/security/ncrack/pkg-descr

Modified: head/security/ncrack/Makefile
==============================================================================
--- head/security/ncrack/Makefile	Fri Sep 21 09:08:26 2018	(r480243)
+++ head/security/ncrack/Makefile	Fri Sep 21 09:38:25 2018	(r480244)
@@ -5,7 +5,7 @@ PORTNAME=	ncrack
 DISTVERSION=	0.6
 CATEGORIES=	security
 MASTER_SITES=	http://nmap.org/ncrack/dist/ \
-				http://redundancy.redundancy.org/mirror/
+		http://redundancy.redundancy.org/mirror/
 
 MAINTAINER=	lx at FreeBSD.org
 COMMENT=	High-speed network authentication cracking tool
@@ -18,6 +18,6 @@ USES=		gmake ssl
 CPPFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}
 
-WRKSRC=	${WRKDIR}/${PORTNAME}-${DISTVERSION}.0
+WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}.0
 
 .include <bsd.port.mk>

Modified: head/security/ncrack/pkg-descr
==============================================================================
--- head/security/ncrack/pkg-descr	Fri Sep 21 09:08:26 2018	(r480243)
+++ head/security/ncrack/pkg-descr	Fri Sep 21 09:38:25 2018	(r480244)
@@ -4,4 +4,4 @@ Nmap and a dynamic engine that can adapt its behaviour
 feedback. It allows for rapid, yet reliable large-scale auditing of
 multiple hosts.
 
-WWW: http://nmap.org/ncrack/
+WWW: https://nmap.org/ncrack/


More information about the svn-ports-head mailing list