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: www/neon29/Makefile

Number of commits found: 24

Monday, 15 Dec 2014
16:08 ohauer search for other commits by this committer
- use new CONFIG syntax
- add LICENSE
- do not install man pages a second time
- use REINPLACE_CMD instead dedicated patch
- remove obsolete CONFLICT line
- cleanup pkg-plist
- bump PORTREVISION

Approved by:	lev (implicit)
Original commitRevision:374752 
Wednesday, 6 Aug 2014
09:11 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
Original commitRevision:364158 
Saturday, 19 Jul 2014
18:38 ohauer search for other commits by this committer
- remove patch to not install docs per default (recover defaults)
  this way a second call to the install-html target is not required
- sort pkg-plist according new `make makeplist'

  Nothing changes in the resulting package therefor no bump
Original commitRevision:362276 
Wednesday, 7 May 2014
22:11 bapt search for other commits by this committer
Convert to USES=libtool
Modernize LIB_DEPENDS
Strip binaries
Original commitRevision:353219 
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 
Saturday, 15 Feb 2014
13:10 lev search for other commits by this committer
 Use root CA bundle

PR:		ports/185130
Submitted by:	Anton Yuzhaninov
Original commitRevision:344384 
Tuesday, 5 Nov 2013
22:40 ohauer search for other commits by this committer
- add stage support

Approved by:	lev@ (explicit)
Original commitRevision:332923 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Monday, 6 May 2013
06:54 bapt search for other commits by this committer
Finish converting www from WITHOUT_NLS to PORT_OPTIONS:MNLS
Original commitRevision:317472 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Friday, 21 Oct 2011
13:19 lev search for other commits by this committer
  Ooops, forgot one line.
Original commit
13:08 lev search for other commits by this committer
        (1) Fix typo
        (2) Fix MAN/MLINKS settings

PR:     [1] ports/161432, ports/160855, ports/160722, [2] ports/160619
Original commit
Tuesday, 23 Aug 2011
18:39 kwm search for other commits by this committer
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed.
Original commit
Tuesday, 14 Jun 2011
11:02 lev search for other commits by this committer
 (1) Add OPTIONS for all knobs.
 (2) Add optional support for net/libproxy, turned off by default.

Submitted by: (2) - Koop Mast, kwm@
Original commit
Friday, 13 May 2011
11:45 lev search for other commits by this committer
  Fix plist

PR:     ports/156907
Original commit
Saturday, 7 May 2011
17:18 lev search for other commits by this committer
  Update to 0.29.6
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Wednesday, 24 Nov 2010
14:27 pav search for other commits by this committer
- Update to 0.29.5

PR:             ports/151878
Submitted by:   ohauer
Approved by:    maintainer timeout (lev; 22 days)
Original commit
Wednesday, 13 Oct 2010
12:34 lev search for other commits by this committer
  Update to latest 0.29.4

PR:     ports/151185
Original commit
Friday, 30 Jul 2010
22:14 mezz search for other commits by this committer
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
  ABI backwards compatible. It is unnecessary to have more than one same
  libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
  as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
  from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
  unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
  neon.

PR:             ports/148295
Approved by:    lev (maintainer timeout, no respone for months),
                portmgr
Tested by:      pointyhat-exp by pav
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Wednesday, 10 Feb 2010
12:30 skv search for other commits by this committer
- Update to 0.29.3
- Fix spacing to make portlint happy

Changes:       
http://lists.manyfish.co.uk/pipermail/neon/2010-January/001150.html
Changes:       
http://lists.manyfish.co.uk/pipermail/neon/2009-December/001123.html
PR:             ports/142185
Submitted by:   olli hauer <ohauer xx gmx.de>
Approved by:    maintainer timeout (lev; >1 month)
Original commit
Friday, 18 Dec 2009
21:04 miwi search for other commits by this committer
- Update to 2.9.1
- Connect to build

PR:             ports/138994 ports/140636
Submitted by:   olli hauer <ohauer@gmx.de>
Approved by:    maintainer timeout
Original commit
20:58 miwi search for other commits by this committer
- Force commit to note repocopy
        www/neon28 -> www/neon29
Original commit

Number of commits found: 24