| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 May 2016 18:36:52
1.2.2_1
 |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
19 Oct 2015 14:50:52
1.2.2_1
 |
amdmi3  |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
04 Sep 2015 16:02:17
1.2.2_1
 |
mat  |
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.
Sponsored by: Absolight |
31 Jul 2014 17:31:14
1.2.2_1
 |
wg  |
sysutils/zfs-stats: fix zfs-mon shebang
PR: 191737
Submitted by: Jan Beich
Approved by: maintainer (timeout) |
27 Dec 2013 18:33:32
1.2.2
 |
bapt  |
Support stage |
20 Sep 2013 23:06:00
1.2.2
 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
07 Sep 2013 06:13:27
1.2.2
 |
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
04 Jun 2012 20:42:02
1.2.2
|
mm  |
Update to 1.2.2, rename zstat to zfs-mon |
16 May 2012 14:29:29
1.2.1
|
mm  |
Update to 1.2.1 |
27 Feb 2012 08:15:24
1.2
|
mm  |
Fix distinfo |
27 Feb 2012 08:06:46
1.2
|
mm  |
Update to 1.2 |
22 Jul 2011 22:09:00
1.1.1
|
mm  |
Update to 1.1.1 |
21 Jul 2011 20:18:09
1.1_1
|
mm  |
- Add small patch: remove unexisting attribute from example |
20 Jul 2011 13:15:38
1.1
|
mm  |
Update to 1.1
Remove optional dependency on Number::Bytes::Human |
23 Mar 2011 15:53:22
1.0
|
mm  |
- Add LICENSE knob(s) |
19 Mar 2011 12:38:54
1.0
|
miwi  |
- Get Rid MD5 support |
20 Oct 2010 09:09:33
1.0
|
mm  |
zfs-stats displays ZFS statistics in human-readable format including
ARC, L2ARC, zfetch (DMU) and vdev cache statistics.
WWW: http://www.vx.sk/zfs-stats/ |