non port: net-p2p/vuze/Makefile |
SVNWeb
|
Number of commits found: 60 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] ef8eaee (Only the first 10 of 57 ports in this commit are shown above. )
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 )
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
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)
|
Thu, 2 Sep 2021
|
[ 08:53 Bernhard Froehlich (decke) ] 6eeb04f
net-p2p/vuze: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 26 Nov 2019
|
[ 21:46 jkim ] (Only the first 10 of 443 ports in this commit are shown above. )
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
|
Fri, 8 Nov 2019
|
[ 13:26 tobik ] (Only the first 10 of 11 ports in this commit are shown above. )
net-p2p: Add missing USES=gnome
|
Sun, 6 Oct 2019
|
[ 21:37 antoine ]
Fix dependencies
|
Mon, 30 Sep 2019
|
[ 20:37 makc ]
net-p2p/vuze:
- Switch from x11-toolkits/swt-devel to x11-toolkits/swt, which is newer
than -devel variant.
PR: 219186
|
Wed, 1 Feb 2017
|
[ 20:13 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
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
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)
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 13 Jan 2016
|
[ 23:15 pawel ]
- Update to version 5.7.0.0
- Add LICENSE_FILE
|
Thu, 5 Nov 2015
|
[ 12:36 mat ] (Only the first 10 of 206 ports in this commit are shown above. )
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
|
Wed, 19 Aug 2015
|
[ 20:42 pawel ]
Update to version 5.6.2.0
|
Thu, 18 Jun 2015
|
[ 17:32 pawel ]
Update to version 5.6.1.2
|
Wed, 18 Mar 2015
|
[ 19:43 pawel ]
Update to version 5.6.0.0
|
Wed, 24 Dec 2014
|
[ 13:08 pawel ]
Update to version 5.5.0.0
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Sat, 6 Sep 2014
|
[ 15:55 pawel ]
Update to version 5.4.0.0
|
Sat, 31 May 2014
|
[ 16:37 ak ] (Only the first 10 of 20 ports in this commit are shown above. )
- 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)
|
Wed, 19 Mar 2014
|
[ 19:15 pawel ]
- Update to version 5.3.0.0
- Add LICENSE
PR: ports/187714
Submitted by: Radim Kolar <hsn@sanatana.dharma>
|
Mon, 10 Mar 2014
|
[ 16:38 bapt ] (Only the first 10 of 37 ports in this commit are shown above. )
Convert n* to USES=zip
|
Sun, 15 Dec 2013
|
[ 13:27 pawel ]
Update to version 5.2.0.0
|
Sun, 13 Oct 2013
|
[ 15:22 pawel ]
Add support for STAGEDIR
|
Fri, 20 Sep 2013
|
[ 22:28 bapt ] (Only the first 10 of 108 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
|
Thu, 12 Sep 2013
|
[ 14:07 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/
|
Wed, 22 May 2013
|
[ 22:21 pawel ]
Update to version 5.0.0.0
|
Fri, 1 Mar 2013
|
[ 15:44 pawel ]
Update to version 4.9.0.0
|
Wed, 23 Jan 2013
|
[ 15:00 makc ] (Only the first 10 of 237 ports in this commit are shown above. )
Bump PORTREVISION after DESKTOP_ENTRIES update
|
Tue, 22 Jan 2013
|
[ 23:13 makc ] (Only the first 10 of 35 ports in this commit are shown above. )
- 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)
|
Wed, 19 Dec 2012
|
[ 19:30 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]
|
Mon, 10 Dec 2012
|
[ 13:43 bapt ] (Only the first 10 of 118 ports in this commit are shown above. )
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3)
|
Sun, 28 Oct 2012
|
[ 16:17 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
|
Tue, 16 Oct 2012
|
[ 12: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
|
Sun, 7 Oct 2012
|
[ 00:42 linimon ]
Attempt to fix build on pointyhat-west.
|
Thu, 4 Oct 2012
|
[ 10:00 bapt ]
Convert to new options framework
|
Tue, 11 Sep 2012
|
[ 06:14 mi ]
Upgrade from 4.7.0.2 to 4.7.1.2. Remove dependency on gecko -- does
not appear to be in any use...
|
Mon, 10 Sep 2012
|
[ 19:19 beat ] (Only the first 10 of 80 ports in this commit are shown above. )
- 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
|
Mon, 9 Jul 2012
|
[ 02:33 mi ]
(Trivial) update from 4.7.0.0 to 4.7.0.2. Developers' changelog lists
minor improvements.
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Mon, 14 Nov 2011
|
[ 05:35 mi ]
Update from "obsolete" 4.3.1.4 to the currently-latest 4.7.0.0.
Feature safe: yes
Approved by: portmgr (tabthorpe)
|
Sat, 13 Aug 2011
|
[ 07:40 crees ]
Fix fetch, but it could still do with an update.
PR: ports/159667
|
Tue, 2 Aug 2011
|
[ 16:27 bapt ] (Only the first 10 of 14 ports in this commit are shown above. )
Mark BROKEN: Does not fetch
|
Tue, 5 Jul 2011
|
[ 02:51 tabthorpe ] (Only the first 10 of 18 ports in this commit are shown above. )
- Reassign to the heap
|
Sun, 8 Aug 2010
|
[ 08:56 beat ] (Only the first 10 of 18 ports in this commit are shown above. )
- Bump PORTREVISION after libxul update
PR: ports/149044
Expr-run by: pav@
Approved by: portmgr (pav)
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Thu, 11 Feb 2010
|
[ 16:02 rnoland ]
Update to 4.3.1.4
|
Sun, 7 Feb 2010
|
[ 14:02 rnoland ]
Update to 4.3.1.2.
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Tue, 1 Dec 2009
|
[ 21:05 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.
|
Sat, 22 Aug 2009
|
[ 00:32 amdmi3 ] (Only the first 10 of 341 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with N
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Fri, 10 Apr 2009
|
[ 07:40 rnoland ]
Update to 4.2.0.2
|
Sat, 7 Mar 2009
|
[ 05:46 rnoland ]
Update to 4.1.0.4
|
Wed, 18 Feb 2009
|
[ 21:18 rnoland ]
Update to 4.1.0.0
|
Sun, 18 Jan 2009
|
[ 06:33 rnoland ]
Fix build on amd64
Submitted by: Mikhail T. <mi@aldan.algebra.com>
Approved by: garga (mentor, implicit)
|
Mon, 22 Dec 2008
|
[ 18:27 rnoland ]
Update to 4.0.0.4
Note that this may co-exist with 3.x versions of azureus
Approved by: garga (mentor)
|
[ 17:43 rnoland ] (Only the first 10 of 11 ports in this commit are shown above. )
Forced commit after repocopy net-p2p/azureus -> net-p2p/vuze
Approved by: garga (mentor)
|
Number of commits found: 60 |