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

Number of commits found: 15

Monday, 18 Aug 2014
12:02 amdmi3 search for other commits by this committer
- Switch devel/gflags to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:365280 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Friday, 4 Jul 2014
12:06 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Original commitRevision:360604 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Monday, 30 Dec 2013
20:55 ohauer search for other commits by this committer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
Original commitRevision:338168 
Friday, 13 Dec 2013
07:59 sunpoet search for other commits by this committer
- Convert to new LIB_DEPENDS format
Original commitRevision:336323 
Friday, 20 Sep 2013
17:04 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Original commitRevision:327723 
Wednesday, 21 Aug 2013
12:03 sunpoet search for other commits by this committer
- Use USES=gmake
Original commitRevision:325110 
Wednesday, 17 Apr 2013
17:06 sunpoet search for other commits by this committer
- Update to latest snapshot (20130304) and unbreak this port
- Bump PORTREVISION for distfile change

Changes:	https://code.google.com/p/google-js-test/source/list
Feature safe:	yes
Original commitRevision:315990 
15:37 miwi search for other commits by this committer
- Broken fails to build

gjstest/internal/cpp/typed_arrays.cc: In static member function 'static
v8::Persistent<v8::FunctionTemplate><unnamed>::TypedArray<TBytes,
TEAType>::GetTemplate() [with unsigned int TBytes = 8u, v8::ExternalArrayType
TEAType = kExternalDoubleArray]':
gjstest/internal/cpp/typed_arrays.cc:854:   instantiated from here
gjstest/internal/cpp/typed_arrays.cc:180: warning: 'New' is deprecated (declared
at /usr/local/include/v8.h:4435)
gmake: *** [gjstest/internal/cpp/typed_arrays.o] Error 1
*** Error code 1

Feature safe:	yes
Original commitRevision:315976 
Monday, 18 Mar 2013
15:14 vanilla search for other commits by this committer
1: Upgrade protobuf to 2.5.0.
2: bump revision.
3: document UPDATING.
Original commitRevision:314580 
Thursday, 10 Jan 2013
21:24 leeym search for other commits by this committer
- bump PORTREVISION since shlib version of gflags was changed

Noticed by:	sunpoet
Original commitRevision:310205 
Tuesday, 4 Dec 2012
10:10 sunpoet search for other commits by this committer
- Update to 1.0.8
- Cleanup Makefile header

Changes:	http://code.google.com/p/google-js-test/source/list?name=release-1.0.8
Feature safe:	yes
Original commitRevision:308230 
Thursday, 26 Apr 2012
12:50 sunpoet search for other commits by this committer
- Update to 1.0.7
- Add LICENSE

Changes:       
http://code.google.com/p/google-js-test/source/list?name=release-1.0.7
Original commit
Tuesday, 18 Oct 2011
17:03 sunpoet search for other commits by this committer
- Add gjstest 1.0.6

Google JS Test is a fast javascript unit testing framework that runs on the V8
engine, without needing to launch a full browser.

Features include:
- Extremely fast test startup and execution time, without having to run a
  browser.
- Clean, readable output in the case of both passing and failing tests.
- A browser-based test driver that can simply be refreshed whenever JS is
  changed.
- Style and semantics that resemble Google Test for C++.
- A built-in mocking framework that requires minimal boilerplate code (e.g. no
  $tearDown or $verifyAll) with style and semantics based on the Google C++
  Mocking Framework.

The trade-off is that since tests are run in V8 without a browser, there is no
DOM available. You can still use Google JS Test for tests of DOM-manipulating
code however; see "Is it for me?" [1] for more details.

[1] http://code.google.com/p/google-js-test/wiki/IsItForMe

WWW: http://code.google.com/p/google-js-test/
Original commit

Number of commits found: 15