From owner-svn-ports-all@freebsd.org Mon Jun 29 01:01:41 2015 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 55A8898C137; Mon, 29 Jun 2015 01:01:41 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 40A1A1BBA; Mon, 29 Jun 2015 01:01:41 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5T11fNw063992; Mon, 29 Jun 2015 01:01:41 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5T11ePq063990; Mon, 29 Jun 2015 01:01:40 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201506290101.t5T11ePq063990@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Mon, 29 Jun 2015 01:01:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390877 - head/sysutils/logrotate 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.20 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: Mon, 29 Jun 2015 01:01:41 -0000 Author: pgollucci Date: Mon Jun 29 01:01:40 2015 New Revision: 390877 URL: https://svnweb.freebsd.org/changeset/ports/390877 Log: sysutils/logrotate: missing logrotate.d directory - bump PORTREVISION for plist change PR: 200202 Submitted by: feld@FreeBSD.org Approved by: maintainer timeout (js@iksz.hu ; 44 days) Modified: head/sysutils/logrotate/Makefile head/sysutils/logrotate/pkg-plist Modified: head/sysutils/logrotate/Makefile ============================================================================== --- head/sysutils/logrotate/Makefile Mon Jun 29 00:47:00 2015 (r390876) +++ head/sysutils/logrotate/Makefile Mon Jun 29 01:01:40 2015 (r390877) @@ -3,6 +3,7 @@ PORTNAME= logrotate PORTVERSION= 3.8.9 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://fedorahosted.org/releases/l/o/logrotate/ @@ -21,6 +22,7 @@ CPP= ${CC} -E post-install: @${SED} -e 's|__PREFIX__|${PREFIX}|' \ < ${FILESDIR}/logrotate.conf.sample > ${STAGEDIR}${PREFIX}/etc/logrotate.conf.sample + @${MKDIR} ${STAGEDIR}${ETCDIR}.d @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/syslog.sample ${STAGEDIR}${EXAMPLESDIR} Modified: head/sysutils/logrotate/pkg-plist ============================================================================== --- head/sysutils/logrotate/pkg-plist Mon Jun 29 00:47:00 2015 (r390876) +++ head/sysutils/logrotate/pkg-plist Mon Jun 29 01:01:40 2015 (r390877) @@ -3,3 +3,4 @@ sbin/logrotate %%EXAMPLESDIR%%/syslog.sample man/man5/logrotate.conf.5.gz man/man8/logrotate.8.gz +@dir %%ETCDIR%%.d