Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 11:46:31 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321372 - in head/sysutils/zxfer: . files
Message-ID:  <201306201146.r5KBkVPM096679@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Jun 20 11:46:31 2013
New Revision: 321372
URL: http://svnweb.freebsd.org/changeset/ports/321372

Log:
  - Add ro properties for FreeBSD 9.1
  
  PR:		ports/178567
  Submitted by:	Mark Felder <feld@feld.me>
  Approved by:	maintainer timeout (ivannashdreckman@fastmail.fm, >4 weeks)

Added:
  head/sysutils/zxfer/files/
  head/sysutils/zxfer/files/patch-zxfer   (contents, props changed)
Modified:
  head/sysutils/zxfer/Makefile   (contents, props changed)

Modified: head/sysutils/zxfer/Makefile
==============================================================================
--- head/sysutils/zxfer/Makefile	Thu Jun 20 11:38:20 2013	(r321371)
+++ head/sysutils/zxfer/Makefile	Thu Jun 20 11:46:31 2013	(r321372)
@@ -1,25 +1,22 @@
-# New ports collection makefile for:	zxfer
-# Date created:				07 April 2011
-# Whom:					Ivan Dreckman <ivannashdreckman@fastmail.fm>
-#
+# Created by: Ivan Dreckman <ivannashdreckman@fastmail.fm>
 # $FreeBSD$
-#
 
 PORTNAME=	zxfer
 PORTVERSION=	0.9.8
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	ivannashdreckman@fastmail.fm
 COMMENT=	Easily and reliably transfer ZFS filesystems
 
+LICENSE=	BSD
+
 RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync
 
 USE_BZIP2=	yes
 NO_BUILD=	yes
 
-LICENSE=	BSD
-
 PLIST_FILES=	sbin/zxfer
 
 MAN8=		zxfer.8

Added: head/sysutils/zxfer/files/patch-zxfer
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/zxfer/files/patch-zxfer	Thu Jun 20 11:46:31 2013	(r321372)
@@ -0,0 +1,11 @@
+--- zxfer.orig	2013-05-13 10:26:08.018070226 -0500
++++ zxfer	2013-05-13 10:26:37.498080210 -0500
+@@ -174,7 +174,7 @@
+ 
+ 
+ # Properties not supported on FreeBSD 8.2
+-fbsd_readonly_properties="aclmode,aclinherit,devices,nbmand,shareiscsi,vscan,xattr"
++fbsd_readonly_properties="aclmode,aclinherit,devices,nbmand,shareiscsi,vscan,xattr,refcompressratio,written"
+ 
+ # Properties not supported on Solaris Express 11
+ solexp_readonly_properties="jailed,aclmode,shareiscsi"



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