Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/subversion |
Commit | Credits | Log message |
1.14.3_2 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.14.3_2 22 Apr 2024 13:09:56 |
Michael Osipov (michaelo) |
*/*: take ownership of lev@'s Subversion ports
As agreed with lev@, I am taking ownership of these ports.
Approved by: jrm (mentor), lev
Differential Revision: https://reviews.freebsd.org/D44862 |
1.14.3_1 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.
Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D43864 |
1.14.3 08 Jan 2024 17:01:28 |
Lev A. Serebryakov (lev) |
devel/subversion: and devel/subversion-lts update to latest release 1.14.3.
Thank you, Yasuhito FUTATSUKI. |
1.14.2 19 Jul 2023 19:27:15 |
Muhammad Moinur Rahman (bofh) |
devel/ruby-subversion: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.14.2 12 Jun 2023 22:58:36 |
Muhammad Moinur Rahman (bofh) |
devel/ruby-subversion: Fix build with llvm15
Approved by: portmgr (blanket) |
1.14.2 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.14.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.14.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.14.2 29 Jun 2022 16:33:01 |
Po-Chuan Hsieh (sunpoet) |
devel/ruby-subversion: Update WWW
Approved by: portmgr (blanket) |
1.14.1 21 Mar 2022 11:10:16 |
Lev A. Serebryakov (lev) |
devel/ruby-subversion: Fix build with Ruby 3.x
PR: 262458
Reported by: Yasuhiro Kimura <yasu@freebsd.org> |
1.14.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.14.0 01 Dec 2020 14:39:34 |
pkubaj |
devel/ruby-subversion: fix build on GCC architectures
Ruby needs newer compiler:
subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c: In function
'callback_rescue':
subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c:1628:38: error:
'ruby_errinfo' undeclared (first use in this function); did you mean
'rb_errinfo'?
1628 | ruby_errinfo,
MFH: 2020Q4 |
1.14.0 02 Jun 2020 13:36:47 |
lev |
Update subversion to new version 1.14.0.
1.14.0 is LTS, but `devel/subversion-lts' is still 1.10.x, because it
allows to build `devel/py-subversion' with Python 2.7.
`devel/py-subversion' will be built with Python 3.5+ for version 1.14.0. |
1.13.0 03 Nov 2019 22:13:37 |
lev |
Update to 1.13.0.
PR: 241608
Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org> |
1.12.2 13 Aug 2019 14:57:22 |
tobik |
Drop nop PORTREVISION_19 from devel/subversion addon ports
devel/subversion19 has been removed. |
1.12.0 25 Apr 2019 16:28:46 |
lev |
Add LTS version of subversion to ports.
PR: 235934 |
1.12.0 25 Apr 2019 12:27:42 |
lev |
Update to 1.12.0 |
1.11.1 15 Apr 2019 05:55:24 |
linimon |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
1.11.0 01 Nov 2018 16:12:45 |
lev |
Update subversion to 1.11.0. |
1.10.3 10 Oct 2018 15:39:51 |
lev |
(1) Update to 1.10.3.
(2) Fix STATIC build.
(3) Expand FreeBSD template for better explanation of "Sponsored by"
PR: (2) 220660, (3) 228362 |
1.10.0_1 20 Apr 2018 15:38:59 |
lev |
(1) Remove devel/subversion18
(2) Intoroduce devel/subversion19 from latest pre-1.10 devel/subversion
(3) Rework all addons to unify versioning code.
FLAVORS is not used because it will conflict with Python FLAVORS
(4) Restore mod_dontdothat for www/mod_dav_svn |
1.10.0 16 Apr 2018 11:53:03 |
lev |
Update to latest & newest version 1.10.0 |
1.9.7_2 21 Mar 2018 21:24:44 |
brnrd |
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine |
1.9.7_1 21 Mar 2018 19:50:35 |
brnrd |
devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache) |
1.9.5 22 May 2017 13:17:39 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
1.9.3 30 Dec 2015 15:22:15 |
ohauer |
- prepare for devel/subversion17 removal |
1.9.2 15 Oct 2015 10:43:15 |
lev |
Update devel/subversion to 1.9.2.
PR: 203713
Submitted by: Peter Wemm <peter@FreeBSD.org> |
1.8.10_3 27 Oct 2014 11:00:06 |
bapt |
Cleanup plist |
16 Jun 2014 13:12:21
|
lev |
subversion port has been overhauled. Some optional parts was extracted
to separate ports. These ports are:
www/mod_dav_svn
instead of option MOD_DAV_SVN.
security/subversion-gnome-keyring
instead of option GNOME_KEYRING.
security/subversion-kwallet
instead of option KDE_KWALLET.
If you used devel/subversion with one (or more) of these non-standard
options, you should install appropriate port after subversion upgrade.
"mod_dontdothat" is installed unconditionally by www/mod_dav_svn
port (it has been depended on TOOLS option), but is not activated by
default, you may need to edit apache's configuration file.
devel/subversion port now installs svndiff, svndiff3 and svndiff4
commands if TOOLS option is enabled. They was skipped before.
Official names "diff", "diff3" and "diff4" are prefixed with "svn" to
avoid conflicts with base and other diff versions.
All libraries and binaries are now stripped if MAINTAINER_DEBUG
option is not selected (including all sub-ports, like bindings
and mod_dav_svn). |
1.8.9 18 May 2014 15:13:22 |
lev |
(1) Update to latest 1.8.9
(2) USES=libtool instead of USE_AUTOTOOLS=libtool
(3) Bump required Java version to 1.7 for java/java-subversion.
(4) Build java/kava-subversion with system clang, not "any" gcc
on 10 and CURRENT (checked with OpenJDK7 and OpenJDK8). |
1.8.3 14 Oct 2013 20:56:35 |
ohauer |
- add stage support
Approved by: lev@ (implicit) |
1.8.3 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.8.0 19 Jun 2013 21:13:34 |
ohauer |
- restore subversion-1.7.x as subversion17
I will take the port
OK per PM by Lev@ |
1.8.0 19 Jun 2013 17:29:45 |
lev |
Upgrade subversion to 1.8.0.
Re-enable ruby-subversion, as it supports ruby 1.9 |
1.7.8 03 Mar 2013 01:43:03 |
swills |
- Fix EXPIRATION date, we are in 2013, not 2012
Pointyhat to: swills
Reported by: bapt |
1.7.8 02 Mar 2013 21:01:59 |
swills |
- Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
may be interested (patching rubygem- ports is possible now)
- Trim headers while here
With Hat: ruby@ |
1.7.8 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
1.7.2 23 Dec 2011 02:51:01 |
pgollucci |
- Mark broken w/ ruby 1.9
configure: WARNING: Only 1.8.x releases are supported at this time
With Hat: ruby@ |
1.7.0_1 16 Oct 2011 21:01:42 |
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. |
1.7.0 16 Oct 2011 14:31:47 |
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. |
1.6.6_1 08 Dec 2009 16:58:23 |
pav |
- Fix plist and unbreak
PR: ports/140135
Submitted by: Jose Garcia Juanino <jjuanino@gmail.com>
Approved by: maintainer timeout (lev; 1 month) |
1.6.5 10 Sep 2009 21:52:59 |
pav |
- Mark BROKEN: bad plist
Reported by: pointyhat |
1.6.5 25 Aug 2009 11:53:27 |
lev |
(1) Update to 1.6.5
(2) Unbroke Ruby bindings
PR: [1] ports/138077, [2] ports/136621 |
1.6.3 06 Jul 2009 08:49:04 |
pav |
- Mark BROKEN: does not compile
Reported by: pointyhat |
1.5.0_4 22 Jul 2008 12:04:37 |
lev |
Fix subversion's bindings building ob build cluster, when subversion
everything, but
bindings are installed from packages. |
1.5.0_3 17 Jul 2008 21:05:42 |
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 |
1.5.0_1 02 Jul 2008 05:21:39 |
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] |
1.5.0 30 Jun 2008 10:00:07 |
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. |
1.4.6_2 30 Jun 2008 08:44:26 |
lev |
Forced commit.
Repocopied from `devel/subversion-ruby' |