summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-01Update to 10.2.0ryoon18-160/+120
* Use x11/gtkmm3 Changelog: Compatibility * open-vm-tools 10.2.0 is compatible with all supported versions of VMware vSphere ESXi 5.5 and later, VMware Workstation 14.0 and VMware Fusion 10.0. See VMware Compatibility Guide for more information. * Starting with VMware Tools version 10.2.0, Perl script based VMware Tools installation for FreeBSD has been discontinued. Going forward, FreeBSD systems are supported only through the open-vm-tools packages directly available from FreeBSD package repositories. FreeBSD packages for open-vm-tools 10.1.0 and later are available from FreeBSD package repositories. Resolved Issues * Summary page of the VM does not list the IP address of the VMs in the right order * Guest authentication fails with a SystemError fault when the requested password is expired * The free space reported in vim.vm.GuestInfo.DiskInfo for a Linux guest does not match with df command in the guest * VMware user process might not restart after upgrades of open-vm-tools
2018-01-01Cleanup: replace curly braces with parentheses.rillig2-30/+30
2018-01-01Update for 2018 new yearjakllsch2-3/+7
2018-01-01Cleanup: replace curly braces with parentheses.rillig2-33/+33
2018-01-01Cleanup: replace curly braces with parentheses.rillig6-35/+36
2018-01-01Remove illegal cpp abuse that fails the clang build.dholland2-1/+21
2017-12-31Sorted PLIST.rillig1-3162/+3162
The actual sorting has been done by pkglint.
2017-12-31Updated net/rsync to 3.1.2nb2snj1-1/+2
2017-12-31net/rsync: Fix CVE-2017-17433 and CVE-2017-17434.snj4-3/+80
Bump PKGREVISION to 2.
2017-12-31Added devel/py-deprecation; Updated archivers/py-lz4adam2-3/+4
2017-12-31py-lz4: updated to 0.17.0adam4-14/+27
0.17.0: This release fixes a pathological case where compressing and decompressing a zero length bytes object could result in the resulting bytes object causing False to be returned from val == 'b'.
2017-12-31py-deprecation: added version 1.0.1adam5-1/+48
The deprecation library provides a deprecated decorator and a fail_if_not_removed decorator for your tests. Together, the two enable the automation of several things: 1. The docstring of a deprecated method gets the deprecation details appended to the end of it. If you generate your API docs direct from your source, you don't need to worry about writing your own notification. You also don't need to worry about forgetting to write it. It's done for you. 2. Rather than having code live on forever because you only deprecated it but never actually moved on from it, you can have your tests tell you when it's time to remove the code. The @deprecated decorator can be told when it's time to entirely remove the code, which causes @fail_if_not_removed to raise an AssertionError, causing either your unittest or py.test tests to fail.
2017-12-31Added ALTERNATIVESadam1-0/+3
2017-12-31git-base: Add TEST_TARGETgdt1-1/+3
(Tests do not currently pass, but they have in the past.0
2017-12-31gnustep-make: Add comments about compiler selectiongdt1-1/+12
This package overrides the user-settable variable PKGSRC_COMPILER, which is irregular. Add comments/\todos explaining this. (This is a comment-only change.)
2017-12-31Fix build on Linux.bsiegert2-7/+11
Linux has h2i but not the (BSD-specific) route package. Instead of having a PLIST var named notsunos, create two separate ones for h2i and route.
2017-12-31+hugo-0.32bsiegert1-1/+2
2017-12-31Removed net/snort-rulesbsiegert1-1/+2
2017-12-31Remove snort-rules.bsiegert5-113/+1
Proposed by Nils Ratusznik in June on tech-pkg. In short, the rules are from 2012; they are too outdated to be useful. No one spoke up for keeping the package. If you want to bring it back, feel free to do so, after updating it.
2017-12-31doc/TODO: add somewiz1-5/+7
+ ImageMagick-7.0.7.18, ilmbase-2.2.1, mpfr-4.0.0, py-lz4-0.17.0, vim-8.0.1427, waf-2.0.4.
2017-12-31doc: Updated time/p5-DateTime to 1.4500wiz1-1/+2
2017-12-31p5-DateTime: update to 1.4500.wiz2-7/+7
1.45 2017-12-26 - Added month_length(), quarter_length() and year_length() methods. Implemented by Dan Stewart. PR #70.
2017-12-31doc: Updated textproc/p5-XML-Compile to 1.59wiz1-1/+2
2017-12-31p5-XML-Compile: update to 1.59.wiz2-7/+8
version 1.59: Thu 28 Dec 11:29:27 CET 2017 Improvements: - remove json regression tests from t/ into xt/, because those modules keep on breaking... [cpantesters]
2017-12-31doc: Updated sysutils/p5-File-Copy-Recursive to 0.39wiz1-1/+2
2017-12-31p5-File-Copy-Recursive: update to 0.39.wiz2-8/+16
Add build and run-time dependencies. 0.39 Fri Dec 29 13:26:12 2017 - tidy code - Change into directory before emptying it - Stop emptying/removing a path if it is changed out from underneath us - pathrm() fixes - Actual unit tests!
2017-12-31doc: Added devel/p5-Path-Iter version 0.2wiz1-1/+2
2017-12-31devel/Makefile: + p5-Path-Iterwiz1-1/+2
2017-12-31devel/p5-Path-Iter: import p5-Path-Iter-0.2wiz3-0/+24
Perl module to iterate through the contents of a given path without having to build the entire list first.
2017-12-31doc: Updated net/p5-SOAP-Lite to 1.26wiz1-1/+2
2017-12-31p5-SOAP-Lite: update to 1.26.wiz2-7/+7
1.26 December 30, 2017 ! typo fix https://anonscm.debian.org/cgit/pkg-perl/packages/libsoap-lite-perl.git/tree/debian/patches/spelling-error.patch 1.25 December 29, 2017 ! Bad usage of UNIVERSAL::isa (See RT#62667)
2017-12-31doc: Updated devel/p5-Test-ClassAPI to 1.07wiz1-1/+2
2017-12-31p5-Test-ClassAPI: update to 1.07.wiz3-20/+7
1.07 2017-12-28 23:44:29Z - switch packaging to Dist::Zilla, which makes the distribution installable again on perl 5.27.7 (See RT#123867)
2017-12-31doc: Updated devel/p5-B-Keywords to 1.16wiz1-1/+2
2017-12-31p5-B-Keywords: update to 1.16.wiz2-8/+7
1.16 Thu Dec 28 2017 rurban - Added 5.27.7 changes, RT #123948 - Added cperl class keywords - Added keywords per version back to 5.004
2017-12-31doc: Updated databases/p5-DBI to 1.639wiz1-1/+2
2017-12-31p5-DBI: update to 1.639.wiz2-7/+7
Changes in DBI 1.638 - ... Fix UTF-8 support for warn/croak calls within DBI internals, thanks to pali #53 Fix dependency on Storable for perl older than 5.8.9, thanks to H.Merijn Brand. Add DBD::Mem driver, a pure-perl in-memory driver using DBI::DBD::SqlEngine, thanks to Jens Rehsack #42 Corrected missing semicolon in example in documentation, thanks to pali #55
2017-12-31doc: Updated mail/postsrsd to 1.4nb1wiz1-1/+2
2017-12-31postsrsd: install man page.wiz2-2/+11
This incurs a build dependency on help2man. Bump PKGREVISION.
2017-12-31Note update of devel/gnustep-objc to 1.6.1nb3.he1-1/+2
2017-12-31At least on NetBSD, gnustep-objc's libobjc.so ends up with varioushe2-3/+7
_Unwind_* symbols undefined, and apparently they can come from -lgcc_s. Being cautious, link in -lgcc_s on NetBSD only so far. Bump PKGREVISION.
2017-12-31sayaka: fix build failure with vala 0.38.3.tsutsui2-1/+17
It seems convert_with_fallback() is properly exported for glib.vapi in newer vala 0.38.1 and later so a local declaration is no longer necessary.
2017-12-31simh: fix build failure when SDL_ttf is installed.tsutsui4-43/+54
SDL2 check in makefile does not work propelry so it incorrectly fallbacks to using SDL_ttf without buildlink3. XXX: too many SDL related fixes in upstream Also rename a patch file for a future maintainability. Bump PKGREVISION.
2017-12-31web2c: support for newer poppler, from ArchLinuxmarkd4-11/+525
2017-12-31luatex: support for newer poppler, from ArchLinuxmarkd5-12/+648
2017-12-31luatex: gcc-7 fixmarkd4-3/+35
2017-12-30devel/netcdf: Add missing m4 dependency for Linuxbacon1-1/+2
ok gdt
2017-12-30nano: update to 2.9.1schwarz5-13/+30
Changes between v2.9.0 and v2.9.1: Benno Schulenberg (21): build: fix compilation with --disable-browser --disable-tabcomp bump version numbers and add a news item for the 2.9.1 release files: always update the stat info when the entire file is written files: save the marked region only when we've prompted for a file name gnulib: update to its current upstream state history: create the path '~/.local/share/' when it is needed history: make nano's state directory accessible for the user only history: save the positions file also when a record was deleted input: make the macro key discoverable by giving feedback when undefined linting: switch the mark off when the linter starts po: update translations and regenerate POT file and PO files selecting: do not cancel the softmark when the cursor is not moved selecting: let a justification cancel a softmark syntax: adjust the magic strings for the changes since file-5.10 tweaks: adjust indentation after previous change tweaks: elide the 'mark_set' boolean -- the 'mark' pointer is enough tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments tweaks: reshuffle a couple of lines, and frob a comment or two tweaks: reshuffle a couple of lines, to put similar things together undo: clear the Modified state when the very first edit is undone undo: discarding the stack does not always lose information
2017-12-30Removed www/py-django-mezzanine-filebrowser, www/py-django-mezzanine-grappelliadam1-1/+3
2017-12-30py-django-mezzanine-{filebrowser,grapelli}: removed, successors ↵adam9-676/+1
py-filebrowser_safe py-grappelli_safe