From owner-svn-ports-all@FreeBSD.ORG Wed Jun 11 15:33:54 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 6D9C5AF2; Wed, 11 Jun 2014 15:33:54 +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 5A8CD255E; Wed, 11 Jun 2014 15:33:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5BFXsLh043217; Wed, 11 Jun 2014 15:33:54 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5BFXsa5043215; Wed, 11 Jun 2014 15:33:54 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406111533.s5BFXsa5043215@svn.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 11 Jun 2014 15:33:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357495 - head/www/ffproxy 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: Wed, 11 Jun 2014 15:33:54 -0000 Author: vanilla Date: Wed Jun 11 15:33:53 2014 New Revision: 357495 URL: http://svnweb.freebsd.org/changeset/ports/357495 QAT: https://qat.redports.org/buildarchive/r357495/ Log: 1: Stagify. 2: use @sample Modified: head/www/ffproxy/Makefile head/www/ffproxy/pkg-plist Modified: head/www/ffproxy/Makefile ============================================================================== --- head/www/ffproxy/Makefile Wed Jun 11 15:29:31 2014 (r357494) +++ head/www/ffproxy/Makefile Wed Jun 11 15:33:53 2014 (r357495) @@ -16,13 +16,4 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes -MAN5= ${PORTNAME}.conf.5 -MAN7= ${PORTNAME}.quick.7 -MAN8= ${PORTNAME}.8 - -NO_STAGE= yes -post-install: - @[ -f ${PREFIX}/etc/ffproxy.conf ] || \ - ${CP} ${PREFIX}/etc/ffproxy.conf.sample ${PREFIX}/etc/ffproxy.conf - .include Modified: head/www/ffproxy/pkg-plist ============================================================================== --- head/www/ffproxy/pkg-plist Wed Jun 11 15:29:31 2014 (r357494) +++ head/www/ffproxy/pkg-plist Wed Jun 11 15:33:53 2014 (r357495) @@ -1,7 +1,8 @@ bin/ffproxy -@unexec if cmp -s %D/etc/ffproxy.conf.sample %D/etc/ffproxy.conf; then rm -f %D/etc/ffproxy.conf; fi -etc/ffproxy.conf.sample -@exec [ -f %B/ffproxy.conf ] || cp %B/%f %B/ffproxy.conf +@sample etc/ffproxy.conf.sample +man/man5/ffproxy.conf.5.gz +man/man7/ffproxy.quick.7.gz +man/man8/ffproxy.8.gz %%DATADIR%%/db/access.dyndns %%DATADIR%%/db/access.host %%DATADIR%%/db/access.ip