svn commit: r413767 - head/sysutils/feather

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 22 09:02:55 UTC 2016


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


More information about the svn-ports-head mailing list