notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/subversion17/Makefile
SVNWeb

Number of commits found: 15

Thu, 6 Aug 2015
[ 20:41 ohauer search for other commits by this committer ] Original commit   Revision:393672
- upgrade to 1.7.21
- fix py-subversion (convert BDB_CONFIGURE_OFF back to !${PORT_OPTIONS:MBDB})
- fix sample apache module config ('s/dav_module/dav_svn_module/')
- add tuning example for dav_svn_module

MFH:		2013Q5
Tue, 31 Mar 2015
[ 20:55 ohauer search for other commits by this committer ] Original commit   Revision:382865
- security update to version 1.7.20
- Instead changing the httpd.conf the port uses now a
  dedicated module file to activate the apache modules
  %%APACHEETCDIR%%/modules.d/220_subversion.conf

Changelog:
Version 1.7.20
(31 Mar 2015, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.20

User-visible changes:
- Client-side bugfixes:
  * fix 'svn patch' output for reordered hunks

- Server-side bugfixes:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 15 Dec 2014
[ 22:24 ohauer search for other commits by this committer ] Original commit   Revision:374769
- update to 1.7.19

Changelog:
http://svn.apache.org/repos/asf/subversion/trunk/CHANGES

MFH:		2014Q4
Security:	f5561ade-846c-11e4-b7a7-20cf30e32f6
Sat, 29 Nov 2014
[ 18:22 tijl search for other commits by this committer ] Original commit   Revision:373636 (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:364463
- add CPE information
- use NO_STATIC instead DYNAMIC_ENABLED in pkg-plist
Tue, 20 May 2014
[ 05:18 ohauer search for other commits by this committer ] Original commit   Revision:354594
- update to 1.7.17
- s/USE_AUTOTOOLS=libtool/USES=libtool/
- strip

Version 1.7.17
 User-visible changes:
  - Client-side bugfixes:
    * log: use proper peg revision over DAV (r1568872)
    * move: fix errors when moving files between an external and the parent
      working copy (r1551579)
    * copy: fix 'svn copy URL WC' on relocated working copies
      (r1580626, r1580650)

  - Server-side bugfixes:
    * mod_dav_svn: blacklist building with broken versions of httpd; 2.2.25,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 26 Feb 2014
[ 21:09 ohauer search for other commits by this committer ] Original commit   Revision:346227
- update to version 1.7.16
- add BDB deprecated message (FS backend is the thefault
  since many years, I hope no one use BDB backends today)
- adopt static build fix from devel/subversion

Changes:
========
Version 1.7.16
(26 Feb 2014, from /branches/1.7.x)
http://svn.apache.org/repos/asf/subversion/tags/1.7.16

 User-visible changes:
  - Client-side bugfixes:
    * copy: fix some scenarios that broke the working copy (r1560690)
    * diff: fix regressions due to fixes in 1.7.14 (issue #4460)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 2 Feb 2014
[ 16:40 ohauer search for other commits by this committer ] Original commit   Revision:342334
- fix apache module building (r341335 regression) [1]
- add all necessary KDE dependencies to KDE_KWALLET (r331808 regression) [2]
- fix shebank (the old way!)  [3]

PR: ports/186167 , Tang Jianfeng <tangjfn@gmail.com> [1]
PR: ports/186361 , PeterK <fbsdq@peterk.org> [1]
PR: ports/185494 , Raphael Kubo da Costa <rakuco@FreeBSD.org> [2]
PR: ports/184295 , Matthias Andree <mandree@FreeBSD.org> [3]

Approved by:	lev (implicit)
Tue, 5 Nov 2013
[ 22:16 ohauer search for other commits by this committer ] Original commit   Revision:332919
- book is now a dedicated port
Sun, 27 Oct 2013
[ 18:41 ohauer search for other commits by this committer ] Original commit   Revision:331798
- add STAGEDIR support
Mon, 14 Oct 2013
[ 19:42 ohauer search for other commits by this committer ] Original commit   Revision:330346
- 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 search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Mon, 2 Sep 2013
[ 19:04 ohauer search for other commits by this committer ] Original commit   Revision:326057
- 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 View all of this commit message)
Sat, 6 Jul 2013
[ 09:03 ohauer search for other commits by this committer ] Original commit   Revision:322371
- cleanup APACHE version check
- bump PORTREVISION
Wed, 19 Jun 2013
[ 21:13 ohauer search for other commits by this committer ] Original commit   Revision:321328
- restore subversion-1.7.x as subversion17

  I will take the port

  OK per PM by Lev@

Number of commits found: 15