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: mail/tmda/Makefile

Number of commits found: 76

Friday, 20 Mar 2020
02:24 rene search for other commits by this committer
mail/tmda: drop dependency on expired databases/py-cdb and set expiration date.
Original commitRevision:528755 
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 
Tuesday, 18 Apr 2017
11:09 amdmi3 search for other commits by this committer
- Fix shebangs
Original commitRevision:438776 
Sunday, 25 Dec 2016
09:00 amdmi3 search for other commits by this committer
- Switch to options helpers
Original commitRevision:429403 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
13:18 mat search for other commits by this committer
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412342 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Monday, 3 Aug 2015
17:11 amdmi3 search for other commits by this committer
- Fix shebangs
- Add NO_ARCH
- Cosmetic fix
Original commitRevision:393476 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Tuesday, 21 Oct 2014
17:10 mva search for other commits by this committer
- Convert ports of mail/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371330 
Wednesday, 16 Jul 2014
03:00 adamw search for other commits by this committer
Add DOCS option for ports with PORTDOCS in plist.
Original commitRevision:362023 
Tuesday, 18 Feb 2014
12:31 miwi search for other commits by this committer
- Stage support
Original commitRevision:344878 
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 
Friday, 20 Sep 2013
19:59 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Original commitRevision:327742 
Thursday, 15 Sep 2011
23:56 tabthorpe search for other commits by this committer
- Return these ports to the heap
Original commit
Friday, 25 Feb 2011
03:19 miwi search for other commits by this committer
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
Original commit
Sunday, 13 Dec 2009
17:00 miwi search for other commits by this committer
- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:       portmgr
Original commit
Wednesday, 19 Nov 2008
20:40 sergei search for other commits by this committer
- Remove mirrors that do not exist anymore
- Add MASTER_SITE_LOCAL
- Take maintainership

Approved by:    gabor
Original commit
Sunday, 27 Jul 2008
04:30 linimon search for other commits by this committer
Reset sergei@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
Original commit
Monday, 10 Sep 2007
12:49 sergei search for other commits by this committer
- Update to 1.1.12

PR:             ports/115283
Submitted by:   Nils Vogels
Original commit
Thursday, 12 Apr 2007
21:43 sergei search for other commits by this committer
- Update to 1.1.11

PR:             ports/110984
Submitted by:   Corey Halpin <chalpin AT cs dot wisc dot edu>
Original commit
Monday, 9 Oct 2006
15:47 sergei search for other commits by this committer
- Update MASTER_SITES list
- Require Python 2.3 or higher
- Install additional documentation - NEWS
- Bump PORTREVISION

Submitted by:   Jason R. Mastaler (in private e-mail)
Original commit
Monday, 25 Sep 2006
12:33 sergei search for other commits by this committer
- Fix typos in MASTER_SITES URLs

Spotted by:     Jason R. Mastaler
Original commit
Friday, 22 Sep 2006
09:11 sergei search for other commits by this committer
- Update to 1.1.5
  This is the latest stable release of TMDA
  1.1 is now the stable branch, 1.0 branch has been obsoleted
  Changes include:
  - ~/.tmdarc configuration file has been obsoleted by
    ~/.tmda/ configuration directory - see EXAMPLESDIR/dot-tmda
  - only minimal set of HTML documentation is installed;
    please see http://wiki.tmda.net/ for full documentation
  - templates has changed: single bounce.txt has been replaced
    with various bounce_*.txt templates; see DATADIR
- Sync MASTER_SITES to the official mirror list
- Use SUB_FILES mechanism for pkg-message customization
Original commit
Friday, 4 Jun 2004
21:44 sergei search for other commits by this committer
- Update to 1.0.3
Original commit
Monday, 16 Feb 2004
22:09 sergei search for other commits by this committer
- Update to 1.0.2
Original commit
Friday, 19 Dec 2003
22:38 sergei search for other commits by this committer
- Update to TMDA 1.0 "Cannonade"
  From Jason's announcement:
  "After almost three years of hacking on TMDA, I'm proud to announce the
  release of version 1.0-final.  I figured that after this length of
  time, the version number should be bumped to a positive value to
  better reflect its current stability."
- Reword pkg-descr
Original commit
Thursday, 11 Dec 2003
13:01 sergei search for other commits by this committer
- Update to 0.92 "Kauai King"
Original commit
Thursday, 4 Dec 2003
11:48 sergei search for other commits by this committer
- Update to 0.91 "Lucky Debonair"
- Install TMDA logos (noticed by Jason R. Mastaler)
- Re-sort pkg-plist
Original commit
Tuesday, 18 Nov 2003
07:42 sergei search for other commits by this committer
- Update to 0.89 ("Chateaugay")

Prompted by:    Nils Vogels
Original commit
Thursday, 13 Nov 2003
20:51 sergei search for other commits by this committer
- Update to 0.88 "Decidedly"

Prompted by:    Nils Vogels
Original commit
Thursday, 23 Oct 2003
05:42 sergei search for other commits by this committer
Change to my @FreeBSD.org address.

Approved by:    krion
Original commit
Tuesday, 21 Oct 2003
20:10 sergei search for other commits by this committer
Update to 0.87

PR:             58321
Submitted by:   maintainer
Approved by:    krion (mentor)
Original commit
Thursday, 9 Oct 2003
19:56 krion search for other commits by this committer
- Add optional dependency on databases/py-cdb port to make -cdb
  and -autocdb filter source options actually useful; enabled by
  WITH_CDB=yes knob

PR:             57815
Submitted by:   maintainer
Original commit
Friday, 3 Oct 2003
15:48 krion search for other commits by this committer
- Update to 0.86 "Venetian Way" release:
  * A potentially serious bug is fixed in the 'smtp-check-sender'
    script.  If use use smtp-check-sender, you should upgrade.
    See http://mla.libertine.org/tmda-cvs/2003-10/msg00000.html
    for details on the change.
  * 'Jane Doe' is no longer used if a real fullname value can't
    be determined for the user.  Instead, an empty string is used,
    which will result in just the e-mail address being used in the
    "From:" field when TMDA sends auto-responses.

PR:             57538
Submitted by:   maintainer
Original commit
12:05 krion search for other commits by this committer
- Add 2 new mirros (Germany and Poland)
  Requested by:   Jason R. Mastaler <jason@mastaler.com>

PR:             57528
Submitted by:   maintainer
Original commit
Monday, 29 Sep 2003
12:55 krion search for other commits by this committer
- Update to 0.85 "Tomy Lee" release

PR:             57347
Submitted by:   Sergei Kolobov <sergei@kolobov.com> (maintainer)
Original commit
Saturday, 27 Sep 2003
08:36 edwin search for other commits by this committer
[PATCH] mail/tmda: update to 0.83, take maintainership

        - Update to 0.83, take maintainership
        Port maintainer - mwm@mired.org - cc'd.

PR:             ports/55969
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Original commit
Sunday, 15 Jun 2003
09:55 leeym search for other commits by this committer
- Update to 0.80 ("Determine"):
  * New feature from Cory Wright.  TEMPLATE_DIR_MATCH_RECIPIENT will
    search for a template directory based on the recipient address.
  * New feature.  The bounce,reject FILTER_INCOMING action now takes an
    optional 'template' argument to bounce using a specific template
    rather than the default template (bounce.txt).
- Install missing contributed scripts/configs

Noticed by:     Jason R. Mastaler <jason@mastaler.com>
PR:             53297
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Approved by:    Mike Meyer <mwm@mired.org> (MAINTAINER)
Original commit
Monday, 2 Jun 2003
14:04 naddy search for other commits by this committer
- Update to 0.78
- Add all official mirrors
- Remove pkg-req script: use PYTHON_REL for checking Pyhton version
- Use dynamically generated pkg-message instead of several ECHO_MSG in Makefile
  so users installing from package would also see this information
- Install example config and contrib bits into EXAMPLESDIR
- Only documentation now goes to DOCSDIR
- Do not install yet another copy of GPL
- Use DATADIR/DOCSDIR/EXAMPLESDIR macros in pkg-plist

PR:             52737
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Approved by:    maintainer
Original commit
Sunday, 27 Apr 2003
02:04 vanilla search for other commits by this committer
Upgrade to 0.76.

PR:             ports/51445
Submitted by:   maintainer
Original commit
Tuesday, 15 Apr 2003
00:03 leeym search for other commits by this committer
update to 0.74

PR:             50958
Submitted by:   Mike Meyer <mwm@mired.org>
Original commit
Sunday, 13 Apr 2003
12:44 edwin search for other commits by this committer
TMDA port is out of date.

        The TMDA port is out of date.

PR:             ports/50372
Submitted by:   Mike Meyer <mwm@mired.org>
Original commit
Monday, 31 Mar 2003
07:55 edwin search for other commits by this committer
TMDA port is out of date to version 0.71

PR:             ports/49052
Submitted by:   Mike Meyer <mwm@mired.org>
Original commit
00:02 edwin search for other commits by this committer
TMDA port is missing the contributed cgi interface.

PR:             ports/48760
Submitted by:   Mike Meyer <mwm@mired.org>
Original commit
Sunday, 23 Feb 2003
22:41 edwin search for other commits by this committer
TMDA port is out of date: update to version 0.70

PR:             ports/48543
Submitted by:   Mike Meyer <mwm@mired.org>
Original commit
Friday, 21 Feb 2003
12:42 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 10 Feb 2003
23:27 dannyboy search for other commits by this committer
Update to 0.69.

PR:             47924
Submitted by:   maintainer
Original commit
Sunday, 19 Jan 2003
20:13 petef search for other commits by this committer
Update to 0.68.

PR:             46880
Submitted by:   maintainer
Original commit
Sunday, 5 Jan 2003
21:37 petef search for other commits by this committer
Update to 0.67.

PR:             46711
Submitted by:   maintainer
Original commit
Sunday, 17 Nov 2002
22:32 edwin search for other commits by this committer
Maintainer update to version 0.65

PR:             ports/45366
Submitted by:   Mike Meyer <mwm@mired.org>
Original commit
Monday, 11 Nov 2002
16:46 ijliao search for other commits by this committer
upgrade to 0.64

PR:             45175, 45177
Submitted by:   Sergei Kolobov <sergei@kolobov.com>, maintainer
Original commit
Tuesday, 29 Oct 2002
21:57 pat search for other commits by this committer
Update to 0.63

PR:             ports/44584
Submitted by:   maintainer
Original commit
Sunday, 6 Oct 2002
06:17 pat search for other commits by this committer
Update to 0.62

PR:             ports/43298
Submitted by:   maintainer
Original commit
Sunday, 25 Aug 2002
18:52 petef search for other commits by this committer
- update to 0.61
- add MASTER_SITE magic so the port doesn't break when the distfile is
  moved to the "old" directory
- use DATADIR, DOCSDIR, and .for loops to clean up some
- use %%PYTHON_SITELIBDIR%% in the plist

PR:             41863
Submitted by:   Sergei Kolobov <skolobov@globcon.net>
Approved by:    maintainer
Original commit
Monday, 5 Aug 2002
01:34 petef search for other commits by this committer
Update to 0.59.

PR:             41313
Submitted by:   maintainer
Original commit
Monday, 22 Jul 2002
00:54 pat search for other commits by this committer
Update MASTER_SITES: TMDA now has a new domain
Also while i am here, fix extra whitespace at the end of some pkg-plist
entries

PR:             ports/40864
Submitted by:   maintainer
Original commit
Tuesday, 16 Jul 2002
00:20 pat search for other commits by this committer
Update to 0.58

PR:             ports/40616
Submitted by:   Jason R. Mastaler <jason-exp-1027454478.8d9f1d@mastaler.com>
Approved by:    maintainer
Original commit
Wednesday, 19 Jun 2002
12:49 pat search for other commits by this committer
Update to 0.57

PR:             ports/39424
Submitted by:   Jason R. Mastaler <jason@mastaler.com>
Approved by:    maintainer
Original commit
Tuesday, 14 May 2002
01:13 pat search for other commits by this committer
Update to 0.55

PR:             38052
Submitted by:   maintainer
Original commit
Thursday, 2 May 2002
01:32 pat search for other commits by this committer
Update to 0.54

PR:             37648
Submitted by:   maintainer
Original commit
Saturday, 27 Apr 2002
02:26 pat search for other commits by this committer
Update to 0.52

PR:             37393
Submitted by:   maintainer
Original commit
Wednesday, 3 Apr 2002
20:34 pat search for other commits by this committer
Update to 0.51

PR:             36699
Submitted by:   maintainer
Original commit
Tuesday, 2 Apr 2002
02:32 pat search for other commits by this committer
Update to 0.50

PR:             36636
Submitted by:   maintainer
Original commit
Saturday, 16 Mar 2002
04:43 pat search for other commits by this committer
Update to 0.49

PR:             35938
Submitted by:   maintainer
Original commit
Saturday, 9 Mar 2002
00:37 pat search for other commits by this committer
Author wishes the COPYING file be included with the documentation    
Original commit
Friday, 8 Mar 2002
20:56 pat search for other commits by this committer
- Update to 0.48   - Give maintainership to Mike Meyer <mwm@mired.org>    
Original commit
Friday, 8 Feb 2002
04:08 pat search for other commits by this committer
Update to 0.46    
Original commit
Tuesday, 8 Jan 2002
22:09 pat search for other commits by this committer
Update to 0.44    
Original commit
Saturday, 22 Dec 2001
03:10 petef search for other commits by this committer
Update to 0.43.    
Original commit
Tuesday, 4 Dec 2001
03:50 petef search for other commits by this committer
- update to 0.42   - have a seperate directory for contrib scripts/etc   -
mention the UPGRADE file    
Original commit
Tuesday, 6 Nov 2001
17:17 petef search for other commits by this committer
- update to 0.40   - no longer depend on qmail, as this works with
qmail/postfix/exim now   - adjust pkg-{comment,descr} to reflect reality   -
sort pkg-plist    
Original commit
Friday, 21 Sep 2001
06:29 petef search for other commits by this committer
- update to 0.37   - reword pkg-descr    
Original commit
Thursday, 30 Aug 2001
01:52 petef search for other commits by this committer
- update to 0.34   - add a run depend for qmail   - reword pkg-comment    
Original commit
Friday, 29 Jun 2001
15:44 kevlo search for other commits by this committer
Update to 0.22    
Original commit
Wednesday, 27 Jun 2001
03:56 dwcjr search for other commits by this committer
Add tmda, an anti spam python application.    
Original commit

Number of commits found: 76