notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net-p2p/vuze/Makefile
SVNWeb

Number of commits found: 60

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:ef8eaee7579a2e6598077d27c62d8a7af4434276  commit hash:ef8eaee7579a2e6598077d27c62d8a7af4434276  commit hash:ef8eaee7579a2e6598077d27c62d8a7af4434276  ef8eaee  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 10 Oct 2021
[ 19:44 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  commit hash:2c672a4de941dc57142d867ba42396b1b64d2921  2c672a4  (Only the first 10 of 586 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:6eeb04fc4f658693a4bbb5051e56502a0de5ae7f  commit hash:6eeb04fc4f658693a4bbb5051e56502a0de5ae7f  commit hash:6eeb04fc4f658693a4bbb5051e56502a0de5ae7f  6eeb04f 
net-p2p/vuze: Add CPE information

Approved by:    portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 26 Nov 2019
[ 21:46 jkim search for other commits by this committer ] Original commit   Revision:518482 (Only the first 10 of 443 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:517060 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
net-p2p: Add missing USES=gnome
Sun, 6 Oct 2019
[ 21:37 antoine search for other commits by this committer ] Original commit   Revision:513911
Fix dependencies
Mon, 30 Sep 2019
[ 20:37 makc search for other commits by this committer ] Original commit   Revision:513410
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 search for other commits by this committer ] Original commit   Revision:433088
- 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 search for other commits by this committer ] Original commit   Revision:431796 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 13 Jan 2016
[ 23:15 pawel search for other commits by this committer ] Original commit   Revision:406077
- Update to version 5.7.0.0
- Add LICENSE_FILE
Thu, 5 Nov 2015
[ 12:36 mat search for other commits by this committer ] Original commit   Revision:400848 (Only the first 10 of 206 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:394812
Update to version 5.6.2.0
Thu, 18 Jun 2015
[ 17:32 pawel search for other commits by this committer ] Original commit   Revision:390033
Update to version 5.6.1.2
Wed, 18 Mar 2015
[ 19:43 pawel search for other commits by this committer ] Original commit   Revision:381574
Update to version 5.6.0.0
Wed, 24 Dec 2014
[ 13:08 pawel search for other commits by this committer ] Original commit   Revision:375454
Update to version 5.5.0.0
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:367446
Update to version 5.4.0.0
Sat, 31 May 2014
[ 16:37 ak search for other commits by this committer ] Original commit   Revision:355995 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit   Revision:348645
- 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 search for other commits by this committer ] Original commit   Revision:347778 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Convert n* to USES=zip
Sun, 15 Dec 2013
[ 13:27 pawel search for other commits by this committer ] Original commit   Revision:336528
Update to version 5.2.0.0
Sun, 13 Oct 2013
[ 15:22 pawel search for other commits by this committer ] Original commit   Revision:330232
Add support for STAGEDIR
Fri, 20 Sep 2013
[ 22:28 bapt search for other commits by this committer ] Original commit   Revision:327758 (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p)
Thu, 12 Sep 2013
[ 14:07 pawel search for other commits by this committer ] Original commit   Revision:327067
- 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 search for other commits by this committer ] Original commit   Revision:318801
Update to version 5.0.0.0
Fri, 1 Mar 2013
[ 15:44 pawel search for other commits by this committer ] Original commit   Revision:313155
Update to version 4.9.0.0
Wed, 23 Jan 2013
[ 15:00 makc search for other commits by this committer ] Original commit   Revision:310871 (Only the first 10 of 237 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after DESKTOP_ENTRIES update
Tue, 22 Jan 2013
[ 23:13 makc search for other commits by this committer ] Original commit   Revision:310845 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit   Revision:309255
- 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 search for other commits by this committer ] Original commit   Revision:308605 (Only the first 10 of 118 ports in this commit are shown above. View all ports for this commit)
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
Sun, 28 Oct 2012
[ 16:17 pawel search for other commits by this committer ] Original commit   Revision:306556
- 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 search for other commits by this committer ] Original commit   Revision:305967
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 search for other commits by this committer ] Original commit   Revision:305424
Attempt to fix build on pointyhat-west.
Thu, 4 Oct 2012
[ 10:00 bapt search for other commits by this committer ] Original commit   Revision:305247
Convert to new options framework
Tue, 11 Sep 2012
[ 06:14 mi search for other commits by this committer ] Original commit   Revision:304081
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 search for other commits by this committer ] Original commit   Revision:304053 (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit 
(Trivial) update from 4.7.0.0 to 4.7.0.2. Developers' changelog lists
minor improvements.
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Mon, 14 Nov 2011
[ 05:35 mi search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
Fix fetch, but it could still do with an update.

PR:             ports/159667
Tue, 2 Aug 2011
[ 16:27 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Mark BROKEN: Does not fetch
Tue, 5 Jul 2011
[ 02:51 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Reassign to the heap
Sun, 8 Aug 2010
[ 08:56 beat search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Bump PORTREVISION after libxul update

PR:             ports/149044
Expr-run by:    pav@
Approved by:    portmgr (pav)
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Thu, 11 Feb 2010
[ 16:02 rnoland search for other commits by this committer ] Original commit 
Update to 4.3.1.4
Sun, 7 Feb 2010
[ 14:02 rnoland search for other commits by this committer ] Original commit 
Update to 4.3.1.2.
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Tue, 1 Dec 2009
[ 21:05 rnoland search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit  (Only the first 10 of 341 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with N
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit 
Update to 4.2.0.2
Sat, 7 Mar 2009
[ 05:46 rnoland search for other commits by this committer ] Original commit 
Update to 4.1.0.4
Wed, 18 Feb 2009
[ 21:18 rnoland search for other commits by this committer ] Original commit 
Update to 4.1.0.0
Sun, 18 Jan 2009
[ 06:33 rnoland search for other commits by this committer ] Original commit 
Fix build on amd64

Submitted by:   Mikhail T. <mi@aldan.algebra.com>
Approved by:    garga (mentor, implicit)
Mon, 22 Dec 2008
[ 18:27 rnoland search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Forced commit after repocopy net-p2p/azureus -> net-p2p/vuze

Approved by:    garga (mentor)

Number of commits found: 60