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

Get notified when packages are built

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

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

non port: graphics/qgis-ltr/files/patch-doc_news.t2t

Number of commits found: 2

Wednesday, 1 Apr 2020
19:59 lbartoletti search for other commits by this committer
databases/grass7, math/saga, graphics/qgis and graphics/qgis-ltr: update to
latest versions

    - math/saga:
        - Update to 7.6.2
        - Use wxWidgets 3.0+ instead of 3.1+ since 3.1 is not a mandatory
version and this reduces the number of packages installed when you install saga
and qgis/grass (which requires version 3.0).

    - databases/grass7:
        - Update to 7.8.2 first version for python3 only
        - Use ${PY_NUMPY} variable
        - Readd openmp
        - Use wxPython40 for python3
        - Remove bash dependency. You can use any shell.
        - Rework the workaround in post-install (for / touch files). Fix the
long (random) standing issue with pkg-plist
        - Alphabetize USES and OPTIONS
        - Replace XX_configure_on by XX_configure_with as possible

    - graphics/qgis:
        - Update to 3.12.1
        - Remove patches (applied upstream or fixed in ports: pyqt5 / sip)

    - graphics/qgis-ltr:
        - Update to 3.10.4

PR:             241892, 244979
Reported by:    rainer hurling (maintainer), lbartoletti (maintainer)
Reviewed by:    tcberner (mentor), rainer hurling (maintainer)
Approved by:    tcberner (mentor), rainer hurling (maintainer)
Differential Revision:  https://reviews.freebsd.org/D24198
Original commitRevision:530236 
Sunday, 23 Feb 2020
11:02 lbartoletti search for other commits by this committer
graphics/qgis-ltr, graphics/qgis: Fix build after textproc/txt2tags update

The FreeBSD package builder complains about encoding problems after [1]. This
happens, because newer versions of textproc/txt2tags do not need the option
'--encoding=utf-8' any more[2].

The patch is a workaround to remove such encoding entries from the QGIS port,
until QGIS project changes upstream for newer txt2tags versions.

While I'm here, replace sed commands by a patch file [3]

[1] http://svnweb.freebsd.org/changeset/ports/525495
[2] https://github.com/txt2tags/txt2tags/blob/v3/CHANGELOG.md#35-2020-02-01
[3] https://reviews.freebsd.org/D23188#511597

PR:	243998, 243996
Submitted by:	Rainer Hurling (maintainer)
Reviewed by:	lbartoletti
Approved by:	tcbernor (mentor)
Differential Revision:	https://reviews.freebsd.org/D23602
Original commitRevision:526917 

Number of commits found: 2