From owner-svn-ports-head@freebsd.org Fri Apr 22 09:02:55 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B2C0B186B2; Fri, 22 Apr 2016 09:02:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 F293E1142; Fri, 22 Apr 2016 09:02:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3M92s9X055063; Fri, 22 Apr 2016 09:02:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3M92sce055061; Fri, 22 Apr 2016 09:02:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201604220902.u3M92sce055061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 22 Apr 2016 09:02:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413767 - head/sysutils/feather X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2016 09:02:55 -0000 Author: amdmi3 Date: Fri Apr 22 09:02:53 2016 New Revision: 413767 URL: https://svnweb.freebsd.org/changeset/ports/413767 Log: - Add NO_ARCH - Fix script installation - Switch to options helpers - pkg-descr fixes Modified: head/sysutils/feather/Makefile head/sysutils/feather/pkg-descr Modified: head/sysutils/feather/Makefile ============================================================================== --- head/sysutils/feather/Makefile Fri Apr 22 08:38:28 2016 (r413766) +++ head/sysutils/feather/Makefile Fri Apr 22 09:02:53 2016 (r413767) @@ -15,16 +15,17 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml USES= python NO_BUILD= yes -NO_INSTALL= yes -STRIP= +NO_ARCH= yes SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/feather ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/feather ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/feather.yaml.dist ${STAGEDIR}${PREFIX}/etc + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/feather/pkg-descr ============================================================================== --- head/sysutils/feather/pkg-descr Fri Apr 22 08:38:28 2016 (r413766) +++ head/sysutils/feather/pkg-descr Fri Apr 22 09:02:53 2016 (r413767) @@ -1,12 +1,12 @@ Feather is a tarsnap wrapper script that performs and maintains a -set of backups as defined by a YAML configuration file. +set of backups as defined by a YAML configuration file. -Features: +Features: - Dynamic scheduling - Keep an arbitrary number of backups of each schedule type - Restrict schedules based on time of day - Restrict feather run to a certain amount of wall time (max_runtime) - - Multiple backup paths per tarsnap + - Multiple backup paths per tarsnap - Multiple exclude list per tarsnap -WWW: https://github.com/danrue/feather +WWW: https://github.com/danrue/feather