svn commit: r380823 - head/security/doscan
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Mar 9 00:58:42 UTC 2015
Author: amdmi3
Date: Mon Mar 9 00:58:41 2015
New Revision: 380823
URL: https://svnweb.freebsd.org/changeset/ports/380823
QAT: https://qat.redports.org/buildarchive/r380823/
Log:
- Clarify LICENSE
- Add LICENSE_FILE
- Strip binary
Modified:
head/security/doscan/Makefile
Modified: head/security/doscan/Makefile
==============================================================================
--- head/security/doscan/Makefile Mon Mar 9 00:58:39 2015 (r380822)
+++ head/security/doscan/Makefile Mon Mar 9 00:58:41 2015 (r380823)
@@ -3,13 +3,15 @@
PORTNAME= doscan
PORTVERSION= 0.3.3
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://static.enyo.de/fw/releases/doscan/
MAINTAINER= ports at FreeBSD.org
COMMENT= Tool to quickly scan your network for machines listening on a TCP port
-LICENSE= GPLv2
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
@@ -26,6 +28,7 @@ post-patch:
${WRKSRC}/doc/doscan.1
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list