Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Apr 2016 09:02:54 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413767 - head/sysutils/feather
Message-ID:  <201604220902.u3M92sce055061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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