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: devel/lua-alien/Makefile

Number of commits found: 21

Sunday, 15 Sep 2019
17:28 antoine search for other commits by this committer
Deprecate a few ports
Original commitRevision:512125 
Sunday, 4 Aug 2019
10:02 antoine search for other commits by this committer
Mark BROKEN: unfetchable
Original commitRevision:508088 
Tuesday, 3 Jan 2017
18:12 mat search for other commits by this committer
Never set WRKSRC when using USE_GITHUB.

If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
Original commitRevision:430490 
Friday, 9 Sep 2016
19:42 amdmi3 search for other commits by this committer
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
Original commitRevision:421635 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 21 Jan 2016
19:36 amdmi3 search for other commits by this committer
- Switch to options helpers
Original commitRevision:406871 
Monday, 19 Oct 2015
14:50 amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Original commitRevision:399684 
Wednesday, 21 May 2014
05:38 miwi search for other commits by this committer
- Update to 0.7.0

PR:		187972
Submitted by:	Ports Fury
Original commitRevision:354708 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Sunday, 20 Apr 2014
09:21 bapt search for other commits by this committer
Convert to lua 5.2
Original commitRevision:351614 
Tuesday, 1 Apr 2014
08:10 pawel search for other commits by this committer
- Add staging support
- Convert to new LIB_DEPENDS format
- Define DOCS, EXAMPLES options
Original commitRevision:349823 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Tuesday, 29 Jan 2013
00:35 jkim search for other commits by this committer
- Update devel/libffi to 3.0.11.
- Reset maintainership for libffi.  See ports/164941.

PR:		ports/171768
Submitted by:	Takefu <takefu@airport.fm>
Original commitRevision:311141 
Wednesday, 16 May 2012
04:51 miwi search for other commits by this committer
- Cleanup

PR:             166315
Submitted by:   Jan Beich <jbeich@tormail.net>
Original commit
Wednesday, 8 Feb 2012
20:09 pgollucci search for other commits by this committer
- Update to 0.5.1

PR:             ports/161002
Submitted by:   h h <aakuusta@gmail.com>
Approved by:    maintainer timeout (philip ; 136 days)
Original commit
Monday, 26 Dec 2011
16:12 tabthorpe search for other commits by this committer
- Reset ports to heap due to mail bounces

<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said:
   550-5.1.1 The email account that you tried to reach does not exist. Please
   try 550-5.1.1 double-checking the recipient's email address for typos or
   550-5.1.1 unnecessary spaces. Learn more at
   550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596
   d6si2748840pbk.7 (in reply to RCPT TO command)

With Hat:       portmgr
Original commit
Tuesday, 19 Oct 2010
00:15 pgollucci search for other commits by this committer
- remove symlink even if regression-test target fails
        DATADIR/tests/alien
        DATADIR/tests/alien.lua
- Split regression-test into smaller chunks

PR:             ports/151539
Submitted by:   swell.k@gmail.com (maintainer)
Original commit
Wednesday, 22 Sep 2010
10:10 philip search for other commits by this committer
Make the regression target depend on build instead of install.
This will fix the tinderbox build.

PR:             ports/150800
Submitted by:   Anonymous <swell.k@gmail.com> (maintainer)
Original commit
Saturday, 18 Sep 2010
18:29 philip search for other commits by this committer
Add a regression test target.  Attempt to fix the build on sparc64.

PR:             ports/150632
Submitted by:   Anonymous <swell.k -at- gmail.com> (maintainer)
Original commit
Wednesday, 1 Sep 2010
07:29 pav search for other commits by this committer
- Fix build on 6.X

Submitted by:   Anonymous <swell.k@gmail.com> (maintainer)
Original commit
Thursday, 26 Aug 2010
10:49 philip search for other commits by this committer
Add lua-alien 0.5.0, lua -> C FFI.

PR:             ports/149983
Submitted by:   Anonymous <swell.k-at-gmail.com>
Original commit

Number of commits found: 21