| 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-python on 2008-06-30
REASON: Rename to reflect official Python modules naming scheme
|
Number of commits found: 10
| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
16 Oct 2011 21:01:42
1.7.0_1
|
lev  |
(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
1.7.0
|
lev  |
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. |
09 Sep 2010 02:07:25
1.6.12_1
|
pgollucci  |
- whitespace |
18 Aug 2009 20:15:55
1.6.4
|
miwi  |
Eliminate hard coded "PKGNAMEPREFIX= py-"
PR: 137859
Submitted by: olli hauer <ohauer@gmx.de> |
02 Aug 2009 19:36:34
1.6.3
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
22 Jul 2008 12:04:37
1.5.0_4
|
lev  |
Fix subversion's bindings building ob build cluster, when subversion
everything, but
bindings are installed from packages. |
17 Jul 2008 20:38:50
1.5.0_3
|
itetcu  |
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
1.5.0_1
|
lev  |
(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
1.5.0
|
lev  |
(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:43:52
1.4.6_2
|
lev  |
Forced commit.
Repocopied from `devel/subversion-python' |
Number of commits found: 10
|
| Latest Vulnerabilities |
|
12 vulnerabilities affecting 17 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
|
|