FreshPorts -- The Place For Ports notbug Wed, 8 Feb 2012 6:40 PM GMT
Port details
ruby-subversion 1.7.2 devel on this many watch lists=0 search for ports that depend on this port
Ruby bindings for version control system
Maintained by: lev@FreeBSD.org search for ports maintained by this maintainer
Port Added: 30 Jun 2008 08:44:47
Also Listed In: ruby
License: AL2


Subversion is a version control system designed to be as similar to cvs(1)
as possible, while fixing many outstanding problems with cvs(1).

This slave port adds Ruby bindings to Subversion.

WWW: http://subversion.tigris.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Master port: devel/subversion

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/ruby18, devel/libtool
Required To Run: lang/ruby18
Required Libraries: databases/sqlite3, textproc/expat2, devel/subversion, www/neon29, devel/apr1, devel/subversion, devel/gettext, databases/db42
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/ruby-subversion/ && make install clean
To add the package: pkg_add -r ruby-subversion


Configuration Options
===> The following configuration options are available for ruby-subversion-1.7.2:
===> Use 'make config' to modify these settings

Master Sites:
http://www.apache.org/dist/
http://archive.apache.org/dist/
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/
ftp://mir1.ovh.net/ftp.apache.org/dist/
ftp://ftp.forthnet.gr/pub/www/apache/
ftp://xenia.sote.hu/pub/mirrors/www.apache.org/
ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/
ftp://ftp.rhnet.is/pub/apache/
http://ring.nict.go.jp/archives/net/apache/
ftp://ftp.task.gda.pl/pub/www/apache/dist/
ftp://sunsite.icm.edu.pl/pub/www/apache/dist/
ftp://apache.rinet.ru/pub/mirror/apache.org/dist/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/subversion17/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-10-16
    Affects: users of devel/subversion, devel/subversion-freebsd,
             devel/p5-subversion, devel/py-subversion,
             devel/ruby-subversion and java/subversion-java and
             all dependand ports.
    Author: Lev Serebryakov <lev@FreeBSD.org>
    Reason: 
      Subversion was updated to version 1.7.0 and port was reworked.
    
      Now there is no "devel/subversion-freebsd" port. All FreeBSD-specific patches
      are incorporated into main subversion port as options, which are turned ON by
      default.
    
      These options are:
    
      P4_STYLE_MARKERS -- change conflict markers to P4 style,
                          established for FreeBSD projects.
                          This is not mandatory for working with
                          FreeBSD sources.
    
      ENHANCED_KEYWORD -- Support for custom keywords, like
                          $ FreeBSD $ in sources.
                          This is MANDATORY for working with
                          FreeBSD sources.
    
      FREEBSD_TEMPLATE -- Standard FreeBSD commit template.
                          It is RECOMMENDED for working with
                          FreeBSD sources.
    
      Also, subversion 1.7.0 changes the working copy format,
      and a working copy can not be shared between
      subversion 1.7.0 and 1.6.x. Please, think twice before
      upgrading.
    
      Additional the port "devel/subversion16" was created to
      support subversion 1.6.x. Subversion 1.7.x and 1.6.x
      can not be installed simultaneously!
    
      Binding ports can be built with Subversion 1.7.0 (Default)
      or with Subversion 1.6.x. To build bindings with subversion 1.6.x
      you should set variable WITH_SUBVERSION_VER to "16".
    
      There are several ways to upgrade, depending on what you used
      before and what you want to get after upgrade.
    
      (a) You use devel/subversion without FreeBSD patches and, maybe,
          some bindings. You want fresh'n'new subversion 1.7.0.
          Please, run:
    
      # cd /usr/ports/devel/subversion && make config
      <deselect first three options described above, if you want it>
      # portupgrade -r devel/subversion
      or
      # portmaster -R -r subversion-1.6
    
      (b) You use devel/subversion-freebsd and, maybe, some
          bindings. You want fresh'n'new subversion 1.7.0, again
          with FreeBSD patches.
          Please, run:
    
      # cd /usr/ports/devel/subversion && make config
      <make sure that first three options are selected>
      # portupgrade -o devel/subversion devel/subversion-freebsd
      # portupgrade -r devel/subversion
      or
      # portmaster -o devel/subversion devel/subversion-freebsd
      # portmaster -R -r subversion-1.7
    
      (c) You use devel/subversion without FreeBSD patches and, maybe,
          some bindings. You want good old subversion 1.6.x, again
          without again.
          Please, run:
    
      # cd /usr/ports/devel/subversion16 && make config
      <deselect first three options described above, if you want it>
      # portupgrade -o devel/subversion16 devel/subversion
      # portupgrade -m "WITH_SUBVERSION_VER=16" -r devel/subversion16
      or
      # portmaster -o devel/subversion16 devel/subversion
      # portmaster -m "WITH_SUBVERSION_VER=16" -R -r subversion-1.6
    
      (d) You use devel/subversion-freebsd and, maybe, some bindings.
          You want good old subversion 1.6.x, with FreeBSD patches.
          Please, run:
    
      # cd /usr/ports/devel/subversion16 && make config
      <make sure, that first three options are selected>
      # portupgrade -o devel/subversion16 devel/subversion-freebsd
      # portupgrade -m "WITH_SUBVERSION_VER=16" -r devel/subversion16
      or
      # portmaster -o devel/subversion16 devel/subversion-freebsd
      # portmaster -m "WITH_SUBVERSION_VER=16" -R -r subversion-1.6
    
    
Port Moves
  • port moved here from devel/subversion-ruby on 2008-06-30
    REASON: Rename to reflect official Ruby modules naming scheme

Number of commits found: 12

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Dec 2011 02:51:01
Original commit files touched by this commit  1.7.2
pgollucci search for other commits by this committer
- Mark broken w/ ruby 1.9

configure: WARNING: Only 1.8.x releases are supported at this time

With Hat:       ruby@
16 Oct 2011 21:01:42
Original commit files touched by this commit  1.7.0_1
lev search for other commits by this committer
  (1) Activate mod_dav_svn in "post-install" target, as it is not activated
      by subversion itself.

  (2) Rename USE_SUBVERSION to WITH_SUBVERSION_VER.
16 Oct 2011 14:31:47
Original commit files touched by this commit  1.7.0
lev search for other commits by this committer
  Update subversion to 1.7.0.

  Make FreeBSD patches to be port's options and remove separated port.

  Rename patches to more sane names.

  Add devel/subversion16 port, for people, who need old version.

  Mark ports, which could not be built with subversion 1.7.x, as
  conflicting with new subversion.
08 Dec 2009 16:58:23
Original commit files touched by this commit  1.6.6_1
pav search for other commits by this committer
- Fix plist and unbreak

PR:             ports/140135
Submitted by:   Jose Garcia Juanino <jjuanino@gmail.com>
Approved by:    maintainer timeout (lev; 1 month)
10 Sep 2009 21:52:59
Original commit files touched by this commit  1.6.5
pav search for other commits by this committer
- Mark BROKEN: bad plist

Reported by:    pointyhat
25 Aug 2009 11:53:27
Original commit files touched by this commit  1.6.5
lev search for other commits by this committer
  (1) Update to 1.6.5
  (2) Unbroke Ruby bindings

PR:             [1] ports/138077, [2] ports/136621
06 Jul 2009 08:49:04
Original commit files touched by this commit  1.6.3
pav search for other commits by this committer
- Mark BROKEN: does not compile

Reported by:    pointyhat
22 Jul 2008 12:04:37
Original commit files touched by this commit  1.5.0_4
lev search for other commits by this committer
  Fix subversion's bindings building ob build cluster, when subversion
everything, but
bindings are installed from packages.
17 Jul 2008 21:05:42
Original commit files touched by this commit  1.5.0_3
itetcu search for other commits by this committer
Mark broken: depends on apr-db42-1.3.2 and apr-1.3.2 which conflict with each
other.

Prompted by:    QA Tindy run
02 Jul 2008 05:21:39
Original commit files touched by this commit  1.5.0_1
lev search for other commits by this committer
  (1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is set
  (2) Fix CATEGORIES for devel/*-subversion ports
  (3) Add note to UPDATING about neon26/neon28 transition and
      binding changes.

PR:             ports/125168 [2]
Submitted by:   Dmitry Morozovsky <marck rinet ru> [1,2,3]
30 Jun 2008 10:00:07
Original commit files touched by this commit  1.5.0
lev search for other commits by this committer
  (1) Upgrade subversion to version 1.5.0.
  (2) Make binding ports to be real ports, which installs only bindings and
      depend on subversion.
  (3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
  (4) Re-base subversion-freebsd to `devel/subversion'.
  (5) Fix all ports, which depends on subversion bindings.
30 Jun 2008 08:44:26
Original commit files touched by this commit  1.4.6_2
lev search for other commits by this committer
 Forced commit.
 Repocopied from `devel/subversion-ruby'

Number of commits found: 12

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01
thunderbirdFeb 01
thunderbird3Feb 01

14 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23141
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 1
Expired 7
Set to expire 93
Interactive 63
new 24 hours 13
new 48 hours27
new 7 days49
new fortnight80
new month139

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.292 seconds.