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: www/mythplugin-mythweb/Makefile

Number of commits found: 41

Tuesday, 27 Feb 2024
04:56 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Alan Hicks
multimedia/mythtv: Update to 34.0, along with related ports

multimedia/mythtv
  Patched to use exiv2 v 2.8 from ports
  Redundant references to slave port mythtv-frontend removed
  New Web App interface (http://example.com:6544).
  Replaces WebFrontend, provides all mythtv-setup access.
  It is recommended to use the web app instead of mythweb.

audio/mythplugin-mythmusic
  "Play Now" any songs from "Browse Music Library"
  New Spectrogram and Spectrum full screen visualizations with options
  Music navigation controls work during full screen visual

www/mythplugin-mythweb
  Version bump
ffmpeg v5.1 is still included and required to build mythtv
https://www.mythtv.org/wiki/Release_Notes_-_34

PR:		277335
commit hash: 8e499572c780cdeb3668041f1ad5ca76a93531de commit hash: 8e499572c780cdeb3668041f1ad5ca76a93531de commit hash: 8e499572c780cdeb3668041f1ad5ca76a93531de commit hash: 8e499572c780cdeb3668041f1ad5ca76a93531de 8e49957
Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Tuesday, 11 Apr 2023
23:02 Robert Clausecker (fuz) search for other commits by this committer Author: Alan Hicks
*/myth*: update the mythtv family of ports to 33.1

Selected upstream changes:

 - The minimum Qt version has been bumped from 5.9 to 5.12
 - FFmpeg upgraded to version 5.1
 - New Waveform visualisation for MythMusic
 - DiSEqC support for SAT>IP
 - Automatic channel groups per video source
 - Nearly 300 continued code modernization and restructuring (not in commits
below)
 - Version 2 of the Services API is under development

Changelog: https://www.mythtv.org/wiki/Release_Notes_-_33

PR:		270344
commit hash: 3c275abe771ac68aea284c473a4850a78224b4b7 commit hash: 3c275abe771ac68aea284c473a4850a78224b4b7 commit hash: 3c275abe771ac68aea284c473a4850a78224b4b7 commit hash: 3c275abe771ac68aea284c473a4850a78224b4b7 3c275ab
Wednesday, 25 Jan 2023
17:54 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/Uses/apache.mk: Refactor after removal of older versions

apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 40843b1
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 4 Sep 2022
00:08 Neel Chauhan (nc) search for other commits by this committer Author: Alan Hicks
MythTV: Update port group to version 32

PR:	263311
commit hash: bcdd480bd6aced5eeb9b47bbb773754df450cc63 commit hash: bcdd480bd6aced5eeb9b47bbb773754df450cc63 commit hash: bcdd480bd6aced5eeb9b47bbb773754df450cc63 commit hash: bcdd480bd6aced5eeb9b47bbb773754df450cc63 bcdd480
Tuesday, 5 Jul 2022
17:51 Bernhard Froehlich (decke) search for other commits by this committer
*/*: Release my babies from my "created by" comments
commit hash: 27d033713deb843a82785d3863a93f9c7acfc85f commit hash: 27d033713deb843a82785d3863a93f9c7acfc85f commit hash: 27d033713deb843a82785d3863a93f9c7acfc85f commit hash: 27d033713deb843a82785d3863a93f9c7acfc85f 27d0337
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 16 Dec 2020
02:49 kevans search for other commits by this committer
www/mythplugin-mythweb: update to 31.0

Pass MAINTAINER to submitter.

PR:		249484
Submitted by:	Alan Hicks <ahicks p-o co uk>
Original commitRevision:558200 
Sunday, 25 Mar 2018
17:09 jhale search for other commits by this committer
Update multimedia/mythtv and related ports to 29.1 [1]

Convert multimedia/mythtv-frontend to a slave port of multimedia/mythtv
which should make future updates much easier.

Upstream security patches have been added to address known
vulnerabilities in the bundled ffmpeg 3.2.

PR:		225652 (initial patches to update to 29.0) [1]
Submitted by:	<lucylangthorne55@gmail.com> [1]
Differential Revision:	https://reviews.freebsd.org/D14563
Original commitRevision:465529 
Sunday, 25 Feb 2018
23:54 jhale search for other commits by this committer
Fix owner/group/permissions to stave off execution (working on update, see: [1])
Install LICENSE_FILE via framework
Pet portlint

PR:		225652 [1]
Original commitRevision:462986 
Wednesday, 7 Feb 2018
10:06 bapt search for other commits by this committer
Mark as deprecated ports providing webapps and setting ownership of the files
to the www user. This is a bad practice and should get cleaned out in the tree

For the maintained ports, their maintainer will be contacted soon
Original commitRevision:461130 
Saturday, 16 Dec 2017
21:44 tz search for other commits by this committer
Add missing IGNORE_WITH_PHP for various PHP based ports.

In preparation of changing the PHP default version from 5.6
to 7.0 i found a number of ports not building with the new version
and all later versions.

Therefore i set IGNORE_WITH_PHP and notice all maintainer about
the change.

Approved by: portmgr (blanket)
Original commitRevision:456517 
Sunday, 7 May 2017
10:57 miwi search for other commits by this committer
- Update to 0.28.1
Original commitRevision:440322 
Wednesday, 23 Nov 2016
13:04 amdmi3 search for other commits by this committer
- Add LICENSE
- Add NO_ARCH
- Switch to options helpers
Original commitRevision:426919 
Thursday, 17 Nov 2016
07:18 decke search for other commits by this committer
Drop maintainership after more than 7 years. It's about time to pass it on.
Original commitRevision:426279 
Wednesday, 16 Nov 2016
16:01 decke search for other commits by this committer
- Add shebangfix on perl files
- Simplify folder permissions in pkg-plist

PR:		203362
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Reported by:	eborisch+FreeBSD@gmail.com
Original commitRevision:426247 
Thursday, 15 Sep 2016
01:41 swills search for other commits by this committer
Unmark broken on powerpc64

These ports built successfully
Original commitRevision:422175 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Tuesday, 12 Jan 2016
14:59 decke search for other commits by this committer
- Update to 0.27.5
Original commitRevision:405880 
Thursday, 7 May 2015
20:24 mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385665 
Saturday, 20 Dec 2014
18:44 antoine search for other commits by this committer
- Use GH_COMMIT
- Allow staging as a regular user
- Bump portrevision as files were not packaged with intended owner
Original commitRevision:375085 
Wednesday, 6 Aug 2014
09:11 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
Original commitRevision:364158 
Monday, 18 Nov 2013
12:03 decke search for other commits by this committer
- Update to 0.27
- Add staging support
- Convert optional dependencies to new format
- Add a few clang patches but switch to USE_GCC=any because there's quite some
work left (contributors?)
Original commitRevision:334175 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Tuesday, 27 Aug 2013
13:37 decke search for other commits by this committer
- Update to 0.26.1
Original commitRevision:325445 
Saturday, 27 Oct 2012
13:24 decke search for other commits by this committer
- Update to 0.26.0
- Convert to OptionsNG
- Force binutils from ports for 7.x/8.x because binutils from base is too old
- Trim Makefile headers

Feature safe:	yes
Original commitRevision:306501 
Saturday, 18 Aug 2012
14:29 ohauer search for other commits by this committer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
Original commit
Saturday, 4 Aug 2012
08:13 decke search for other commits by this committer
- Update to 0.25.2
- Add fixes for PHP 5.4
Original commit
Saturday, 30 Jun 2012
14:31 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Thursday, 10 May 2012
08:21 decke search for other commits by this committer
- Update to 0.25
- Fix mythbackend rc script to start after mysql
- Add HOME env variable for mythbackend to find it's home directory
Original commit
Wednesday, 1 Feb 2012
14:51 decke search for other commits by this committer
- Update to 0.24.2
Original commit
Saturday, 20 Aug 2011
17:27 ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Original commit
Sunday, 22 May 2011
17:08 decke search for other commits by this committer
- Switch back to mythplugins distfile because they rerolled it and included
mythweb again
- Remove WRKSRC
- Bump PORTREVISION

Reported by:    Ashley Diamond <ash@diamondbsd.com>
Original commit
Friday, 20 May 2011
12:41 decke search for other commits by this committer
- Update to 0.24.1
Original commit
Tuesday, 4 Jan 2011
17:49 decke search for other commits by this committer
- Update to 0.24
- Remove MD5 checksum
Original commit
Wednesday, 8 Dec 2010
18:34 decke search for other commits by this committer
- Update MythTV MASTER_SITES for old releases

Noticed by:     The Distilator
Original commit
Friday, 6 Aug 2010
09:27 decke search for other commits by this committer
- Update to 0.23.1

Approved by:    miwi (mentor)
Original commit
Monday, 21 Jun 2010
13:39 decke search for other commits by this committer
- Update to 0.23
- Port has been renamed to mythplugin-mythweb to have a common prefix for
all MythTV plugins.

Approved by:    beat (co-mentor)
Feature safe:   yes
Original commit
13:29 decke search for other commits by this committer
- Forced commit to document that www/mythplugin-mythweb was
repocopied from www/mythweb.

PR:             ports/147737
Repocopy by:    marcus
Approved by:    beat (co-mentor)
Feature safe:   yes
Original commit

Number of commits found: 41