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

Number of commits found: 42

Friday, 3 Jun 2016
16:44 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:416324 
Sunday, 29 Nov 2015
03:13 amdmi3 search for other commits by this committer
- Mark BROKEN: checksum mismatch:

fetch: http://www.platonsoft.nl/spek/xraysoft/unix/platon.tar.gz: size mismatch:
expected 12080181, actual 12080357
Original commitRevision:402567 
Thursday, 19 Nov 2015
20:13 rm search for other commits by this committer
biology/platon: fix fetching

Add working mirror.
Also update file size in distinfo - checksum is not changed
and I dunno why. But with old file size it warns that expected
size was different.

PR:		204491
Submitted by:	Walter Schwarzenfeld <w.litter@aon.at>
Original commitRevision:401960 
Monday, 9 Nov 2015
12:59 antoine search for other commits by this committer
Mark a few ports BROKEN: unfetchable
Original commitRevision:401096 
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 
Saturday, 11 Apr 2015
15:41 marino search for other commits by this committer
biology/platon: Upgrade from 05 MAR 2015 => 30 MAR 2015 to unbreak

As noted by previous commit, upstream rerolls the same distfile
frequently.  When FreeBSD cache was removed, the port broke.  I'm fixing
it again with a new digest, but I'm also defining DIST_SUBDIR, which is
the correct thing to do with rerolls-by-policy.

Also I removed the bad backup MASTER_SITES and tested in poudriere.
Original commitRevision:383810 
Sunday, 5 Apr 2015
17:55 bapt search for other commits by this committer
Mark as broken unfetchable ports
Original commitRevision:383309 
Sunday, 8 Mar 2015
23:13 mi search for other commits by this committer
Unbreak by upgrading to March 5, 2015 "release" from upstream.

Reduce restrictions from RESTRICTED to NO_CDROM -- the licensing
allows use by academic community as long as it is not redistributed.

Upstream still do not version their "releases", so next time they
reroll the tarball, the download will start breaking again. But
this time, it will be possible to fetch it from FreeBSD mirrors.

Hide most of the optional data files under the DOCS-option and
streamline various build-related scriptlets.
Original commitRevision:380806 
Saturday, 10 Jan 2015
09:41 antoine search for other commits by this committer
Mark BROKEN: Unfetchable

Reported by:	pkg-fallout
Original commitRevision:376682 
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 
Sunday, 3 Aug 2014
21:44 adamw search for other commits by this committer
Add a DOCS option.
Original commitRevision:363943 
Sunday, 13 Jul 2014
11:27 marino search for other commits by this committer
biology/platon: Unbreak by hosting known distfiles elsewhere

The distfiles are regenerated often, too frequently to be suitable for
ports.  Fonz has decided to host the tarball of a known version to
restore this unmaintained port.

PR:		191685
Submitted by:	Fonz
Original commitRevision:361671 
Sunday, 22 Jun 2014
22:07 bapt search for other commits by this committer
Mark as broken: no distinfo provided
Original commitRevision:358838 
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:55 tijl search for other commits by this committer
Version 2013.12.12, USES=fortran, staging.
Original commitRevision:336776 
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 
Thursday, 27 Jan 2011
17:41 pav search for other commits by this committer
- Unbreak the port; I'm not sure how it could possibly work before

Reported by:    pointyhat
Feature safe:   yes
Original commit
Monday, 24 Jan 2011
21:17 pav search for other commits by this committer
- Fix fetch

Reported by:    pointyhat
Feature safe:   yes
Original commit
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
Thursday, 12 Jul 2007
06:38 maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
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
Wednesday, 17 Jan 2007
05:30 maho search for other commits by this committer
* Migrate to gfortran.
* Bump port revision.
Original commit
Saturday, 6 May 2006
21:20 sem search for other commits by this committer
- Satisfy portlint
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
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
11:26 flz search for other commits by this committer
- ARCH is defined in bsd.port.pre.mk
Original commit
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Sunday, 7 Dec 2003
00:29 pav search for other commits by this committer
- Update to last snapshot

PR:             ports/58511 (based on)
Submitted by:   Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> (maintainer)
Original commit
Monday, 3 Nov 2003
03:56 kris search for other commits by this committer
Mark BROKEN (see bento logs).  These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
Original commit
Monday, 13 Oct 2003
06:31 kris search for other commits by this committer
BROKEN: Broken pkg-plist
Original commit
Wednesday, 24 Sep 2003
09:37 osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
Original commit
Saturday, 19 Jul 2003
03:58 maho search for other commits by this committer
honor CFLAGS and FFLAGS

PR:             54396
Submitted by:   Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Original commit
Friday, 21 Feb 2003
11:01 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 30 Jul 2001
22:05 lioux search for other commits by this committer
add USE_XLIB    
Original commit
Friday, 13 Apr 2001
19:50 sf search for other commits by this committer
activate IGNOREFILES.    
Original commit
Monday, 12 Mar 2001
14:31 kevlo search for other commits by this committer
Update to lastest version    
Original commit
Wednesday, 2 Aug 2000
00:31 jedgar search for other commits by this committer
Fix MASTER_SITES    
Original commit
Thursday, 8 Jun 2000
09:51 knu search for other commits by this committer
Update to the latest version as of 5 June.    
Original commit
Sunday, 28 May 2000
04:56 steve search for other commits by this committer
Update to version 2000.04.26.    
Original commit

Number of commits found: 42