Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 14:45:20 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513389 - in head/java/javamail: . files
Message-ID:  <201909301445.x8UEjKrM074349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Mon Sep 30 14:45:20 2019
New Revision: 513389
URL: https://svnweb.freebsd.org/changeset/ports/513389

Log:
  Update to 1.6.2 release.

Added:
  head/java/javamail/files/
  head/java/javamail/files/patch-build.properties   (contents, props changed)
Modified:
  head/java/javamail/Makefile
  head/java/javamail/distinfo

Modified: head/java/javamail/Makefile
==============================================================================
--- head/java/javamail/Makefile	Mon Sep 30 14:24:19 2019	(r513388)
+++ head/java/javamail/Makefile	Mon Sep 30 14:45:20 2019	(r513389)
@@ -3,7 +3,7 @@
 
 PORTNAME=	javamail
 DISTVERSIONPREFIX=	${PORTNAME:tu}-
-DISTVERSION=	1_5_6
+DISTVERSION=	1_6_2
 CATEGORIES=	java mail
 
 MAINTAINER=	ale@FreeBSD.org
@@ -20,7 +20,7 @@ GH_ACCOUNT=	javaee
 
 CPE_VENDOR=	sun
 USE_JAVA=	YES
-JAVA_VERSION=	1.6+
+JAVA_VERSION=	8+
 USE_ANT=	YES
 NO_ARCH=	yes
 

Modified: head/java/javamail/distinfo
==============================================================================
--- head/java/javamail/distinfo	Mon Sep 30 14:24:19 2019	(r513388)
+++ head/java/javamail/distinfo	Mon Sep 30 14:45:20 2019	(r513389)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502292268
-SHA256 (javaee-javamail-JAVAMAIL-1_5_6_GH0.tar.gz) = e065282db903d509c0d7e8717bdf7ecaf1353267223616aaf38055ebb4369533
-SIZE (javaee-javamail-JAVAMAIL-1_5_6_GH0.tar.gz) = 1041816
+TIMESTAMP = 1569853775
+SHA256 (javaee-javamail-JAVAMAIL-1_6_2_GH0.tar.gz) = 870e17293628437a03ae03404f51105c1ab8f682594cb18e005cb99e15d01d24
+SIZE (javaee-javamail-JAVAMAIL-1_6_2_GH0.tar.gz) = 1107140

Added: head/java/javamail/files/patch-build.properties
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/java/javamail/files/patch-build.properties	Mon Sep 30 14:45:20 2019	(r513389)
@@ -0,0 +1,22 @@
+--- build.properties.orig	2019-09-30 14:35:51 UTC
++++ build.properties
+@@ -98,7 +98,7 @@ jaf.url=http://docs.oracle.com/javase/6/docs/api
+ ### Additonal Component Properties for standalone release ###
+ release.dir=target/release
+ release.specversion=1.5
+-release.version=1.5.1-SNAPSHOT
++release.version=1.6.2
+ release.mail.jar=${release.dir}/mail.jar
+ release.mailapi.jar=${release.dir}/lib/mailapi.jar
+ release.imap.jar=${release.dir}/lib/imap.jar
+@@ -125,8 +125,8 @@ glassfish.maven_repository_importer.version=1.1
+ javac.debug=on
+ javac.optimize=off
+ javac.deprecation=off
+-javac.source=1.5
+-javac.target=1.5
++javac.source=7
++javac.target=7
+ 
+ ### Use ant.verbose=-verbose for debugging ant targets
+ ant.verbose=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909301445.x8UEjKrM074349>