head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.03.04;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.05.19.05.55.01;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2011.12.17.15.09.11;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.16.18.57.08;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.31.08.55.02;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	rubygem-net-http-digest_auth
# Date created:		2011-10-31
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
# $FreeBSD: head/www/rubygem-net-http-digest_auth/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	net-http-digest_auth
PORTVERSION=	1.2.1
CATEGORIES=	www net rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	An implementation of RFC 2617 - Digest Access Authentication

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
@


1.4
log
@- Update to 1.2.1

Changes:	https://github.com/drbrain/net-http-digest_auth/blob/master/History.txt
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 1.2
- Remove RUN_DEPENDS: they are actually development dependencies

Changes:	https://github.com/drbrain/net-http-digest_auth/blob/master/History.txt
@
text
@d9 1
a9 1
PORTVERSION=	1.2
@


1.2
log
@- Fix CATEGORIES: it should be rubygems, not ruby

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	1.1.1
a15 3
RUN_DEPENDS=	rubygem-hoe>=2.9.4:${PORTSDIR}/devel/rubygem-hoe \
		rubygem-minitest>=2.0.2:${PORTSDIR}/devel/rubygem-minitest

@


1.1
log
@- Add rubygem-net-http-digest_auth 1.1.1

rubygem-net-http-persistent is an implementation of RFC 2617 - Digest Access
Authentication. At this time the gem does not fully integrate with Net::HTTP and
can be used for with other HTTP clients.

WWW: http://github.com/drbrain/net-http-digest_auth
WWW: https://rubygems.org/gems/net-http-digest_auth
@
text
@d10 1
a10 1
CATEGORIES=	www net ruby
@

