diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-24 23:36:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-24 23:36:21 +0800 |
commit | c990afc49b4cfb5ba1d5b7605f08c46e16028134 (patch) | |
tree | 23adac9403f451baa5655daa6df46f75cc4b1dfe /net-im | |
parent | 741bcac9d0e5b9a6299029badfe4c96df3e642a4 (diff) | |
download | freebsd-ports-graphics-c990afc49b4cfb5ba1d5b7605f08c46e16028134.tar.gz freebsd-ports-graphics-c990afc49b4cfb5ba1d5b7605f08c46e16028134.tar.zst freebsd-ports-graphics-c990afc49b4cfb5ba1d5b7605f08c46e16028134.zip |
- Update RUN_DEPENDS: security/rubygem-hmac is a duplicate of security/rubygem-ruby-hmac
- Bump PORTREVISION for dependency change
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mikutter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/mikutter/Makefile b/net-im/mikutter/Makefile index 8a0e89bdd82..b7df477efdd 100644 --- a/net-im/mikutter/Makefile +++ b/net-im/mikutter/Makefile @@ -3,6 +3,7 @@ PORTNAME= mikutter PORTVERSION= 3.2.3 +PORTREVISION= 1 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL/tota/${PORTNAME} @@ -17,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-gtk2>=2.2.5:${PORTSDIR}/x11-toolkits/rubygem-gtk2 \ rubygem-cairo>=1.12.9:${PORTSDIR}/graphics/rubygem-cairo \ rubygem-addressable>=2.3.6:${PORTSDIR}/www/rubygem-addressable \ - rubygem-hmac>=0.4.0:${PORTSDIR}/security/rubygem-hmac \ + rubygem-ruby-hmac>=0.4.0:${PORTSDIR}/security/rubygem-ruby-hmac \ rubygem-json_pure>=1.8.1:${PORTSDIR}/devel/rubygem-json_pure \ rubygem-memoize>=1.3.1:${PORTSDIR}/devel/rubygem-memoize \ rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \ |