View | Details | Raw Unified | Return to bug 186349
Collapse All | Expand All

(-)./.svn/entries (+1 lines)
Line 0 Link Here
1
12
(-)./.svn/format (+1 lines)
Line 0 Link Here
1
12
(-)./.svn/pristine/5f/5f951755be9b3cd8a34183622be4296a75a33682.svn-base (+4 lines)
Line 0 Link Here
1
Mixlib::Config provides a class-based configuration object, like the one used
2
in Chef.
3
4
WWW: http://www.opscode.com
(-)./.svn/pristine/ba/ba822eea91fa0f4f9b4f691d8f9502090ab4c69a.svn-base (+2 lines)
Line 0 Link Here
1
SHA256 (rubygem/mixlib-config-1.1.2.gem) = 2be6228827c4f11c45901c4c83c0efaef95f7c7866c7fcb9a5f23fcca1e74ca2
2
SIZE (rubygem/mixlib-config-1.1.2.gem) = 12800
(-)./.svn/pristine/bd/bdcb80a57974ce22079e2ffe55db6c18d399f561.svn-base (+16 lines)
Line 0 Link Here
1
# Created by: renchap@cocoa-x.com
2
# $FreeBSD$
3
4
PORTNAME=	mixlib-config
5
PORTVERSION=	1.1.2
6
CATEGORIES=	devel rubygems
7
MASTER_SITES=	RG
8
9
MAINTAINER=	renchap@cocoa-x.com
10
COMMENT=	A class based config mixin, similar to the one found in Chef
11
12
USE_RUBY=	yes
13
USE_RUBYGEMS=	yes
14
RUBYGEM_AUTOPLIST=	yes
15
16
.include <bsd.port.mk>
(-)./Makefile (-2 / +4 lines)
Lines 1-14 Link Here
1
# Created by: renchap@cocoa-x.com
1
# Created by: renchap@cocoa-x.com
2
# $FreeBSD: devel/rubygem-mixlib-config/Makefile 340901 2014-01-24 14:46:50Z miwi $
2
# $FreeBSD: head/devel/rubygem-mixlib-config/Makefile 340901 2014-01-24 14:46:50Z miwi $
3
3
4
PORTNAME=	mixlib-config
4
PORTNAME=	mixlib-config
5
PORTVERSION=	1.1.2
5
PORTVERSION=	2.1.0
6
CATEGORIES=	devel rubygems
6
CATEGORIES=	devel rubygems
7
MASTER_SITES=	RG
7
MASTER_SITES=	RG
8
8
9
MAINTAINER=	renchap@cocoa-x.com
9
MAINTAINER=	renchap@cocoa-x.com
10
COMMENT=	A class based config mixin, similar to the one found in Chef
10
COMMENT=	A class based config mixin, similar to the one found in Chef
11
11
12
LICENSE=	APACHE20
13
12
USE_RUBY=	yes
14
USE_RUBY=	yes
13
USE_RUBYGEMS=	yes
15
USE_RUBYGEMS=	yes
14
RUBYGEM_AUTOPLIST=	yes
16
RUBYGEM_AUTOPLIST=	yes
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/mixlib-config-1.1.2.gem) = 2be6228827c4f11c45901c4c83c0efaef95f7c7866c7fcb9a5f23fcca1e74ca2
1
SHA256 (rubygem/mixlib-config-2.1.0.gem) = efdcd90700548fc09034a04beb98d11421b30eeb177bcf5d23d492609030ab8e
2
SIZE (rubygem/mixlib-config-1.1.2.gem) = 12800
2
SIZE (rubygem/mixlib-config-2.1.0.gem) = 17920

Return to bug 186349