Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.2 20 Jul 2022 14:22:12 |
Tobias C. Berner (tcberner) |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.6.2 04 May 2022 06:57:36 |
Alex Dupre (ale) |
java/javamail: restrict to java version 8
The Java Activation Framework (jaf), required to build javamail,
was included in JRE 1.6, but later removed in JRE 11.
PR: 263600
Submitted by: wcarson.bugzilla@disillusion.net |
1.6.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.2 30 Sep 2019 14:45:20 |
ale |
Update to 1.6.2 release. |
1.5.6 09 Aug 2017 16:10:57 |
mat |
Fixup GH_TAGNAME usage, and minor cleanup.
Sponsored by: Absolight |
1.5.6 09 Aug 2017 15:27:50 |
ale |
Update to 1.5.6 release.
PR: 220592
Submitted by: Gerrit Beine <mail+freebsd@gerritbeine.de> |
1.5.1 11 May 2015 06:09:15 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
1.5.1 05 Jul 2014 19:27:04 |
olgeni |
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. Categories J-L.
CR: D305
Approved by: portmgr (swills) |
1.5.1 10 Mar 2014 15:21:21 |
bapt |
Convert j* to USES=zip |
1.5.1 21 Jan 2014 16:43:01 |
ale |
Update to 1.5.1 release and stagify. |
1.4.7 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
1.4.7 02 Apr 2013 04:42:52 |
miwi |
- Fix fetch
Reported by: pointyhat
Approved by: portmgr |
1.4.7 12 Mar 2013 10:42:07 |
ale |
Update to 1.4.7 release. |
1.4.6 11 Feb 2013 09:19:41 |
ale |
Update to 1.4.6 release and pet portlint. |
1.4.5 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
1.4.5 26 Mar 2012 07:48:55 |
ale |
Update to 1.4.5 release.
Feature safe: yes |
1.4.4 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.4.4 18 Feb 2011 10:11:12 |
ale |
Fix build with jdk 1.5. The resulting jar can be used also with jdk 1.4 (modulo
SASL authentication), but must be built with 1.5+.
Feature safe: yes |
1.4.4 17 Feb 2011 08:31:22 |
ale |
Take maintainership and add LICENSE.
Feature safe: yes |
1.4.4 16 Feb 2011 11:07:51 |
ale |
Update javamail to 1.4.4 release, now open sourced!
Feature safe: yes |
1.4.3 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
1.4.3 21 Dec 2009 06:15:04 |
glewis |
. Update to 1.4.3. |
1.4.1 08 Dec 2008 06:43:50 |
linimon |
Reset nemoliu due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.4.1 23 Jun 2008 07:50:43 |
gahr |
- Update to 1.4.1
PR: 124206
Submitted by: yours truly
Approved by: nemoliu (maintainer) |
1.4_2 06 Jun 2008 13:38:51 |
edwin |
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) |
1.4_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.4 30 Apr 2007 06:27:41 |
nemoliu |
Use my @FreeBSD.org address.
Approved by: delphij (mentor) |
1.4 21 Feb 2007 17:43:33 |
delphij |
Update to 1.4.
Submitted by: Nemo LIU <nemoliu at gmail dot com>
PR: ports/109233 |
1.3.3 03 Sep 2006 06:12:58 |
kris |
Allow package builds |
1.3.3 30 Jan 2006 11:30:48 |
edwin |
SHA256ify (and sometimes SIZEify)
Approved by: krion@ |
1.3.3 14 Oct 2005 01:09:20 |
glewis |
. Update to 1.3.3 (missed in the last commit somehow).
PR: 87375
Submitted by: Ronald Klop <ronald@cs.vu.nl> |
1.3.3 14 Oct 2005 01:08:30 |
glewis |
. Update to 1.3.3.
PR: 87375
Submitted by: Ronald Klop <ronald@cs.vu.nl> |
1.3.2_1 11 Oct 2005 15:10:45 |
glewis |
. No need for ${MKDIR} ${JAVAJARDIR}, its been automatically created
by mtree for more than 3 years now.
Pointed out by: hq |
1.3.2_1 08 Jun 2005 15:51:06 |
glewis |
. Update to 1.3.2 update.
PR: 82027
Submitted by: Hans Voogt <dehans@xs4all.nl> |
1.3.2 03 May 2005 17:55:01 |
glewis |
. Update to 1.3.2.
Submitted by: "DAIGU" <daigu@pop02.odn.ne.jp> |
1.3.1_1 09 Sep 2004 18:38:25 |
hq |
Fix DOWNLOAD_URL.
Reported by: Ronald Klop <ronald-freebsd8@klop.yi.org>
Approved by: portmgr, glewis (mentor) |
1.3.1_1 03 Sep 2004 03:34:29 |
hq |
- Fixed DISTNAME [1]
- Use LOCALBASE rather than PREFIX in RUN_DEPENDS
- Now bsd.java.mk 2.0 compliant
- Use CPIO rather than CP
- Use JAVAJARDIR and JAVASHAREDIR
- Removed pkg-plist (use dynamic plist and PORTDOCS)
- Honor NOPORTDOCS
- Honor hier(7): documentation in DOCSDIR and examples in EXAMPLESDIR [2]
- Honor "best practices for a Java library" from Porter's handbook, Java
section: JARs in JAVAJARDIR. [2]
- SIZEify
- Added 'mail' category
PR: 71235 [1]
Submitted by: Rainer Duffner <rainer@ultra-secure.de> [1]
Reviewed by: glewis [2]
Approved by: glewis (mentor) |
1.3.1 13 Jan 2004 22:33:36 |
znerd |
Improved download URL to be more specific. |
1.3_1 10 Jul 2003 04:15:01 |
daichi |
fix java/javamail: Fix pkg-plist of port java/javamail 1.3.1.
PR: 54275
Submitted by: Ronald Klop <ronald@cs.vu.nl>
Pointed out by: "Sergey A. Osokin" <osa@freebsd.org> |
1.3.1 09 Jul 2003 05:22:22 |
daichi |
update java/javamail: 1.3 -> 1.3.1
PR: 54239
Submitted by: Ronald Klop <ronald@cs.vu.nl> |
1.3_1 07 Mar 2003 06:04:45 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.3_1 07 Nov 2002 13:54:08 |
edwin |
Update to the java/javamail port from version 1.2 to 1.3.
Changing maintainer to java@freebsd.org
PR: ports/44558
Submitted by: Jose Marques <noway@nohow.demon.co.uk> |
1.2_1 07 May 2002 22:30:54 |
znerd |
Cleaned things up here and there.
Switched to USE_JAVA. This fixes PR 35080.
Improved download URL. Changed do-install target a
little. Installing links to the actual JAR files in
${PREFIX}/share/java/classes. The actual JAR files
are now in ${PREFIX}/share/java/${PKGNAME}.
Bumped PORTREVISION.
PR: 35080 |
03 Sep 2001 19:36:33 |
knu |
Update to 1.2. |
08 Oct 2000 03:02:04 |
asami |
Convert category java to new layout. |