non port: devel/subversion/Makefile |
SVNWeb
|
Number of commits found: 213 (showing only 100 on this page) |
Tue, 11 Apr 2023
|
[ 23:19 Ed Maste (emaste) ] 9c3a4e6
devel/subversion: retire commit message FreeBSD template
With all FreeBSD repos converted to Git there is no need for the custom
svn template option.
Reviewed by: lev
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D38640
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
[ 10:26 Tobias C. Berner (tcberner) ] b86221f (Only the first 10 of 99 ports in this commit are shown above. )
cleanup: remove trailing whitepaces
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Sun, 17 Jul 2022
|
[ 21:11 Yuri Victorovich (yuri) ] 57e4777
devel/subversion: Unbreak at run-time
It was failing with database/sqlite3 version mismatch errors.
|
Thu, 14 Apr 2022
|
[ 11:22 Lev A. Serebryakov (lev) ] 3e88f1f
devel/subversion: Turn off FREEBSD_TEMPLATE by default.
As now subversion is not used for FreeBSD development, have this option
turned on by default has little sense.
PR: 258627
|
[ 09:37 Lev A. Serebryakov (lev) ] 32d2096
devel/subversion: Fix build with SVNSERVE_WRAPPER=on
PR: 263274
|
Wed, 13 Apr 2022
|
[ 18:20 Lev A. Serebryakov (lev) ] 59cb6bb
devel/subversion: Make all binaries stripping explicit.
Running ${STRIP_CMD} on non-binary file can left zero-length
temporary file.
Strip all binaries explicitly, with list of them and loop, instead
of calling ${STRIP_CMD} with '*'.
|
[ 14:09 Lev A. Serebryakov (lev) ] b3eb02c
devel/subversion: Update to latest version 1.14.2, fix two CVEs
Update subversion to 1.14.2. This fix two CVEs.
Also, allows build with database/db18.
PR: 262672
Security: CVE-2021-28544
Security: CVE-2022-24070
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 2 Jun 2020
|
[ 13:36 lev ] (Only the first 10 of 14 ports in this commit are shown above. )
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.
|
Tue, 3 Mar 2020
|
[ 12:56 mat ] (Only the first 10 of 16 ports in this commit are shown above. )
Ports MUST NOT set WITH_DEBUG.
WITH_DEBUG is a user facing variable. When a user wants to build a port
with debugging symbols enabled, they either set WITH_DEBUG globally, or
WITH_DEBUG_PORTS+=category/port.
Approved by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23940
|
Thu, 27 Feb 2020
|
[ 12:11 0mp ]
devel/subversion: Enable the GPG_AGENT option by default
gpg-agent is one of the easiest ways of storing credentials in Subversion.
Let's enable support for it by default to make life easier for Subversion
users, who do not want to depend on gnome-keyring or kwallet for password
storing.
PR: 244280
Approved by: lev (maintainer)
Differential Revision: https://reviews.freebsd.org/D23849
|
Thu, 25 Apr 2019
|
[ 12:27 lev ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to 1.12.0
|
Tue, 15 Jan 2019
|
[ 14:21 lev ]
Update to latest 1.11.1
|
Mon, 10 Dec 2018
|
[ 13:40 lev ]
Make description for GITHUB_HACK more correct and precise.
|
[ 11:26 lev ]
Add patch to support GitHub again.
It is ugly hack, not approved by upstream, and it is turned off by default.
|
Thu, 1 Nov 2018
|
[ 16:12 lev ] (Only the first 10 of 15 ports in this commit are shown above. )
Update subversion to 1.11.0.
|
Wed, 10 Oct 2018
|
[ 15:39 lev ] (Only the first 10 of 12 ports in this commit are shown above. )
(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
|
Thu, 30 Aug 2018
|
[ 14:06 des ]
Add patch from upstream commit r1839662, which fixes automatic conflict
resolution for files removed from the merge target when the merge source
and merge target have no proper common ancestor. This is a depressingly
common scenario in the FreeBSD base tree.
Approved by: maintainer (lev)
Obtained from: https://svn.apache.org/r1839662
|
Wed, 1 Aug 2018
|
[ 16:33 adamw ] (Only the first 10 of 35 ports in this commit are shown above. )
Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible
to."
|
Tue, 22 May 2018
|
[ 13:15 mat ] (Only the first 10 of 74 ports in this commit are shown above. )
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
|
Fri, 20 Apr 2018
|
[ 15:38 lev ] (Only the first 10 of 21 ports in this commit are shown above. )
(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
|
Mon, 16 Apr 2018
|
[ 11:53 lev ] (Only the first 10 of 13 ports in this commit are shown above. )
Update to latest & newest version 1.10.0
|
Wed, 21 Mar 2018
|
[ 21:24 brnrd ] (Only the first 10 of 34 ports in this commit are shown above. )
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine
|
[ 19:50 brnrd ] (Only the first 10 of 35 ports in this commit are shown above. )
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)
|
Tue, 30 Jan 2018
|
[ 12:31 lev ]
Add optional support for gpg-agent
PR: 225553
Submitted by: Peter Laursen <plaursen@kobalt.dk>
Reported by: Peter Laursen <plaursen@kobalt.dk>
|
Thu, 11 Jan 2018
|
[ 14:18 danfe ] (Only the first 10 of 100 ports in this commit are shown above. )
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
|
Thu, 4 Jan 2018
|
[ 20:58 lev ]
Fix python shebangs
PR: 224656
Submitted by: Phillip R. Jaenke
|
Mon, 10 Jul 2017
|
[ 15:59 lev ]
Update to 1.9.6
|
Wed, 16 Nov 2016
|
[ 18:47 jbeich ]
devel/subversion: chase r359585
libsqlite3.la is no longer installed, so check for an ICU function
likely to be used.
PR: 214552
Reported by: antoine (via exp-run in bug 214384)
Approved by: portmgr blanket
|
Thu, 28 Apr 2016
|
[ 15:15 lev ]
Update:
devel/subversion to 1.9.4
devel/subversion18 to 1.8.16
This fix two CVEs:
http://subversion.apache.org/security/CVE-2016-2167-advisory.txt
http://subversion.apache.org/security/CVE-2016-2168-advisory.txt
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 20 Mar 2016
|
[ 12:43 lev ]
Fix pkg-plist for DBD option again.
Submitted by: David Wolfskill <david@catwhisker.org>
|
Sat, 19 Mar 2016
|
[ 14:06 lev ]
(1) Fix pkg-plist for BDB backend
(2) Remove GNATS references from commit template
(3) Add "Reported by:" field to commit template
PR: 205182, 205692, 195252
|
Tue, 15 Dec 2015
|
[ 21:06 ohauer ]
- update to 1.9.3
- do not fail STRIP with script files (wildcard STRIP)
Version 1.9.3
(15 Dec 2015, from /branches/1.9.x)
http://svn.apache.org/repos/asf/subversion/tags/1.9.3
User-visible changes:
- Client-side bugfixes:
* svn: fix possible crash in auth credentials cache (r1705328)
* cleanup: avoid unneeded memory growth during pristine cleanup (r1706241)
* diff: fix crash when repository is on server root (r1705060 et al)
* fix translations for commit notifications (r1709389, r1709562)
* ra_serf: fix crash in multistatus parser (r1706323, r1706324)
* svn: report lock/unlock errors as failures (r1701598 et al) (Only the first 15 lines of the commit message are shown above )
|
Sun, 15 Nov 2015
|
[ 11:10 lev ]
(1) Place pkgconfig files to proper directory (libdata)
(2) Strip binaries and libraries if MAINTAINER_DEBUG is not set
(3) Set WITH_DEBUG if MAINTAINER_DEBUG option is selected
PR: 204496
Submitted by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
Mon, 19 Oct 2015
|
[ 12:50 lev ]
Improve apache configuration sample
PR: 203838
Submitted by: Olli Hauer <ohauer@FreeBSD.org>
|
Thu, 15 Oct 2015
|
[ 10:43 lev ] (Only the first 10 of 24 ports in this commit are shown above. )
Update devel/subversion to 1.9.2.
PR: 203713
Submitted by: Peter Wemm <peter@FreeBSD.org>
|
Wed, 9 Sep 2015
|
[ 11:15 amdmi3 ]
- Fix shebangs
- Switch to @sample
Approved by: portmgr blanket
|
Thu, 20 Aug 2015
|
[ 12:13 lev ]
Fix detection of BDBv6.
PR: 202505
Submitted by: emz@norma.perm.ru
|
Sat, 29 Nov 2014
|
[ 18:22 tijl ] (Only the first 10 of 165 ports in this commit are shown above. )
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine)
|
Sat, 9 Aug 2014
|
[ 18:42 ohauer ]
- add CPE information
- use NO_STATIC instead DYNAMIC_ENABLED in pkg-plist
|
Sun, 6 Jul 2014
|
[ 20:25 rakuco ]
Add an extra '\t' to the "MFH:" template line.
Using a single '\t' does not align the value in the "MFH:" line correctly,
add another one for formatting and nitpicking.
CR: D358
Reviewed by: portmgr (mat)
|
Mon, 30 Jun 2014
|
[ 14:24 lev ]
Fix KWallet / GNOMe Keyring integration: eanble code in "main" libraries
as it doesn't call any functions from KWallet/Keyring directly but
should be enabled to load plugins dynamically.
PR: 191463
Submitted by: Raphael Kubo da Costa
|
Mon, 16 Jun 2014
|
[ 13:12 lev ] (Only the first 10 of 32 ports in this commit are shown above. )
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).
|
Sun, 18 May 2014
|
[ 15:13 lev ] (Only the first 10 of 11 ports in this commit are shown above. )
(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).
|
Sat, 15 Feb 2014
|
[ 12:56 lev ]
(1) Make possible to build subversion with db6.
(2) Fix and STAGEfy subversion-static.
(3) Allow not to override/deinstall modified svnserve script if it is used.
PR: ports/185005, ports/180121, ports/181340, ports/186446, ports/186764
|
Sun, 2 Feb 2014
|
[ 16:44 ohauer ]
- fix conflict
|
Tue, 5 Nov 2013
|
[ 22:05 ohauer ]
- update to version 1.8.4
- add stage support
Version 1.8.4
User-visible changes:
- Client- and server-side bugfixes:
* fix assertion on urls of the form 'file://./' (r1516806)
* stop linking against psapi.dll on Windows (r1534102)
* translation updates for Swedish
- Client-side bugfixes:
* revert: fix problems reverting moves (issue #4436)
* update: fix assertion when file external access is denied (issue #4422)
* merge: reduce network connections for automatic merge (r1468980 et al)
* merge: fix path corruption during reintegration (r1523666) (Only the first 15 lines of the commit message are shown above )
|
Sun, 27 Oct 2013
|
[ 22:01 ohauer ]
- adopt new ${opt}_ syntax
- move pkg-deinstall code to pkg-plist
- cleaner way to install tools
|
Mon, 14 Oct 2013
|
[ 19:42 ohauer ]
- use new LIB_DEPENDS notation in subversion ports
- use new LIB_DEPENDS notation in Mk/Uses to fix static svn building [1]
Approved by: portmgr (babt@) [1]
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Mon, 2 Sep 2013
|
[ 19:04 ohauer ]
- update devel/subversion to 1.8.3 [1]
- update devel/subversion17 to 1.7.13 [1]
- add vuxml entry
Version 1.7.13
(29 Aug 2013, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.13/CHANGES
User-visible changes:
- General
* merge: fix bogus mergeinfo with conflicting file merges (issue #4306)
* diff: fix duplicated path component in '--summarize' output (issue #4408)
* ra_serf: ignore case when checking certificate common names (r1514763)
- Server-side bugfixes: (Only the first 15 lines of the commit message are shown above )
|
Wed, 24 Jul 2013
|
[ 17:18 lev ]
Update:
devel/subversion to 1.8.1
devel/subversion16 to 1.7.11
These releases fix CVE-2013-4131
http://subversion.apache.org/security/CVE-2013-4131-advisory.txt
Approved by: Olli Hauer <ohauer@FreeBSD.org> for devel/subversion17
Security: CVE-2013-4131
|
Sat, 13 Jul 2013
|
[ 15:36 lev ]
(1) Fix subversion-static port to use SERF.
(2) Backport fix of issue #4383: problems with symbolic-link WC.
(3) Backport change r1500762 (no isue # found): conflict between
GPG Agent and other password stories.
(4) Fix error message when Subversion is configured with BDB abd
APR is not.
PR: ports/179807, ports/180121, ports/180121
Submitted by: [3] eugen@grosbein.pp.ru
|
Fri, 21 Jun 2013
|
[ 16:39 lev ]
Don't copy *.la files to tools directory.
PR: ports/179791
Submitted by: Lawrence Chen <beastie@tardisi.com>
|
Wed, 19 Jun 2013
|
[ 21:57 lev ]
(1) Fix mod_Dav_svn installation.
(2) Add TOOLS instead of MOD_DONTDOTHAT and SVNAUTHZ_VALIDATE, but disable
installation of diffX tools.
PR: ports/179728 [1]
|
[ 17:29 lev ]
Upgrade subversion to 1.8.0.
Re-enable ruby-subversion, as it supports ruby 1.9
|
Fri, 31 May 2013
|
[ 22:30 ohauer ]
- fix distinfo for svn docs (lost in last commit)
- adjust CONFLICTS add upcomming 1.8
Approved by: lev (implicit)
|
Wed, 29 May 2013
|
[ 04:46 jgh ] (Only the first 10 of 13 ports in this commit are shown above. )
- adoption of optionsNG
- add trace options to ncurses{-deve}
- doc knob conversion in subversion{16}
- trim headers/comments
- eliminate some processing of bsd.port.pre.mk
Approved by: portmgr (miwi)
|
Tue, 30 Apr 2013
|
[ 20:00 bdrewery ]
- Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS
This fixes the following warning when running 'run-depends-list':
"install" non-existent -- dependency list incomplete
With hat: portmgr
|
Wed, 24 Apr 2013
|
[ 13:36 ak ] (Only the first 10 of 86 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 2)
Approved by: portmgr (bapt)
|
Mon, 4 Mar 2013
|
[ 10:55 lwhsu ] (Only the first 10 of 34 ports in this commit are shown above. )
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
|
Sun, 13 Jan 2013
|
[ 23:25 ohauer ]
- disable build against installed serf if not explicit selected via OPTION
- make test fail non fatal
patch was part of PR 173283
while I'm here adopt new Makefile header
PR: 173283
Submitted by: ohauer
Approved by: maintainer timeout
|
Thu, 8 Nov 2012
|
[ 00:14 obrien ]
The 'svnmucc' path is different when built statically.
Approved by: lev
Feature safe: yes
|
Fri, 14 Sep 2012
|
[ 14:59 lev ]
(1) Update to latest 1.7.6
(2) Convert to new OPTIONS framework.
(3) Check for proper sqlite3 for STATIC build.
(4) Don't require NLS and BDB unconditionally for static build.
(5) Add option to build Multiple URL Command Client
Submitted by: Warren Block <wblock@wonkity.com> [5]
|
Sun, 20 May 2012
|
[ 10:41 lev ]
(1) Update to 1.7.5
(2) Fix pkg-plist problem
PR: ports/168012
Submitted by: Olli Hauer <ohauer@FreeBSD.org>
|
Mon, 2 Apr 2012
|
[ 15:16 lev ]
Fix build by clang and gcc 4.7.
Feature safe: yes
|
Sun, 1 Apr 2012
|
[ 18:45 lev ]
(1) Update to 1.7.4.
(2) Remove all run-time dependencies for static build.
(3) Check for incompatible options, like static and KDE Wallet.
(4) Move FreeBSD extended API to private include file.
(5) Fix build of mod_dontdothat.
PR: [2] ports/166187, [5] ports/165390, [4] ports/165311.
Feature safe: yes
|
Wed, 28 Mar 2012
|
[ 22:14 jgh ]
- drop invalid post-deinstall target
PR: ports/166119
Submitted by: jgh
Approved by: maintainer timeout ( 14 days )
Feature safe: yes
|
Tue, 13 Mar 2012
|
[ 11:47 timur ]
Fix in the location of mod_dontdothat module.
As of version 1.7.3:
* ship mod_dontdothat with the standard release
Feature safe: yes
|
Tue, 14 Feb 2012
|
[ 16:06 lev ]
(1) Upgrade to 1.7.3
(2) Return building od mod_dontdothat
(3) Fix pkg-plist and remove strange binary files from installation
(4) Make better install/deinstall scripts
(5) Fix installation with SVNSERVE_WRAPPER, MOD_DAV_SVN and WITH_REPO_CREATION
PR: [3, 4] ports/164033, [5] ports/164583
|
Sun, 16 Oct 2011
|
[ 21:01 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.
|
[ 14:31 lev ] (Only the first 10 of 45 ports in this commit are shown above. )
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.
|
Fri, 1 Apr 2011
|
[ 15:19 avilla ]
- Fix plist when GNOME_KEYRING is on. [1]
- Add optional KDE KWallet support. [2]
- Bump PORTREVISION.
PR: 155395 [1]
155419 [2]
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Approved by: lev (maintainer timeout)
|
Sat, 25 Dec 2010
|
[ 16:55 sunpoet ] (Only the first 10 of 180 ports in this commit are shown above. )
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat)
|
Wed, 24 Nov 2010
|
[ 22:51 lev ]
(1) Update to 1.6.15
(2) Add support for DBD 5.x
PR: ports/152553 (1), ports/152172 (2)
Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> (1), Martin Matuska
<mm@FreeBSD.org>
|
Thu, 3 Jun 2010
|
[ 02:49 pgollucci ]
- Catch up with apache/apr related changes
o Remove WITH_APACHE2_APR its always the port now
o Remove some prelimiary checks for apr-1?-config
o WITH_MOD_DAV_SVN now implies WITH_APACHE matching ports KNOBS
o Simplify the apr-1?-config and include setup
o if you build subversion WITHOUT WITH_APACHE or WITHOUT_APACHE you
get devel/apr1 as the subverion developers intend.
PR: ports/146777
Submitted by: pgollucci@ (myself)
Approved by: maintainer timeout (lev; 14 days; 3-in a row)
With Hat: apache@
|
Thu, 27 May 2010
|
[ 23:51 obrien ]
Add support to build with GNOME keyring auth.
(maintainer timeout)
|
Tue, 18 May 2010
|
[ 04:05 pgollucci ] (Only the first 10 of 18 ports in this commit are shown above. )
- Convert ports/ to devel/apr1
PR: ports/146553
Submitted by: myself (pgollucci@)
With Hat: apache@
|
Mon, 19 Apr 2010
|
[ 10:39 lev ]
Update to 1.6.11.
Make new pkg-install/pkg-deinstall scripts, disabled if here is no
mod_dav_svn.
Add option to build and install svnauthz-validate, a tool to test authz files.
PR: ports/145809, with some changes
Submitted by: olli hauer <ohauer@gmx.de>
|
Wed, 10 Feb 2010
|
[ 14:55 skv ]
Fix some garbage in last commit (five-second rule in action!)
|
[ 14:47 skv ]
Update to 1.6.9
Changes: http://svn.apache.org/repos/asf/subversion/tags/1.6.9/CHANGES
PR: ports/143175
Submitted by: olli hauer <ohauer xx gmx.de>
Approved by: maintainer timeout (lev; >1.5 month)
|
Fri, 26 Jun 2009
|
[ 11:37 lev ]
(1) Update to 1.6.3
(2) Cleanup DBD usage
PR: (2) ports/135397
|
Wed, 29 Apr 2009
|
[ 12:11 lev ]
(1) Update to version 1.6.1
(2) Fix asvn knoweledge about svn command location [1]
(3) Add STATIC option to build only static binaries [2]
(4) Activate mod_authz_svn in package installation [3]
PR: [1] ports/133778, [3] ports/133898
Submitted by: [2] David O'Brien
|
Mon, 6 Apr 2009
|
[ 17:06 lev ]
(1) Put svn_hacks-1.2.diff to local-distfiles
(2) Add optional module mod_dontdothat
(3) Fix order of apache module loading
(4) Make deinstall script much mor robust, it should not trash Apache config
in case of various errors.
PR: ports/133366 [2]
Submitted by: Many users [1], olli hauer <ohauer@gmx.de> [2], Dag-Erling
Smorgrav <des@des.no> [3]
|
Fri, 3 Apr 2009
|
[ 18:39 lev ]
(1) Enable mod_authz_svn
(2) Enable parallel build
PR: ports/133121, ports/133016
Submitted by: olli hauer <ohauer@gmx.de>, Martin Matuska <mm@FreeBSD.org>
|
Sat, 25 Oct 2008
|
[ 09:06 lev ]
(1) Update to 1.5.4
(2) Create SVNUSER in cases when SVHGROUP is created [1]
(3) Change default repository path to "/home/svn/repos" in svnwrapper [1]
(4) Fix typo [2]
PR: [1] ports/122972, [2] ports/127347
|
Mon, 7 Jul 2008
|
[ 10:37 lev ]
(1) Move all options-related logic into Makefile.common, so bindings ports
have proper CONFIGURE_ARGS now and will not fail to build when
subversion was built with apache's apr
(2) Bump devel/apr library version to 1.3
(3) Increase PORTREVISION, of course.
|
Mon, 30 Jun 2008
|
[ 10:00 lev ] (Only the first 10 of 43 ports in this commit are shown above. )
(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.
|
Fri, 6 Jun 2008
|
[ 14:33 edwin ] (Only the first 10 of 27 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Wed, 4 Jun 2008
|
[ 18:13 dougb ]
Add subversion-devel and subversion-freebsd to CONFLICTS
|
Mon, 5 May 2008
|
[ 08:33 edwin ] (Only the first 10 of 20 ports in this commit are shown above. )
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible
|
Tue, 29 Jan 2008
|
[ 12:26 lev ]
Add proper CONFLICTS clauses.
PR: ports/119782
Submitted by: TAOKA Fumiyoshi
|
[ 12:17 lev ]
Download compressed book [1]
Change some hard-coded paths to variables [1]
Fix pkg-plist for Java bindings [2]
PR: ports/119782 [1], ports/117357 [2]
Submitted by: TAOKA Fumiyoshi [1], bf [2]
|
Mon, 14 Jan 2008
|
[ 09:04 mm ]
- Update to 1.4.6
- Add OPTIONS
PR: ports/119152
Submitted by: mm
Approved by: maintainer (timeout)
|
Sun, 7 Oct 2007
|
[ 05:45 linimon ] (Only the first 10 of 45 ports in this commit are shown above. )
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr
|
Sat, 8 Sep 2007
|
[ 00:59 linimon ] (Only the first 10 of 127 ports in this commit are shown above. )
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
Number of commits found: 213 (showing only 100 on this page) |