aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* KDE Applications: update to 19.08.1tcberner2019-09-068-24/+24
| | | | | | | | | | | | | | | | | | September 05, 2019. Today KDE released the first stability update for KDE Applications 19.08. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. More than twenty recorded bugfixes include improvements to Kontact, Dolphin, Kdenlive, Konsole, Step, among others. Improvements include: * Several regressions in Konsole's tab handling have been fixed * Dolphin again starts correctly when in split-view mode * Deleting a soft body in the Step physics simulator no longer causes a crash You can find the full list of changes here: https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.1
* Remove expired ports:rene2019-09-055-311/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-09-04 devel/ace+tao-doc: Broken for more than 6 months 2019-09-04 devel/dfmt: Broken for more than 6 months 2019-09-04 devel/ignition-transport: Broken for more than 6 months 2019-09-04 devel/spin: Broken for more than 6 months 2019-09-04 editors/dexed: Depends on expiring devel/dfmt 2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree 2019-09-04 games/asc: Broken for more than 6 months 2019-09-04 games/slade: Broken for more than 6 months 2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months 2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree 2019-09-04 irc/irssi-otr: Broken for more than 6 months 2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months 2019-09-04 mail/qmail-ldap: Broken for more than 6 months 2019-09-04 math/fityk: Broken for more than 6 months 2019-09-04 math/octave-forge-econometrics: Broken for more than 6 months 2019-09-04 math/octave-forge-fits: Broken for more than 6 months 2019-09-04 math/octave-forge-linear-algebra: Broken for more than 6 months 2019-09-04 math/octave-forge-mechanics: Broken for more than 6 months 2019-09-04 math/octave-forge-parallel: Broken for more than 6 months 2019-09-04 math/octave-forge-strings: Broken for more than 6 months 2019-09-04 math/octave-forge-tisean: Broken for more than 6 months 2019-09-04 math/octave-forge-video: Broken for more than 6 months 2019-09-04 math/py-yt: Depends on expiring graphics/embree 2019-09-04 misc/gnustep-examples: Broken for more than 6 months 2019-09-04 net/turses: Depends on expiring net/py-tweepy 2019-09-04 security/clamcour: Broken for more than 6 months 2019-09-04 security/honeybadger: Broken for more than 6 months 2019-09-04 sysutils/freefilesync: Broken for more than 6 months 2019-09-04 sysutils/log-courier: Broken for more than 6 months 2019-09-04 textproc/py-orange3-text: Broken for more than 6 months 2019-09-05 www/feedjack: Upstream gone 2019-09-04 www/havp: Broken for more than 6 months 2019-07-31 www/rubygem-webpack-rails-rails5: Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead 2019-09-04 x11-toolkits/p5-Wx-GLCanvas: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-toolkits/p5-Wx-Perl-ProcessStream: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-wm/golem: Broken for more than 6 months 2019-09-04 x11-wm/pawm: Broken for more than 6 months
* misc/dive: Update 0.7.2 -> 0.8.0yuri2019-09-042-6/+6
| | | | Reported by: portscout
* misc/py-spdx-tools: Update to 0.6.1kai2019-09-042-9/+11
| | | | | | | | | | | | | | | * Enable build for all Python versions because Python 3 is supported since the 0.5.x release. This became more evident via tests by using pytest. * Make the port concurrent safe as it installs a script and some (optional) example files. * Also refine the "do-test" target by using devel/py-pytest which gives a better overview of the test results. Changelog since 0.5.4: https://github.com/spdx/tools-python/compare/v0.5.4...eac4e90
* New port: misc/iio-oscilloscope: Oscilloscope application for interfacing ↵yuri2019-09-025-0/+241
| | | | with various IIO devices
* New port: misc/libad9361-iio: IIO AD9361 library for filter design, ↵yuri2019-09-024-0/+42
| | | | handling, multi-chip sync, etc
* graphics/poppler: update to 0.80.0tcberner2019-09-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.80.0: core: * Annotations: Implement support for setting a different text in the appearance stream than the real text * Splash: Optionally use small_vector from boost * Fix memory leaks on broken files * Fix abort on broken files * Small code simplifications * Remove USE_FIXEDPOINT support. Issue #821 qt5: * Fix MSVC build * Add subsitute-font information * Fix since marker of some functions * Fix leak when aborting text extraction * Small code simplifications glib: * Make print scaling getter visible * Make Duplex/NumCopies/PrintPageRange preference available in API * Implement Movie API utils: * pdftotext: Add -nodiag flag to remove diagonal text on output build system: * Mark external lib include dirs as SYSTEM PR: 240176 Exp-run by: antoine Approved by: gnome (kwm, implicit)
* misc/adios2: fix build with GCC-based architecturespkubaj2019-08-301-1/+4
| | | | | | | | | | | | | | | | Needs C++11 compiler to build: target_compile_features The compiler feature "cxx_auto_type" is not known to CXX compiler "GNU" version 4.2.1. It also tries to link to libepoll-shim.so (installed by libfabric), so link to it and and devel/libepoll-shim to LIB_DEPENDS. PR: 239635 Approved by: yuri (maintainer), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21400
* Update to 4.0.3ehaupt2019-08-302-4/+4
|
* misc/lf: Switch to USES=go:modules, fix build with go1.13yuri2019-08-291-2/+1
| | | | | PR: 240168 Submitted by: Dmitri Goutnik <dg@syrec.org>
* - Regenerate patches with make makepatchgarga2019-08-272-4/+6
| | | | | - Added LICENSE_FILE - Take maintainership
* Update to 4.35.0sunpoet2019-08-262-4/+4
| | | | | | Changes: https://github.com/tqdm/tqdm/releases PR: 240112 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* Update to r53316 from the FreeBSD docset.blackend2019-08-2612-7/+29
| | | | Approved by: doceng (implicit)
* misc/dive: Switch to USES=go:modules, fix build with go1.13yuri2019-08-251-3/+1
| | | | | PR: 240074 Reported by: Dmitri Goutnik <dg@syrec.org>
* devel/boost-*: update to 1.71.0jbeich2019-08-196-5/+6
| | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774
* misc/zoneinfo: install zone1970.tab and other fixestmunro2019-08-1916-163/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install zone1970.tab in addition to zone.tab (like D20646 for base). The old logic to remove countries from zone.tab doesn't port to zone1970.tab since some lines might have to be patched more than once. Replace it with some awk. Remove LEAPFILE reference that wasn't being set anyway. Fix plist entry for Etc/UCT, which is (since 2019a) part of "backward" and not present otherwise. Make BACKWARD not be the default, since (a) it's not the base system's default and (b) that stuff is all deprecated. Update comment about check-plist to include a reminder to check both with and without BACKWARD (this would have caught the existing plist error). Remove no-longer-needed include of bsd.port.pre.mk. Fix location and name of iso3166 file in comments in zone1970.tab, also to match base system. Add back a test-pkgplist target, because it turns out check-plist is not strict enough to handle the case of moving entries into or out of the "backward" set; check-plist doesn't error if a file is present in STAGEDIR but is commented out in the plist, but we want that to be noticed. Submitted by: Andrew Gierth <andrew@tao11.riddles.org.uk> Reviewed by: philip, skreuzer, tmunro Approved by: skreuzer (maintainer), allanjude (src mentor) Differential Revision: https://reviews.freebsd.org/D20981
* misc/gobuster: Switch to USES=go:modules, fix build with go1.13yuri2019-08-161-2/+2
| | | | | PR: 239889 Submitted by: Dmitri Goutnik <dg@syrec.org>
* misc/nnn: Update to 2.6yuri2019-08-162-9/+9
| | | | | | | Changelog: https://github.com/jarun/nnn/releases/tag/v2.6 PR: 239821 Submitted by: Dmitri Goutnik <dg@syrec.org>
* - Add new fpc bootstrap (i386 and x86_64). It could need less COMPATXacm2019-08-161-1/+0
| | | | | | | | | | dependencies in kernel - Add patch file to solve some linking problem - Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by default). fpc is not working with lld. We will use binutils-ports when ld.bfd is moved from base if lld not working on future version of fpc - Bump PORTREVISION
* Update KDE Applications to latest upstream release, 19.08adridg2019-08-1522-68/+556
| | | | | | | Release announcement https://kde.org/announcements/announce-applications-19.08.0.php Thanks to tcberner for doing most of the prep-work.
* Update KDE Frameworks to latest upstream release, 5.61adridg2019-08-154-4/+69
| | | | | | | | | | | | | | | | | | Release notes at https://kde.org/announcements/kde-frameworks-5.61.0.php Thanks to antoine@ for the exp-runs, tcberner@ for most of the prep-work, the Gentoo community for cherry-picking patches There are a bunch of changes in (implicitly included) headers, which broke existing KDE Applications builds; that's why there are a whole bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo packaging). Those will go away with the next KDE Applications release, PR: 239777 Submitted by: tcberner
* Update devel/cmake to 3.15.2 (latest upstream release)adridg2019-08-143-0/+28
| | | | | | | | | | | | | | | | | Release notes for the version updates are at: https://blog.kitware.com/cmake-3-15-0-available-for-download/ https://blog.kitware.com/cmake-3-15-1-available-for-download/ https://blog.kitware.com/cmake-3-15-2-available-for-download/ For FreeBSD, not much interesting has changed. Swift language support might be useful. A few ports were fixed as part of this exp-run (libemos not really related to the CMake update, but in general). Thanks to antoine for the exp-runs, tcberner for doing most of the prep-work. PR: 239273 Submitted by: tcberner
* misc/pubs: 0.8.2 -> 0.8.3yuri2019-08-142-5/+4
| | | | Reported by: portscout
* misc/ansiweather: Update to 1.14.0dbaio2019-08-142-4/+4
| | | | Changelog: https://raw.githubusercontent.com/fcambus/ansiweather/1.14.0/ChangeLog
* onvert to UCL & cleanup pkg-message (categories l-m)mat2019-08-1436-88/+242
|
* Update to 3.0.3sunpoet2019-08-143-6/+4
| | | | Changes: https://metacpan.org/changes/distribution/Array-Compare
* Update to 1.47.11sunpoet2019-08-142-4/+4
| | | | | - Adjust maintainer sanity check again, this time to handle binary NMUs (closes: #934601).
* Mk/bsd.sanity.mk: Flag non-integer PORTREVISION/PORTEPOCHtobik2019-08-131-1/+1
| | | | | | | | | | | | | Currently they are not checked and something like PORTREVISION=foo or just PORTREVISION= is accepted. Some ports use indirection via custom variables for them so it is worthwhile to check that they are set to sane values. While here fix ports that currently have non-integer PORTREVISION or PORTEPOCH. Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D21225
* Style: move GH_* variables closer to each other0mp2019-08-131-3/+0
| | | | | | | Fixes invalid change I introduced in r482963. Reported by: mat Differential Revision: https://reviews.freebsd.org/D17699
* Update to 0.3.3sunpoet2019-08-132-8/+8
| | | | | | - Take maintainership Changes: https://github.com/minad/mimemagic/blob/master/CHANGELOG.md
* Update to 2019.2sunpoet2019-08-132-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* Bump PORTREVISION in accordance with editors/apel update.nobutaka2019-08-121-0/+1
|
* Update to 1.130sunpoet2019-08-112-6/+7
| | | | Changes: https://metacpan.org/changes/distribution/Geo-GeoNames
* - Update WWWamdmi32019-08-101-1/+1
| | | | Approved by: portmgr blanket
* misc/osinfo-db: update to 20190805novel2019-08-102-4/+4
|
* - Fix LICENSEamdmi32019-08-093-15/+23
| | | | | | | - Add LICENSE_FILE - Simplify docs installation - Respect CFLAGS - Update WWW
* Cleanup LIB_DEPENDSantoine2019-08-081-1/+1
|
* multimedia/ffmpeg: update to 4.2jbeich2019-08-061-1/+1
| | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
* misc/libsweep-lidar: fix build with GCC architecturespkubaj2019-08-052-3/+12
| | | | | | | | This needs c++11 compiler. GCC from ports doesn't support -Weverything. PR: 239332 Approved by: hyun@caffeinated.codes (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21145
* Mark BROKEN: unfetchableantoine2019-08-0515-0/+30
|
* Deprecate ports broken for more than 6 monthsantoine2019-08-041-0/+2
|
* misc/osinfo-db: update to 20190726novel2019-08-043-6/+8
|
* misc/libemos: fix build with GCC architecturespkubaj2019-08-031-1/+1
| | | | | | | GCC8 is already used for fortran so set USES=compiler:c11 to use GCC8 for everything. PR: 239438 Approved by: mentors (implicit approval), yuri (mentor)
* Update to 2.7.5sunpoet2019-08-032-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 2.7.5sunpoet2019-08-032-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 2.7.5sunpoet2019-08-032-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 2.7.5sunpoet2019-08-032-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* graphics/poppler: update to 0.79.0tcberner2019-08-012-2/+2
| | | | | | | | | | | | | | | | | | | | | | Release 0.79.0: core: * Fix regression on TextSelectionPainter * Fix parsing of DefaultAppearance * Fix memory leak in PostScriptFunction * Fix crashes in fuzzed files qt5: * Implemented support for setIcon by changing appearance * Added option to set the form available to print * QString::null is deprecated, use QString() * Replace deprecated qStableSort with std::stable_sort build system: * Turn README into README.md and expand it PR: 239277 Exp-run by: antoine Approved by: gnome (kwm, implicit)
* misc/snakemake: Update 5.5.3 -> 5.5.4yuri2019-07-312-4/+4
| | | | Reported by: portscout
* Update to 1.79sunpoet2019-07-302-5/+5
| | | | Changes: https://metacpan.org/changes/distribution/Geo-Address-Formatter
* Update to 20190725sunpoet2019-07-302-5/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* Update to 1.78sunpoet2019-07-292-5/+5
| | | | Changes: https://metacpan.org/changes/distribution/Geo-Address-Formatter
* misc/libemos: Unbreak, it was broken by the science/eccodes update in r506947yuri2019-07-292-4/+4
| | | | | | The fix is suggested by sunpoet. Reported by: fallout
* New port: misc/adios2: Next generation of ADIOS developed in the Exascale ↵yuri2019-07-286-0/+223
| | | | Computing Program
* misc/urh: 2.7.0 -> 2.7.3yuri2019-07-282-5/+4
| | | | Reported by: repology
* Add p5-Geo-Address-Formatter 1.77sunpoet2019-07-275-0/+48
| | | | | | | | | | | | Geo::Address::Formatter takes structured address data and formats it according to the various global/country rules. If you have a structured postal address (hash) and need to convert it into a readable address based on the format of the address country, it gets more complicated with 200+ countries and territories and dozens more address components to consider. WWW: https://metacpan.org/release/Geo-Address-Formatter
* - update from 0.10.2 to 0.10.3misha2019-07-272-4/+4
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-2759-34/+59
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* misc/mbuffer: Update to 20190725tobik2019-07-264-15/+39
|
* Mark BROKEN: fails to linkantoine2019-07-231-0/+2
| | | | | | | | /usr/local/bin/ld: CMakeFiles/emos_tool.dir/emos_tool.c.o: in function `hirlam': emos_tool.c:(.text+0x191): undefined reference to `grib_handle_new_from_message' /usr/local/bin/ld: emos_tool.c:(.text+0x1aa): undefined reference to `grib_get_size' Reported by: pkg-fallout
* misc/lifelines: Unbreak build as usertobik2019-07-231-0/+1
| | | | | | | | | | | | | | | | | | | checking for bison... bison -o y.tab.c LifeLines requires GNU Bison to compile src/interp/yacc.y. =========================================================================== =======================<phase: build >============================ ===> Building for lifelines-3.1.1_1 gmake[1]: Entering directory '/wrkdirs/usr/ports/misc/lifelines/work/lifelines-3.1.1' gmake[1]: Makefile: No such file or directory The configure script cannot cope with any value for YACC that is not "bison -y" and just exits with an error (and exit status 0, so the build continues and fails in the next phase when it cannot find Makefile) when it is a different value. Set it to "bison -y" explicitly. This will fix building as user, but it is not clear why we do not see this failure when building as root.
* misc/lf: Update 12 -> 13yuri2019-07-222-4/+4
| | | | Reported by: repology
* misc/bitwise: Move to the 'math' category; Fix license; Update COMMENTyuri2019-07-224-31/+0
| | | | | PR: 239365 Reported by: Greg V <greg@unrelenting.technology>
* misc/bitwise: Update 0.31 -> 0.32yuri2019-07-212-4/+4
| | | | Reported by: portscout
* misc/urh: fix build on GCC architecturespkubaj2019-07-201-1/+1
| | | | | | | | | Add USES=compiler:c++11-lang to fix: cc1plus: error: unrecognized command line option "-Wno-cpp" This could probably be fixed by removing -Wno-cpp, but this port requires gcc from ports anyway because of USES=fortran. Approved by: mentors (implicit approval)
* - Fix typo in COMMENTamdmi32019-07-171-1/+1
| | | | | PR: 239204 Submitted by: rff1917@yahoo.com
* misc/free42: Update 2.4.1 -> 2.4.2yuri2019-07-172-4/+4
|
* KDE Frameworks: update to 5.60.0tcberner2019-07-173-7/+8
| | | | | | | | | | | | | | July 13, 2019. KDE today announces the release of KDE Frameworks 5.60.0. KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. Announcement: https://kde.org/announcements/kde-frameworks-5.60.0.php PR: 239183 Exp-run by: antoine
* New port: misc/dive: Tool for exploring each layer in a docker imageyuri2019-07-164-0/+172
|
* Remove expired ports:rene2019-07-148-113/+0
| | | | | | 2019-07-12 misc/tcb: Abandonware that uses sys/dir.h 2019-07-12 editors/xed: Abandonware using sys/dir.h 2019-07-12 databases/gtksql: Abandonware using sys/dir.h
* misc/openhmd: Update 0.2.0-215 -> 0.3.0yuri2019-07-133-23/+8
| | | | Reported by: portscout
* misc/bitwise: Update 0.22 -> 0.31yuri2019-07-132-4/+4
| | | | Reported by: portscout
* misc/py-palettable: Update 3.1.1 -> 3.2.0yuri2019-07-132-4/+4
| | | | Reported by: portscout
* misc/snakemake: Update 5.5.2 -> 5.5.3yuri2019-07-132-4/+4
| | | | Reported by: portscout
* KDE Applications: update to 19.04.3tcberner2019-07-128-24/+24
| | | | | | | | | | | | | | | | | | | July 11, 2019. Today KDE released the third stability update for KDE Applications 19.04. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. Over sixty recorded bugfixes include improvements to Kontact, Ark, Cantor, JuK, K3b, Kdenlive, KTouch, Okular, Umbrello, among others. Improvements include: * Konqueror and Kontact no longer crash on exit with QtWebEngine 5.13 * Cutting groups with compositions no longer crashes the Kdenlive video editor * The Python importer in Umbrello UML designer now handles parameters with default arguments Changelog: https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.3
* misc/tellico: update to 3.2.1tcberner2019-07-112-5/+4
| | | | | | | | | | | | | | Features * Added a data source for Kino-Teatr.ua. * Updated Kino.de data source. * Remove optional dependency on QImageBlitz library. Bug Fixes * Fixed selection bug when modifying an unselected entry (Bug 391614). * Fixed bug for the status bar to respond when canceling an entry update (Bug 325591). * Fixed file preview generation for file collections. * Improved normalization of video game platform names. * Remember state of the locked layout setting between sessions.
* Add MANIFEST files for 11.3-RELEASE.gjb2019-07-1014-59/+59
| | | | | | | | Remove MANIFEST files for 11.3-RC3. Approved by: bdrewery (maintainer, implicit, re blanket) MFH: 2019Q3 Sponsored by: Rubicon Communications, LLC (Netgate)
* - Update to 0.8tota2019-07-072-5/+4
|
* - Update to 0.7tota2019-07-072-5/+4
|
* misc/urdfdom-headers: Update 1.0.3 -> 1.0.4yuri2019-07-072-4/+4
| | | | Reported by: portscout
* Update to 2019bskreuzer2019-07-062-4/+4
| | | | Brazil has canceled DST and will stay on standard time indefinitely.
* misc/free42: Update 2.3.1 -> 2.4.1yuri2019-07-052-4/+4
| | | | Reported by: portscout
* misc/mtail: Restrict to Python 2.7swills2019-07-011-1/+3
| | | | | PR: 238851 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* misc/esniper: Upgrade to upstream GIT head which fixes loginswills2019-07-012-5/+7
| | | | | PR: 238826 Submitted by: Armin Gruner <ag-freebsd@muc.de> (maintainer)
* graphics/poppler: update to 0.78.0tcberner2019-06-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.78.0: core: * Fix line annotation arrows for usage in dimensioning * Handle Ink annots without an InkList but with an AP * Fix typos preventing parsing of Movie start and duration * Fix crash on malformed files glib: * Add poppler_document_create_dests_tree() * Don't use the deprecated g_type_class_add_private() * Document the differences between render() and render_for_printing() * Fix introspection for poppler_document_new_from_data * Don't create PopplerInputStream with length 0. Issue #414 * Document G_IO_ERROR as a possible error condition * docs: Add index for API new in 0.78 build system: * Fixes cross compilation of gir in Void Linux * Add -Wshadow to the default warning flags * install pkg-config pc files if pkg-config is found PR: 238857 Exp-run by: antoine Approved by: gnome (kwm, implicit)
* Convert all Go ports to USES=gotobik2019-06-292-2/+2
| | | | | | | | | | | | | | | | | This allows for port testing with lang/go-devel via GO_PORT, setting up the Go build environment in a single place, and is step one in simplifying Go ports that often define too complicated do-build targets themselves. USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and 'no_targets' for ports with composite builds that call 'go' themselves and do not need the do-build/do-install targets of USES=go. PR: 238849 Submitted by: dg@syrec.org (also D20745) Reviewed by: mat, tobik Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20746
* Add 11.3-RC3 MANIFEST files.gjb2019-06-2914-59/+59
| | | | | | | | Remove 11.3-RC2 MANIFEST files. Approved by: bdrewery (maintainer, implicit, re blanket) MFH: 2019Q2 Sponsored by: Rubicon Communications, LLC (Netgate)
* misc/free42: Update 2.2.1 -> 2.3.1yuri2019-06-282-4/+4
| | | | Reported by: portscout
* misc/snakemake: Update 5.5.1 -> 5.5.2yuri2019-06-282-4/+4
| | | | Reported by: portscout
* - fix build with gcc9dinoex2019-06-272-5/+10
| | | | | - fix build with clang from base on FreeBSD-11 and FreeBSD-12 PR: 238647
* - Change DEPENDS from graphics/proj to graphics/proj5wen2019-06-272-3/+10
| | | | | | | | - Mark DEPRECATED and set EXPIRATION_DATE PR: 237932 Submitted by: wenheping2000@hotmail.com(myself) Approved by: portmgr@(implicit, fix build)
* Update to 2.7.4sunpoet2019-06-252-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 2.7.4sunpoet2019-06-252-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 2.7.4sunpoet2019-06-252-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 2.7.4sunpoet2019-06-252-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 20190620sunpoet2019-06-252-5/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* Update to 2.7.3sunpoet2019-06-242-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 2.7.3sunpoet2019-06-242-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 2.7.3sunpoet2019-06-242-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 2.7.3sunpoet2019-06-242-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* KDE Applications: complete dependency liststcberner2019-06-233-4/+7
| | | | | | | This has been on the TODO list for forever... PR: 238764 Reported by: yuri
* misc/osinfo-db: update to 20190611novel2019-06-233-4/+46
|
* KDE Frameworks: complete dependenciestcberner2019-06-231-1/+3
|
* Recently, kdeedu gained a dependency on math/kig, which brings in somelinimon2019-06-231-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | heavyweight dependencies: devel/boost-python-libs devel/libunwind math/blas math/cblas math/lapack math/metis math/openblas math/py-numpy math/suitesparse This is particularly painful on powerpc64, where openblas does not even build (yet). This patch turns on option KIG on x86 only. The impact on arm is TBD. PR: 238721 Approved by: tcberner
* misc/py-tqdm: Update to 4.32.2kai2019-06-232-4/+4
| | | | | | | | | Changelog: https://github.com/tqdm/tqdm/releases/tag/v4.32.2 PR: 238746 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* misc/bitwise: Update 0.21 -> 0.22yuri2019-06-222-4/+4
| | | | Reported by: portscout
* Add MANIFESTS for 11.3-RC2.gjb2019-06-2214-59/+59
| | | | | | | | Remove MANIFESTS for 11.3-RC1. Approved by: bdrewery (maintainer, implicit, re blanket) MFH: 2019Q2 Sponsored by: The FreeBSD Foundation
* misc/gobuster: Update 3.0.0 -> 3.0.1yuri2019-06-212-4/+4
| | | | Reported by: portscout
* misc/bitwise: Update 0.20 -> 0.21yuri2019-06-212-4/+4
| | | | Reported by: portscout
* misc/gobuster: Update 2.0.1-15 -> 3.0.0yuri2019-06-212-7/+12
| | | | Reported by: portscout
* misc/snakemake: Update 5.5.0 -> 5.5.1yuri2019-06-202-4/+4
| | | | Reported by: portscout
* misc/bitwise: Update 0.14 -> 0.20yuri2019-06-202-5/+5
| | | | Reported by: portscout
* - Simplify XFCE MASTER_SITES usagemadpilot2019-06-202-3/+3
| | | | | | | | | - Update XFCE Master sites list Submitted by: olivierd Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D8416
* Add compiler:c11 to USES to unbreak on powerpc64:linimon2019-06-191-3/+1
| | | | | | btosismorphsegmentation.cpp.o: undefined reference to sword::SWOptionFilter::SWOptionFilter Approved by: portmgr (tier-2 blanket)
* Clean up LIB_DEPENDSantoine2019-06-173-3/+3
|
* misc/veles: Correct the commentyuri2019-06-161-1/+1
|
* misc/veles: Fix the limitation of 1MB on the data size that veles can show ↵yuri2019-06-162-1/+7
| | | | by back-porting my GitHub PR
* Update KDE Frameworks to 5.59.0tcberner2019-06-152-3/+6
| | | | | Exp-run by: antoine PR: 238414
* Add 11.3-RC1 MANIFEST files.gjb2019-06-1514-59/+59
| | | | | | | | Remove 11.3-BETA2 MANIFEST files. Approved by: bdrewery (maintainer, implicit, re blanket) MFH: 2019Q2 Sponsored by: The FreeBSD Foundation
* New port: misc/veles: Tool for binary data visualization and analysisyuri2019-06-148-0/+284
|
* IGNORE USES=t(cl|k):85+ and DEPRECATE USES=t(cl|k):85gahr2019-06-131-2/+0
|
* Deprecate Tcl/Tk 8.5 and dependent portsgahr2019-06-121-0/+2
| | | | | | | | | Tcl/Tk 8.5 is approaching EOL. It might or might get another patch release with 8.7 is released, but people should have started migrating to 8.6 long ago. See also the second paragraph in the last 8.5 release announcement from three years ago here: https://code.activestate.com/lists/tcl-core/15413/ For now, I don't have an EXPIRATION_DATE.
* Mark as deprecated a bunch of abandonware using sys/dir.hbapt2019-06-121-0/+3
| | | | | | | sys/dir.h is going to be phased out soon, so mark as deprecated non maintained abandonware using it. PR: 21519
* Update to r53120 from the FreeBSD docset (a.k.a. 11.3-R version)blackend2019-06-0919-27/+438
| | | | | Approved by: doceng (implicit) MFH: 2019Q2 (portmgr blanket)
* misc/openmvg: Canonicalize options group names after r503781 (D20426)tobik2019-06-091-5/+5
|
* Update to 4.32.1sunpoet2019-06-082-5/+4
| | | | | | Changes: https://github.com/tqdm/tqdm/releases PR: 238395 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* Add the 11.3-BETA3 MANIFEST files.gjb2019-06-0814-59/+59
| | | | | | | | Remove the 11.3-BETA2 MANIFEST files. Approved by: bdrewery (maintainer, implicit, re blanket) MFH: 2019Q2 Sponsored by: The FreeBSD Foundation
* Update KDE Applications to 19.04.2tcberner2019-06-078-24/+24
| | | | https://kde.org/announcements/announce-applications-19.04.2.php
* misc/hashdb: fix buildpkubaj2019-06-061-1/+2
| | | | | | | Add USES=compiler:c++11-lang to fix build: /usr/include/tgmath.h:124:2: error: #error "<tgmath.h> not implemented for this compiler" Approved by: mentors (implicit approval)
* Switch default version of samba from 4.7 to 4.8antoine2019-06-042-2/+2
| | | | With hat: portmgr
* misc/urh: Update 2.6.0 -> 2.7.0yuri2019-06-032-4/+4
| | | | Reported by: portscout
* Update to 0.23sunpoet2019-06-022-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Geo-Coder-OpenCage
* misc/snakemake: Update 5.4.5 -> 5.5.0yuri2019-06-012-4/+4
| | | | Reported by: portscout
* graphics/poppler: update to 0.77.0tcberner2019-06-012-1/+2
| | | | | | | | | | | | | | | | | | | | | | | Release 0.77.0: core: * Fix crash on signature handling. Issue #766 * Fix small memory leak in SignatureHandler::getCertificateInfo * Splash: Restrict filling of overlapping boxes. Issue #750 * Fix crash on malformed files qt5: * Fix optional content handling with exclusive layers cpp: * Make render_page thread-safe utils: * pdfsig: Fix small memory leak * pdftotext: Fix typo in manpage PR: 238115 Exp-run by: antoine Approved by: gnome (kwm, implicit)
* misc/py-toil: Update 3.19.0 -> 3.20.0yuri2019-06-012-4/+4
| | | | Reported by: portscout
* Add 11.3-BETA2 MANIFEST files.gjb2019-06-0114-59/+59
| | | | | | | | Remove 11.3-BETA1 MANIFEST files. Approved by: bdrewery (maintainer, implicit, re blanket) MFH: 2019Q2 Sponsored by: The FreeBSD Foundation
* misc/man.el: Do not install files for xemacstobik2019-05-302-25/+1
| | | | It was removed in 2014.
* misc/table.el: Do not install files for xemacstobik2019-05-303-7/+2
| | | | | | It was removed in 2014. It was installing a broken symlink too.
* misc/nnn: Update to 2.5swills2019-05-302-10/+11
| | | | | PR: 238193 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* Belatedly add MANIFEST files for 11.3-BETA1.gjb2019-05-308-1/+59
| | | | | | Approved by: bdrewery (maintainer, implicit, re blanket) MFH: 2019Q2 Sponsored by: The FreeBSD Foundation
* misc/py-socli: Update to 3.7cpm2019-05-293-5/+16
| | | | | - Fix runtime dependency with python 2.7 - No need to declare data_files in setup.py
* misc/dartsim: Update 6.8.3-15 -> 6.8.5yuri2019-05-284-51/+51
| | | | Reported by: portscout
* misc/tzdiff: update to 1.1.1swills2019-05-272-4/+4
| | | | | PR: 238156 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com> (maintainer)
* Update misc/tellico to latest upstream release 3.2adridg2019-05-263-27/+73
| | | | | | | | | | | | | | | | | | | | | From the ChangeLog at http://tellico-project.org/changelog - Updated documentation. - Added capability to dock collection views side-by-side. - Improved speed when merging collections (Bug 349410). - Added Moby Games data source. - Added ComicVine data source. - Updated Amazon data source to include localized data from Brazil, Australia, India, Mexico, and Turkey. - Updated IGDB.com data source. - Updated TheGamesDB.net data source (Bug 407811). - Updated Visual Novel Database data source. - Updated KinoPoisk.ru data source (Bug 403185). - Fixed bug with setting IMDB rating in various locales (Bug 401894). - Corrected server for National Library of Lithuania (Bug 404743). - Don't open a blank entry for editing when collection has not been saved (Bug 405191). - Fix build against ICU 64.1 and later (Gentoo Bug 685460).
* Update to 2019.1sunpoet2019-05-262-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* Update to 20190508sunpoet2019-05-262-4/+4
| | | | Changes: https://people.FreeBSD.org/~sunpoet/usbids-20190508.diff
* misc/p5-Array-Diff: Update version 0.08=>0.09bofh2019-05-222-4/+4
|
* New port: misc/gobuster: Directory/file & DNS busting tool written in Goyuri2019-05-214-0/+46
|
* misc/urh: Update 2.5.7 -> 2.6.0yuri2019-05-212-5/+4
| | | | Reported by: portscout
* Update to 4.0.2ehaupt2019-05-202-4/+4
|
* misc/bitwise: Update 0.13 -> 0.14yuri2019-05-202-5/+6
| | | | Reported by: portscout
* New port: misc/lf: Terminal file manageryuri2019-05-204-0/+38
|
* - Take maintainershipak2019-05-204-7/+8
| | | | | - Modernize port - Update WWW
* Revert r501246, misc/rumprun was resurrected but it's still brokenantoine2019-05-196-1758/+0
| | | | Reported by: pkg-fallout
* Re-add misc/hashdbyuri2019-05-195-0/+63
| | | | | | configure script is broken because it looks for the SSL_library_init function when it is a macro in some OpenSSL versions. Thanks to tobik@ for the suggested fix.
* Remove hashdb, depending directly on the openssl port is forbiddenantoine2019-05-195-65/+0
| | | | With hat: portmgr
* misc/hashdb: Fix typoyuri2019-05-191-2/+2
|
* New port: misc/hashdb: Block hash database tool and APIyuri2019-05-195-0/+65
|
* misc/openvdb: Add TOOLS and DOCS optionsyuri2019-05-183-4/+30
| | | | Submitted by: Shane Ambler <FreeBSD@shaneware.biz> (via e-mail)
* - Update WWWamdmi32019-05-161-1/+1
| | | | Approved by: portmgr blanket
* Update KDE Frameworks to 5.58.0tcberner2019-05-162-3/+24
| | | | | | | | Announcement: https://kde.org/announcements/kde-frameworks-5.58.0.php Exp-run by: antoine PR: 237888
* Re-add: misc/openvdbyuri2019-05-156-0/+202
|
* Remove epxired ports:rene2019-05-149-306/+0
| | | | | | 2019-05-08 cad/brlcad: Broken for more than 6 months 2019-05-12 misc/gnuit: Upstream stale for 10 years, no users it appears 2019-05-12 print/py-reportlab1: consider using latest upstream version in print/py-reportlab
* graphics/poppler: update to 0.76.1tcberner2019-05-143-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Changelog at https://poppler.freedesktop.org/releases.html : Release 0.76.1: core: * Make the mul tables be calculated at compile time with constexpr. * splash: Fix compile with SPLASH_CMYK enabled * Some typo fixing in error messages qt5: * Fix regression in annotation handling build system: * Fix some typos in build system output and comments Release 0.76.0: core: * Fix regression on case-insensitive search. Issue #743 * Remove GooList, use std::vector instead * Fix radiobutton reporting wrong state. Issue #159 * Handle UTF16-LE strings * Don't error out if there's no DA in FreeText annotation * cairo: Compute correct coverage values for box filter. * cairo: Constrain number of cycles in rescale filter. * Read more fields from ViewerPreferences * Introduce and use Ref::INVALID * Fix crashes in broken files * Fix mismatched free/delete * Add missing include guards utils: * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. Issue #742 All the required patches have been obtained via gentoo. PR: 237846 Exp-run by: antoine Approved by: kwm
* misc/free42: Update 2.2 -> 2.2.1yuri2019-05-132-4/+4
| | | | Reported by: portscout
* misc/qt5ct: update to 0.39tcberner2019-05-122-4/+4
|
* Remove untested portsantoine2019-05-126-202/+0
| | | | With hat: portmgr
* adding misc/mate-user-guide 1.22.1ericbsd2019-05-125-0/+6765
| | | | | | It is the User Guide for The MATE desktop Approved by: mentor (implicit)
* Re-add misc/rumprun: Unikernel and toolchain for various platforms0mp2019-05-116-0/+1758
| | | | | | | | While here, tidy up the Makefile. PR: 230125 Submitted by: fabian.freyer@physik.tu-berlin.de Differential Revision: https://reviews.freebsd.org/D18750
* misc/openvdb: Fix COMMENTyuri2019-05-111-1/+1
|
* New port: misc/openvdb: Tools for the storage and manipulation of sparse ↵yuri2019-05-116-0/+202
| | | | volumetric data
* Update KDE Applications to 19.04.1tcberner2019-05-108-24/+24
| | | | | Changelog: https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.1
* misc/actiona: fix build with GCC-based architecturespkubaj2019-05-091-1/+1
| | | | | | | Add USES=compiler:c++11-lang to fix build with GCC: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval)
* misc/p5-Array-Diff: Update version 0.07=>0.08bofh2019-05-092-4/+5
|
* devel/openmp: phase outjbeich2019-05-091-1/+1
| | | | | | | | | - Expire after the last version without /usr/lib/libomp.so - Drop SOVERSION for seamless transition (i.e., avoid conditionals) PR: 236907 Approved by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D19767
* misc/bitwise: Update 0.12 -> 0.13yuri2019-05-072-4/+4
| | | | Reported by: portscout
* misc/ompl: Update 1.4.1 -> 1.4.2yuri2019-05-064-19/+9
|
* misc/dartsim: Broken on i386yuri2019-05-061-0/+2
| | | | Reported by: fallout
* misc/osinfo-db: update to 20190504novel2019-05-053-4/+10
|
* misc/libiio: Update 0.17 -> 0.18yuri2019-05-043-5/+5
| | | | Reported by: portscout
* misc/bitwise: Update 0.11 -> 0.12yuri2019-05-042-4/+5
| | | | Reported by: portscout
* misc/dartsim: Update 6.8.2 -> 6.8.3-15yuri2019-05-024-46/+63
| | | | | | This adds the missing dependency science/pagmo2, and the patch level that contains upstream fixes that make it recognize pagmo2.
* Update to 0.22sunpoet2019-05-012-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Geo-Coder-OpenCage
* misc/dartsim: Update 6.7.3 -> 6.8.2yuri2019-04-304-39/+50
| | | | Reported by: portscout
* misc/with: Update to g201805200mp2019-04-292-5/+7
| | | | - Set USES=shebangfix
* misc/bitwise: Update 0.1 -> 0.11yuri2019-04-282-4/+4
| | | | Reported by: portscout
* Fix some kde@ ports for GCC architecturestcberner2019-04-271-1/+1
| | | | | PR: 237516 Submitted by: pkubaj
* - Copy graphics/ogre3d to graphics/ogre3d19 and add mutual conflictsamdmi32019-04-271-2/+2
| | | | | | | | | | - Switch all ogre3d consumers to ogre3d19 This allows to update ogre3d to the latest version without breaking existing ports. The plans are also to make it possible for both ogre3d versions to coexist. Approved by: oliver (discussed via private email)
* misc/visp: fix build with GCC-based architecturesyuri2019-04-271-1/+1
| | | | | PR: 237573 Submitted by: pkubaj
* misc/py-pyfiglet: Update to 0.7.6koobs2019-04-252-5/+6
|
* - Add LICENSEamdmi32019-04-242-5/+5
| | | | | | | | | - Remove bogus MASTER_SITES - Pet portlint - Switch to USES=localbase - Update WWW Approved by: portmgr blanket
* Related to revision 499061 bump ports with USES=fortran to have themgerald2019-04-224-2/+4
| | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl
* New port: misc/bitwise: Terminal-based bitwise manipulator in cursesyuri2019-04-224-0/+29
|
* Update to 20190418sunpoet2019-04-212-5/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* update to 3.62oliver2019-04-192-5/+5
|
* Update KDE Applications to 19.04.0tcberner2019-04-1913-34/+29
| | | | | | | The changelog can be found here: - https://kde.org/announcements/announce-applications-19.04.0.php Due to crashes on start, multimedia/kdenlive was kept at 18.12.3 for now.
* Update KDE Frameworks to 5.57tcberner2019-04-162-3/+25
| | | | | | | | Announcement: https://kde.org/announcements/kde-frameworks-5.57.0.php PR: 237253 Exp-run by: antoine
* misc/snakemake: Update 5.4.4 -> 5.4.5yuri2019-04-152-4/+4
| | | | Reported by: portscout
* misc/orion: Add compiler:c++14-lang; Add USE_QT=graphicaleffects svgyuri2019-04-121-2/+3
|
* devel/boost-*: update to 1.70.0jbeich2019-04-125-3/+5
| | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303
* New port: misc/orion: QML/C++-written desktop client for Twitch.tvyuri2019-04-124-0/+46
|
* New port: misc/py-eemeter: Package implementing methods to calculate metered ↵yuri2019-04-124-0/+33
| | | | energy consumption
* Bump a few PORTREVISIONs after r498529antoine2019-04-104-0/+4
| | | | With hat: portmgr
* Update to r52910 from the FreeBSD docset.blackend2019-04-1010-10/+52
| | | | Approved by: doceng (implicit)
* - Fix MAINTAINERamdmi32019-04-101-1/+1
| | | | Approved by: portmgr blanket
* Update devel/readline to 8.0sunpoet2019-04-095-3/+5
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
* misc/free42: Update 2.1 -> 2.2yuri2019-04-092-4/+4
| | | | Reported by: portscout
* Return tobez@'s ports to the pool after his commit bit was safekept.rene2019-04-091-1/+1
|
* Update to 2.05sunpoet2019-04-083-7/+6
| | | | Changes: https://metacpan.org/changes/distribution/Locale-SubCountry
* Update to 4.7.0sunpoet2019-04-083-13/+17
| | | | | | | | | | - Update COMMENT - Add LICENSE_FILE - Update pkg-descr - Take maintainership Changes: https://github.com/pexpect/pexpect/blob/master/doc/history.rst https://pexpect.readthedocs.io/en/stable/history.html#releases
* misc/urh: Update 2.5.5 -> 2.5.7yuri2019-04-082-4/+4
|
* misc/py-progressbar2: Update to 3.39.3makc2019-04-072-4/+4
|
* Add NO_ARCHsunpoet2019-04-061-0/+2
|
* Update to 3.2019.0331sunpoet2019-04-062-6/+7
| | | | Changes: https://github.com/mime-types/mime-types-data/blob/master/History.md
* - Add LICENSEamdmi32019-04-061-0/+3
| | | | Approved by: portmgr blanket
* Now builds on powerpc64.linimon2019-04-061-1/+0
| | | | | Approved by: portmgr (tier-2 blanket) Obtained from: swills
* Update PyQt5 to 5.12.1tcberner2019-04-062-1/+18
| | | | | | | | | | | - Upgrade sip to 4.19.15 - Upgrade qscintilla2 to 2.11.1 - Upgrade PyQt to 5.12.1 - From this version on www/py-qt5-webengine is unbundled and ships its own distfile PR: 236894 Exp-run by: antoine
* Update Qt5 to 5.12.2tcberner2019-04-064-21/+31
| | | | | | | - Thanks to kai for updating webengine. Exp-run by: antoine PR: 236895
* misc/libpostal: Update to 1.1-alphaswills2019-04-056-43/+39
| | | | | PR: 237026 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* Sort PLISTsunpoet2019-04-051-1/+1
|
* misc/osinfo-db: update to 20190319novel2019-04-043-4/+48
|
* Mark BROKEN on FreeBSD 12 and 13antoine2019-04-031-1/+8
| | | | | Reported by: pkg-fallout MFH: 2019Q2
* Mark BROKEN: unfetchable.linimon2019-04-031-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* Update to 2019askreuzer2019-04-032-4/+4
| | | | | Palestine "springs forward" on 2019-03-30 instead of 2019-03-23. Metlakatla "fell back" to rejoin Alaska Time on 2019-01-20 at 02:00.
* Add a port of p5-Array-Utils, small pure-perl module containing listdanfe2019-04-025-0/+30
| | | | | | manipulation routines. WWW: https://metacpan.org/release/Array-Utils
* Update to 20190320sunpoet2019-04-022-4/+4
| | | | Changes: https://people.FreeBSD.org/~sunpoet/usbids-20190320.diff
* Update to 20190326sunpoet2019-04-022-5/+5
| | | | Changes: https://github.com/pciutils/pciids/commits/master
* Remove expired misc/rubygem-mime-types29sunpoet2019-03-314-33/+0
|
* misc/urdfdom: Update 1.0.0-9 -> 1.0.3yuri2019-03-312-6/+4
| | | | Reported by: portscout
* misc/urdfdom-headers: Update 1.0.2 -> 1.0.3yuri2019-03-312-4/+4
| | | | Reported by: portscout
* misc/py-toil: Update 3.18.0 -> 3.19.0yuri2019-03-312-5/+7
| | | | Reported by: portscout
* misc/free42: Update 2.0.24 -> 2.1yuri2019-03-312-4/+4
| | | | Reported by: portscout
* misc/snakemake: Update 5.4.3 -> 5.4.4yuri2019-03-312-4/+4
| | | | Reported by: portscout
* Update e2fsprogs suite to v1.45.0.mandree2019-03-301-1/+1
| | | | | | | | | | | | | | | Sorry that this happens so short before the 2019Q2 branch; the e2fsprogs.sourceforge.net website hadn't been updated for 1.44.6 and 1.45.0. I am not packaging e2scrub[_all] as FreeBSD does not support LVM, Linux's logical volume manager. Changelogs: <https://raw.githubusercontent.com/tytso/e2fsprogs/master/doc/RelNotes/v1.44.6.txt> <https://raw.githubusercontent.com/tytso/e2fsprogs/master/doc/RelNotes/v1.45.0.txt> While here, reset misc/e2fsprogs-libuuid PORTREVISION back to 0 now that the included PORTVERSION got bumped.
* misc/qt5ct: update to 0.38tcberner2019-03-302-6/+5
|
* Update to 0.07sunpoet2019-03-302-8/+9
| | | | | | - Add removed Perl core module to *_DEPENDS Changes: https://metacpan.org/changes/distribution/Bot-Training
* graphics/poppler: update to 0.75tcberner2019-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Release 0.75.0: core: * Fix rendering of some annotations * Fix crashes in broken files * Small internal code improvements cpp: * Improve documentation * tests: Add showing version information to poppler-dump utils: * pdfattach: new util * pdftohtml: add -dataurls parameter * pdftoppm: add -sep and -forcenum parameters * pdftohtml: make singleHtml and stout not mutually exclusive * pdfsig: fix use after free - bump revisions of dependent ports due to shlib version change PR: 236791 Exp-run by: antoine Approved by: kwm (gnome)
* devel/icu: update to 64.1jbeich2019-03-281-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/64 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 236325 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19479
* misc/lifelines: Bump PORTREVISION on last commitbofh2019-03-271-0/+1
| | | | Reported by: david@catwhisker.org
* misc/lifelines: Fix "person" entries show extraneous "Y" in DATE fieldsbofh2019-03-273-6/+19
| | | | | | | | | | - Fix patch files - Modernize with OPTIONS PR: 208698 Submitted by: matt@gsicomp.on.ca Reported by: david@catwhisker.org Approved by: matt@gsicomp.on.ca
* Update to 2.7.2sunpoet2019-03-272-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 2.7.2sunpoet2019-03-272-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 2.7.2sunpoet2019-03-272-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Update to 2.7.2sunpoet2019-03-272-4/+4
| | | | Changes: https://github.com/bkeepers/dotenv/blob/master/Changelog.md
* Remove expired webkit-gtk2 and webkit-gtk3 ports.kwm2019-03-255-275/+0
| | | | | Bump graphics/variety deprecation date, there is a patch for a update which uses webkit2-gtk3 in ports/236180 but I had issues that I could't fix.
* Update to 1.47.10sunpoet2019-03-242-4/+4
| | | | | | - Change maintainer sanity check in debian/rules to use the contents of README rather than the mtime, which may be have been modified by dpkg-source (closes: #925136).
* - Update xfce4-weather-plugin to 0.9.1madpilot2019-03-243-678/+4
| | | | | | | - Upstreamed patch removed PR: 236735 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* Update to 1.47.9sunpoet2019-03-212-7/+6
| | | | - Add Tamil translation (thanks to Arun Isaac).
* misc/nnn: update to 2.4swills2019-03-202-4/+4
| | | | | PR: 236646 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* Qt4 deprecation: Remove Qt4 and its consumes.tcberner2019-03-1725-15914/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015 2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015 2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015 2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015 2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015 2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015 2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015 2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015 2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015 2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015 2019-03-15 audio/mumble: Qt4 has been EOL since december 2015 2019-03-15 audio/murmur: Qt4 has been EOL since december 2015 2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015 2019-03-15 audio/qmpdclient: Qt4 has been EOL since december 2015 2019-03-15 audio/skype-call-recorder: Qt4 has been EOL since december 2015 2019-03-15 audio/virtual_oss_ctl: Qt4 has been EOL since december 2015 2019-03-15 biology/clustalx: Qt4 has been EOL since december 2015 2019-03-15 cad/klayout: Qt4 has been EOL since december 2015 2019-03-15 cad/layouteditor: Qt4 has been EOL since december 2015 2019-03-15 cad/leocad: Qt4 has been EOL since december 2015 2019-03-15 cad/meshlab: Qt4 has been EOL since december 2015 2019-03-15 cad/qfsm: Qt4 has been EOL since december 2015 2019-03-15 cad/qucs: Qt4 has been EOL since december 2015 2019-03-15 chinese/gcin-qt4: Qt4 has been EOL since december 2015 2019-03-15 chinese/qt4-codecs-cn: Qt4 has been EOL since december 2015 2019-03-15 chinese/qt4-codecs-tw: Qt4 has been EOL since december 2015 2019-03-15 chinese/qterm: Qt4 has been EOL since december 2015 2019-03-15 comms/dabstick-radio: Qt4 has been EOL since december 2015 2019-03-15 comms/hamfax: Qt4 has been EOL since december 2015 2019-03-15 comms/linpsk: Qt4 has been EOL since december 2015 2019-03-15 databases/py-qt4-sql: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-ibase-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-mysql-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-odbc-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-pgsql-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-sql: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-sqlite-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/qt4-sqlite3-plugin: Qt4 has been EOL since december 2015 2019-03-15 databases/sqliteman: Qt4 has been EOL since december 2015 2019-03-15 databases/tora: Qt4 has been EOL since december 2015 2019-03-15 deskutils/cdcat: Qt4 has been EOL since december 2015 2019-03-15 deskutils/fbreader: Qt4 has been EOL since december 2015 2019-03-15 deskutils/launchy: Qt4 has been EOL since december 2015 2019-03-15 deskutils/qorganizer: Qt4 has been EOL since december 2015 2019-03-15 deskutils/qrfcview: Qt4 has been EOL since december 2015 2019-03-15 deskutils/qtm: Qt4 has been EOL since december 2015 2019-03-15 deskutils/tuxcards: Qt4 has been EOL since december 2015 2019-03-15 deskutils/vym: Qt4 has been EOL since december 2015 2019-03-15 devel/apiextractor: Qt4 has been EOL since december 2015 2019-03-15 devel/automoc4: Qt4 has been EOL since december 2015 2019-03-15 devel/edb: Qt4 has been EOL since december 2015 2019-03-15 devel/generatorrunner: Qt4 has been EOL since december 2015 2019-03-15 devel/grantlee: Qt4 has been EOL since december 2015 2019-03-15 devel/gwenhywfar-qt4: Qt4 has been EOL since december 2015 2019-03-15 devel/kaptain: Qt4 has been EOL since december 2015 2019-03-15 devel/ninja-ide: Qt4 has been EOL since december 2015 2019-03-12 devel/physfs-devel: is the same as devel/physfs, serving no purpose 2019-03-15 devel/piklab: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-assistant: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-core: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-dbus: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-dbussupport: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-declarative: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-designer: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-designerplugin: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-help: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-qscintilla2: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-script: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-scripttools: Qt4 has been EOL since december 2015 2019-03-15 devel/py-qt4-test: Qt4 has been EOL since december 2015 2019-03-15 devel/pyside: Qt4 has been EOL since december 2015 2019-03-15 devel/pyside-tools: Qt4 has been EOL since december 2015 2019-03-15 devel/qbzr: Qt4 has been EOL since december 2015 2019-03-15 devel/qct: Qt4 has been EOL since december 2015 2019-03-15 devel/qdevelop: Qt4 has been EOL since december 2015 2019-03-15 devel/qprog: Qt4 has been EOL since december 2015 2019-03-15 devel/qross: Qt4 has been EOL since december 2015 2019-03-15 devel/qscintilla2: Qt4 has been EOL since december 2015 2019-03-15 devel/qscintilla2-designerplugin: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-assistant: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-assistant-adp: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-corelib: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-dbus: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-designer: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-help-tools: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-libqtassistantclient: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-linguist: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-linguisttools: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-makeqpf: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-moc: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-porting: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qdbusviewer: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qdoc3: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qmake: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qmlviewer: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qt3support: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qtsolutions-singleapplication: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qtsolutions-soap: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-qvfb: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-rcc: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-script: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-scripttools: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-testlib: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-uic: Qt4 has been EOL since december 2015 2019-03-15 devel/qt4-uic3: Qt4 has been EOL since december 2015 2019-03-15 devel/qtscriptgenerator: Qt4 has been EOL since december 2015 2019-03-15 devel/shiboken: Qt4 has been EOL since december 2015 2019-03-15 devel/subcommander2: Qt4 has been EOL since december 2015 2019-03-15 devel/universalindentgui: Qt4 has been EOL since december 2015 2019-03-15 editors/leo: Qt4 has been EOL since december 2015 2019-03-15 editors/lfhex: Qt4 has been EOL since december 2015 2019-03-15 editors/plume-creator-devel: Qt4 has been EOL since december 2015 2019-03-15 editors/textroom: Qt4 has been EOL since december 2015 2019-03-15 editors/yzis: Qt4 has been EOL since december 2015 2019-03-15 emulators/dboxfe: Qt4 has been EOL since december 2015 2019-03-15 emulators/q4wine: Qt4 has been EOL since december 2015 2019-03-15 emulators/qtemu: Qt4 has been EOL since december 2015 2019-03-15 emulators/swine: Qt4 has been EOL since december 2015 2019-03-15 finance/alkimia-qt4: Qt4 has been EOL since december 2015 2019-03-15 finance/bitcoin-armory: Qt4 has been EOL since december 2015 2019-03-15 finance/qhacc: Qt4 has been EOL since december 2015 2019-03-15 ftp/scythia: Qt4 has been EOL since december 2015 2019-03-15 games/bubble-chains: Qt4 has been EOL since december 2015 2019-03-15 games/capicity: Qt4 has been EOL since december 2015 2019-03-15 games/capitalism: Qt4 has been EOL since december 2015 2019-03-15 games/flukz: Qt4 has been EOL since december 2015 2019-03-15 games/goldencheetah: Qt4 has been EOL since december 2015 2019-03-15 games/jag: Qt4 has been EOL since december 2015 2019-03-15 games/kardsgt: Qt4 has been EOL since december 2015 2019-03-15 games/kcheckers: Qt4 has been EOL since december 2015 2019-03-15 games/openpref: Qt4 has been EOL since december 2015 2019-03-15 games/pokerth: Qt4 has been EOL since december 2015 2019-03-15 games/qgo: Qt4 has been EOL since december 2015 2019-03-15 games/qtads: Qt4 has been EOL since december 2015 2019-03-15 games/quackle: Qt4 has been EOL since december 2015 2019-03-15 games/spellathon: Qt4 has been EOL since december 2015 2019-03-15 games/sudoku-sensei: Qt4 has been EOL since december 2015 2019-03-15 games/tbe: Qt4 has been EOL since december 2015 2019-03-15 games/xptools: Qt4 has been EOL since december 2015 2019-03-15 german/tipp10: Qt4 has been EOL since december 2015 2019-03-15 graphics/appleseed: Qt4 has been EOL since december 2015 2019-03-15 graphics/aqsis: Qt4 has been EOL since december 2015 2019-03-15 graphics/autoq3d: Qt4 has been EOL since december 2015 2019-03-15 graphics/burplex: Qt4 has been EOL since december 2015 2019-03-15 graphics/darknock: Qt4 has been EOL since december 2015 2019-03-15 graphics/djview4-qt4: Qt4 has been EOL since december 2015 2019-03-15 graphics/easypaint: Qt4 has been EOL since december 2015 2019-03-15 graphics/eos-movrec: Qt4 has been EOL since december 2015 2019-03-15 graphics/gle-graphics: Qt4 has been EOL since december 2015 2019-03-15 graphics/lprof-devel: Qt4 has been EOL since december 2015 2019-03-15 graphics/luminance: Qt4 has been EOL since december 2015 2019-03-15 graphics/luxrender: Qt4 has been EOL since december 2015 2019-03-15 graphics/luxrender14: Qt4 has been EOL since december 2015 2019-03-15 graphics/meshviewer: Qt4 has been EOL since december 2015 2019-03-15 graphics/natron: Qt4 has been EOL since december 2015 2019-03-15 graphics/oyranos: Qt4 has been EOL since december 2015 2019-03-15 graphics/pencil: Qt4 has been EOL since december 2015 2019-03-15 graphics/prison: Qt4 has been EOL since december 2015 2019-03-15 graphics/py-qt4-svg: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-iconengines: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-imageformats: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-opengl: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-pixeltool: Qt4 has been EOL since december 2015 2019-03-15 graphics/qt4-svg: Qt4 has been EOL since december 2015 2019-03-15 graphics/qxv: Qt4 has been EOL since december 2015, qxv is unmaintained 2019-03-15 graphics/scantailor: Qt4 has been EOL since december 2015 2019-03-15 graphics/seexpr: Qt4 has been EOL since december 2015 2019-03-15 graphics/smillaenlarger: Qt4 has been EOL since december 2015 2019-03-15 graphics/structuresynth: Qt4 has been EOL since december 2015 2019-03-15 graphics/yagf: Qt4 has been EOL since december 2015 2019-03-15 japanese/qt4-codecs-jp: Qt4 has been EOL since december 2015 2019-03-15 korean/qt4-codecs-kr: Qt4 has been EOL since december 2015 2019-03-15 mail/qgmailnotifier: Qt4 has been EOL since december 2015 2019-03-15 math/qtiplot: Qt4 has been EOL since december 2015 2019-03-15 math/qtoctave: Qt4 has been EOL since december 2015 2019-03-15 math/qwtplot3d-qt4: Qt4 has been EOL since december 2015 2019-03-15 misc/py-qt4-demo: Qt4 has been EOL since december 2015 2019-03-15 misc/py-qt4-doc: Qt4 has been EOL since december 2015 2019-03-15 misc/qmetro: Qt4 has been EOL since december 2015 2019-03-15 misc/qt4-doc: Qt4 has been EOL since december 2015 2019-03-15 misc/qt4-l10n: Qt4 has been EOL since december 2015 2019-03-15 misc/qt4-qtconfig: Qt4 has been EOL since december 2015 2019-03-15 misc/qt4-qtdemo: Qt4 has been EOL since december 2015 2019-03-15 misc/saaghar: Qt4 has been EOL since december 2015 2019-03-15 multimedia/2mandvd: Qt4 has been EOL since december 2015 2019-03-15 multimedia/abby: Qt4 has been EOL since december 2015 2019-03-15 multimedia/avidemux-qt4: Qt4 has been EOL since december 2015 2019-03-15 multimedia/gstreamer-qt4: Qt4 has been EOL since december 2015 2019-03-15 multimedia/mediadownloader: Qt4 has been EOL since december 2015 2019-03-15 multimedia/mlt-qt4: Qt4 has been EOL since december 2015 2019-03-15 multimedia/phonon-xine: Qt4 has been EOL since december 2015 2019-03-15 multimedia/py-qt4-multimedia: Qt4 has been EOL since december 2015 2019-03-15 multimedia/py-qt4-phonon: Qt4 has been EOL since december 2015 2019-03-15 multimedia/qmmp: Qt4 has been EOL since december 2015 2019-03-15 multimedia/qmmp-plugin-pack: Qt4 has been EOL since december 2015 2019-03-15 multimedia/qt4-mobility: Qt4 has been EOL since december 2015 2019-03-15 multimedia/qt4-multimedia: Qt4 has been EOL since december 2015 2019-03-15 multimedia/umplayer: Qt4 has been EOL since december 2015 2019-03-15 net/avahi-qt4: Qt4 has been EOL since december 2015 2019-03-15 net/cagibi: Qt4 has been EOL since december 2015 2019-03-15 net/hupnp: Qt4 has been EOL since december 2015 2019-03-15 net/ostinato: Qt4 has been EOL since december 2015 2019-03-15 net/py-qt4-network: Qt4 has been EOL since december 2015 2019-03-15 net/qjsonrpc: Qt4 has been EOL since december 2015 2019-03-15 net/qoauth: Qt4 has been EOL since december 2015 2019-03-15 net/qt4-network: Qt4 has been EOL since december 2015 2019-03-15 net/qtweetlib: Qt4 has been EOL since december 2015 2019-03-15 net-im/libjreen: Qt4 has been EOL since december 2015 2019-03-15 net-im/psimedia: Qt4 has been EOL since december 2015 2019-03-15 net-im/ramblercontacts: Qt4 has been EOL since december 2015 2019-03-15 net-im/telepathy-logger-qt4: Qt4 has been EOL since december 2015 2019-03-15 net-im/turpial: Qt4 has been EOL since december 2015 2019-03-15 net-im/vacuum-im: Qt4 has been EOL since december 2015 2019-03-15 net-mgmt/nagiosagent: Qt4 has been EOL since december 2015 2019-03-15 net-mgmt/qkismet: Qt4 has been EOL since december 2015 2019-03-15 net-p2p/bitmessage: Qt4 has been EOL since december 2015 2019-03-15 net-p2p/eiskaltdcpp-qt: Qt4 has been EOL since december 2015 2019-03-15 net-p2p/valknut: Qt4 has been EOL since december 2015 2019-03-15 polish/qfaktury: Qt4 has been EOL since december 2015 2019-03-15 print/kpdftool: Qt4 has been EOL since december 2015 2019-03-15 print/scribus: Qt4 has been EOL since december 2015 2019-03-15 science/MOOSE-neural-simulator: Qt4 has been EOL since december 2015 2019-03-15 science/avogadro: Qt4 has been EOL since december 2015 2019-03-15 science/openstructure: Qt4 has been EOL since december 2015 2019-03-15 science/py-veusz: Qt4 has been EOL since december 2015 2019-03-15 science/qtresistors: Qt4 has been EOL since december 2015 2019-03-15 security/keepassx2: Qt4 has been EOL since december 2015 2019-03-15 security/kqoauth: Qt4 has been EOL since december 2015 2019-03-15 security/tpmmanager: Qt4 has been EOL since december 2015 2019-03-15 sysutils/android-file-transfer-qt4: Qt4 has been EOL since december 2015 2019-03-15 sysutils/bacula9-bat: Qt4 has been EOL since december 2015 2019-03-15 sysutils/bareos-traymonitor: Qt4 has been EOL since december 2015 2019-03-15 sysutils/bareos16-bat: Qt4 has been EOL since december 2015 2019-03-15 sysutils/bareos16-traymonitor: Qt4 has been EOL since december 2015 2019-03-15 sysutils/policykit-qt: Qt4 has been EOL since december 2015 2019-03-15 sysutils/qpxtool: Qt4 has been EOL since december 2015 2019-03-15 sysutils/qsynergy: Qt4 has been EOL since december 2015 2019-03-15 sysutils/qzeitgeist: Qt4 has been EOL since december 2015 2019-03-15 sysutils/searchmonkey: Qt4 has been EOL since december 2015 2019-03-15 sysutils/unetbootin: Qt4 has been EOL since december 2015 2019-03-15 textproc/beediff: Qt4 has been EOL since december 2015 2019-03-15 textproc/dixit: Qt4 has been EOL since december 2015 2019-03-15 textproc/goldendict: Qt4 has been EOL since december 2015 2019-03-15 textproc/ibus-qt: Qt4 has been EOL since december 2015 2019-03-15 textproc/py-qt4-xml: Qt4 has been EOL since december 2015 2019-03-15 textproc/py-qt4-xmlpatterns: Qt4 has been EOL since december 2015 2019-03-15 textproc/qt4-clucene: Qt4 has been EOL since december 2015 2019-03-15 textproc/qt4-xml: Qt4 has been EOL since december 2015 2019-03-15 textproc/qt4-xmlpatterns: Qt4 has been EOL since december 2015 2019-03-15 textproc/qt4-xmlpatterns-tool: Qt4 has been EOL since december 2015 2019-03-15 textproc/scim-bridge-qt4: Qt4 has been EOL since december 2015 2019-03-15 textproc/uim-qt4: Qt4 has been EOL since december 2015 2019-03-15 textproc/xxdiff: Qt4 has been EOL since december 2015 2019-03-15 www/aria2fe: Qt4 has been EOL since december 2015 2019-03-15 www/cutycapt: Qt4 has been EOL since december 2015 2019-03-15 www/py-qt4-webkit: Qt4 has been EOL since december 2015 2019-03-15 www/qt4-webkit: Qt4 has been EOL since december 2015 2019-03-15 www/qupzilla-qt4: Qt4 has been EOL since december 2015 2019-03-15 x11/leechcraft: Qt4 has been EOL since december 2015 2019-03-15 x11/py-qt4-opengl: Qt4 has been EOL since december 2015 2019-03-15 x11/qimageblitz: Qt4 has been EOL since december 2015 2019-03-15 x11/qt4-graphicssystems-opengl: Qt4 has been EOL since december 2015 2019-03-15 x11/qt4-inputmethods: Qt4 has been EOL since december 2015 2019-03-15 x11/qxkb: Qt4 has been EOL since december 2015 2019-03-15 x11-fonts/fontmatrix: Qt4 has been EOL since december 2015 2019-03-15 x11-themes/qt4-style-float: Qt4 has been EOL since december 2015 2019-03-15 x11-themes/qt4-style-phase: Qt4 has been EOL since december 2015 2019-03-15 x11-themes/qt4-style-quantumstyle: Qt4 has been EOL since december 2015 2019-03-15 x11-themes/qtcurve-qt4: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/attica: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/py-qt4-gui: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qt4-declarative: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qt4-gui: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qt4pas: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qwt5: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/qwt5-designerplugin: Qt4 has been EOL since december 2015 2019-03-15 x11-toolkits/soqt: Qt4 has been EOL since december 2015 2019-03-15 x11-wm/qlwm: Qt4 has been EOL since december 2015 Approved by: portmgr (implicit)