From owner-svn-ports-all@FreeBSD.ORG Thu Jul 17 12:31:37 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70698BB7; Thu, 17 Jul 2014 12:31:37 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (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 496D521B5; Thu, 17 Jul 2014 12:31:36 +0000 (UTC) Received: from [192.168.192.25] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id B6BCC12C03D; Thu, 17 Jul 2014 08:31:34 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r362120 - head/sysutils/backuppc From: Adam Weinberger In-Reply-To: <201407170534.s6H5YV0h050112@svn.freebsd.org> Date: Thu, 17 Jul 2014 08:31:31 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <3ABEE90B-4555-4451-B9A6-2FF910DAC7D6@adamw.org> References: <201407170534.s6H5YV0h050112@svn.freebsd.org> To: Kurt Jaeger X-Mailer: Apple Mail (2.1878.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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: Thu, 17 Jul 2014 12:31:37 -0000 On 17 Jul, 2014, at 1:34, Kurt Jaeger wrote: > Author: pi > Date: Thu Jul 17 05:34:31 2014 > New Revision: 362120 > URL: http://svnweb.freebsd.org/changeset/ports/362120 > QAT: https://qat.redports.org/buildarchive/r362120/ >=20 > Log: > sysutils/backuppc: Fix DOCSDIR mode >=20 > PR: 191897 > Submitted by: moiseev@mezonplus.ru (maintainer) >=20 > Modified: > head/sysutils/backuppc/Makefile > head/sysutils/backuppc/pkg-plist >=20 > Modified: head/sysutils/backuppc/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sysutils/backuppc/Makefile Thu Jul 17 05:29:45 2014 = (r362119) > +++ head/sysutils/backuppc/Makefile Thu Jul 17 05:34:31 2014 = (r362120) > @@ -3,7 +3,7 @@ >=20 > PORTNAME=3D backuppc > PORTVERSION=3D 3.3.0 > -PORTREVISION=3D 2 > +PORTREVISION=3D 3 > CATEGORIES=3D sysutils > MASTER_SITES=3D SF > MASTER_SITE_SUBDIR=3D ${PORTNAME}/${PORTNAME}/${PORTVERSION} >=20 > Modified: head/sysutils/backuppc/pkg-plist > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sysutils/backuppc/pkg-plist Thu Jul 17 05:29:45 2014 = (r362119) > +++ head/sysutils/backuppc/pkg-plist Thu Jul 17 05:34:31 2014 = (r362120) > @@ -82,7 +82,6 @@ lib/Net/FTP/RetrHandle.pm > man/man1/backuppc.1.gz > %%DOCSDIR%%/BackupPC.html > %%PORTDOCS%%%%DOCSDIR%%/BackupPC.pod > -@dirrm %%DOCSDIR%% > %%WWWDIR%%/0000000.gif > %%WWWDIR%%/0000011.gif > %%WWWDIR%%/0001000.gif > @@ -144,6 +143,7 @@ man/man1/backuppc.1.gz > @dirrm lib/BackupPC > @dirrm lib/Net/FTP > @dirrm lib/Net > +@dirrm %%DOCSDIR%% > @dirrmtry %%WWWDIR%% > @dirrmtry %%CGIDIR%% > @exec install -d -o backuppc -g backuppc -m 0750 /var/log/BackupPC Why are only some of the things in DOCSDIR tagged with %%PORTDOCS%%? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org