Date: Wed, 13 Aug 2014 09:46:01 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364771 - head/sysutils/backuppc Message-ID: <201408130946.s7D9k18j021708@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Aug 13 09:46:00 2014 New Revision: 364771 URL: http://svnweb.freebsd.org/changeset/ports/364771 QAT: https://qat.redports.org/buildarchive/r364771/ Log: sysutils/backuppc: Don't build package until config file overwrite is solved This port will overwrite config files if the package is built on another host. Disable package building to avoid configuration file overwrites until a better solution can be found. PR: 192403 Submitted by: viq Band-aid by: maintainer (Alexander Moisseev) Modified: head/sysutils/backuppc/Makefile Modified: head/sysutils/backuppc/Makefile ============================================================================== --- head/sysutils/backuppc/Makefile Wed Aug 13 09:38:07 2014 (r364770) +++ head/sysutils/backuppc/Makefile Wed Aug 13 09:46:00 2014 (r364771) @@ -3,7 +3,7 @@ PORTNAME= backuppc PORTVERSION= 3.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -23,6 +23,8 @@ USE_RC_SUBR= backuppc USES= perl5 NO_BUILD= yes +NO_PACKAGE= Overwrites configuration files; set FORCE_PACKAGE if you want\ + to build this package USERS= backuppc GROUPS= backuppc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408130946.s7D9k18j021708>