aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-jruby-jars/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-jruby-jars/Makefile')
-rw-r--r--devel/rubygem-jruby-jars/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rubygem-jruby-jars/Makefile b/devel/rubygem-jruby-jars/Makefile
index 825fde88f928..c43a0d2a343d 100644
--- a/devel/rubygem-jruby-jars/Makefile
+++ b/devel/rubygem-jruby-jars/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= jruby-jars
-PORTVERSION= 9.1.12.0
+PORTVERSION= 9.1.13.0
CATEGORIES= devel rubygems java
MASTER_SITES= RG
class='column1'>| | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1 | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 * Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-1/+1 | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. * www/rejik is not jobs safe.marino2016-11-161-0/+2 | | | | | | | | Another example of an "all" target requiring the "clean" target which causes a race where object files can be deleted after they are built. It's easy to fix but indicative the author fundamentally doesn't understand make dependencies. Dumb. * Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-2/+2 | | | | | With hat: portmgr Sponsored by: Absolight * Fix with non standard PREFIX tooantoine2014-11-181-1/+1 | * Unbreakantoine2014-11-181-19/+16 | * Mark BROKEN (please don't resurect broken ports...)antoine2014-11-181-0/+2 | * Ensure the original 'Created by' tag is retainedriggs2014-11-151-0/+1 | | | | Heads-up-by: danfe