ports/176227: [MAINTAINER] devel/rubygem-app_config: update to 1.0.2

milki milki at rescomp.berkeley.edu
Mon Feb 18 05:20:01 UTC 2013


>Number:         176227
>Category:       ports
>Synopsis:       [MAINTAINER] devel/rubygem-app_config: update to 1.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 18 05:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     milki
>Release:        FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
cibo
>Environment:
System: FreeBSD cibo.ircmylife.com 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012
>Description:
- Update to 1.0.2

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- rubygem-app_config-1.0.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/rubygem-app_config/Makefile ./Makefile
--- /usr/ports/devel/rubygem-app_config/Makefile	2012-11-16 21:56:58.000000000 -0800
+++ ./Makefile	2013-02-17 21:10:01.000000000 -0800
@@ -1,11 +1,7 @@
-# Ports collection makefile for:	rubygem-app_config
-# Date created:				2011-07-28
-# Whom:					milki <milki at rescomp.berkeley.edu>
-#
 # $FreeBSD: ports/devel/rubygem-app_config/Makefile,v 1.2 2012/11/17 05:56:58 svnexp Exp $
 
 PORTNAME=	app_config
-PORTVERSION=	0.7.1
+PORTVERSION=	1.0.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -14,13 +10,21 @@
 
 LICENSE=	MIT
 
-OPTIONS=	SQLITE3 "sqlite3 backend support" Off
-#			MONGO "mongo backend support Off  # No port yet
+OPTIONS_DEFINE=	MONGO SQLITE3
+OPTIONS_DEFAULT=	SQLITE3
+
+MONGO_DESC=	mongo backend support
+SQLITE3_DESC=	sqlite3 backend support
+OPTIONSFILE=	${PORT_DBDIR}/rubygem-${PORTNAME}/options
 
 .include <bsd.port.options.mk>
 
-.if !defined(WITHOUT_SQLITE3)
-RUN_DEPENDS+=	rubygem-sqlite-ruby>=0:${PORTSDIR}/databases/rubygem-sqlite3-ruby
+.if ${PORT_OPTIONS:MSQLITE3}
+RUN_DEPENDS+=	rubygem-sqlite3>=0:${PORTSDIR}/databases/rubygem-sqlite3
+.endif
+
+.if ${PORT_OPTIONS:MMONGO}
+RUN_DEPENDS+=	rubygem-mongo>=0:${PORTSDIR}/devel/rubygem-mongo
 .endif
 
 USE_RUBY=	yes
diff -ruN --exclude=CVS /usr/ports/devel/rubygem-app_config/distinfo ./distinfo
--- /usr/ports/devel/rubygem-app_config/distinfo	2011-07-30 12:19:16.000000000 -0700
+++ ./distinfo	2013-02-17 20:04:28.000000000 -0800
@@ -1,2 +1,2 @@
-SHA256 (rubygem/app_config-0.7.1.gem) = 904e07d6c6a6e0d3e8eb06490381d1e4425757154cf5fb4928eb7d82f4e9ab37
-SIZE (rubygem/app_config-0.7.1.gem) = 33792
+SHA256 (rubygem/app_config-1.0.2.gem) = 1ee9c5d6e35e1f6024ecba9a8da74087ae234dcf268a935135cca9c60d5281ca
+SIZE (rubygem/app_config-1.0.2.gem) = 10240
diff -ruN --exclude=CVS /usr/ports/devel/rubygem-app_config/pkg-message ./pkg-message
--- /usr/ports/devel/rubygem-app_config/pkg-message	2011-07-30 12:19:16.000000000 -0700
+++ ./pkg-message	2013-01-12 11:39:43.000000000 -0800
@@ -1,5 +1,8 @@
 ==============================================================================
 
-Note: No support for mongo backend in ports yet.
+Version 1.0 is *not* backwards compatible with 0.7.1! See the wiki [0] for
+upgrade instructions.
+
+[0] https://github.com/Oshuma/app_config/wiki
 
 ==============================================================================
--- rubygem-app_config-1.0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list