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


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

1.7
date	2012.05.30.07.59.17;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2012.02.09.07.47.47;	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.10.08.14.38.40;	author clsung;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


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

PORTNAME=	faraday
PORTVERSION=	0.8.0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	clsung@@FreeBSD.org
COMMENT=	A HTTP/REST API client library in Ruby

RUN_DEPENDS=	rubygem-multipart-post>=1.1:${PORTSDIR}/www/rubygem-multipart-post

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
@


1.7
log
@- Update to 0.8.0

PR:		167430
Submitted by:	sunpoet
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 0.7.6

Changes:	https://github.com/technoweenie/faraday/commits/master
Approved by:	clsung (maintainer, via IRC)
@
text
@d9 1
a9 1
PORTVERSION=	0.7.6
d16 1
a16 3
RUN_DEPENDS=	rubygem-rack>=1.1:${PORTSDIR}/www/rubygem-rack \
		rubygem-multipart-post>=1.1:${PORTSDIR}/www/rubygem-multipart-post \
		rubygem-addressable>=2.2:${PORTSDIR}/www/rubygem-addressable
@


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.5
d16 3
a18 3
RUN_DEPENDS=	rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack \
		rubygem-multipart-post>=1.1.3:${PORTSDIR}/www/rubygem-multipart-post \
		rubygem-addressable>=2.2.6:${PORTSDIR}/www/rubygem-addressable
@


1.4
log
@- Update to 0.7.5
@
text
@d17 2
a18 2
		rubygem-multipart-post>=1.1.0:${PORTSDIR}/www/rubygem-multipart-post \
		rubygem-addressable>=2.2.4:${PORTSDIR}/www/rubygem-addressable
@


1.3
log
@- Update to 0.7.4
@
text
@d9 1
a9 1
PORTVERSION=	0.7.4
@


1.2
log
@- Update to 0.6.1
@
text
@d9 1
a9 1
PORTVERSION=	0.6.1
@


1.1
log
@Faraday

Modular HTTP client library using middleware heavily inspired by Rack.

WWW: http://github.com/technoweenie/faraday
@
text
@d9 1
a9 1
PORTVERSION=	0.5.7
@

