From owner-svn-ports-all@FreeBSD.ORG Fri Aug 29 12:26:43 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 9EAC2938; Fri, 29 Aug 2014 12:26:43 +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 7033F1505; Fri, 29 Aug 2014 12:26:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7TCQh0g024841; Fri, 29 Aug 2014 12:26:43 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7TCQhYY024839; Fri, 29 Aug 2014 12:26:43 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201408291226.s7TCQhYY024839@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 29 Aug 2014 12:26:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366504 - head/sysutils/backuppc 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-1 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: Fri, 29 Aug 2014 12:26:43 -0000 Author: wg Date: Fri Aug 29 12:26:42 2014 New Revision: 366504 URL: http://svnweb.freebsd.org/changeset/ports/366504 QAT: https://qat.redports.org/buildarchive/r366504/ Log: sysutils/backuppc: revert a couple of changes - Main doc html is used by the application - sample files are actually templates for the configuration script PR: 193059 Submitted by: maintainer Modified: head/sysutils/backuppc/Makefile head/sysutils/backuppc/pkg-plist Modified: head/sysutils/backuppc/Makefile ============================================================================== --- head/sysutils/backuppc/Makefile Fri Aug 29 12:14:57 2014 (r366503) +++ head/sysutils/backuppc/Makefile Fri Aug 29 12:26:42 2014 (r366504) @@ -3,7 +3,7 @@ PORTNAME= backuppc PORTVERSION= 3.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -127,6 +127,8 @@ do-install: ${WRKSRC}/doc/BackupPC.pod ${WRKSRC}/${PORTNAME}.1 ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + ${RM} ${STAGEDIR}${ETCDIR}/config.pl + ${RM} ${STAGEDIR}${ETCDIR}/hosts ${CP} ${WRKSRC}/conf/config.pl ${STAGEDIR}${ETCDIR}/config.pl.sample ${CP} ${WRKSRC}/conf/hosts ${STAGEDIR}${ETCDIR}/hosts.sample ${CP} ${WRKDIR}/update.sh ${STAGEDIR}${ETCDIR}/update.sh Modified: head/sysutils/backuppc/pkg-plist ============================================================================== --- head/sysutils/backuppc/pkg-plist Fri Aug 29 12:14:57 2014 (r366503) +++ head/sysutils/backuppc/pkg-plist Fri Aug 29 12:26:42 2014 (r366504) @@ -76,7 +76,9 @@ lib/BackupPC/Zip/FileMember.pm lib/Net/FTP/AutoReconnect.pm lib/Net/FTP/RetrHandle.pm man/man1/backuppc.1.gz -%%PORTDOCS%%%%DOCSDIR%%/BackupPC.html +@comment Main html doc should be unconditionally installed. +@comment CGI uses the BackupPC.html as a documentation page. +%%DOCSDIR%%/BackupPC.html %%PORTDOCS%%%%DOCSDIR%%/BackupPC.pod %%WWWDIR%%/0000000.gif %%WWWDIR%%/0000011.gif @@ -156,10 +158,12 @@ man/man1/backuppc.1.gz @owner backuppc @group backuppc @dirrmtry %%ETCDIR%% +@comment .sample files actually are templates for the configuration script +@comment and should not be installed as working configuration files. @mode 0640 -@sample %%ETCDIR%%/config.pl.sample +%%ETCDIR%%/config.pl.sample @mode 0644 -@sample %%ETCDIR%%/hosts.sample +%%ETCDIR%%/hosts.sample @owner @group @mode 0544