Update to 1.10.2 which should support Ruby 1.9.
PR: ports/159942 Submitted by: swills
This commit is contained in:
parent
b5d4f67cdc
commit
8c32333aa7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280133
2 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libchk
|
||||
PORTVERSION= 1.10.1
|
||||
PORTVERSION= 1.10.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= knu
|
|||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= A tool to check shared library links
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_FEATURES= optparse
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libchk-1.10.1.tar.bz2) = bbece4c04b9a92e068e6403ea929739b4fcdaa89ac85c6ed66d9e38099498118
|
||||
SIZE (libchk-1.10.1.tar.bz2) = 4853
|
||||
SHA256 (libchk-1.10.2.tar.bz2) = 6069aa59f9feb346206777b24b926dbad50a9cf53db302f486b3d7f5c0510db1
|
||||
SIZE (libchk-1.10.2.tar.bz2) = 4834
|
||||
|
|
Loading…
Reference in a new issue