FreeBSD ports you maintain which are out of date

2019-07-10 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/k...@freebsd.org.html


Port| Current version | New version
+-+
audio/plasma5-plasma-pa | 5.16.2  | 5.16.3
+-+
deskutils/plasma5-milou | 5.16.2  | 5.16.3
+-+
deskutils/plasma5-sddm-kcm  | 5.16.2  | 5.16.3
+-+
devel/plasma5-kwrited   | 5.16.2  | 5.16.3
+-+
devel/plasma5-plasma-sdk| 5.16.2  | 5.16.3
+-+
security/plasma5-kscreenlocker  | 5.16.2  | 5.16.3
+-+
security/plasma5-ksshaskpass| 5.16.2  | 5.16.3
+-+
security/plasma5-kwallet-pam| 5.16.2  | 5.16.3
+-+
sysutils/plasma5-drkonqi| 5.16.2  | 5.16.3
+-+
sysutils/plasma5-kde-cli-tools  | 5.16.2  | 5.16.3
+-+
sysutils/plasma5-kinfocenter| 5.16.2  | 5.16.3
+-+
sysutils/plasma5-ksysguard  | 5.16.2  | 5.16.3
+-+
sysutils/plasma5-libksysguard   | 5.16.2  | 5.16.3
+-+
sysutils/plasma5-polkit-kde-agent-1 | 5.16.2  | 5.16.3
+-+
sysutils/plasma5-powerdevil | 5.16.2  | 5.16.3
+-+
sysutils/plasma5-systemsettings | 5.16.2  | 5.16.3
+-+
sysutils/plasma5-user-manager   | 5.16.2  | 5.16.3
+-+
www/plasma5-plasma-browser-integration  | 5.16.2  | 5.16.3
+-+
x11/plasma5-kactivitymanagerd   | 5.16.2  | 5.16.3
+-+
x11/plasma5-kgamma5 | 5.16.2  | 5.16.3
+-+
x11/plasma5-kscreen | 5.16.2  | 5.16.3
+-+
x11/plasma5-kwayland-integration| 5.16.2  | 5.16.3
+-+
x11/plasma5-libkscreen  | 5.16.2  | 5.16.3
+-+
x11/plasma5-plasma-desktop  | 5.16.2  | 5.16.3
+-+
x11/plasma5-plasma-integration  | 5.16.2  | 5.16.3
+-+
x11/plasma5-plasma-workspace| 5.16.2  | 5.16.3
+-+
x11-themes/plasma5-breeze   | 5.16.2  | 5.16.3
+-+
x11-themes/plasma5-breeze-gtk   | 5.16.2  | 5.16.3
+-+-

[Bug 239108] databases/akonadi

2019-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239108

Bug ID: 239108
   Summary: databases/akonadi
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: k...@freebsd.org
  Reporter: l...@lapo.it
 Flags: maintainer-feedback?(k...@freebsd.org)
  Assignee: k...@freebsd.org

Akonadi port seems to compile against MySQL (and using it as default backend)
even if explicitly de-selected from the OPTIONS if it is found on the system:

┌ akonadi-19.04.2_1
───┐
│ ┌──┐
│
│ │ [ ] DOCSBuild and/or install documentation   │
│
│ │ DB ──│
│
│ │ [ ] MYSQL   Install MySQL Qt plugin and server   │
│
│ │ [ ] PGSQL   Install PostgreSQL Qt plugin │
│
│ │ [x] SQLITE  Enable SQLite backend│
│
│ └──┘
│
├──┤
│   <  OK  >  
│
└──┘

-- MySQL Server found: /usr/local/libexec/mysqld
-- PostgreSQL wasn't found. it is required to use the Postgres backend.
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "1.6.1") 
-- Checking for module 'sqlite3'
--   Found sqlite3, version 3.28.0

[166/560] /usr/bin/c++  -DAKONADI_DATABASE_BACKEND=\"QMYSQL\"

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 239108] databases/akonadi

2019-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239108

Lapo Luchini  changed:

   What|Removed |Added

 CC||l...@lapo.it

--- Comment #1 from Lapo Luchini  ---
If not found on the system, the output changes like this (it seems that it
doesn't compile it… but still is the default backend):

-- MySQL Server wasn't found. it is required to use the MySQL backend.
-- PostgreSQL wasn't found. it is required to use the Postgres backend.
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "1.6.1") 
-- Checking for module 'sqlite3'
--   Found sqlite3, version 3.28.0
-- Found Sqlite: /usr/local/include (Required is at least version "3.6.23") 
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Using default db backend QMYSQL

-- 
You are receiving this mail because:
You are the assignee for the bug.

maintainer-feedback requested: [Bug 239108] databases/akonadi

2019-07-10 Thread bugzilla-noreply
Bugzilla Automation  has asked k...@freebsd.org for
maintainer-feedback:
Bug 239108: databases/akonadi
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239108



--- Description ---
Akonadi port seems to compile against MySQL (and using it as default backend)
even if explicitly de-selected from the OPTIONS if it is found on the system:

┌ akonadi-19.04.2_1
───┐
│ ┌──┐
│
│ │ [ ] DOCSBuild and/or install documentation   │
│
│ │ DB ──│
│
│ │ [ ] MYSQL   Install MySQL Qt plugin and server   │
│
│ │ [ ] PGSQL   Install PostgreSQL Qt plugin │
│
│ │ [x] SQLITE  Enable SQLite backend│
│
│ └──┘
│
├──
┤
│   <  OK  >  
│
└──
┘

-- MySQL Server found: /usr/local/libexec/mysqld
-- PostgreSQL wasn't found. it is required to use the Postgres backend.
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "1.6.1") 
-- Checking for module 'sqlite3'
--   Found sqlite3, version 3.28.0

[166/560] /usr/bin/c++  -DAKONADI_DATABASE_BACKEND=\"QMYSQL\"


[Bug 239108] databases/akonadi: Builds and links against database that are installed, even when disabled in OPTIONS

2019-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239108

Kubilay Kocak  changed:

   What|Removed |Added

Summary|databases/akonadi   |databases/akonadi: Builds
   ||and links against database
   ||that are installed, even
   ||when disabled in OPTIONS
  Flags||merge-quarterly?
   Severity|Affects Only Me |Affects Some People
 Status|New |Open
   Keywords||needs-patch, needs-qa

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 239028] [exp-run] graphics/exiv2: upgrade to 0.27.1

2019-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239028

Antoine Brodin  changed:

   What|Removed |Added

  Flags|exp-run?|exp-run+
   Assignee|port...@freebsd.org |tcber...@freebsd.org

--- Comment #1 from Antoine Brodin  ---
Exp-run looks fine

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 239028] [exp-run] graphics/exiv2: upgrade to 0.27.1

2019-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239028

--- Comment #2 from commit-h...@freebsd.org ---
A commit references this bug:

Author: tcberner
Date: Wed Jul 10 19:30:59 UTC 2019
New revision: 506383
URL: https://svnweb.freebsd.org/changeset/ports/506383

Log:
  graphics/exiv2: update to 0.27.1

  Exp-run by:   antoine
  PR:   239028

Changes:
  head/astro/gpscorrelate/files/patch-exif-gps.cpp
  head/astro/merkaartor/files/patch-git_e6d015a9
  head/graphics/exiv2/Makefile
  head/graphics/exiv2/distinfo
  head/graphics/exiv2/files/
  head/graphics/exiv2/pkg-plist
  head/graphics/gimp-lensfun-plugin/files/patch-src_gimplensfun.cpp
  head/graphics/hugin/files/
  head/graphics/hugin/files/patch-src_hugin1_hugin_RawImport.cpp
  head/graphics/hugin/files/patch-src_hugin__base_panodata_SrcPanoImage.cpp
  head/graphics/luminance-qt5/files/patch-src_Exif_ExifOperations.cpp
  head/graphics/nomacs/files/patch-src_DkCore_DkMetaData.cpp
  head/graphics/photivo/Makefile
  head/graphics/photivo/files/patch-Sources_ptImageHelper.cpp
  head/graphics/photoqt/files/
 
head/graphics/photoqt/files/patch-cplusplus_scripts_getanddostuff_manipulation.h
  head/graphics/photoqt/files/patch-cplusplus_scripts_getmetadata.h
  head/graphics/ufraw/files/patch-gentoo_b5b414
  head/multimedia/mythtv/files/patch-libs_libmythmetadata_imagemetadata.cpp
  head/multimedia/py-kaa-metadata/files/patch-src-image-exiv2.cpp

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 239028] [exp-run] graphics/exiv2: upgrade to 0.27.1

2019-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239028

Tobias C. Berner  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

--- Comment #3 from Tobias C. Berner  ---
Committed. Thanks for the exp-run.

(graphics/gegl was handled already in r506362 and has been removed from the
diff before committing).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 238782] [exp-run] Upgrade Qt to 5.13.0

2019-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238782

--- Comment #8 from commit-h...@freebsd.org ---
A commit references this bug:

Author: tcberner
Date: Thu Jul 11 04:22:27 UTC 2019
New revision: 506397
URL: https://svnweb.freebsd.org/changeset/ports/506397

Log:
  graphics/qgis-ltr: prepare for Qt 5.13

  PR:   238782

Changes:
 
head/graphics/qgis-ltr/files/patch-src_analysis_interpolation_qgsinterpolator.h

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 238782] [exp-run] Upgrade Qt to 5.13.0

2019-07-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238782

--- Comment #9 from commit-h...@freebsd.org ---
A commit references this bug:

Author: tcberner
Date: Thu Jul 11 04:30:28 UTC 2019
New revision: 506398
URL: https://svnweb.freebsd.org/changeset/ports/506398

Log:
  deskutils/calibre: prepare for Qt 5.13

  PR:   238782

Changes:
  head/deskutils/calibre/files/patch-git_0a5dc0

-- 
You are receiving this mail because:
You are on the CC list for the bug.