aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to the new perl5 frameworkAndrej Zverev2013-09-027-42/+21
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=326068
* - Update to 0.17Sahil Tandon2013-09-022-4/+4
| | | | | | | - Pass maintainership to perl@ Notes: svn path=/head/; revision=326067
* - Update to 0.64Sahil Tandon2013-09-022-4/+4
| | | | | | | - Pass maintainership to perl@ Notes: svn path=/head/; revision=326066
* - Update to 2.03Sahil Tandon2013-09-022-4/+4
| | | | | | | - Pass maintainership to perl@ Notes: svn path=/head/; revision=326065
* - Update to 0.22Sahil Tandon2013-09-022-4/+4
| | | | | | | - Pass maintainership to perl@ Notes: svn path=/head/; revision=326064
* - Update to 0.26Sahil Tandon2013-09-022-4/+4
| | | | | | | - Pass maintainership to perl@ Notes: svn path=/head/; revision=326063
* - Update to 0.64Sahil Tandon2013-09-022-4/+4
| | | | | | | - Pass maintainership to perl@ Notes: svn path=/head/; revision=326062
* - Update to 1.35Sahil Tandon2013-09-022-4/+3
| | | | Notes: svn path=/head/; revision=326061
* - Update to 1.4.4Sahil Tandon2013-09-022-3/+4
| | | | Notes: svn path=/head/; revision=326060
* - Update to 0.78Sahil Tandon2013-09-022-4/+4
| | | | | | | - Pass maintainership to perl@ Notes: svn path=/head/; revision=326059
* - Update to 1.219Sahil Tandon2013-09-022-4/+4
| | | | | | | - Pass maintainership to perl@ Notes: svn path=/head/; revision=326058
* - update devel/subversion to 1.8.3 [1]Olli Hauer2013-09-029-64/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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] Notes: svn path=/head/; revision=326057
* - Fix issue when spamd crashes because of memory problems in Logger.pmAndrej Zverev2013-09-022-1/+108
| | | | | | | | | | | | | | | For more details see Bug 6745 - Do not bump portrevision since issue not global While I'm here: - convert to the new perl5 framework PR: ports/181242 Submitted by: Igor Roshchin <spamd-pr@str.komkon.org> Tested by: Igor Roshchin <spamd-pr@str.komkon.org> (two weeks) Approved by: maintainer (timeout) Notes: svn path=/head/; revision=326056
* - Fix plist problems with PostgreSQL version > 9.0 byPawel Pekala2013-09-022-5/+12
| | | | | | | | | | | | setting target moduledir in make enviroment - With default PostgreSQL version hashtypes.control file is not installed while newer versions do install it, fix this by adding post-install check Approved by: maintainer via private mail Notes: svn path=/head/; revision=326055
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0219-19/+37
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326054
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0219-19/+38
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326053
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-021-0/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326052
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=326051
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-021-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326050
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-023-10/+4
| | | | Notes: svn path=/head/; revision=326049
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-021-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326048
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-021-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326047
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-021-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326046
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-021-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326045
* - Fix the build on -CURRENT ;Thierry Thomas2013-09-023-16/+15
| | | | | | | | | | - Since I'm there, define LICENSE and split PORTDOCS/PORTEXAMPLES. PR: ports/181759 Submitted by: tijl Notes: svn path=/head/; revision=326044
* - Add LICENSESunpoet Po-Chuan Hsieh2013-09-022-1/+3
| | | | | | | - Use CPAN as primary WWW Notes: svn path=/head/; revision=326043
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0219-19/+37
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326042
* - Add my LOCAL to MASTER_SITESSunpoet Po-Chuan Hsieh2013-09-023-72/+50
| | | | | | | | | | | | | | - Convert to new LIB_DEPENDS format - Convert to new options framework - Pet portlint: move LICENSE upward - Use DATADIR - Use PORTDOCS macro - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk - Simplify regex - Cosmetic change Notes: svn path=/head/; revision=326041
* - update to 2.0.0Ruslan Makhmatkhanov2013-09-026-40/+62
| | | | | | | | | | | release notes: https://lists.gnu.org/archive/html/lightning/2013-08/msg00000.html PR: 181648 Submitted by: Vitaly Magerya <vmagerya@gmail.com> Notes: svn path=/head/; revision=326040
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-022-6/+3
| | | | Notes: svn path=/head/; revision=326039
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-5/+2
| | | | Notes: svn path=/head/; revision=326038
* - update to 0.12Ruslan Makhmatkhanov2013-09-022-16/+14
| | | | | | | | | | - trim Makefile header - convert gmake and desktopfileutils deps to USES equivalents - convert to optionsng (DOCS case) - general clean-up Notes: svn path=/head/; revision=326037
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-021-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326036
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-029-12/+10
| | | | Notes: svn path=/head/; revision=326035
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-021-0/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326034
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0219-19/+37
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326033
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-027-11/+8
| | | | Notes: svn path=/head/; revision=326032
* Do not overwrite USESBaptiste Daroussin2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=326031
* Adopt using USES+=iconv.Boris Samorodov2013-09-021-2/+1
| | | | | | | | Submitted by: bsam (me, by e-mail) Approved by: martymac (maintainer) Notes: svn path=/head/; revision=326030
* Just use USES+=iconv (delete non-functional if-then-else code).Boris Samorodov2013-09-021-13/+3
| | | | Notes: svn path=/head/; revision=326029
* net/gpxe: unbreak buildWilliam Grzybowski2013-09-022-12/+8
| | | | | | | | | | | - Unbreak build [1] - USES gmake perl5 PR: ports/179203 [1] Submitted by: Gürkan Karaman <gk.freebsd googlemail.com> (maintainer) Notes: svn path=/head/; revision=326028
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-022-6/+3
| | | | Notes: svn path=/head/; revision=326027
* multimedia/transcode: add V4L optionWilliam Grzybowski2013-09-022-8/+46
| | | | | | | | | | | | | | - Add V4L option [1] - Remove support for OS < 7.x - Remove leading article from COMMENT - Add LICENSE (GPLv2) - USES gmake PR: ports/179460 Submitted by: Naram Qashat <cyberbotx cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=326026
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-0222-64/+31
| | | | Notes: svn path=/head/; revision=326025
* Remove USE_GCC=any since the port builds with clang now.Tijl Coosemans2013-09-021-6/+3
| | | | | | | Also remove the no longer needed post-patch target. Notes: svn path=/head/; revision=326024
* - Fix COMMENTSunpoet Po-Chuan Hsieh2013-09-021-1/+3
| | | | | | | - Add PORTSCOUT Notes: svn path=/head/; revision=326023
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2013-09-021-1/+3
| | | | | | | - Remove contiguous whitespace Notes: svn path=/head/; revision=326022
* - convert to the new perl5 frameworkAndrej Zverev2013-09-0219-19/+37
| | | | | | | Reviewed by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326021
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-022-1/+2
| | | | Notes: svn path=/head/; revision=326020
* - Add LICENSESunpoet Po-Chuan Hsieh2013-09-021-0/+4
| | | | | | | - Add PORTSCOUT Notes: svn path=/head/; revision=326019