1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Update to 0.1.2.

PR:		ports/168643
Submitted by:	Danny Knaggs <knaggsy2000@gmail.com> (maintainer)
This commit is contained in:
Marcelo Araujo 2012-06-27 21:34:48 +00:00
parent 5f99fa99f8
commit ea4f14bae0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300121
3 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= danzfs
PORTVERSION= 0.1.1
PORTVERSION= 0.1.2
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,2 @@
SHA256 (danzfs-0.1.1.tar.xz) = 79672edcc4f253b32fbfcc6233f7134955acba421882c5f3a4715b1b6b2e038a
SIZE (danzfs-0.1.1.tar.xz) = 6756
SHA256 (danzfs-0.1.2.tar.xz) = 013d3df58cd04ff9d547565ef50fb29389833c42cc58eb6ab054b6e7cbe9f417
SIZE (danzfs-0.1.2.tar.xz) = 8692

View File

@ -1,6 +1,9 @@
%%PYTHON_SITELIBDIR%%/danzfs.py
%%PYTHON_SITELIBDIR%%/danzfs.pyc
%%PYTHON_SITELIBDIR%%/danzfs.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/date_based_snapshots/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/date_based_snapshots/snapshot_cleanup.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/date_based_snapshots/take_snapshots.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zfs_get.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zfs_list_everything.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zfs_list_filesystems.py
@ -9,4 +12,5 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zpool_iostat.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zpool_list.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zpool_status.py
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/date_based_snapshots
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%