svn commit: r412355 - in head/security/fakebo: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 1 15:43:46 UTC 2016


Author: amdmi3
Date: Fri Apr  1 15:43:45 2016
New Revision: 412355
URL: https://svnweb.freebsd.org/changeset/ports/412355

Log:
  - Switch to options helpers
  - Regenerate patches with `make makepatch`

Modified:
  head/security/fakebo/Makefile
  head/security/fakebo/files/patch-fakebo.c

Modified: head/security/fakebo/Makefile
==============================================================================
--- head/security/fakebo/Makefile	Fri Apr  1 15:11:39 2016	(r412354)
+++ head/security/fakebo/Makefile	Fri Apr  1 15:43:45 2016	(r412355)
@@ -27,6 +27,8 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${STAGEDIR}${MANPREFIX}/man/man1
 	${INSTALL_DATA} ${WRKSRC}/fakebo.conf.dist ${STAGEDIR}${PREFIX}/etc/fakebo.conf.sample
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 	${INSTALL_MAN} ${WRKSRC}/custom.replies ${STAGEDIR}${DOCSDIR}

Modified: head/security/fakebo/files/patch-fakebo.c
==============================================================================
--- head/security/fakebo/files/patch-fakebo.c	Fri Apr  1 15:11:39 2016	(r412354)
+++ head/security/fakebo/files/patch-fakebo.c	Fri Apr  1 15:43:45 2016	(r412355)
@@ -1,6 +1,6 @@
---- fakebo.c.orig	Thu Jun  6 18:13:21 2002
-+++ fakebo.c	Thu Jun  6 18:13:31 2002
-@@ -457,8 +457,8 @@
+--- fakebo.c.orig	2002-03-28 03:45:29 UTC
++++ fakebo.c
+@@ -462,8 +462,8 @@ static void conf_reread(int signo)
  {
  	static char msg[] = "Warning: SIGHUP received, but config re-read not yet implemented!\n";
  


More information about the svn-ports-head mailing list