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/gmime24/Makefile

Number of commits found: 35

Tuesday, 30 Nov 2021
11:17 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2021-11-30 mail/gmime24-sharp: Use mail/gmime26 or mail/gmime30
2021-11-30 mail/gmime24: Use mail/gmime26 or mail/gmime30
commit hash: 61c0b97c643f128991bd7fbd70549e5eda6dc41b commit hash: 61c0b97c643f128991bd7fbd70549e5eda6dc41b commit hash: 61c0b97c643f128991bd7fbd70549e5eda6dc41b commit hash: 61c0b97c643f128991bd7fbd70549e5eda6dc41b 61c0b97
Thursday, 14 Oct 2021
17:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
mail/gmime24: mark DEPRECATED

- As more recent versions are in the tree
- Set EXPIRATION_DATE on 2021-11-30
- Make patches makepatch compatible
commit hash: c1400983b1806e52c094f84f166e263c76a5aa2b commit hash: c1400983b1806e52c094f84f166e263c76a5aa2b commit hash: c1400983b1806e52c094f84f166e263c76a5aa2b commit hash: c1400983b1806e52c094f84f166e263c76a5aa2b c140098
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 8 Nov 2019
14:18 tobik search for other commits by this committer
mail: Add missing USES={gnome,php}
Original commitRevision:517069 
Thursday, 8 Dec 2016
19:23 tijl search for other commits by this committer
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428150 
Thursday, 3 Sep 2015
16:37 amdmi3 search for other commits by this committer
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands

Approved by:	portmgr blanket
Original commitRevision:396018 
Wednesday, 24 Dec 2014
00:14 bofh search for other commits by this committer
Change my non-FreeBSD MAINTAINER mail to bofh@

Approved by:	bapt
Original commitRevision:375378 
Thursday, 11 Dec 2014
08:04 rodrigo search for other commits by this committer
Transfer ports maintainership to Muhammad Moinur Rahman

PR:		ports/195854
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Original commitRevision:374515 
Monday, 15 Sep 2014
18:29 amdmi3 search for other commits by this committer
- Drop .la files for mail/gmime24, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:368282 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Wednesday, 28 May 2014
19:56 tijl search for other commits by this committer
- Remove hyphen from PKGNAMESUFFIX.
- Add USES=libtool:oldver.
- Use USES+= to fix slave port.
- Remove LATEST_LINK.
- Remove PTHREAD_CFLAGS.
Original commitRevision:355653 
Monday, 26 May 2014
12:59 bapt search for other commits by this committer
Convert to USES=tar:xz
Original commitRevision:355324 
Friday, 15 Nov 2013
10:44 sunpoet search for other commits by this committer
- Support STAGEDIR

PR:		ports/183965
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Original commitRevision:333849 
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 
Tuesday, 3 Sep 2013
16:03 wg search for other commits by this committer
mail/{gmime2,gmime24}: convert docs to options ng

- NOPORTDOCS -> PORT_OPTIONS:MDOCS [1]
- Convert to USES gmake
- Define DOCS option

PR:		ports/181778 [1]
Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer)
Original commitRevision:326164 
Wednesday, 8 May 2013
22:23 bdrewery search for other commits by this committer
- Convert to USES=pathfix

PR:		ports/178420
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Original commitRevision:317712 
Monday, 6 May 2013
11:13 kwm search for other commits by this committer
Make these ports build with glib 2.36
Original commitRevision:317508 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Friday, 30 Nov 2012
02:44 wxs search for other commits by this committer
Update to 2.4.33.

PR:		ports/173968
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Feature safe:	yes
Original commitRevision:307986 
Sunday, 5 Aug 2012
11:10 kwm search for other commits by this committer
Add USE_PKGCONFIG= build.

Approved by:	maintainer (priv mail)
Original commit
Thursday, 24 May 2012
21:20 scheidell search for other commits by this committer
- Update to 2.4.32
- Submitter is now maintainer

PR:             ports/168308
Submitted by:   Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Original commit
Wednesday, 1 Feb 2012
15:53 tabthorpe search for other commits by this committer
- Reassign to the heap
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
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Sunday, 12 Jun 2011
19:06 romain search for other commits by this committer
Hello Mono 2.10!

Main updates
------------
devel/mono-tools                2.6.2 -> 2.10
lang/mono                       2.6.7 -> 2.10.2
lang/mono-basic                 2.6.2 -> 2.10.2
www/mod_mono                    2.6.3 -> 2.10
www/xsp                         2.6.5 -> 2.10.2
x11-toolkits/libgdiplus         2.6.7 -> 2.10

Other updates
-------------
deskutils/tomboy                1.4.2 -> 1.6.1
devel/mono-addins               0.5 -> 0.6.1
devel/monodevelop               2.4 -> 2.4.2
graphics/f-spot                 0.8.0 -> 0.8.2
print/pdfmod                    0.9.0 -> 0.9.1
x11-toolkits/gnome-sharp20      2.24.1 -> 2.24.2

Ports marked BROKEN
-------------------
multimedia/banshee
multimedia/moonlight

PR:             ports/155948
Submitted by:   me
Original commit
Tuesday, 1 Jun 2010
12:41 romain search for other commits by this committer
- Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
  devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
  devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
  graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
  multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
  www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
  x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).

PR:             ports/143657 [1]
Submitted by:   glewis [1]
Original commit
Sunday, 11 Oct 2009
02:30 mnag search for other commits by this committer
- Update to 2.4.10

PR:             139488
Submitted by:   Sahil Tandon <sahil___tandon.net>
Original commit
Monday, 5 Oct 2009
02:33 mnag search for other commits by this committer
- Update to 2.4.9

PR:             139308
Submitted by:   Romain Tartiere <mono___FreeBSD.org>
Original commit
Thursday, 17 Sep 2009
09:16 pav search for other commits by this committer
- Update to 2.4.8

PR:             ports/138430
Submitted by:   Romain Tartiere <mono@FreeBSD.org>
Approved by:    maintainer timeout (mnag; 16 days)
Feature safe:   yes
Original commit
Tuesday, 23 Jun 2009
18:49 flz search for other commits by this committer
Update mail/gmime24 to 2.4.7.

PR:             ports/135973
Submitted by:   Romain Tartiere
Original commit
Sunday, 31 May 2009
20:31 pav search for other commits by this committer
- Resolve LATEST_LINK conflict
Original commit
Saturday, 25 Apr 2009
18:39 mnag search for other commits by this committer
- Update to 2.4.6
Original commit
Friday, 20 Feb 2009
14:48 flz search for other commits by this committer
Fix packing list when NOPORTDOCS is defined.

Reported by:    QAT
Original commit
Monday, 9 Feb 2009
09:00 flz search for other commits by this committer
- Update lang/mono to 2.0.1.
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.

PR:             ports/129724
Submitted by:   Phillip Neumann, Romain Tartiere (bsd-sharp team)
Original commit

Number of commits found: 35