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: java/jboss5/Makefile

Number of commits found: 20

Saturday, 5 Jul 2014
00:22 adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.

Approved by:	portmgr (blanket for modernization)
Original commitRevision:360709 
Friday, 16 May 2014
21:13 cs search for other commits by this committer
Withdraw maintainership

PR:		ports/189730
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
Approved by:	portmgr (implicit)
Original commitRevision:354263 
Friday, 20 Sep 2013
19:48 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
Original commitRevision:327738 
Monday, 10 Dec 2012
13:18 bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part2)
Original commitRevision:308604 
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, 23 Feb 2012
20:40 crees search for other commits by this committer
Add extra repository

PR:             ports/155547
Approved by:    maintainer timeout
Original commit
Monday, 21 Mar 2011
15:02 fluffy search for other commits by this committer
- Try to unbroke java/jboss5 with native jdks
- Use bundled Ant instead of system to resolve build breakage

PR:             153697
Reported by:    Makoto Kishimoto <ksmakoto AT dd DOT iij4u DOT or DOT jp>
Patch by:       Jimmy Kelley <ljboiler AT gmail DOT com>
Approved by:    maintainer timeout (>2 months)
Original commit
Wednesday, 18 Nov 2009
22:11 hq search for other commits by this committer
Reorganise the JBoss5 port:
- remove daemonctl, use root startup (following tomcat, geronimo, etc)
- allow arbitrary arguments to be handed to JBoss (long standing bug)
- reorganise the directory structure to follow hier(7)
  * JBOSS_HOME = /usr/local/share/jboss5
  * deployment directory = /var/jboss5
  * log directory = /var/log/jboss5
- Take maintainership
- Bump PORTREVISION

PR:             139372
Submitted by:   Jonathan Chen <jonc@chen.org.nz>
Original commit
Wednesday, 2 Sep 2009
17:13 miwi search for other commits by this committer
- Update to 5.1.0

PR:             138431
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Saturday, 22 Aug 2009
00:24 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
Original commit
Sunday, 17 May 2009
14:19 miwi search for other commits by this committer
- Add missing app dir
- Bump PORTREVISION

PR:             131333
Submitted by:   Wen Heping <wenheping@gmail.com>
Original commit
Monday, 9 Feb 2009
20:39 pav search for other commits by this committer
- Disallow from building on pointyhat
Original commit
Saturday, 24 Jan 2009
04:55 glewis search for other commits by this committer
. Update to 5.0.0.GA.
. Fix JBOSSOUTPUT.
. Pick a consistent DOCSDIR.
. Remove BROKEN.
Original commit
Monday, 8 Dec 2008
06:43 linimon search for other commits by this committer
Reset nemoliu due to maintainer-timeouts and no response to email.

Hat:    portmgr
Original commit
Saturday, 29 Nov 2008
22:47 pav search for other commits by this committer
- Mark BROKEN: does not build

Reported by:    pointyhat
Original commit
Thursday, 4 Sep 2008
19:33 pav search for other commits by this committer
- Update to 5.0.0.cr1, which also fixes build with jdk16

PR:             ports/126718
Submitted by:   Greg Lewis <glewis@eyesbeyond.com>
Approved by:    maintainer timeout (nemoliu; 14 days)
Original commit
Friday, 6 Jun 2008
13:38 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
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
Monday, 30 Apr 2007
06:27 nemoliu search for other commits by this committer
Use my @FreeBSD.org address.

Approved by:    delphij (mentor)
Original commit
Wednesday, 28 Mar 2007
05:47 delphij search for other commits by this committer
New port: jboss5

JBoss AS 5 GA will be Java EE 5 certified and will include the following core
technologies.

    * JBoss Microcontainer - POJO based microcontainer removing the dependency
      on JMX
    * EJB 3.0 - Fully certified as part of the Java EE 5 compliant JBoss AS 5
    * Hibernate 3.2 - JPA certified
    * JBoss Messaging 1.2 - the next generation messaging platform from JBoss
      with HA features.
    * JBoss WebServices 2.0 - new custom built JAX-WS compliant WebServices
      stack.
    * JBoss Seam 1.1 - a powerful new application framework to build next
      generation Web 2.0 applications by unifying and integrating popular
      service oriented architecture (SOA) technologies

Submitted by:   Nemo Liu <nemoliu gmail com>
PR:             ports/110163
Repocopy by:    marcus
Original commit

Number of commits found: 20