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: biology/ortep3/Makefile

Number of commits found: 26

Sunday, 25 Oct 2015
19:35 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:400160 
Wednesday, 19 Aug 2015
13:30 mat search for other commits by this committer
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Original commitRevision:394778 
Sunday, 5 Apr 2015
17:55 bapt search for other commits by this committer
Mark as broken unfetchable ports
Original commitRevision:383309 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
Tuesday, 17 Dec 2013
21:24 tijl search for other commits by this committer
USES=fortran, fix LDFLAGS, staging.
Original commitRevision:336770 
Wednesday, 11 Dec 2013
14:43 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in biology
Original commitRevision:336171 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
15:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology)
Original commitRevision:327709 
Wednesday, 19 Jun 2013
20:07 bsam search for other commits by this committer
. introdice optionsNG to the port;
. remove shlib ABI version from LIB_DEPENDS;
. introduce EXAMPLE option (do not install examples to DOCSDIR);
. bump PORTREVISION;
. get use of PLIST_FILES, PORTDOCS and PORTEXAMPLES at Makefile;
. get rid of pkg-plist;
. trim Makefile heades;
. remove acticle from COMMENT;
. simplify install commands.
Original commitRevision:321317 
Sunday, 13 Sep 2009
00:08 gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
Original commit
Wednesday, 7 Jan 2009
16:34 gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Saturday, 14 Jul 2007
09:51 maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Original commit
Friday, 19 Jan 2007
06:41 maho search for other commits by this committer
Fix build.

Submitted by:   kris via pointyhat.
Original commit
Friday, 12 Jan 2007
05:40 maho search for other commits by this committer
Using gfortran42 only. not using gcc42.
Bump portrevision.
Original commit
Tuesday, 9 Jan 2007
01:48 maho search for other commits by this committer
migrated to gfortran.
Original commit
Wednesday, 5 Apr 2006
06:13 linimon search for other commits by this committer
Reset rmiya@cc.hirosaki-u.ac.jp who has not responded to email asking about
maintainer timeouts.

Hat:    portmgr
Original commit
Wednesday, 2 Jun 2004
03:32 pav search for other commits by this committer
- Update MASTER_SITES

PR:             ports/67472
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
Original commit
Friday, 21 Feb 2003
11:01 knu search for other commits by this committer
De-pkg-comment.
Original commit
Tuesday, 10 Oct 2000
19:28 jeh search for other commits by this committer
PR 21608 was not processed as intented.    
Original commit
02:16 jeh search for other commits by this committer
- Fix MASTER_SITES/DISTNAME   - USEPGPLOT -> WITH_PGPLOT   - Support
FFLAGS/X11BASE properly    
Original commit
Saturday, 7 Oct 2000
22:28 asami search for other commits by this committer
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.    
Original commit
Monday, 3 Jul 2000
03:50 kris search for other commits by this committer
Unbreak by extracting the correct distfile    
Original commit
Tuesday, 20 Jun 2000
11:04 alex search for other commits by this committer
...local-distfiles... -> MASTER_SITE_LOCAL    
Original commit
Sunday, 11 Jun 2000
16:13 alex search for other commits by this committer
Update to version 1.0.3   PR:		19094   Submitted by:	maintainer    
Original commit

Number of commits found: 26