Date: Fri, 1 Apr 2016 15:43:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412355 - in head/security/fakebo: . files Message-ID: <201604011543.u31FhjYQ000776@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604011543.u31FhjYQ000776>