svn commit: r361864 - head/sysutils/backuppc

Jonathan Chu milki at FreeBSD.org
Tue Jul 15 05:15:24 UTC 2014


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 at 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
- at stopdaemon backuppc
- at unexec if cmp -s %D/%%ETCDIR%%/config.pl %D/%%ETCDIR%%/config.pl.sample; then rm -f %D/%%ETCDIR%%/config.pl; fi
- at unexec if cmp -s %D/%%ETCDIR%%/hosts %D/%%ETCDIR%%/hosts.sample; then rm -f %D/%%ETCDIR%%/hosts; fi
- at rmtry %%ETCDIR%%/config.pl.sample
- at rmtry %%ETCDIR%%/hosts.sample
- at 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%%
+ at 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
- at dirrmtry /var/log/BackupPC 
+ at dirrmtry /var/log/BackupPC
 @dirrmtry /var/db/BackupPC/cpool
 @dirrmtry /var/db/BackupPC/pc
 @dirrmtry /var/db/BackupPC/pool


More information about the svn-ports-all mailing list