- Update to 0.6.2

- Add LICENSE
- Reformat pkg-descr
- Update WWW

Changes:	https://github.com/djberg96/sys-uptime/blob/ffi/CHANGES
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-24 18:57:13 +00:00
parent a6a68d836e
commit 50adcc2f5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387309
3 changed files with 10 additions and 9 deletions

View File

@ -2,17 +2,19 @@
# $FreeBSD$
PORTNAME= sys-uptime
PORTVERSION= 0.6.1
PORTVERSION= 0.6.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides uptime and boot time information
LICENSE= ART20
RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (rubygem/sys-uptime-0.6.1.gem) = 439878c1935114002e9c8f54cb6df1ee720202dbf101ac7d8442255c39e61e35
SIZE (rubygem/sys-uptime-0.6.1.gem) = 10752
SHA256 (rubygem/sys-uptime-0.6.2.gem) = 79d5fc2ef4872c7b6d95e01ed1ee82a3c85e0b6d525cca0956235080e280aefb
SIZE (rubygem/sys-uptime-0.6.2.gem) = 12288

View File

@ -1,5 +1,4 @@
The sys-uptime library is a simple interface for
gathering uptime information. You can retrieve data
in seconds, minutes, days, hours, or all of the above.
The sys-uptime library is a simple interface for gathering uptime information.
You can retrieve data in seconds, minutes, days, hours, or all of the above.
WWW: http://rubygems.org/gems/sys-uptime/
WWW: https://github.com/djberg96/sys-uptime