mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.0.2
- Add LICENSE_FILE
This commit is contained in:
parent
7048c02635
commit
be67189fe7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449186
2 changed files with 8 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= network_interface
|
PORTNAME= network_interface
|
||||||
PORTVERSION= 0.0.1
|
PORTVERSION= 0.0.2
|
||||||
CATEGORIES= net rubygems
|
CATEGORIES= net rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
@ -9,8 +9,11 @@ MAINTAINER= antoine@FreeBSD.org
|
||||||
COMMENT= Get network interface information from Ruby
|
COMMENT= Get network interface information from Ruby
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USE_RUBY= yes
|
|
||||||
USES= gem
|
USES= gem
|
||||||
|
USE_RUBY= yes
|
||||||
|
|
||||||
|
PLIST_FILES= bin/list_interfaces.rb
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (rubygem/network_interface-0.0.1.gem) = eaa48bd219fdcb9b6c66d44f1aa2b4e1c51385114400187d7fc087bf76602447
|
TIMESTAMP = 1504429978
|
||||||
SIZE (rubygem/network_interface-0.0.1.gem) = 15360
|
SHA256 (rubygem/network_interface-0.0.2.gem) = f703eedc20124b33f82b718b056563d99a66c70d5f34fde525319e839d9d04f6
|
||||||
|
SIZE (rubygem/network_interface-0.0.2.gem) = 16896
|
||||||
|
|
Loading…
Add table
Reference in a new issue