Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.2_4 14 Jun 2024 05:29:27 |
Jason E. Hale (jhale) |
*/*: Chase audio/taglib shlib version bump
PR: 266677 |
5.0.2_3 15 Aug 2023 21:17:14 |
Tobias C. Berner (tcberner) |
devel/kf5-extra-cmake-modules: add as build dependency
- these ports previously got ecm through an unclean dependency
(run_depend) from one of their dependencies. |
5.0.2_3 09 Jul 2023 22:08:09 |
Matthias Andree (mandree) |
sysutils/krename: make compatible with exiv2 0.28
PR: 272311 |
5.0.2_2 15 Jun 2023 16:08:02 |
Guido Falsi (madpilot) |
graphics/podofo: update to 0.10.0 preserving version 0.9.x
Version 0.10.0 of podofo is API/ABI incompatible with previous
version. so with the update we need to preserve the previous version
in the tree as graphics/podofo09 for ports depending on that version.
The old port is modified so that it can be installed concurrently
with the new version.
Ports depending on the old version on the ports are modified
accordingly.
Approved by: sunpoet (maintainer, via private mail), pkubaj, yuri
Differential Revision: https://reviews.freebsd.org/D40328 |
5.0.2_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
5.0.2 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.0.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
5.0.2 07 Sep 2022 08:21:27 |
Tobias C. Berner (tcberner) |
sysutils/krename: update to 5.0.2 |
5.0.1_1 05 Sep 2022 19:06:49 |
Dima Panov (fluffy) |
sysutils/krename: pet stage-qa |
5.0.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.0.1 05 Jan 2021 18:10:45 |
fluffy |
sysutils/krename: update to 5.0.1 release
Drop abandonware KJS support in favor of QJS [1]
Obtained from: gentoo [1] |
5.0.0_7 18 Jul 2020 23:31:17 |
adridg |
Fix up previous fix:
- with KF5 5.71, each application can have its own FindTaglib, or
uses the one from kdelibs4support (I think). This is generally an
"old-style" CMake module.
- with KF5 5.72, ECM delivers a modern CMake module which is found
**first**, but is also incompatible with the old version of FindTaglib.
Adjust the patches so they work with KF5 5.71 (now in-tree) and 5.72
(upcoming). Not bumping PORTREVISION here because the packages could
not have built with the previous patches.
Note to self: do not assume useful backwards-compatibility in CMake
modules from different sources.
PR: 247907 |
5.0.0_7 18 Jul 2020 21:03:13 |
adridg |
Fix sysutils/krename in the face of Taglib CMake-incompatibility
This fix is complicated by krename already having a big complex
patch from git against exiv, and no newer releases, so I had
to bodge in the new patch to avoid double-patching the same
file or losing the existing comments and explanation. |
5.0.0_6 14 Mar 2020 17:42:11 |
tcberner |
Make implicit dependency on devel/qt5-concurrent explicit |
5.0.0_5 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
5.0.0_4 11 May 2019 08:32:08 |
tcberner |
sysutils/krename: add upstrams patch (filtered through gentoo) to find exiv2
again
Upstream:
https://github.com/KDE/krename/commit/b22de9135ba2a5abdbd2b275a60933a50f074010
Gentoo:
https://gitweb.gentoo.org/repo/gentoo.git/tree/kde-misc/krename/files/krename-5.0.0-exiv2-0.27.patch
Reported by: fluffy |
5.0.0_3 17 Mar 2019 13:14:52 |
tcberner |
graphics/exiv2: update to 0.27
Changelog:
http://www.exiv2.org/changelog.html
- All depending ports have been bumped.
- graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python
bindings
Exp-run by: antoine
PR: 235943
PR: 234830 |
5.0.0_2 12 Mar 2019 05:05:17 |
linimon |
Fix build on gcc-based architectures:
The compiler feature "cxx_decltype" is not known to CXX compiler
Approved by: portmgr (tier-2 blanket) |
5.0.0_2 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
5.0.0_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
5.0.0_1 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
5.0.0_1 28 Apr 2018 06:14:58 |
tcberner |
Update grahics/exiv2 to 0.26
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345 |
5.0.0 17 Feb 2018 10:34:27 |
rakuco |
Use a more up-to-date URL in pkg-descr |
5.0.0 16 Feb 2018 19:36:58 |
rakuco |
Update KRename to 5.0.0 and adopt the port with my kde@ hat
This is the first KF5-based release, so rename the port from
sysutils/krename-kde4 to sysutils/krename.
Announcement:
https://mail.kde.org/pipermail/kde-announce-apps/2018-February/005426.html |
3.0.14_6 26 Jul 2013 19:19:21 |
rene |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt |
3.0.14_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.0.14_5 17 Mar 2012 05:03:17 |
miwi |
- Set Portscout flags
- Pass maintainership to submitter
PR: 165917 165916 165975 165973 165972
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes |
3.0.14_5 13 Mar 2012 10:30:52 |
makc |
Set PORTSCOUT, new versions for KDE 4 only
Feature safe: yes |
3.0.14_5 05 Jul 2011 02:51:16 |
tabthorpe |
- Reassign to the heap |
3.0.14_5 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.0.14_5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
3.0.14_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.0.14_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.0.14_3 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
3.0.14_3 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
3.0.14_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
3.0.14_2 06 Jun 2008 14:03:26 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
3.0.14_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.0.14 25 Mar 2007 22:30:00 |
markus |
Update to version 3.0.14 |
3.0.13 14 Dec 2006 02:21:09 |
markus |
Update to version 3.0.13 |
3.0.12 14 Aug 2006 19:51:04 |
markus |
Update to version 3.0.12 |
3.0.11_1 08 Apr 2006 21:58:51 |
markus |
- Move the servicemenus to the right place. This fixes not appearing
"Actions" menu entries for krename in konqueror
- Bump PORTREVISION |
3.0.11 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
3.0.11 22 Feb 2006 20:32:45 |
markus |
Update to version 3.0.11 |
3.0.10 22 Jan 2006 02:52:21 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.0.10 13 Jan 2006 02:44:17 |
markus |
- Update to version 3.0.10
- Add SHA256 |
3.0.9 05 Nov 2005 22:29:28 |
markus |
Update to version 3.0.9 |
3.0.8_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
3.0.8 28 Sep 2005 08:31:14 |
markus |
Update to version 3.0.8
PR: ports/86577
Submitted by: Andrej Zverev <az@inec.ru> |
3.0.7 29 Aug 2005 02:15:31 |
markus |
- Update to version 3.0.7
- Remove some directories from the plist that are already covered by kdehier |
3.0.6 28 Jun 2005 20:54:36 |
markus |
Update to version 3.0.6
PR: ports/82722
Submitted by: Andrej Zverev <az@inec.ru> |
3.0.5 22 May 2005 14:01:00 |
markus |
Update to version 3.0.5 |
3.0.4 24 Apr 2005 12:27:16 |
markus |
Update to version 3.0.4 |
3.0.3_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
3.0.3 13 Feb 2005 20:28:09 |
markus |
Update to version 3.0.3 |
3.0.2 09 Aug 2004 00:27:52 |
markus |
Update to version 3.0.2 |
3.0.1 29 Jul 2004 15:00:19 |
markus |
Update to version 3.0.1
PR: ports/69374
Submitted by: Andrej Zverev <az@inec.ru> |
3.0.0 30 Jun 2004 03:05:48 |
markus |
- Update to version 3.0.0
- Use MASTER_SITE_SOURCEFORGE_EXTENDED
- Fix whitespace
- Remove PTHREAD_LIBS hack |
2.8.5_2 06 Jun 2004 11:53:56 |
markus |
- Don't use Makefile.kde anymore
- Respect CFLAGS |
2.8.5_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
2.8.5_1 28 Mar 2004 18:36:47 |
markus |
- SIZEify
Submitted by: trevor
Approved by: arved (mentor) |
2.8.5_1 23 Feb 2004 20:57:56 |
markus |
Change my email address.
Approved by: arved (mentor) |
2.8.5_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
2.8.5 07 Jan 2004 21:19:43 |
krion |
- Assign maintainership to Markus Brueffer
<brueffer@phoenix-systems.de>
PR: 61040
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> |
2.8.5 07 Jan 2004 20:13:39 |
krion |
- Drop maintainership to ports@ |
2.8.5 05 Jan 2004 14:34:12 |
krion |
- Update to 2.8.5 |
2.8.4 05 Dec 2003 23:36:47 |
krion |
- Update to 2.8.4 |
2.8.3 21 Oct 2003 22:51:04 |
krion |
- Update to 2.8.3 |
2.8.2 05 Aug 2003 21:50:55 |
krion |
Update to 2.8.2
Approved by: fjoe (mentor) (implicit) |
2.8.0 04 Aug 2003 13:30:49 |
krion |
Unbreak on -current
Reported by: kris via bento
Approved by: fjoe (mentor) (implicit) |
2.8.0 22 Jul 2003 10:34:12 |
krion |
Change my mail to @FreeBSD.org
Approved by: fjoe (mentor) |
2.8.0 08 Jul 2003 11:59:20 |
daichi |
update sysutils/krename: 2.6.2 -> 2.8.0
PR: 54210
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer) |
2.6.2 14 May 2003 05:22:46 |
anholt |
Fix maintainer's email address.
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> |
2.6.2 13 May 2003 17:02:41 |
fjoe |
remove trailing slash |
2.6.2 13 May 2003 16:59:56 |
fjoe |
reformat comments |
2.6.2 13 May 2003 16:49:49 |
fjoe |
New port: krename
Very powerful batch file renamer for KDE3.
PR: 52073
Submitted y: Kirill Ponomarew |