head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.03.04;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.02.09.07.48.06;	author sunpoet;	state Exp;
branches;
next	1.5;

1.5
date	2011.11.02.18.05.07;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2011.09.29.10.38.41;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2011.05.03.07.36.31;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2011.03.09.03.19.28;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2011.03.07.03.11.38;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# Ports collection makefile for:	rubygem-faraday_middleware
# Date created:				07 March 2011
# Whom:					Cheng-Lung Sung <clsung@@FreeBSD.org>
#
# $FreeBSD: head/www/rubygem-faraday_middleware/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	faraday_middleware
PORTVERSION=	0.8.4
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	clsung@@FreeBSD.org
COMMENT=	Collection of Ruby Faraday middlewares

RUN_DEPENDS=	rubygem-faraday>=0.7.4:${PORTSDIR}/www/rubygem-faraday

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
@


1.6
log
@- Update to 0.8.4

Changes:	https://github.com/pengwynn/faraday_middleware/commits/master
Approved by:	clsung (maintainer, via IRC)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Fix depend versions according to rubygems.org [again]

With Hat:	ruby@@
Tested by:	P6 TB Full rubygem run
@
text
@d9 1
a9 1
PORTVERSION=	0.7.0
d16 1
a16 1
RUN_DEPENDS=	rubygem-faraday>=0.7.3:${PORTSDIR}/www/rubygem-faraday
@


1.4
log
@- Update to 0.7.0
@
text
@d16 1
a16 1
RUN_DEPENDS=	rubygem-faraday>=0.7.4:${PORTSDIR}/www/rubygem-faraday
@


1.3
log
@- Update to 0.6.3
@
text
@d9 1
a9 1
PORTVERSION=	0.6.3
d16 1
a16 1
RUN_DEPENDS=	rubygem-faraday>=0.6.0:${PORTSDIR}/www/rubygem-faraday
@


1.2
log
@- Update to 0.3.2
@
text
@d9 1
a9 1
PORTVERSION=	0.3.2
d16 1
a16 1
RUN_DEPENDS=	rubygem-faraday>=0.5.4:${PORTSDIR}/www/rubygem-faraday
@


1.1
log
@Faraday Middleware

Collection of Faraday middlewares used in some of my API wrappers

WWW: http://wynnnetherland.com/projects/faraday-middleware/
@
text
@d9 1
a9 1
PORTVERSION=	0.3.1
@

