From owner-svn-ports-all@freebsd.org Fri Apr 1 15:43:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8FE2FAEB542; Fri, 1 Apr 2016 15:43:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DA0B1D0D; Fri, 1 Apr 2016 15:43:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u31FhjUH000778; Fri, 1 Apr 2016 15:43:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u31FhjYQ000776; Fri, 1 Apr 2016 15:43:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604011543.u31FhjYQ000776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 1 Apr 2016 15:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412355 - in head/security/fakebo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 15:43:46 -0000 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";