Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2014 05:15:23 +0000 (UTC)
From:      Jonathan Chu <milki@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361864 - head/sysutils/backuppc
Message-ID:  <201407150515.s6F5FN8Y031403@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: milki
Date: Tue Jul 15 05:15:23 2014
New Revision: 361864
URL: http://svnweb.freebsd.org/changeset/ports/361864
QAT: https://qat.redports.org/buildarchive/r361864/

Log:
  Cleanup sysutils/backuppc pkg-plist
  
  - Main html doc should be unconditionally installed
  - Remove stopdaemon
  - Remove extra DOCS options
  
  PR:		191860
  Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
  Approved by:	swills (mentor)

Modified:
  head/sysutils/backuppc/Makefile
  head/sysutils/backuppc/pkg-plist

Modified: head/sysutils/backuppc/Makefile
==============================================================================
--- head/sysutils/backuppc/Makefile	Tue Jul 15 05:07:52 2014	(r361863)
+++ head/sysutils/backuppc/Makefile	Tue Jul 15 05:15:23 2014	(r361864)
@@ -3,7 +3,7 @@
 
 PORTNAME=	backuppc
 PORTVERSION=	3.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}
@@ -37,7 +37,7 @@ PLIST_SUB+=	CGIDIR=${CGIDIR:S,^${PREFIX}
 PORTDOCS=	ChangeLog LICENSE README
 
 OPTIONS_DEFINE=		ARCHIVE_ZIP COMPRESS_ZLIB DOCS FILE_RSYNCP NMBLOOKUP \
-			RRDTOOL SMBCLIENT XML_RSS DOCS
+			RRDTOOL SMBCLIENT XML_RSS
 OPTIONS_DEFAULT=	ARCHIVE_ZIP COMPRESS_ZLIB
 
 ARCHIVE_ZIP_DESC=	Perl module for Zip archive files

Modified: head/sysutils/backuppc/pkg-plist
==============================================================================
--- head/sysutils/backuppc/pkg-plist	Tue Jul 15 05:07:52 2014	(r361863)
+++ head/sysutils/backuppc/pkg-plist	Tue Jul 15 05:15:23 2014	(r361864)
@@ -4,12 +4,6 @@
 @rmtry %%ETCDIR%%/config.pl.sample
 @rmtry %%ETCDIR%%/hosts.sample
 @mode 0555
-@stopdaemon backuppc
-@unexec if cmp -s %D/%%ETCDIR%%/config.pl %D/%%ETCDIR%%/config.pl.sample; then rm -f %D/%%ETCDIR%%/config.pl; fi
-@unexec if cmp -s %D/%%ETCDIR%%/hosts %D/%%ETCDIR%%/hosts.sample; then rm -f %D/%%ETCDIR%%/hosts; fi
-@rmtry %%ETCDIR%%/config.pl.sample
-@rmtry %%ETCDIR%%/hosts.sample
-@mode 0555
 bin/BackupPC
 bin/BackupPC_archive
 bin/BackupPC_archiveHost
@@ -86,9 +80,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
+%%DOCSDIR%%/BackupPC.html
 %%PORTDOCS%%%%DOCSDIR%%/BackupPC.pod
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DOCSDIR%%
 %%WWWDIR%%/0000000.gif
 %%WWWDIR%%/0000011.gif
 %%WWWDIR%%/0001000.gif
@@ -158,7 +152,7 @@ man/man1/backuppc.1.gz
 @exec install -d -o backuppc -g backuppc -m 0750 /var/db/BackupPC/pc
 @exec install -d -o backuppc -g backuppc -m 0750 /var/db/BackupPC/pool
 @exec install -d -o backuppc -g backuppc -m 0750 /var/db/BackupPC/trash
-@dirrmtry /var/log/BackupPC 
+@dirrmtry /var/log/BackupPC
 @dirrmtry /var/db/BackupPC/cpool
 @dirrmtry /var/db/BackupPC/pc
 @dirrmtry /var/db/BackupPC/pool



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407150515.s6F5FN8Y031403>