notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/roundup/Makefile

Number of commits found: 63

Sunday, 8 Mar 2020
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Wednesday, 15 Jan 2020
12:06 bapt search for other commits by this committer
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
Original commitRevision:523104 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
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
Original commitRevision:479406 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
Original commitRevision:455210 
Friday, 13 Jan 2017
09:28 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Use MANPREFIX

Approved by:	portmgr blanket
Original commitRevision:431363 
Monday, 24 Oct 2016
18:27 sbz search for other commits by this committer
- Update to 1.5.1

PR:		207821
Submitted by:	Jochen Neumeister <joneum at bsdproject.de>
Original commitRevision:424588 
Sunday, 29 May 2016
21:48 rene search for other commits by this committer
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
Original commitRevision:416124 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
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
Original commitRevision:415742 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Tuesday, 19 May 2015
14:14 amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:386772 
Saturday, 3 Jan 2015
08:41 mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
Original commitRevision:376109 
Tuesday, 22 Jul 2014
22:28 sbz search for other commits by this committer
- Update to 1.5.0
Original commitRevision:362601 
Sunday, 15 Jun 2014
08:36 sbz search for other commits by this committer
- Support STAGEDIR
Original commitRevision:357840 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Monday, 4 Mar 2013
10:55 lwhsu search for other commits by this committer
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Original commitRevision:313402 
Wednesday, 9 Jan 2013
12:11 sbz search for other commits by this committer
- Update to 1.4.21
- Convert to new option framework
Original commitRevision:310138 
Thursday, 1 Sep 2011
15:21 sbz search for other commits by this committer
- 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)
Original commit
Friday, 22 Jul 2011
13:05 sbz search for other commits by this committer
- Update to 1.4.19
- Fix BROKEN

Approved by:    jadawin@ (mentor)
Original commit
Thursday, 21 Jul 2011
22:57 pav search for other commits by this committer
- 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
Original commit
Tuesday, 12 Jul 2011
05:47 sbz search for other commits by this committer
- Fix NLS OPTIONS
- Bump PORTREVISION

Reported by:    jlaffaye@
Approved by:    miwi@ (mentor)
Original commit
Thursday, 7 Jul 2011
13:54 sbz search for other commits by this committer
- Update to 1.14.18
- Add LICENSE
- Respect NLS OPTIONS
- Make happy portlint

Approved by:    jadawin@ (mentor)
Original commit
Friday, 18 Mar 2011
10:04 sbz search for other commits by this committer
Update my MAINTAINER address to sbz at FreeBSD.org.

Approved by:    jadawin@ (mentor)
Original commit
Monday, 27 Dec 2010
15:52 pgollucci search for other commits by this committer
- 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)
Original commit
Friday, 15 Oct 2010
07:31 jadawin search for other commits by this committer
- Update to 1.4.16

PR:             ports/151428
Submitted by:   Sofian Brabez <sbrabez _AT_ gmail.com>
Original commit
Monday, 23 Aug 2010
18:45 jadawin search for other commits by this committer
- Update to 1.4.15

PR:             ports/149695
Submitted by:   Sofian Brabez <sbrabez _AT_ gmail.com>
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Wednesday, 7 Apr 2010
23:59 sylvio search for other commits by this committer
- Update to 1.4.13

PR:             ports/145033
Submitted by:   ghostonthewire <ghostonthewire@gmail.com>
Approved by:    maintainer (timeout > 14days), itetcu (mentor, implicit)
Original commit
Thursday, 8 Oct 2009
14:37 yzlin search for other commits by this committer
- 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)
Original commit
Monday, 8 Jun 2009
22:30 miwi search for other commits by this committer
- 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
Original commit
Friday, 15 May 2009
08:34 jadawin search for other commits by this committer
- Update to 1.4.8
- Submitter take maintainership
- Update MASTER_SITES

PR:             ports/134233
Submitted by:   Sofian Brabez <sbrabez _at_ gmail.com>
Original commit
Thursday, 18 Dec 2008
02:24 linimon search for other commits by this committer
Reassign ports maintained by dryice@ for now due to other commitments.

Hat:    portmgr
Original commit
Thursday, 2 Oct 2008
22:46 lwhsu search for other commits by this committer
- Update to 1.4.6

PR:             ports/127279
Submitted by:   lwhsu
Approved by:    maintainer timeout
Original commit
Friday, 6 Jun 2008
14:07 edwin search for other commits by this committer
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)
Original commit
Monday, 17 Mar 2008
12:45 dryice search for other commits by this committer
use different versions of pysqlite according to different versions of
Python. Thanks "Christian Aastorp" <christian@widenoja-design.no> for
pointing out.
Original commit
Wednesday, 5 Mar 2008
14:04 dryice search for other commits by this committer
update to 1.4.4
Original commit
Tuesday, 26 Feb 2008
13:44 dryice search for other commits by this committer
- update to 1.4.2
- utilize MASTER_SITES_CHEESESOPE
Original commit
Sunday, 6 Jan 2008
13:19 dryice search for other commits by this committer
- 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>
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Thursday, 22 Feb 2007
10:16 clsung search for other commits by this committer
- Update to 1.3.3

PR:             ports/109197
Submitted by:   Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Approved by:    maintainer (Dryice Liu)
Original commit
Wednesday, 20 Dec 2006
09:38 clsung search for other commits by this committer
- Update to 1.3.2

PR:             ports/106959
Submitted by:   Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Approved by:    maintainer (Dryice Liu)
Original commit
Sunday, 12 Nov 2006
21:37 miwi search for other commits by this committer
- Update to 1.3.1

PR:             ports/105429
Submitted by:   Dryice Liu <dryice@dryice.name> (maintainer)
Original commit
Saturday, 7 Oct 2006
15:33 miwi search for other commits by this committer
- update to 1.2.1

PR:             ports/104108
Submitted by:   Dryice Liu <dryice@dryice.name> (maintainer)
Original commit
Friday, 19 May 2006
06:02 itetcu search for other commits by this committer
Add OPTIONS

PR:             ports/97382
Submitted by:   Dryice Liu <dryice@dryice.name> (maintainer)
Approved by:    tmclaugh (mentor)
Original commit
Wednesday, 10 May 2006
00:54 clsung search for other commits by this committer
- update to 1.1.2
- remove sf.net as mirror site

PR:             ports/97067
Submitted by:   maintainer (Dryice Liu)
Original commit
Wednesday, 15 Mar 2006
18:21 garga search for other commits by this committer
- 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)
Original commit
12:09 novel search for other commits by this committer
Update to 1.1.1.

PR:             94206
Submitted by:   Dryice Liu (maintainer)
Original commit
Wednesday, 15 Feb 2006
17:00 garga search for other commits by this committer
- Update to 1.1.0

PR:             ports/93390
Submitted by:   maintainer
Original commit
Wednesday, 11 Jan 2006
04:01 edwin search for other commits by this committer
[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>
Original commit
Wednesday, 23 Nov 2005
10:14 novel search for other commits by this committer
- Update to 0.8.5
- Add SHA256 checksum

PR:             89444
Submitted by:   Dryice Liu (maintainer)
Original commit
Wednesday, 20 Jul 2005
04:54 novel search for other commits by this committer
Update to 0.8.4.

PR:             83760
Submitted by:   Dryice Liu (maintainer)
Original commit
Saturday, 9 Jul 2005
04:20 novel search for other commits by this committer
- 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>
Original commit
Sunday, 13 Mar 2005
09:56 krion search for other commits by this committer
Update to version 0.8.2

PR:             ports/78749
Submitted by:   Ports Fury
Original commit
Sunday, 19 Dec 2004
23:28 arved search for other commits by this committer
Update to 0.7.9
Original commit
Wednesday, 24 Nov 2004
19:52 arved search for other commits by this committer
Update to 0.7.8
Original commit
Wednesday, 19 May 2004
21:27 krion search for other commits by this committer
- Update to version 0.7.2

PR:             ports/66890
Submitted by:   Ports Fury
Original commit
Saturday, 10 Apr 2004
17:26 trevor search for other commits by this committer
Tidy up whitespace.
Original commit
Thursday, 1 Apr 2004
17:08 pav search for other commits by this committer
- Update to 0.6.8

PR:             ports/65041
Submitted by:   Piet Delport <pjd@303.za.net>
Original commit
Thursday, 25 Mar 2004
18:42 nbm search for other commits by this committer
Drop maintainership.
Original commit
Monday, 22 Mar 2004
09:34 nbm search for other commits by this committer
Upgrade to 0.6.5

PR:             63164
Submitted by:   SiGNOUT <signout@signout.dk>
Original commit
Thursday, 10 Jul 2003
14:18 nbm search for other commits by this committer
Upgrade roundup to 0.5.7

PR:             52646
Submitted by:   Matthew West <mwest@uct.ac.za>
Original commit
Monday, 24 Mar 2003
17:25 nbm search for other commits by this committer
Add roundup 0.5.6, an Issue-Tracking System for Knowledge Workers
Original commit

Number of commits found: 63