svn commit: r410051 - in head/security/doscan: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Mar 3 16:21:20 UTC 2016
Author: amdmi3
Date: Thu Mar 3 16:21:18 2016
New Revision: 410051
URL: https://svnweb.freebsd.org/changeset/ports/410051
Log:
- Silence patching and stripping
- Switch to options helpers
- Regenerate patches with `make makepatch`
Modified:
head/security/doscan/Makefile
head/security/doscan/files/patch-src__proto_http_proxy.cc
Modified: head/security/doscan/Makefile
==============================================================================
--- head/security/doscan/Makefile Thu Mar 3 15:59:04 2016 (r410050)
+++ head/security/doscan/Makefile Thu Mar 3 16:21:18 2016 (r410051)
@@ -24,11 +24,13 @@ PLIST_FILES= bin/doscan man/man1/doscan.
OPTIONS_DEFINE= DOCS
post-patch:
- ${REINPLACE_CMD} -e 's|ony o|on yo|' \
- ${WRKSRC}/doc/doscan.1
+ @${REINPLACE_CMD} -e 's|ony o|on yo|' \
+ ${WRKSRC}/doc/doscan.1
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
Modified: head/security/doscan/files/patch-src__proto_http_proxy.cc
==============================================================================
--- head/security/doscan/files/patch-src__proto_http_proxy.cc Thu Mar 3 15:59:04 2016 (r410050)
+++ head/security/doscan/files/patch-src__proto_http_proxy.cc Thu Mar 3 16:21:18 2016 (r410051)
@@ -1,6 +1,6 @@
---- ./src/proto_http_proxy.cc.orig 2014-07-08 13:39:24.466003083 +0200
-+++ ./src/proto_http_proxy.cc 2014-07-08 13:40:02.286093067 +0200
-@@ -36,6 +36,7 @@
+--- src/proto_http_proxy.cc.orig 2014-10-22 20:12:56 UTC
++++ src/proto_http_proxy.cc
+@@ -37,6 +37,7 @@
#include <string>
#include <sys/types.h>
#include <sys/socket.h>
More information about the svn-ports-head
mailing list