notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/subversion17/Makefile

Number of commits found: 15

Thursday, 6 Aug 2015
20:41 ohauer search for other commits by this committer
- 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
Original commitRevision:393672 
Tuesday, 31 Mar 2015
20:55 ohauer search for other commits by this committer
- 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:
  * reject invalid get-location-segments requests in mod_dav_svn and
    svnserve
  * mod_dav_svn: reject invalid txnprop change requests (r1667235)

- Client-side and server-side bugfixes:
  * properly duplicate svn error objects
  * fix use-after-free in config parser

Developer-visible changes:
  * add lock file config for testing against HTTPD 2.4+ (r1544302, r1544303)
  * fix build with absolute path to neon install (r1664789)

Security:	vid=8e887b71-d769-11e4-b1c2-20cf30e32f6d
Security:	CVE-2015-0202
Security:	CVE-2015-0248
Security:	CVE-2015-0251
Original commitRevision:382865 
Monday, 15 Dec 2014
22:24 ohauer search for other commits by this committer
- update to 1.7.19

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

MFH:		2014Q4
Security:	f5561ade-846c-11e4-b7a7-20cf30e32f6
Original commitRevision:374769 
Saturday, 29 Nov 2014
18:22 tijl search for other commits by this committer
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)
Original commitRevision:373636 
Saturday, 9 Aug 2014
18:42 ohauer search for other commits by this committer
- add CPE information
- use NO_STATIC instead DYNAMIC_ENABLED in pkg-plist
Original commitRevision:364463 
Tuesday, 20 May 2014
05:18 ohauer search for other commits by this committer
- 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,
      2.4.5 and 2.4.6 (r1545835)
    * mod_dav_svn: detect out of dateness correctly during commit (issue #4480)

 Developer-visible changes:
  - General:
    * fix libmagic detection with custom LDFLAGS (r1577200)
    * fix a missing null byte when handling old pre-1.4 deltas (r1587968)
    * support building with Serf 1.3.x (r1517123, r1535139)

  - Bindings:
    * javahl: fix crash from resolve callback throwing an exception (r1586439)
Original commitRevision:354594 
Wednesday, 26 Feb 2014
21:09 ohauer search for other commits by this committer
- 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)

  - Server-side bugfixes:
    * mod_dav_svn: prevent crashes with SVNListParentPath on (CVE-2014-0032)
    * reduce memory usage during checkout and export (r1564215)

 Developer-visible changes:
  - General:
    * fix failure in checkout_tests.py
    * support compiling against Cyrus sasl 2.1.25 (r1404912, r1413402)
    * support compiling against neon 0.30.x (r1566320)

Version 1.7.15
(Not released, see changes for 1.7.16.)
Original commitRevision:346227 
Sunday, 2 Feb 2014
16:40 ohauer search for other commits by this committer
- 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)
Original commitRevision:342334 
Tuesday, 5 Nov 2013
22:16 ohauer search for other commits by this committer
- book is now a dedicated port
Original commitRevision:332919 
Sunday, 27 Oct 2013
18:41 ohauer search for other commits by this committer
- add STAGEDIR support
Original commitRevision:331798 
Monday, 14 Oct 2013
19:42 ohauer search for other commits by this committer
- 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]
Original commitRevision:330346 
Friday, 20 Sep 2013
17:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Original commitRevision:327726 
Monday, 2 Sep 2013
19:04 ohauer search for other commits by this committer
- 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:
   * svnserve: fix creation of pid files (r1516556)
   * mod_dav_svn: better status codes for commit failures (r1490684)
   * mod_dav_svn: do not map requests to filesystem (r1512432 et al)

Developer-visible changes:
 - General:
   * support linking against gssapi on Solaris 10 (r1515068)
   * don't use uninitialized variable to produce an error code (r1482282)

 - Bindings:
   * swig-pl: fix SVN::Client not honoring config file settings (r150744)
   * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119)

Version 1.8.3
(29 August 2013, from /branches/1.8.x)
http://svn.apache.org/repos/asf/subversion/tags/1.8.3/CHANGES

User-visible changes:
 - Client- and server-side bugfixes:
   * translation updates for Swedish
   * enforce strict version equality between tools and libraries (r1502267)
   * consistently output revisions as "r%ld" in error messags (r1499044 et al)

 - Client-side bugfixes:
   * status: always use absolute paths in XML output (issue #4398)
   * ra_serf: 'svn log -v' fails with a 1.2.x server (issue #4044)
   * ra_serf: fix crash when committing cp with deep deletion (issue #4400)
   * diff: issue an error for files that can't fit in memory (r1513119 et al)
   * svnmucc: generate proper error for mismatched URLs (r1511353)
   * update: fix a crash when a temp file doesn't exist (r1513156)
   * commit & update: improve sleep for timestamps performance (r1508438)
   * diff: continue on missing or obstructing files (issue #4396)
   * ra_serf: use runtime serf version for User-Agent (r1514315, r1514628)
   * ra_serf: ignore case when checking certificate common names (r1514763)
   * ra_serf: format distinguished names properly (r1514804)
   * ra_serf: do not retry HTTP requests if we started to parse them (r1503318)
   * ra_serf: output ssl cert verification failure reason (r1514785 et al)
   * ra_serf: allow session reuse after SVN_ERR_CEASE_INVOCATION (r1502901)
   * ra_serf: include library version in '--version' output (r1514295 et al)
   * info: fix spurious error on wc root with child in conflict (r1515366)

 - Server-side bugfixes:
   * svnserve: fix creation of pid files (r1516556)
   * svnadmin: fix output encoding in non-UTF8 environments (r1506966)
   * svnsync: fix high memory usage when running over ra_serf (r1515249 et al)
   * mod_dav_svn: do not map requests to filesystem (r1512432 et al)
   * svnauthz: improve help strings (r1511272)
   * fsfs: fixed manifest file growth with revprop changes (r1513874)
   * fsfs: fix packed revprops causing loss of revprops (r1513879 et al)

 - Other tool improvements and bugfixes:
   * svnwcsub/irkerbridge: fix symlink attack via pid file (r175 from upstream)

Developer-visible changes:
 - General:
   * describe APR unimplemented errors as coming from APR (r1503010 et al)
   * mod_dav_svn: update INSTALL to reflect configure defaults (r1515141)
   * davautocheck: use the correct apxs binary by default (r1507889, r1507891)

 - API changes:
   * svn_config_walk_auth_data() config_dir arg: permit NULL (r1507382 et al)

 - Bindings:
   * swig-pl: fix SVN::Client not honoring config file settings (r150744)
   * swig-pl & swig-py: disable unusable svn_fs_set_warning_func (r1515119)

Approved by:	lev@ (explicit per PM)
Security:	f8a913cc-1322-11e3-8ffa-20cf30e32f6d
		CVE-2013-4277 [1]
Original commitRevision:326057 
Saturday, 6 Jul 2013
09:03 ohauer search for other commits by this committer
- cleanup APACHE version check
- bump PORTREVISION
Original commitRevision:322371 
Wednesday, 19 Jun 2013
21:13 ohauer search for other commits by this committer
- restore subversion-1.7.x as subversion17

  I will take the port

  OK per PM by Lev@
Original commitRevision:321328 

Number of commits found: 15