Date: Mon, 13 May 2013 10:29:53 -0500 (CDT) From: Mark Felder <feld@feld.me> To: FreeBSD-gnats-submit@freebsd.org Cc: ivannashdreckman@fastmail.fm Subject: ports/178567: [PATCH] sysutils/zxfer: add ro properties for FreeBSD 9.1 Message-ID: <1642707945.enqueue@mwi1.coffeenet.org> Resent-Message-ID: <201305131540.r4DFe3t3033222@freefall.freebsd.org>
Next in thread | Raw E-Mail | Index | Archive | Help
>Number: 178567 >Category: ports >Synopsis: [PATCH] sysutils/zxfer: add ro properties for FreeBSD 9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 13 15:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: feld >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD mwi1.coffeenet.org 9.1-RELEASE FreeBSD 9.1-RELEASE #6 r243808: Mon Dec 3 07:51:34 >Description: Add ro properties for FreeBSD 9.1 Port maintainer (ivannashdreckman@fastmail.fm) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- zxfer-0.9.8_1.patch begins here --- diff -ruN /usr/ports/sysutils/zxfer/Makefile ./Makefile --- /usr/ports/sysutils/zxfer/Makefile 2012-11-17 00:01:51.000000000 -0600 +++ ./Makefile 2013-05-13 10:28:33.520105817 -0500 @@ -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: ports/sysutils/zxfer/Makefile,v 1.4 2012/11/17 06:01:51 svnexp Exp $ -# 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 diff -ruN /usr/ports/sysutils/zxfer/files/patch-zxfer ./files/patch-zxfer --- /usr/ports/sysutils/zxfer/files/patch-zxfer 1969-12-31 18:00:00.000000000 -0600 +++ ./files/patch-zxfer 2013-05-13 10:27:04.011071873 -0500 @@ -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" --- zxfer-0.9.8_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <http://docs.FreeBSD.org/cgi/mid.cgi?1642707945.enqueue>