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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: deskutils/conduit/Makefile

Number of commits found: 50

Friday, 8 Nov 2019
09:41 tobik search for other commits by this committer
deskutils: Add missing USES={gnome,mate,php}
Original commitRevision:517044 
Wednesday, 24 Jul 2019
09:02 amdmi3 search for other commits by this committer
- Add LICENSE
- Pet portlint
- Switch to USES=localbase
- Add NO_ARCH
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:507268 
Monday, 26 Mar 2018
12:38 bapt search for other commits by this committer
Make libgnome and libgnomeui not implying esound dependency

It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.

While here:

- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
  * update to 2.4.5
  * use USES=localbase
Original commitRevision:465584 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
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, 21 Apr 2017
03:11 miwi search for other commits by this committer
- Fix shebangs
Original commitRevision:438999 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Sunday, 2 Aug 2015
20:23 kwm search for other commits by this committer
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@
Original commitRevision:393444 
Monday, 22 Jun 2015
14:17 rm search for other commits by this committer
deskutils/conduit: drop dependency on py-xml

conduit doesn't using py-xml since version 0.3.5, so remove it and bump
PORTREVISION. Limit python version to 2.x while here.

References:
 * http://lwn.net/Articles/265342/
 * https://bugzilla.redhat.com/show_bug.cgi?id=454995

With hat:   python
Original commitRevision:390295 
Saturday, 24 Jan 2015
19:27 antoine search for other commits by this committer
Fix some _DEPENDS
Original commitRevision:377815 
Friday, 21 Nov 2014
18:35 marino search for other commits by this committer
sysutils/gnome-schedule,deskutils/conduit: USE_GNOME+=gnomedocutils
Original commitRevision:373008 
Sunday, 19 Oct 2014
08:50 mva search for other commits by this committer
- Convert ports from databases/ and deskutils/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371173 
Tuesday, 11 Mar 2014
19:19 kwm search for other commits by this committer
Disable nautilus support, it is incompatible with nautilus 3.x.
Replace manual pkgconfig sed with USES=pathfix.
Stagify.
Original commitRevision:347906 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
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)
Original commitRevision:339634 
Wednesday, 11 Dec 2013
18:28 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
Original commitRevision:336190 
Friday, 20 Sep 2013
16:21 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
Original commitRevision:327718 
Tuesday, 3 Sep 2013
17:05 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326175 
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 
Tuesday, 19 Mar 2013
10:40 kwm search for other commits by this committer
Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.

Reviewed by:	miwi, bapt
Original commitRevision:314632 
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 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Monday, 12 Sep 2011
18:24 kwm search for other commits by this committer
Switch to using py-sqlite3.
replace a py-* with ${PYTHON_PKGNAMEPREFIX}

PR:             ports/160063
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Monday, 1 Aug 2011
05:35 bapt search for other commits by this committer
Remove firefox3 run depends firefox 3.5 has expired
Original commit
Friday, 25 Feb 2011
10:59 miwi search for other commits by this committer
- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+
Original commit
00:12 miwi search for other commits by this committer
- Move over to py25+ or above
- While here kick md5 support
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
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 23 Jan 2010
19:23 marcus search for other commits by this committer
Update to 0.3.17.
Original commit
Monday, 30 Nov 2009
07:44 marcus search for other commits by this committer
Depend on firefox35 instead of the obsolete firefox.
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Saturday, 4 Jul 2009
22:13 marcus search for other commits by this committer
Update to 0.3.16.
Original commit
Friday, 15 May 2009
06:47 marcus search for other commits by this committer
We no longer require py-elementtree with Python 2.5.
Original commit
Tuesday, 28 Oct 2008
04:50 marcus search for other commits by this committer
Update to 0.3.15.
Original commit
Thursday, 25 Sep 2008
02:44 bland search for other commits by this committer
Change the way we depend on py-vobject.
__init__.py is not mandatory and does not indicate minimum version
requirement.
Original commit
Monday, 8 Sep 2008
02:37 marcus search for other commits by this committer
Update to 0.3.14.
Original commit
Wednesday, 6 Aug 2008
04:52 marcus search for other commits by this committer
Update to 0.3.13.1.
Original commit
Monday, 4 Aug 2008
17:34 marcus search for other commits by this committer
Update to 0.3.13.
Original commit
Saturday, 19 Jul 2008
22:33 marcus search for other commits by this committer
Update to 0.3.12.
Original commit
Sunday, 6 Jul 2008
17:25 marcus search for other commits by this committer
Update to 0.3.11.2.
Original commit
Friday, 6 Jun 2008
13:18 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
Friday, 28 Mar 2008
01:53 mezz search for other commits by this committer
Really fix plist this time by reverse order, bump it again.

Reported by:    pointyhat via pav
Original commit
Thursday, 27 Mar 2008
01:38 mezz search for other commits by this committer
Fix the plist, bump the PORTREVISION.

Reported by:    pointyhat via pav
Original commit
Tuesday, 25 Mar 2008
14:12 ahze search for other commits by this committer
- Distfile rerolled for a unicode fix

Reported by:    pointyhat
Original commit
Monday, 24 Mar 2008
03:50 marcus search for other commits by this committer
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
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, 19 Oct 2006
19:19 marcus search for other commits by this committer
Attempt to remove share/pixmaps.

Submitted by:   ahze
Approved by:    portmgr (kris)
Original commit
Saturday, 14 Oct 2006
20:18 ahze search for other commits by this committer
- Fix depends

Approved by:    portmgr (marcus)
Reported by:    many
Pointyhat to:   me (ahze)
Original commit
08:57 ahze search for other commits by this committer
- Add conduit

Synchronization application for GNOME. It allows you to synchronize your data
between online web services (Gmail, backpackit.com, etc) and your computer.

WWW: http://www.conduit-project.org/

Approved by:    portmgr (marcus, kris)
Original commit

Number of commits found: 50