From owner-svn-ports-all@FreeBSD.ORG Mon Jun 30 14:18:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDCAF4DF; Mon, 30 Jun 2014 14:18:17 +0000 (UTC) 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 A971D2C2F; Mon, 30 Jun 2014 14:18:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5UEIHDD020631; Mon, 30 Jun 2014 14:18:17 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5UEIHao020630; Mon, 30 Jun 2014 14:18:17 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406301418.s5UEIHao020630@svn.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 30 Jun 2014 14:18:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359848 - head/sysutils/watchmen 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.18 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, 30 Jun 2014 14:18:17 -0000 Author: vanilla Date: Mon Jun 30 14:18:17 2014 New Revision: 359848 URL: http://svnweb.freebsd.org/changeset/ports/359848 QAT: https://qat.redports.org/buildarchive/r359848/ Log: 1: Stagify. 2: use @sample, bump version. Approved by: portmgr@ (blanket approval) Modified: head/sysutils/watchmen/Makefile Modified: head/sysutils/watchmen/Makefile ============================================================================== --- head/sysutils/watchmen/Makefile Mon Jun 30 14:13:28 2014 (r359847) +++ head/sysutils/watchmen/Makefile Mon Jun 30 14:18:17 2014 (r359848) @@ -3,6 +3,7 @@ PORTNAME= watchmen PORTVERSION= 0.08 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE @@ -25,16 +26,14 @@ EMAIL_DESC= report problems by email POD2MAN?= pod2man -MAN1= ${PORTNAME}.1 -PLIST_FILES= \ - bin/${PORTNAME} \ - etc/${PORTNAME}.conf.dist \ - %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/watchmen/.packlist +PLIST_FILES= bin/${PORTNAME} \ + "@sample etc/${PORTNAME}.conf.sample" \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/watchmen/.packlist \ + man/man1/${PORTNAME}.1.gz PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/watchmen \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/App -NO_STAGE= yes -.include +.include .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes @@ -51,6 +50,6 @@ RUN_DEPENDS+= p5-MIME-Lite>=0:${PORTSDIR .endif post-install: - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.dist ${PREFIX}/etc + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.dist ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample -.include +.include