diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-05 08:28:10 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-10-05 08:28:10 +0000 |
commit | a5f7cb8af8f41ea01d0e318a366b0d0694810dc3 (patch) | |
tree | fc0273387019f30f4246b4dd0d1c6e97fa9e3158 /devel/rubygem-mixlib-authentication | |
parent | 541cb4c821b2d3451612f885ed2b04589caf6744 (diff) |
Notes
Diffstat (limited to 'devel/rubygem-mixlib-authentication')
-rw-r--r-- | devel/rubygem-mixlib-authentication/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rubygem-mixlib-authentication/Makefile b/devel/rubygem-mixlib-authentication/Makefile index 11adea2c727b..3019e6e23210 100644 --- a/devel/rubygem-mixlib-authentication/Makefile +++ b/devel/rubygem-mixlib-authentication/Makefile @@ -7,13 +7,14 @@ PORTNAME= mixlib-authentication PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= renchap@cocoa-x.com COMMENT= Mixes in simple per-request authentication -RUN_DEPENDS= rubygem-mixlib-log>=1.1.0:${PORTSDIR}/devel/rubygem-mixlib-log +RUN_DEPENDS= rubygem-mixlib-log>=0:${PORTSDIR}/devel/rubygem-mixlib-log USE_RUBY= yes USE_RUBYGEMS= yes |