From owner-svn-ports-all@freebsd.org Wed Dec 28 13:21:44 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 E7B14C94BC3; Wed, 28 Dec 2016 13:21:44 +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 9D6B71B18; Wed, 28 Dec 2016 13:21:44 +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 uBSDLhme008327; Wed, 28 Dec 2016 13:21:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBSDLhJ5008324; Wed, 28 Dec 2016 13:21:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612281321.uBSDLhJ5008324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 28 Dec 2016 13:21:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429756 - in head/security/i2pd: . 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.23 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: Wed, 28 Dec 2016 13:21:45 -0000 Author: amdmi3 Date: Wed Dec 28 13:21:43 2016 New Revision: 429756 URL: https://svnweb.freebsd.org/changeset/ports/429756 Log: - Add newsyslog config file Added: head/security/i2pd/files/i2pd.newsyslog.conf.in (contents, props changed) Modified: head/security/i2pd/Makefile head/security/i2pd/pkg-plist Modified: head/security/i2pd/Makefile ============================================================================== --- head/security/i2pd/Makefile Wed Dec 28 13:20:55 2016 (r429755) +++ head/security/i2pd/Makefile Wed Dec 28 13:21:43 2016 (r429756) @@ -3,7 +3,7 @@ PORTNAME= i2pd PORTVERSION= 2.11.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security net-p2p MAINTAINER= amdmi3@FreeBSD.org @@ -31,6 +31,7 @@ GROUPS= _i2pd PLIST_SUB= USER="${USERS}" GROUP="${GROUPS}" SUB_LIST= USER="${USERS}" GROUP="${GROUPS}" +SUB_FILES= i2pd.newsyslog.conf OPTIONS_DEFINE= AESNI UPNP DOCS @@ -49,6 +50,8 @@ BROKEN= does not build with LibreSSL (b do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d + ${INSTALL_DATA} ${WRKDIR}/i2pd.newsyslog.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/i2pd.conf @${MKDIR} ${STAGEDIR}/var/run/i2pd @${MKDIR} ${STAGEDIR}/var/log/i2pd @${MKDIR} ${STAGEDIR}/var/db/i2pd Added: head/security/i2pd/files/i2pd.newsyslog.conf.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/i2pd/files/i2pd.newsyslog.conf.in Wed Dec 28 13:21:43 2016 (r429756) @@ -0,0 +1,2 @@ +# logfilename owner:group mode count size when flags pid_file sig_num +/var/log/i2pd/i2pd.log %%USER%%:%%GROUP%% 644 7 100 * J /var/run/i2pd/i2pd.pid 1 Modified: head/security/i2pd/pkg-plist ============================================================================== --- head/security/i2pd/pkg-plist Wed Dec 28 13:20:55 2016 (r429755) +++ head/security/i2pd/pkg-plist Wed Dec 28 13:21:43 2016 (r429756) @@ -1,4 +1,5 @@ bin/i2pd +etc/newsyslog.conf.d/i2pd.conf man/man1/i2pd.1.gz @dir(%%USER%%,%%GROUP%%,755) /var/run/i2pd @dir(%%USER%%,%%GROUP%%,755) /var/log/i2pd