non port: www/roundup/Makefile |
Number of commits found: 63 |
Sunday, 8 Mar 2020
|
17:01 antoine
Deprecate some ports using deprecated version of python
With hat: portmgr
 |
Wednesday, 15 Jan 2020
|
12:06 bapt
Add LOCALBASE/share/man to the valid path for manpages
Also compress manpages in this location.
As a followup of a discussion which occured in 2017:
https://lists.freebsd.org/pipermail/freebsd-arch/2017-March/018115.html
And following:
https://svnweb.freebsd.org/base?view=revision&revision=315053
and
https://svnweb.freebsd.org/base?view=revision&revision=315142
All the supported FreeBSD version now supports share/man in manpath for
LOCALBASE As a result the ports tree can now accept it for manpage, but
more over migrate to this new path. Resulting in more consistency now the
manpages in base and ports would be in the relative path (under share/)
and a reduced amount of patching needed to port something to FreeBSD
Note1: this has already be done for GNU info pages earlier
Note2: due to the fact that for end user no functionnality will change during
the migration of the manpages to the new location and to avoid massive rebuild
of packages, it has been decided to not bump portrevision when migrating.
Reviewed by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D23166
 |
Monday, 10 Sep 2018
|
13:14 mat
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
 |
Wednesday, 20 Jun 2018
|
17:05 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
 |
Thursday, 30 Nov 2017
|
15:50 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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Friday, 13 Jan 2017
|
09:28 amdmi3
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Use MANPREFIX
Approved by: portmgr blanket
 |
Monday, 24 Oct 2016
|
18:27 sbz
- Update to 1.5.1
PR: 207821
Submitted by: Jochen Neumeister <joneum at bsdproject.de>
 |
Sunday, 29 May 2016
|
21:48 rene
www/roundup: update optional psycopg dependency to psycopg2, the former
has expired.
Fix the dependency line while here, which was broken since at least
r310138 (2013-01-09).
Approved by: fix-it blanket
 |
Monday, 23 May 2016
|
20:35 amdmi3
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
 |
Friday, 1 Apr 2016
|
14:33 mat
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 19 May 2015
|
14:14 amdmi3
- Add CPE info
Approved by: portmgr blanket
 |
Saturday, 3 Jan 2015
|
08:41 mva
- Convert USE_PYTHON to new USES in www/
With hat: python@
 |
Tuesday, 22 Jul 2014
|
22:28 sbz
- Update to 1.5.0
 |
Sunday, 15 Jun 2014
|
08:36 sbz
- Support STAGEDIR
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
 |
Monday, 4 Mar 2013
|
10:55 lwhsu
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
 |
Wednesday, 9 Jan 2013
|
12:11 sbz
- Update to 1.4.21
- Convert to new option framework
 |
Thursday, 1 Sep 2011
|
15:21 sbz
- Bump USE_PYTHON to 2.5+
- Remove dependency on databases/py-pysqlite23, keep py-sqlite3
PR: ports/160220
Submitted by: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Approved by: jadawin@ (mentor)
 |
Friday, 22 Jul 2011
|
13:05 sbz
- Update to 1.4.19
- Fix BROKEN
Approved by: jadawin@ (mentor)
 |
Thursday, 21 Jul 2011
|
22:57 pav
- Mark BROKEN: does not package
tar: share/locale/de/LC_MESSAGES/roundup.mo: Cannot stat: No such file or
directory
tar: share/locale/en/LC_MESSAGES/roundup.mo: Cannot stat: No such file or
directory
tar: share/locale/es/LC_MESSAGES/roundup.mo: Cannot stat: No such file or
directory
[..]
Reported by: pointyhat
 |
Tuesday, 12 Jul 2011
|
05:47 sbz
- Fix NLS OPTIONS
- Bump PORTREVISION
Reported by: jlaffaye@
Approved by: miwi@ (mentor)
 |
Thursday, 7 Jul 2011
|
13:54 sbz
- Update to 1.14.18
- Add LICENSE
- Respect NLS OPTIONS
- Make happy portlint
Approved by: jadawin@ (mentor)
 |
Friday, 18 Mar 2011
|
10:04 sbz
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor)
 |
Monday, 27 Dec 2010
|
15:52 pgollucci
- new version of py-MySQLdb installs only the .egg 'zipped' so mysql.so
is no longer present to test for.
Approved by: itectu (portmgr, via irc)
 |
Friday, 15 Oct 2010
|
07:31 jadawin
- Update to 1.4.16
PR: ports/151428
Submitted by: Sofian Brabez <sbrabez _AT_ gmail.com>
 |
Monday, 23 Aug 2010
|
18:45 jadawin
- Update to 1.4.15
PR: ports/149695
Submitted by: Sofian Brabez <sbrabez _AT_ gmail.com>
 |
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
 |
Wednesday, 7 Apr 2010
|
23:59 sylvio
- Update to 1.4.13
PR: ports/145033
Submitted by: ghostonthewire <ghostonthewire@gmail.com>
Approved by: maintainer (timeout > 14days), itetcu (mentor, implicit)
 |
Thursday, 8 Oct 2009
|
14:37 yzlin
- Update to 1.4.9
PR: ports/139111
Submitted by: Nikolai Nespor <nikolai.nespor AT basis-wien.at>
Approved by: rafan (co-mentor), Sofian Brabez <sbrabez AT gmail.com>
(maintainer)
 |
Monday, 8 Jun 2009
|
22:30 miwi
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
 |
Friday, 15 May 2009
|
08:34 jadawin
- Update to 1.4.8
- Submitter take maintainership
- Update MASTER_SITES
PR: ports/134233
Submitted by: Sofian Brabez <sbrabez _at_ gmail.com>
 |
Thursday, 18 Dec 2008
|
02:24 linimon
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr
 |
Thursday, 2 Oct 2008
|
22:46 lwhsu
- Update to 1.4.6
PR: ports/127279
Submitted by: lwhsu
Approved by: maintainer timeout
 |
Friday, 6 Jun 2008
|
14:07 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)
 |
Monday, 17 Mar 2008
|
12:45 dryice
use different versions of pysqlite according to different versions of
Python. Thanks "Christian Aastorp" <christian@widenoja-design.no> for
pointing out.
 |
Wednesday, 5 Mar 2008
|
14:04 dryice
update to 1.4.4
 |
Tuesday, 26 Feb 2008
|
13:44 dryice
- update to 1.4.2
- utilize MASTER_SITES_CHEESESOPE
 |
Sunday, 6 Jan 2008
|
13:19 dryice
- Update to 1.4.1
- Metakit backend was removed by vendor
- Update my mail address
PR: ports/119336
Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru>
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Thursday, 22 Feb 2007
|
10:16 clsung
- Update to 1.3.3
PR: ports/109197
Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Approved by: maintainer (Dryice Liu)
 |
Wednesday, 20 Dec 2006
|
09:38 clsung
- Update to 1.3.2
PR: ports/106959
Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Approved by: maintainer (Dryice Liu)
 |
Sunday, 12 Nov 2006
|
21:37 miwi
- Update to 1.3.1
PR: ports/105429
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
 |
Saturday, 7 Oct 2006
|
15:33 miwi
- update to 1.2.1
PR: ports/104108
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
 |
Friday, 19 May 2006
|
06:02 itetcu
Add OPTIONS
PR: ports/97382
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
Approved by: tmclaugh (mentor)
 |
Wednesday, 10 May 2006
|
00:54 clsung
- update to 1.1.2
- remove sf.net as mirror site
PR: ports/97067
Submitted by: maintainer (Dryice Liu)
 |
Wednesday, 15 Mar 2006
|
18:21 garga
- Fix MASTER_SITES
bsdchat.com is no longer available. Thanks for all their support!
PR: ports/94459
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
 |
12:09 novel
Update to 1.1.1.
PR: 94206
Submitted by: Dryice Liu (maintainer)
 |
Wednesday, 15 Feb 2006
|
17:00 garga
- Update to 1.1.0
PR: ports/93390
Submitted by: maintainer
 |
Wednesday, 11 Jan 2006
|
04:01 edwin
[maintainer] change maintainer mail address
I'm the maintainer(dryice@liu.com.cn) of the following
ports. Please help to change the maintainer mail address to
dryice@dryice.name. This new mail address has a RDNS record
and will make the life easier. Thanks!
PR: ports/91624
Submitted by: Dryice Dong Liu <dryice@dryice.name>
 |
Wednesday, 23 Nov 2005
|
10:14 novel
- Update to 0.8.5
- Add SHA256 checksum
PR: 89444
Submitted by: Dryice Liu (maintainer)
 |
Wednesday, 20 Jul 2005
|
04:54 novel
Update to 0.8.4.
PR: 83760
Submitted by: Dryice Liu (maintainer)
 |
Saturday, 9 Jul 2005
|
04:20 novel
- Update to 0.8.3
- Add to category python
- Add another mirror site
- Pass maintainership to submitter
PR: 83172
Submitted by: Dryice Liu <dryice@liu.com.cn>
 |
Sunday, 13 Mar 2005
|
09:56 krion
Update to version 0.8.2
PR: ports/78749
Submitted by: Ports Fury
 |
Sunday, 19 Dec 2004
|
23:28 arved
Update to 0.7.9
 |
Wednesday, 24 Nov 2004
|
19:52 arved
Update to 0.7.8
 |
Wednesday, 19 May 2004
|
21:27 krion
- Update to version 0.7.2
PR: ports/66890
Submitted by: Ports Fury
 |
Saturday, 10 Apr 2004
|
17:26 trevor
Tidy up whitespace.
 |
Thursday, 1 Apr 2004
|
17:08 pav
- Update to 0.6.8
PR: ports/65041
Submitted by: Piet Delport <pjd@303.za.net>
 |
Thursday, 25 Mar 2004
|
18:42 nbm
Drop maintainership.
 |
Monday, 22 Mar 2004
|
09:34 nbm
Upgrade to 0.6.5
PR: 63164
Submitted by: SiGNOUT <signout@signout.dk>
 |
Thursday, 10 Jul 2003
|
14:18 nbm
Upgrade roundup to 0.5.7
PR: 52646
Submitted by: Matthew West <mwest@uct.ac.za>
 |
Monday, 24 Mar 2003
|
17:25 nbm
Add roundup 0.5.6, an Issue-Tracking System for Knowledge Workers
 |
Number of commits found: 63 |