non port: lang/bsh/Makefile |
SVNWeb
|
Number of commits found: 26 |
Sat, 3 Dec 2022
|
[ 19:30 Pedro F. Giffuni (pfg) ] 5633b4b
lang/bsh: update BeanShell to version 2.1.1
This release fixes a problem with the old 2.1.0 release.
No other work will be done on the 2.x branch.
Approved by: thierry (mentor, implicit)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f98ae56 (Only the first 10 of 255 ports in this commit are shown above. )
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above )
|
Mon, 17 Jan 2022
|
[ 13:20 Tobias Kortkamp (tobik) ] 07389cd (Only the first 10 of 14 ports in this commit are shown above. )
*: Sweep up new CONFLICTS_INSTALL mess
- Fix typos
- Fix overwritten master/slave variables
I'm assuming the entries are correct otherwise.
Reported by: portscan
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 24 Dec 2020
|
[ 20:51 pfg ]
lang/bsh: use Java 8
While 2.1.0 is an improvement it still doesn't include all the fixes
for deprecated APIs in JDK 11+. Upstream's master branch does much better
but there is no easy patch, so set JDK to 8 for now.
PR: 251824
Approved by: thierry (mentor, implicit)
|
[ 04:08 pfg ]
lang/bsh: update to version 2.1.0
This doesn't have much changes with repect to the older Beta versions,
but finishes merging changes from a Bensehll2 fork and supports newer
version of Java.
Approved by: thierry (mentor, implicit)
|
Mon, 14 Dec 2020
|
[ 02:11 pfg ]
lang/bsh: Use JDK 8.
It is well known this port requires Java 8 to build. Use Java 8 explicitly
so setting the default to another version doesn't break it.
PR: 251824
Approved by: thierry (mentor, implicit)
|
Thu, 30 Jul 2020
|
[ 17:28 pfg ]
lang/bsh: Use JDK 8 to build.
The build breaks with JDK 9+. Upstream has fixed this in their development
version but they haven't released a new version, so for nw require Java 8
to build.
Pet portlint while here.
Reported by: Tom Jones
Approved by: thierry (mentor, implicit)
|
Tue, 26 Nov 2019
|
[ 21:46 jkim ] (Only the first 10 of 443 ports in this commit are shown above. )
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
|
Wed, 1 Jun 2016
|
[ 13:15 mat ] (Only the first 10 of 145 ports in this commit are shown above. )
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight
|
Sun, 21 Feb 2016
|
[ 15:25 junovitch ]
lang/bsh: update 2.0b5 -> 2.0b6
Changes: https://github.com/beanshell/beanshell/releases/tag/2.0b6
PR: 207334
Submitted by: pfg (maintainer)
Security: CVE-2016-2510
Security: https://vuxml.FreeBSD.org/freebsd/9e5bbffc-d8ac-11e5-b2bd-002590263bf5.html
MFH: 2016Q1
|
Sat, 26 Sep 2015
|
[ 11:06 rm ]
lang/bsh: switch to github
With the deprecation of Google Code and Apache Extras, the code has moved to
github.
- use Github
- use a newer snapshot that sets the target to Java 1.5 (should be more
compatible with newer Java). Bump port revision accordingly
- add the "Beanshell" name to COMMENT, since PORTNAME is not clear
- pass maintainership to submitter
PR: 203354
Submitted by: pfg
|
Mon, 11 May 2015
|
[ 18:34 mat ] (Only the first 10 of 285 ports in this commit are shown above. )
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Sat, 6 Dec 2014
|
[ 13:41 pawel ]
- Update to version 2.0.b5
- Add LICENSE
PR: 194887
Submitted by: pfg
|
Sat, 31 May 2014
|
[ 19:30 pawel ]
- Add staging support
- Remove leading article from COMMENT
|
Sat, 10 May 2014
|
[ 22:06 antoine ] (Only the first 10 of 13 ports in this commit are shown above. )
Maintainer no longer wishes to maintain those ports
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 19:53 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
Mon, 10 Dec 2012
|
[ 13:18 bapt ] (Only the first 10 of 172 ports in this commit are shown above. )
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2)
|
Thu, 21 Jul 2011
|
[ 05:03 linimon ] (Only the first 10 of 269 ports in this commit are shown above. )
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
|
Wed, 19 Nov 2008
|
[ 05:39 glewis ]
. Bump PORTREVISION for my earlier change to the wrapper script.
|
Tue, 24 Jun 2008
|
[ 10:34 lippe ]
- JAVAJARDIR should not be removed.
- Bump PORTREVISION.
Approved by: gabor (mentor, implicit)
|
[ 09:01 lippe ]
- Fix location to install .jar file(s).
- Bump PORTREVISION.
Approved by: gabor (mentor, implicit)
|
Mon, 23 Jun 2008
|
[ 00:45 lippe ]
- Change main category (java/bsh -> lang/bsh).
- Pass maintainership to submitter.
- Update comment and distinfo.
- Use exec in startup script.
- Adopt best practices for Java ports as described in section 6.10.3 of the
Porter's Handbook.
PR: ports/122210
Submitted by: Simon Olofsson <simon@olofsson.de>
Repocopy by: marcus
Approved by: gabor (mentor, implicit)
|
[ 00:21 lippe ]
- Forced commit to note repocopy from java/bsh to lang/bsh.
PR: ports/122210
Submitted by: Simon Olofsson <simon@olofsson.de>
Approved by: gabor (mentor, implicit)
|
Number of commits found: 26 |