Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.7.4.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.7.4.0_2 20 Jul 2022 14:22:43 |
Tobias C. Berner (tcberner) |
net-p2p: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Attila Nagy <bra@fsn.hu>
* Chad J. Milios <milios@ccsys.com>
* Damian Gerow <dgerow@afflictions.org>
* Daniel Morante <daniel@morante.net>
* Dave Cottlehuber <dch@skunkwerks.at>
* Dereckson <dereckson@gmail.com>
* Devin Teske <dteske@FreeBSD.org>
* Dmitriy Limonov (Only the first 15 lines of the commit message are shown above ) |
5.7.4.0_2 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
5.7.4.0_2 02 Sep 2021 08:53:15 |
Bernhard Froehlich (decke) |
net-p2p/vuze: Add CPE information
Approved by: portmgr (blanket) |
5.7.4.0_2 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
5.7.4.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.7.4.0_2 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
5.7.4.0_1 08 Nov 2019 13:26:08 |
tobik |
net-p2p: Add missing USES=gnome |
5.7.4.0_1 06 Oct 2019 21:37:05 |
antoine |
Fix dependencies |
5.7.4.0_1 30 Sep 2019 20:37:46 |
makc |
net-p2p/vuze:
- Switch from x11-toolkits/swt-devel to x11-toolkits/swt, which is newer
than -devel variant.
PR: 219186 |
5.7.4.0 13 Feb 2018 13:18:58 |
amdmi3 |
- Fix WWW: |
5.7.4.0 01 Feb 2017 20:13:50 |
pawel |
- Update to version 5.7.4.0
- Drop maintainership, I'm not using it anymore
- Remove antique minimal java version requirement
- Port is architecture neutral |
5.7.0.0 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
5.7.0.0 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
5.7.0.0 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
5.7.0.0 13 Jan 2016 23:15:48 |
pawel |
- Update to version 5.7.0.0
- Add LICENSE_FILE |
5.6.2.0 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
5.6.2.0 19 Aug 2015 20:42:05 |
pawel |
Update to version 5.6.2.0 |
5.6.1.2 18 Jun 2015 17:32:30 |
pawel |
Update to version 5.6.1.2 |
5.6.0.0 18 Mar 2015 19:43:07 |
pawel |
Update to version 5.6.0.0 |
5.5.0.0 24 Dec 2014 13:08:55 |
pawel |
Update to version 5.5.0.0 |
5.4.0.0_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
5.4.0.0 06 Sep 2014 15:55:34 |
pawel |
Update to version 5.4.0.0 |
5.3.0.0 31 May 2014 16:37:58 |
ak |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine) |
5.3.0.0 19 Mar 2014 19:15:25 |
pawel |
- Update to version 5.3.0.0
- Add LICENSE
PR: ports/187714
Submitted by: Radim Kolar <hsn@sanatana.dharma> |
5.2.0.0 10 Mar 2014 16:38:00 |
bapt |
Convert n* to USES=zip |
5.2.0.0 15 Dec 2013 13:27:54 |
pawel |
Update to version 5.2.0.0 |
5.1.0.0 13 Oct 2013 15:22:36 |
pawel |
Add support for STAGEDIR |
5.1.0.0 20 Sep 2013 22:28:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
5.1.0.0 12 Sep 2013 14:07:36 |
pawel |
- Update to version 5.1.0.0
- Add patch removing use of SWT 3.8 API
- Remove options, vuze don't build with ancient swt anymore
Changes: http://blog.vuze.com/2013/08/14/vuze-5-1/ |
5.0.0.0 22 May 2013 22:21:52 |
pawel |
Update to version 5.0.0.0 |
4.9.0.0 01 Mar 2013 15:44:14 |
pawel |
Update to version 4.9.0.0 |
4.8.1.2_1 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
4.8.1.2 22 Jan 2013 23:13:41 |
makc |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article and/or rephrase COMMENT
Approved by: portmgr (bapt), maintainer silence (12 days) |
4.8.1.2 19 Dec 2012 19:30:18 |
pawel |
- Update to version 4.8.1.2 [1]
- Remove stale /bin/bash removal
Submitted by: Mikhail T. <mi@aldan.algebra.com> via email [1] |
4.8.0.0 10 Dec 2012 13:43:44 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
4.8.0.0 28 Oct 2012 16:17:01 |
pawel |
- Update to version 4.8.0.0
- Take maintainership
- Remove out-of-date pkg-message
- Cleanup Makefile, remove unnecessary stuff - gecko bits, dos2unix
- Update homepage
Feature safe: yes |
4.7.2.0 16 Oct 2012 12:43:43 |
mi |
Upgrade from 4.7.1.2 to 4.7.2.0. Add a patch to offer KOI8-U as
a valid filename-encoding.
Feature safe: yes |
4.7.1.2 07 Oct 2012 00:42:19 |
linimon |
Attempt to fix build on pointyhat-west. |
4.7.1.2 04 Oct 2012 10:00:38 |
bapt |
Convert to new options framework |
4.7.1.2 11 Sep 2012 06:14:26 |
mi |
Upgrade from 4.7.0.2 to 4.7.1.2. Remove dependency on gecko -- does
not appear to be in any use... |
4.7.0.2_1 10 Sep 2012 19:19:33 |
beat |
- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko |
4.7.0.2 09 Jul 2012 02:33:29 |
mi |
(Trivial) update from 4.7.0.0 to 4.7.0.2. Developers' changelog lists
minor improvements. |
4.7.0.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.7.0.0 14 Nov 2011 05:35:54 |
mi |
Update from "obsolete" 4.3.1.4 to the currently-latest 4.7.0.0.
Feature safe: yes
Approved by: portmgr (tabthorpe) |
4.3.1.4_2 13 Aug 2011 07:40:10 |
crees |
Fix fetch, but it could still do with an update.
PR: ports/159667 |
4.3.1.4_2 02 Aug 2011 16:27:06 |
bapt |
Mark BROKEN: Does not fetch |
4.3.1.4_2 05 Jul 2011 02:51:42 |
tabthorpe |
- Reassign to the heap |
4.3.1.4_2 02 Jul 2011 18:06:14 |
miwi |
- Kick MD5 Support |
4.3.1.4_2 08 Aug 2010 08:56:41 |
beat |
- Bump PORTREVISION after libxul update
PR: ports/149044
Expr-run by: pav@
Approved by: portmgr (pav) |
4.3.1.4_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
4.3.1.4 11 Feb 2010 16:02:05 |
rnoland |
Update to 4.3.1.4 |
4.3.1.2 07 Feb 2010 14:02:33 |
rnoland |
Update to 4.3.1.2. |
4.3.0.4_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
4.3.0.4 01 Dec 2009 21:05:21 |
rnoland |
Update to 3.4.0.4
- Only support the libxul gecko backend now.
You will need to set the path to libxul in your
Options->Interface->Display section for browsing to work.
- Special hacks are no longer required for it to perform well. |
4.2.0.2_1 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
4.2.0.2_1 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 |
4.2.0.2 10 Apr 2009 07:40:26 |
rnoland |
Update to 4.2.0.2 |
4.1.0.4 07 Mar 2009 05:46:23 |
rnoland |
Update to 4.1.0.4 |
4.1.0.0 18 Feb 2009 21:18:06 |
rnoland |
Update to 4.1.0.0 |
4.0.0.4 18 Jan 2009 06:33:50 |
rnoland |
Fix build on amd64
Submitted by: Mikhail T. <mi@aldan.algebra.com>
Approved by: garga (mentor, implicit) |
4.0.0.4 22 Dec 2008 18:27:01 |
rnoland |
Update to 4.0.0.4
Note that this may co-exist with 3.x versions of azureus
Approved by: garga (mentor) |
3.1.1.0 22 Dec 2008 17:43:24 |
rnoland |
Forced commit after repocopy net-p2p/azureus -> net-p2p/vuze
Approved by: garga (mentor) |