Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.06.038_4,1 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
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) |
0.7.06.038_4,1 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 ) |
0.7.06.038_4,1 20 Jul 2022 14:20:58
    |
Tobias C. Berner (tcberner)  |
cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Andersson <anders@hack.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Christoph Moench-Tegeder <cmt@FreeBSD.org>
* David Yeske <dyeske@gmail.com>
* Diane Bruce <db@db.net>
* Joachim Strombergson <watchman@ludd.ltu.se>
* Johnny Sorocil <jsorocil@gmail.com>
* Julian Jenkins <kaveman@magna.com.au>
* Marc Fonvieille <blackend@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.7.06.038_4,1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
0.7.06.038_4,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.7.06.038_4,1 26 Nov 2019 21:46:13
  |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
0.7.06.038_3,1 08 Dec 2016 17:40:42
  |
tijl  |
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.7.06.038_2,1 21 Oct 2016 12:51:41
  |
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.7.06.038_2,1 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.7.06.038_2,1 10 Sep 2014 20:50:37
  |
gerald  |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.7.06.038_1,1 24 Mar 2014 12:05:22
  |
pawel  |
- Add staging support
- Use option helper
- Switch to PORTDATA, add missing files to PLIST_FILES |
0.7.06.038_1,1 07 Mar 2014 15:59:54
  |
bapt  |
Convert c* to USES=zip |
0.7.06.038_1,1 20 Sep 2013 15:58:42
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
0.7.06.038_1,1 25 Mar 2013 02:51:20
  |
beech  |
- Makefile tweaks
- Add Icons
- Change Homepage
- Bump portrevision
PR: ports/177221
Submitted by: nemysis <nemysis@gmx.ch> |
0.7.06.038,1 08 Feb 2013 01:58:50
  |
miwi  |
- Update to 0.7.06.038
PR: 175019
Submitted by: Ports Fury |
0.7.5.3 10 Dec 2012 11:25:28
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1) |
0.7.5.3 21 Jul 2011 05:03:02
 |
linimon  |
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 |
0.7.5.3 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.7.5.3 15 Nov 2010 00:14:28
 |
araujo  |
- Back to the ports@, I haven't used it anymore. |
0.7.5.3 25 Oct 2009 22:55:08
 |
araujo  |
- Update to 0.7.5.3.
PR: ports/139619 (based on)
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
0.7.5_1 22 Aug 2009 00:15:15
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with B,C |
0.7.5_1 06 Jun 2008 13:14:15
 |
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) |
0.7.5 01 Jan 2008 17:07:44
 |
araujo  |
- Update to 0.7.5.
Approved by: stas (mentor, implicit) |
0.7.2_1 29 Jun 2007 16:29:19
 |
araujo  |
- Change my mail address to araujo@.
Approved by: stas (mentor) |
0.7.2_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}. |
0.7.2 27 Jan 2007 23:58:42
 |
miwi  |
- Update to 0.7.2
PR: 108441
Submitted by: miwi
Approved by: maintainer |
0.7.1 05 Jan 2007 14:53:12
 |
rafan  |
- Update to 0.7.1
- Pass maintainership to submitter
PR: ports/107550
Submitted by: Marcelo Araujo <araujo at bsdmail.org> |
0.6.3 24 Nov 2005 00:22:47
 |
pav  |
- Add SHA256 |
0.6.3 08 Oct 2005 21:32:25
 |
thierry  |
- Upgrade to 0.6.3 [1]
- Fix a typo in impact script.
Reported by: edwin's version check [1] |
0.6.1 29 Aug 2005 17:59:53
 |
hq  |
- Update to 1.6.1 [1]
- Use DATADIR=${JAVASHAREDIR}/${PORTNAME} [1]
- Add 'java' category
- Use INSTALL_DATA rather than CP
- Use %%DATADIR%% in launcher scripts (already included in SUB_LIST by
bsd.port.mk)
- Pass JAVA_VERSION to javavmwrapper in launcher scripts
PR: 83979 [1]
Submitted by: Pedro F. Giffuni <giffunip@asme.org> [1] |
0.5.3 04 Mar 2005 07:36:49
 |
ijliao  |
add impact 0.5.3
Dynamic Finite Element Program Suite |