Summary: | [PATCH] sysutils/zxfer: add ro properties for FreeBSD 9.1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mark Felder <feld> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | ivannashdreckman | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Mark Felder
2013-05-13 16:29:53 UTC
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) Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) Maintainer of sysutils/zxfer, Please note that PR ports/178567 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178567 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 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" _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Committed. Thanks! |