Bug 176227 - [MAINTAINER] devel/rubygem-app_config: update to 1.0.2
Summary: [MAINTAINER] devel/rubygem-app_config: update to 1.0.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 05:20 UTC by Jonathan Chu
Modified: 2013-02-18 19:10 UTC (History)
0 users

See Also:


Attachments
rubygem-app_config-1.0.2.patch (2.36 KB, patch)
2013-02-18 05:20 UTC, Jonathan Chu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chu 2013-02-18 05:20:00 UTC
- Update to 1.0.2

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-18 05:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-18 19:02:51 UTC
Author: swills
Date: Mon Feb 18 19:02:39 2013
New Revision: 312522
URL: http://svnweb.freebsd.org/changeset/ports/312522

Log:
  - Update to 1.0.2
  
  PR:		ports/176227
  Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)

Modified:
  head/devel/rubygem-app_config/Makefile   (contents, props changed)
  head/devel/rubygem-app_config/distinfo   (contents, props changed)
  head/devel/rubygem-app_config/pkg-message   (contents, props changed)

Modified: head/devel/rubygem-app_config/Makefile
==============================================================================
--- head/devel/rubygem-app_config/Makefile	Mon Feb 18 18:59:05 2013	(r312521)
+++ head/devel/rubygem-app_config/Makefile	Mon Feb 18 19:02:39 2013	(r312522)
@@ -1,11 +1,7 @@
-# Ports collection makefile for:	rubygem-app_config
-# Date created:				2011-07-28
-# Whom:					milki <milki@rescomp.berkeley.edu>
-#
 # $FreeBSD$
 
 PORTNAME=	app_config
-PORTVERSION=	0.7.1
+PORTVERSION=	1.0.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -14,13 +10,21 @@ COMMENT=	A ruby gem for storing applicat
 
 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

Modified: head/devel/rubygem-app_config/distinfo
==============================================================================
--- head/devel/rubygem-app_config/distinfo	Mon Feb 18 18:59:05 2013	(r312521)
+++ head/devel/rubygem-app_config/distinfo	Mon Feb 18 19:02:39 2013	(r312522)
@@ -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

Modified: head/devel/rubygem-app_config/pkg-message
==============================================================================
--- head/devel/rubygem-app_config/pkg-message	Mon Feb 18 18:59:05 2013	(r312521)
+++ head/devel/rubygem-app_config/pkg-message	Mon Feb 18 19:02:39 2013	(r312522)
@@ -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
 
 ==============================================================================
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-02-18 19:03:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!