Index: head/net/nfsshell/Makefile =================================================================== --- head/net/nfsshell/Makefile (revision 539944) +++ head/net/nfsshell/Makefile (revision 539945) @@ -1,28 +1,28 @@ # Created by: johans@stack.nl # $FreeBSD$ PORTNAME= nfsshell PORTVERSION= 20130510 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net #MASTER_SITES= http://www.cs.vu.nl/pub/leendert/ MAINTAINER= hrs@FreeBSD.org COMMENT= Userland NFS command tool LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= localbase readline USE_GITHUB= yes GH_ACCOUNT= NetDirect GH_TAGNAME= 09cdd52 ALL_TARGET= nfsshell MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DREADLINE" \ LIBS="-lreadline ${LDFLAGS}" PLIST_FILES= bin/nfsshell do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nfsshell ${STAGEDIR}${PREFIX}/bin/nfsshell .include Index: head/net/nfsshell/pkg-descr =================================================================== --- head/net/nfsshell/pkg-descr (revision 539944) +++ head/net/nfsshell/pkg-descr (revision 539945) @@ -1,4 +1,6 @@ nfs shell provides user level access to an NFS server, over UDP or TCP, supports source routing and "secure" (privileged port) mounts. It's a useful tool to manually check (or show) security problems after a security scanner has detected them. + +WWW: https://github.com/NetDirect/nfsshell