Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Nov 2019 13:59:51
1.4.3

|
tobik  |
multimedia: Add missing USES={gl,gnome,sdl,xorg} |
11 Jan 2019 15:09:16
1.4.3

|
mat  |
Disable flavors for Python ports without PYTHON_PKGNAMEPREFIX/SUFFIX. |
20 Jun 2018 17:05:44
1.4.3

|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
27 May 2018 20:56:47
1.4.3

|
yuri  |
multimedia/gaupol: Plist problem fixed by the upstream
Followup to r470990:
They quickly fixed the plist problem that I've reported.
PR: 226704 |
27 May 2018 19:05:53
1.4

|
yuri  |
multimedia/gaupol: Correction: uncomment PYDISTUTILS_INSTALLARGS |
27 May 2018 19:05:01
1.4

|
yuri  |
multimedia/gaupol: Update 0.19.2 -> 1.4; Change of maintainership
Port changes:
* greg@unrelenting.technology takes maintainership
* Change PORTVERSION to DISTVERSION
* Switch to github
* Now use distutils/plist/etc
* Adjust USE_GNOME
* Delete --single-version-externally-managed in PYDISTUTILS_INSTALLARGS since
PYDISTUTILS_INSTALLNOSINGLE is deprecated
* Change WWW URL
PR: 226704
Submitted by: Greg V <greg@unrelenting.technology> |
09 Dec 2017 11:36:48
0.19.2_4

|
antoine  |
Add explicit FLAVOR to dependencies (useful when using
DEFAULT_VERSIONS=python=3.x) |
30 Nov 2017 15:50:34
0.19.2_4

|
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 ) |
01 Apr 2016 14:16:20
0.19.2_4

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
24 Feb 2016 18:48:47
0.19.2_4

|
amdmi3  |
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Fix build with disabled NLS |
02 Aug 2015 20:23:56
0.19.2_4

|
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@ |
19 Jan 2015 21:24:38
0.19.2_4

|
bapt  |
Cleanup Makefile
Remove redundant @exec |
21 Oct 2014 17:22:08
0.19.2_4

|
mva  |
- Convert ports of multimedia/ to new USES=python
Approved by: portmgr (implicit) |
23 Sep 2014 11:19:32
0.19.2_4

|
amdmi3  |
- Drop @dirrm* from plist |
10 Sep 2014 20:50:37
0.19.2_4

|
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) |
22 Jun 2014 15:04:03
0.19.2_3

|
riggs  |
- Stagify
Approved by: mentors (implicit) |
30 May 2014 20:33:46
0.19.2_3

|
cs  |
Back to pool
Approved by: portmgr (implicit) |
10 Mar 2014 20:55:22
0.19.2_3

|
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) |
21 Feb 2014 13:38:21
0.19.2_2

|
ehaupt  |
Remove trailing whitespaces from category multimedia |
10 Feb 2014 13:54:28
0.19.2_2

|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
15 Dec 2013 16:22:17
0.19.2_2

|
wg  |
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above ) |
26 Oct 2013 00:52:36
0.19.2_2

|
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 ) |
20 Sep 2013 20:57:49
0.19.2_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
06 May 2013 10:22:41
0.19.2_1

|
bapt  |
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework |
24 Apr 2013 18:10:32
0.19.2_1

|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
01 Jun 2012 05:26:28
0.19.2_1
|
dinoex  |
- update png to 1.5.10 |
02 Mar 2012 20:30:35
0.19.2
|
cs  |
Update to 0.19.2
Approved by: glarkin@ (mentor, implicit) |
11 Oct 2011 20:02:54
0.19.1
|
cs  |
Update to 0.19.1
Approved by: glarkin@ (mentor) |
15 Sep 2011 12:33:27
0.18
|
cs  |
Change maintainer address to my FreeBSD address
Approved by: wen@ (mentor) |
22 Jul 2011 01:37:09
0.18
|
pav  |
- Stop removing shared metadata on deinstall
Reported by: pointyhat |
12 Jul 2011 18:46:50
0.18
|
glarkin  |
- Updated to 0.18
ChangeLog: http://download.gna.org/gaupol/0.18/gaupol-0.18.news
PR: ports/157476
Submitted by: C-S <c-s@c-s.li> (maintainer) |
22 Apr 2011 19:14:36
0.17.2
|
glarkin  |
- Updated to 0.17.2
Changes:
https://github.com/otsaloma/gaupol/commit/1789c62604fe528cc8b3c5e2e4f4ef67576f9c19#NEWS
PR: ports/156390
Submitted by: C-S <c-s@c-s.li> (maintainer) |
03 Dec 2010 19:56:24
0.17.1
|
glarkin  |
- Fixed plist problems
Reported by: QAT |
01 Dec 2010 22:48:07
0.17.1
|
glarkin  |
- Updated to 0.17.1 (http://download.gna.org/gaupol/0.17/gaupol-0.17.1.news)
- Passed maintainership to submitted
- Added LICENSE
- Minimal version of Python is now 2.6+
PR: ports/152051
Submitted by: C-S <c-s at c-s dot li> |
15 Jul 2010 07:29:08
0.17
|
miwi  |
- Update to 0.17
PR: 148565
Submitted by: Ports Fury |
31 May 2010 02:01:56
0.15.1_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
09 May 2010 11:22:06
0.15.1
|
miwi  |
- Update to 0.15.1
PR: 146307
Submitted by: Ports Fury |
28 Mar 2010 06:47:48
0.15_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.15_1
|
dinoex  |
- update to jpeg-8 |
21 Dec 2009 02:19:12
0.15
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
20 Oct 2009 09:40:14
0.15
|
miwi  |
- Update to 0.15
PR: 139770
Submitted by: Ports Fury |
31 Jul 2009 13:57:52
0.13.1_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
11 Feb 2009 17:45:50
0.13.1
|
nivit  |
- Update to 0.13.1
PR: ports/131592
Submitted by: nivit |
11 Feb 2009 16:48:01
0.12.3_1
|
nivit  |
- Chase textproc/py-enchant update |
07 Sep 2008 00:19:05
0.12.3_1
|
linimon  |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
06 Jun 2008 13:48:22
0.12.3
|
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) |
15 Dec 2007 09:16:28
0.12.3
|
sat  |
- Update to 0.12.3 |
19 May 2007 20:32:57
0.7.2_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
18 Apr 2007 08:01:25
0.7.2
|
sat  |
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports |
22 Jan 2007 14:31:08
0.7.2
|
sat  |
Add port multimedia/gaupol:
Gaupol is an editor for text-based subtitle files. It supports multiple
subtitle file formats and provides convenient means of correcting texts
and timing subtitles to match video. The user interface is designed with
attention to batch processing of multiple documents and convenience of
translating.
WWW: http://home.gna.org/gaupol/
Author: Osmo Salomaa <otsaloma@cc.hut.fi> |