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: cad/sceptre/Makefile

Number of commits found: 29

Saturday, 5 May 2018
10:49 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:469100 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Friday, 13 Oct 2017
11:06 bapt search for other commits by this committer
Mark as broken: no public distfiles
Original commitRevision:451979 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Wednesday, 7 Dec 2016
13:24 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
Original commitRevision:428057 
Friday, 25 Dec 2015
15:00 amdmi3 search for other commits by this committer
- Switch to options helpers
- Switch to new test framework
Original commitRevision:404429 
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 
Thursday, 14 Aug 2014
08:43 vanilla search for other commits by this committer
Stagify.
Original commitRevision:364838 
Wednesday, 23 Jul 2014
16:44 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362705 
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 
Sunday, 16 Feb 2014
17:15 tijl search for other commits by this committer
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes".  In most cases
USE_GCC=yes has been omitted though.

Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.

Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...

Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Original commitRevision:344614 
Friday, 3 Jan 2014
15:53 adamw search for other commits by this committer
Convert cad to MDOCS and MEXAMPLES
Original commitRevision:338552 
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:58 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
Original commitRevision:327711 
Monday, 2 Apr 2012
03:33 maho search for other commits by this committer
Update to 2012.061.
This also removes one of the three remaining uses of lang/gcc34.

PR:             166565
Submitted by:   bf@
Feature safe:   yes
Original commit
Sunday, 22 Nov 2009
19:49 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Original commit
Wednesday, 10 Jun 2009
06:11 itetcu search for other commits by this committer
- fix build install / plist with custom PREFIX [1]
- pkg-message --> files/pkg-message.in; [2]
  - don't hardcode DOCSDIR to default in it
  - display it only when NOPORTDOCS it's not defined
- rework PORTDOCS installation a little [3]
- bump PORTREVISION [3]

Submitted by:   Sahil Tandon [1][3], itetcu@ [2]
Reported by:    QATty [1]
Approved by:    maintainer
Original commit
Tuesday, 4 Sep 2007
08:54 maho search for other commits by this committer
Marked as BROKEN for sparc64; internal compiler error.

Submitted by:   kris
Original commit
Saturday, 14 Jul 2007
01:29 maho search for other commits by this committer
Now we use USE_FORTRAN=g77 to use FORTRAN compiler.
Original commit
Tuesday, 23 Jan 2007
05:20 maho search for other commits by this committer
* Fix build for CURRENT.
* Grab maintainership.
Original commit
Saturday, 20 Jan 2007
03:24 grog search for other commits by this committer
Deprecate, mark broken, schedule for deletion, drop maintainership.
Original commit
Friday, 12 Jan 2007
13:02 maho search for other commits by this committer
(forced commit)

Approved by:    portmgr(kris)
Original commit
13:01 maho search for other commits by this committer
* Migrate to g77-34 to fix for 7-CURRENT.
* Bump port revision.
Original commit
Saturday, 30 Dec 2006
15:29 thierry search for other commits by this committer
Does not depends on lang/f77 (but define WITH_FORTRAN).

PR:             ports/101007
Approved by:    maintainer's time-out
Original commit
Tuesday, 22 Nov 2005
07:34 edwin search for other commits by this committer
Update port: cad/sceptre update MASTER_SITE

        - Update MASTER_SITE to fix fetch problem.

Also add sha246

PR:             ports/88009
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:    maintainer timeout
Original commit
Friday, 7 Mar 2003
05:56 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Thursday, 30 Aug 2001
05:49 petef search for other commits by this committer
- add NOPORTDOCS support to pkg-plist   - use ${INSTALL_DATA} for docs, not
${INSTALL_MAN}   - maintainer should be grog@FreeBSD.org, not just 'grog'    
Original commit
Sunday, 11 Feb 2001
06:58 grog search for other commits by this committer
SCEPTRE (System for Circuit Evaluation and Prediction of Transient   Radiation
Effects) is a general purpose circuit analysis program which   provides all
three major analyses, AC, DC, and transient analysis, on   either linear or
nonlinear networks.  It employs a free-form input   language and state variable
methods to simulate problems of interest   to electrical engineers.    
Original commit

Number of commits found: 29