mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 11.1.0
- While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/ruby-bsdconv/commits/master PR: ports/182260 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
This commit is contained in:
parent
040fb1a796
commit
78fcfa2114
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327830
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bsdconv
|
||||
PORTVERSION= 10.0.0
|
||||
PORTVERSION= 11.1.0
|
||||
CATEGORIES= converters rubygems
|
||||
MASTER_SITES= RG
|
||||
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
|
||||
|
@ -12,15 +12,15 @@ COMMENT= Ruby wrapper for bsdconv
|
|||
|
||||
LICENSE= BSD
|
||||
|
||||
LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv
|
||||
LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv
|
||||
|
||||
CONFIGURE_ARGS+=--with-bsdconv-dir=${LOCALBASE}
|
||||
|
||||
GEM_NAME= ${DISTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/ruby-bsdconv-10.0.0.gem) = 237ca317abdb7c3298244d8273b3ba32d9ac1d9805429408f205cc7e2c9c8631
|
||||
SIZE (rubygem/ruby-bsdconv-10.0.0.gem) = 9216
|
||||
SHA256 (rubygem/ruby-bsdconv-11.1.0.gem) = 139c51ede9c6a93df789d472100b978dd475a12d9dc279d19a293d075be34996
|
||||
SIZE (rubygem/ruby-bsdconv-11.1.0.gem) = 10240
|
||||
|
|
Loading…
Add table
Reference in a new issue