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

Number of commits found: 30

Thursday, 9 Feb 2017
17:45 marino search for other commits by this committer
www/cocoon: Deprecated, mark for removal 30 APR 2017

The maintainer abandoned cocoon 9 years (March 2008).  The upstream
project is still active with the latest stable release 2.2.0 release in
October 2014.  This old version 2.1.11 is not even available in the 2.1
folder of http://www.apache.org/dist/cocoon/ anymore as it is also from
2008.

I spent a few minutes trying to update the port to the latest version,
but it became apparently very quickly that the makefile needs a complete
overhaul and the build approach has changed.  The amount of work needed
on this port exceeds what is reasonable for a non-maintained port IMO.

This is one of the few ports that will not build on openjdk 7 or later;
I was initially trying upgrade to allow openjdk 8 to build it.

This port is completely saveable, but it requires a maintainer IMO, so
set the expiration date about 3 months out to give a chance for someone
to volunteer to bring this up to the latest release.
Original commitRevision:433753 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Tuesday, 23 Jun 2015
14:08 amdmi3 search for other commits by this committer
- Add NO_ARCH
- Drop @dirrm* from plist
Original commitRevision:390403 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Saturday, 28 Mar 2015
12:18 sunpoet search for other commits by this committer
- Add CPE information

PR:		198961
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
Original commitRevision:382474 
Saturday, 3 Jan 2015
08:41 mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
Original commitRevision:376109 
Thursday, 5 Jun 2014
22:07 antoine search for other commits by this committer
Adjust PLIST_SUB to not bug check-plist
Original commitRevision:356716 
Wednesday, 4 Jun 2014
22:10 jkim search for other commits by this committer
- Do not build with JDK7 and later.  This port uses deprecated JPEG classes.
- Support staging.

Reported by:	exp-run (PR190511)
Original commitRevision:356552 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
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 
Thursday, 6 Jun 2013
22:24 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:320139 
Monday, 10 Dec 2012
13:43 bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
Original commitRevision:308605 
Monday, 20 Aug 2012
07:55 dougb search for other commits by this committer
Fix post r302141: The files in USE_RC_SUBR are already included in SUB_FILES

I caught most of these, but missed this one, apologies
Original commit
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Thursday, 21 Jul 2011
05:03 linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
Original commit
Saturday, 27 Mar 2010
05:21 dougb search for other commits by this committer
For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.

For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list.
Original commit
Friday, 6 Jun 2008
14:07 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Wednesday, 9 Apr 2008
09:36 clsung search for other commits by this committer
- Update to 2.1.11

PR:             ports/122592
Submitted by:   Wen heping <wenheping_AT_gmail dot com>
Original commit
Thursday, 27 Mar 2008
02:22 beech search for other commits by this committer
- Fix single-quotes in OPTIONS
- Reset maintainer (per maintainer request)

PR:             ports/122108
Submitted by:   Dima Panov <fluffy@fluffy.khv.ru>
Approved by:    Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
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
Tuesday, 23 Jan 2007
10:21 sat search for other commits by this committer
- Update to 2.1.10

PR:             ports/108195
Submitted by:   Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
Original commit
Sunday, 14 May 2006
22:06 hq search for other commits by this committer
Fix packing list

PR:             97023
Submitted by:   maintainer
Reported by:    pointyhat
Original commit
Friday, 5 May 2006
16:35 hq search for other commits by this committer
- Update to 2.1.9
- Use USE_RC_SUBR
- Use SUB_FILES
- Remove USE_REINPLACE

PR:             95627
Submitted by:   maintainer
Original commit
Monday, 21 Nov 2005
15:30 hq search for other commits by this committer
Update to 2.1.8

PR:             89371
Submitted by:   maintainer
Original commit
Thursday, 28 Jul 2005
07:28 vs search for other commits by this committer
- Correctly USE_RC_SUBR
- Fix build-issue on 4.x

Submitted by: maintainer
Original commit
Saturday, 2 Apr 2005
22:14 hq search for other commits by this committer
Update to 2.1.7

PR:             79197
Submitted by:   maintainer
Original commit
Saturday, 20 Nov 2004
16:53 hq search for other commits by this committer
- Update to 2.1.6
- Use CPIO and INSTALL_SCRIPT
- When ant build fails, return non-null error code in build.sh
- Added WITH_SAMPLES and WITH_SOURCES options

PR:             74139
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Original commit
Tuesday, 2 Nov 2004
21:52 hq search for other commits by this committer
- Fix block dependencies issue [1]
- Use MASTER_SITE_SUBDIR

PR:             73427 [1]
Submitted by:   maintainer [1]
Original commit
Monday, 9 Aug 2004
14:19 vs search for other commits by this committer
* Handle recursive dependencies when dealing with blocks selected by the user.
* Handle deprecated blocks.
* Select all non-deprecated blocks by default.

PR:             ports/69944
Submitted by:   Jean-Baptiste Quenot (maintainer)
Original commit
Thursday, 22 Jul 2004
06:55 vs search for other commits by this committer
Move textproc/cocoon to more appropriate category www

PR:             ports/69358
Submitted by:   Jean-Baptiste Quenot (maintainer)
Original commit

Number of commits found: 30