Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.1_1,2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
2.1.1,2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.1.1,2 26 Jun 2023 23:30:29 |
Robert Clausecker (fuz) Author: Joakim Bergman |
net-p2p/deluge-cli: update to 2.1.1
fixes:
- pidfile for deluge-web
- long options in command_args to make it easier to read
- remove deprecated -f (fork) option, it's now default and there is no
way to explicitly negate the new option --do-not-daemonize
- use *_confdir variable in command_args instead of $required_dirs which
just happened to have the same value (more explicit this way)
- remove setproctitle dependency to allow stop/restart of service
(process cannot be found otherwise)
- replace slimit with rjsmin for javascript minification for web ui
- make PY_PILLOW dependency optional for cli and required for ui
(default include)
Changelog: https://deluge.readthedocs.io/en/latest/changelog.html
Approved by: rm (maintainer timeout, two weeks)
PR: 242033 |
2.0.3_5,2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
2.0.3_4,2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
2.0.3_3,2 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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) |
2.0.3_2,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 ) |
2.0.3_2,2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.0.3_1,2 18 Oct 2021 09:36:16 |
Bernhard Froehlich (decke) |
net-p2p/deluge: Remove CPE information for metaport |
2.0.3_1,2 08 Oct 2021 11:42:29 |
Bernhard Froehlich (decke) |
net-p2p/deluge: Add CPE information
Approved by: portmgr (blanket) |
2.0.3_1,2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0.3_1,2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.3_1,2 09 Nov 2020 17:08:12 |
tcberner |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
2.0.3,2 22 Apr 2020 15:04:24 |
rm |
net-p2p/deluge: update to 2.0.3
2.0 release notes: https://deluge.readthedocs.io/en/latest/releases/2.0.html
2.0.3 changelog: https://deluge.readthedocs.io/en/latest/changelog.html
This update includes migrating to python3/gtk3 stack and some extra stability
fixes from upstream repository, not yet released.
The port still need rc-scripts to be adjusted to run in headless mode out of
the box, but user may just toggle "Auto-connect to selected daemon" and
"Auto-start localhost daemon" or click "Start daemon" button in connection
manager window to make things happen. This (rc-scripts update) would be done
later when time permits.
PR: 241202
Reported by: many |
1.3.15,2 19 Feb 2020 17:59:36 |
antoine |
Clean up USES
With hat: portmgr |
1.3.15,2 28 Jan 2020 21:57:19 |
antoine |
Deprecate some pygtk2 ports
With hat: portmgr |
1.3.15,2 20 Dec 2019 09:28:18 |
yuri |
net-p2p/deluge: Revert the previous erroneous commit |
2.0.3,1 20 Dec 2019 03:24:08 |
yuri |
net-p2p/deluge: Update 1.3.15 -> 2.0.3
Update is necessary because the underlying library libtorrent-rasterbar needs to
be updated.
PR: 241202
Approved by: rm (maintainer's timeout) |
1.3.15_3,1 08 Nov 2019 13:26:08 |
tobik |
net-p2p: Add missing USES=gnome |
1.3.15_3,1 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 |
1.3.15_2,1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.3.15_1,1 28 Jul 2018 23:23:47 |
yuri |
Replace explicit devel/py-game dependencies with ${PYGAME} in 7 ports
This is to simplify the pending rename devel/py-game -> devel/py-pygame in
bug#230115.
PR: 230118 230119
Approved by: portmgr |
1.3.15_1,1 18 Jul 2018 09:37:45 |
amdmi3 |
- Pet portlint
- Update WWW
Approved by: portmgr blanket |
1.3.15_1,1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.3.15,1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.3.15,1 13 May 2017 05:48:41 |
rm |
net-p2p/deluge: update to 1.3.15
changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1512May2017 |
1.3.14,1 08 Mar 2017 06:12:52 |
rm |
net-p2p/deluge: update to 1.3.14
This is a routine bug-fix release.
Changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.146March2017 |
1.3.13_1,1 26 Oct 2016 16:52:23 |
rm |
net-p2p/deluge: split out CLI part
By popular demand split out deluge onto CLI part and GUI part to let users with
headless servers or users who do not want to install all the GTK2 stuff install
just deluge with minimal required dependencies.
deluge-cli port was introduced, that let user to run in CLI mode and to control
the queue via web-interface.
This change requires all the users of net-p2p/deluge to deinstall it first and
then install the required part:
- net-p2p/deluge-cli if GTK2 GUI is not required
- net-p2p/deluge to get the graphical client (net-p2p/deluge-cli will be
installed as a dependency)
Requested by: many |
1.3.13,1 23 Aug 2016 21:04:58 |
rm |
net-p2p/deluge: fix up OPT_USE and OPT_VARS
Align OPT_USE and OPT_VARS usage to Porter's Handbook. |
1.3.13,1 22 Jul 2016 20:49:47 |
rm |
net-p2p/deluge: update to 1.3.13
- update to 1.3.13
- switch to option helpers
- add creatiion of .python-eggs for deluge_web - this resolves
installation of plugins for deluge_web [1]
This release also fixing Scheduler plugin as reported by dbn@ [2], so
this is the reason for MFH request.
Changes: http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1320July2016
PR: 207558 [2]
Submitted by: Marlon Leerkotte <mrleerkotte@protonmail.com> [1] (private mail)
Reported by: dbn [2]
MFH: 2016Q3 |
1.3.12,1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.3.12,1 22 Sep 2015 07:01:17 |
rm |
net-p2p/deluge: update to 1.3.12
- update to 1.3.12
- remove patch, included upstream
- add NO_ARCH, sort USES
changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1213September2015 |
1.3.11_2,1 02 Aug 2015 20:23:56 |
kwm |
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@ |
1.3.11_2,1 10 Mar 2015 17:28:25 |
rm |
net-p2p/deluge: fix blocklist plugin
Add upstream patch to fix blocklist plugin with version of Twisted
that's now in ports tree.
Upstream bug report: http://dev.deluge-torrent.org/ticket/2737
PR: 198332
Reported by: Chris Ross <cross+freebsd@distal.com> |
1.3.11_1,1 30 Dec 2014 13:38:39 |
rm |
net-p2p/deluge: add explicit dependency on pygnome2
- add explicit dependency on pygnome2. Without this, deluge-gtk will
fail to work in gnome3 environment
- bump PORTREVION because of dependency change |
1.3.11,1 01 Dec 2014 18:41:13 |
rm |
net-p2p/deluge: update to 1.3.11
Changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1130November2014 |
1.3.10,1 16 Oct 2014 09:42:09 |
rm |
net-p2p/deluge: update to 1.3.10
Changes:
GtkUI
#2256: Indexes are not updated correctly when removing column
Fix bug in the torrentview when Plugins added a column
WebUI
Security update for POODLE vulnerability |
1.3.9,1 06 Oct 2014 06:50:58 |
rm |
net-p2p/deluge: update to 1.3.9
- update to 1.3.9 (bugfix release)
Changelogs:
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.84October2014
http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.94October2014 |
1.3.7,1 28 Sep 2014 09:55:37 |
rm |
net-p2p/deluge: update to 1.3.7
- update to 1.3.7
- add LICENSE_FILE
- convert to USES, sort knobs
- add patch that fix default upload speed rate [1]
- remove patch applied upstream
- add back missed i18n files
Submitted by: T.J. <xtainted@gmail.com> [1] |
1.3.6_5,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) |
1.3.6_4,1 11 Aug 2014 17:05:50 |
adamw |
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports) |
1.3.6_3,1 07 Jun 2014 19:33:47 |
rm |
net-p2p/deluge: fix non-default installation
Fix installation with GTK2 option unset. Not bumping PORTREVISION, because
this is not default.
Reported by: Kenta S. <kentas@hush.com> (private email) |
1.3.6_3,1 05 Jun 2014 09:22:33 |
rm |
net-p2p/deluge: correct executable name while nobody seeing |
1.3.6_3,1 05 Jun 2014 09:20:25 |
rm |
net-p2p/deluge: support staging and more
- do not use easy_install and convert to auto-generated plist
- add staging support
- convert USE_XZ to USES
- Makefile clean-up
- add startup script for deluge-web [1]
PR: 185888
Reported by: huber.georg@gmail.com
Submitted by: Daniel O'Connor <darius@dons.net.au> (private email) [1]
- fix compatibility issue with twisted > 13.1.0, that prevents BlockList plugin
from work correctly [2]
PR: 189497
Submitted by: George Amanakis <g_amanakis@yahoo.com> [2] |
1.3.6_2,1 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
1.3.6_1,1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.3.6_1,1 08 Dec 2013 12:04:08 |
mva |
New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
USE_TWISTED= yes
USE_TWISTED= conch names
USE_TWISTED_RUN= yes
you now would write
USES= twisted
USES= twisted:conch,names
USES= twisted:run |
1.3.6_1,1 06 Nov 2013 12:18:29 |
nemysis |
- Fix net-p2p/libtorrent-rasterbar dependency due to recent commit
- Change net-p2p/Makefile
Approved by: bdrewery> |
1.3.6_1,1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
1.3.6,1 22 Oct 2013 13:59:54 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [np])
Approved by: portmgr (bdrewery) |
1.3.6,1 20 Sep 2013 22:28:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-p2p) |
1.3.6,1 18 Jul 2013 10:42:15 |
rm |
- convert desktopfileutils to USES
Submitted by: miwi (by mail) |
1.3.6,1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.3.6,1 26 Feb 2013 09:03:49 |
rm |
- update to 1.3.6
- remove patches, applied upstream
changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog
Tested by: T.J. <xtainted@gmail.com> |
1.3.5_2,1 02 Feb 2013 13:03:04 |
rm |
- switch the dependency to libtorrent-rasterbar 1.6.x, because with importing of
new version of boost-libs, libtorrent-raster 1.5.x is now broken. In fact I'm
using it already for some time, and everything is fine except for downloading
via proxy, there is details [1]
- backport upstream patch that is fixing libtorrent 0.16-specific issues with
unicoded filenames [2]
- convert to optionsng
- tab -> space change in pkg-descr
- bump PORTREVISION
- add UPDATING entry
[1] https://dev.deluge-torrent.org/ticket/2149
[2] http://goo.gl/i5hXc |
1.3.5_1,1 31 Dec 2012 17:03:21 |
mezz |
Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me. |
1.3.5_1,1 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
1.3.5_1,1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.3.5,1 11 Apr 2012 20:42:30 |
rm |
- update to 1.3.5
changelog:
http://dev.deluge-torrent.org/wiki/ChangeLog |
1.3.4,1 10 Mar 2012 20:05:38 |
rm |
- update to 1.3.4
- strict python versions
- drop WITH_PSYCO option (python < 2.6 is EOL)
- drop optional simplejson dependency (for python < 2.6)
- silence REINPLACE_CMD calls
changes:
http://dev.deluge-torrent.org/wiki/ChangeLog
Feature safe: yes |
1.3.3,1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.3.3,1 10 Nov 2011 22:20:18 |
rm |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
1.3.3,1 19 Oct 2011 22:12:04 |
pawel |
Fix build when WITHOUT_PYGTK=true
PR: ports/160898
Reported by: Doug Penner <darwinsurvivor@gmail.com>
Fix by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) |
1.3.3,1 22 Aug 2011 20:46:33 |
kwm |
- update to 1.3.3
- Assign maintainer to submitter
- install license with license framework, not manually
- eliminate explicit setuptools dependency because build/run dependency on it
already implied when USE_DISTUTILS=easy_install is set
- remove boost-python-libs dependency - it is needed only for bundled
libtorrent-rasterbar-python, while we install libtorrent-rasterbar-python
from ports tree
- depend on simplejson only if python < 2.6 (it is included into >=2.6)
- use PYTHON_VER instead of homebrew PYDOTVER (yeah, i know they are not
the same, but PYTHON_VER is sufficient in this case)
- www/py-twistedWeb dependency is needed only at runtime, so use USE_TWISTED_RUN
instead
- unset WITH_PSYCO if python version > 2.6 (psyco doesn't works with 2.6+)
- fix some whitespace
PR: ports/159175
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: jsa@ (old maintainer) |
1.3.2,1 11 Jul 2011 14:36:20 |
jsa |
Unbreak port and update to 1.3.2.
Take maintainership.
Approved by: kwm (mentor), pav (portmgr) |
1.3.1,1 05 Jan 2011 17:16:32 |
pav |
- Mark BROKEN: bad dependency object
Reported by: pointyhat |
1.3.1,1 24 Dec 2010 13:35:13 |
lioux |
- Switch from .tar.bz2 (size 2344492) to .tar.lzma (size 1869318)
distfile.
- No PORTREVISION bump since there was no functional change. |
1.3.1,1 02 Nov 2010 11:39:51 |
lioux |
Update to 1.3.1 |
1.3.0_1,1 30 Sep 2010 10:37:25 |
lioux |
- Fix PLIST: do not remove files we did not install when
(PREFIX != LOCALBASE).
- Bump PORTREVISION.
Submitted by: pointyhat |
1.3.0,1 21 Sep 2010 01:45:03 |
lioux |
- Update to 1.3.0
- Add DESKTOP_ENTRIES
- Take over maintainership |
1.3.0.r2,1 21 Aug 2010 20:04:36 |
lioux |
Update to 1.3.0_rc2 |
1.3.0.r1_1,1 01 Jul 2010 19:27:18 |
dougb |
Bump PORTREVISION for rev 1.2 of the rc.d file
... because you can never have too many 1's in a PKGNAME
Feature safe: yes |
1.3.0.r1,1 01 Jul 2010 19:25:48 |
dougb |
Commit the proper version of the rc.d script, not the POC version:
* Allow configuration of _confdir and _logfile
* Put the pid file in /var/run/$name with proper permissions
* Clean up pid file and directory on exit, remove log if empty
Feature safe: yes |
1.3.0.r1,1 01 Jul 2010 08:34:36 |
dougb |
Update to version 1.3.0_rc1, which has numerous improvements and fixes
Major work on the update done by: lioux
Tweaks, bugs, and rc.d script by: me
Feature safe: yes |
1.1.9_5,1 11 Jun 2010 21:56:24 |
gerald |
Replace the deprecated USE_GCC=4.3+ by USE_GCC=4.4+. |
1.1.9_5,1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.1.9_4,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.1.9_3,1 17 Feb 2010 02:33:20 |
lioux |
Add PSYCO option to enable devel/py-psyco optimization support
Feature safe: yes |
1.1.9_3,1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.1.9_2,1 01 Feb 2010 13:04:04 |
miwi |
- Revert back to previous version (to many problems)
- Bump PORTEPOCH
Requested by: many |
1.2.0 21 Jan 2010 21:14:34 |
miwi |
- Update to 1.2.0
PR: 142983
Submitted by: Ports Fury |
1.1.9_2 30 Dec 2009 08:46:30 |
pav |
- Bump to force rebuild after boost upgrade
Requested by: Michal Varga <varga.michal@gmail.com> |
1.1.9_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 |
1.1.9 28 Jul 2009 11:45:09 |
pav |
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer) |
1.1.9 26 Jun 2009 14:41:13 |
miwi |
- Update to 1.1.9
PR: 136050
Submitted by: Ports Fury |
1.1.8 28 May 2009 23:49:42 |
miwi |
- Update to 1.1.8
PR: 135036
Submitted by: Ports Fury |
1.1.5 07 Apr 2009 12:20:36 |
lwhsu |
- Add USE_GCC=4.3+ to fix building with boost 1.37
PR: ports/132900
Submitted by: amdmi3 |
1.1.5 25 Mar 2009 16:45:59 |
amdmi3 |
- Revert the last change - known to break the build with boost 1.34. Is be
committed again along with boost update. |
1.1.5 23 Mar 2009 23:20:13 |
amdmi3 |
- Fix build with upcoming boost 1.37.1
PR: 132900
Submitted by: myself |
1.1.5 18 Mar 2009 20:06:39 |
mezz |
Release these ports into wild. I don't have time for these ports anymore. I am
keeping maintain two ports that don't require a lot of time to take care of. |
1.1.5 18 Mar 2009 19:44:08 |
mezz |
Update to 1.1.5. |
1.1.4 12 Mar 2009 03:26:37 |
mezz |
Update to 1.1.4. |
1.1.3_1 07 Mar 2009 17:45:03 |
mezz |
Add a missing dependency (py-gobject) when WITHOUT_PYGTK is defined. Bump the
PORTREVISION.
PR: ports/132320
Reported by: Oleg Gawriloff <barzog@telecom.by> |
1.1.3 21 Feb 2009 23:18:22 |
mezz |
Update to 1.1.3. Thanks to my friend for let me use his FreeBSD box. |
1.1.1 28 Jan 2009 04:02:58 |
mezz |
Update to 1.1.1.
Submitted by: Victor Popov <v.a.popov@gmail.com> |
1.1.0 19 Jan 2009 04:18:09 |
mezz |
net-p2p/deluge: Update to 1.1.0.
net-p2p/deluge05: Repocopied from net-p2p/deluge and update to 0.5.9.4. This
is for anyone that do not want to move to 1.1.0.
Repocopy: marcus |
0.5.9.3_1 25 Jul 2008 12:24:09 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
0.5.9.3_1 26 Jun 2008 00:57:22 |
mezz |
The tarball has been re-rolled. They have backed out the plugins related fix:
http://dev.deluge-torrent.org/changeset/3273
But, they didn't backout in SVN. Only in tarball. I am still awaiting for
one of developer's answer to my question as I don't know what reason why
SVN and tarball are different. Bump the PORTREVISION.
Reported by: many |
0.5.9.3 24 Jun 2008 04:46:23 |
mezz |
Update to 0.5.9.3. |