diff options
author | meta <meta@FreeBSD.org> | 2019-04-02 16:02:30 +0800 |
---|---|---|
committer | meta <meta@FreeBSD.org> | 2019-04-02 16:02:30 +0800 |
commit | 2cf5c394ba197dd55b2677902792df4e78a262b3 (patch) | |
tree | 34d25b7c6327222dd5259794af73c3ee9ac1991c /mail | |
parent | 1d19d8bf7529469324799be2d5c2ec7cf5015c04 (diff) | |
download | freebsd-ports-gnome-2cf5c394ba197dd55b2677902792df4e78a262b3.tar.gz freebsd-ports-gnome-2cf5c394ba197dd55b2677902792df4e78a262b3.tar.zst freebsd-ports-gnome-2cf5c394ba197dd55b2677902792df4e78a262b3.zip |
databases/ruby-gdbm: Gemify gdbm
since gdbm is gemified in upstream after Ruby 2.5 [1]. Ruby 2.4 can also
use the gdbm gem because it is a gem!
- Add MOVED entry
- Bump PORTEPOCH because PORTVERSION goes barwards
- Update pkg-descr and WWW
- Remove unnecessary pkg-message
[1] https://bugs.ruby-lang.org/issues/5481
Update lang/ruby* ports:
- Do not build gdbm together with Ruby interpreter, but build as a rubygem
- Remove ${BUILD_WRKSRC}/ext/gdbm instead of moving it to ${WRKDIR}
- Update pkg-message to mention rubygem-gdbm instead of ruby-gdbm
Also following changes are made to ruby-gdbm consumers:
- Updade dependency to depend on rubygem-gdbm
- Bump PORTREVISION due to dependency change
PR: 230436
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Sponsored by: HAW International, Inc.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bsfilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/bsfilter/Makefile b/mail/bsfilter/Makefile index 7bdf2219a484..b9e516d162de 100644 --- a/mail/bsfilter/Makefile +++ b/mail/bsfilter/Makefile @@ -3,7 +3,7 @@ PORTNAME= bsfilter PORTVERSION= 1.0.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ruby MASTER_SITES= OSDN/bsfilter/59804 @@ -12,7 +12,7 @@ COMMENT= Bayesian spam filter written in Ruby LICENSE= GPLv2 -RUN_DEPENDS= ${RUBY_PKGNAMEPREFIX}gdbm>=0:databases/ruby-gdbm +RUN_DEPENDS= rubygem-gdbm>=2.0.0,2:databases/rubygem-gdbm NO_BUILD= yes USE_RUBY= yes |