FreeBSD Bugzilla – Attachment 132036 Details for
Bug 176227
[MAINTAINER] devel/rubygem-app_config: update to 1.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rubygem-app_config-1.0.2.patch
rubygem-app_config-1.0.2.patch (text/plain), 2.36 KB, created by
Jonathan Chu
on 2013-02-18 05:20:00 UTC
(
hide
)
Description:
rubygem-app_config-1.0.2.patch
Filename:
MIME Type:
Creator:
Jonathan Chu
Created:
2013-02-18 05:20:00 UTC
Size:
2.36 KB
patch
obsolete
>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@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 > > ==============================================================================
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 176227
: 132036