diff options
Diffstat (limited to 'sysutils/zfs-snapshot-mgmt')
-rw-r--r-- | sysutils/zfs-snapshot-mgmt/Makefile | 1 | ||||
-rw-r--r-- | sysutils/zfs-snapshot-mgmt/files/patch-zfs-snapshot-mgmt | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/zfs-snapshot-mgmt/Makefile b/sysutils/zfs-snapshot-mgmt/Makefile index 72dc6bcbb123..2649928d929f 100644 --- a/sysutils/zfs-snapshot-mgmt/Makefile +++ b/sysutils/zfs-snapshot-mgmt/Makefile @@ -7,6 +7,7 @@ PORTNAME= zfs-snapshot-mgmt PORTVERSION= 20090201 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://marcin.studio4plus.com/files/ diff --git a/sysutils/zfs-snapshot-mgmt/files/patch-zfs-snapshot-mgmt b/sysutils/zfs-snapshot-mgmt/files/patch-zfs-snapshot-mgmt new file mode 100644 index 000000000000..44406250f919 --- /dev/null +++ b/sysutils/zfs-snapshot-mgmt/files/patch-zfs-snapshot-mgmt @@ -0,0 +1,14 @@ +--- zfs-snapshot-mgmt~ ++++ zfs-snapshot-mgmt +@@ -154,7 +154,11 @@ class FSInfo + end + + def pool ++ if name["/"] + name[/\A.*?\//].chop ++ else ++ name ++ end + end + + private |