Update to josm r10448, from maintainer Holger Mikolon.

Fixes the lsb_release issue, and set MODJAVA_VER to 1.8+ while here.
This commit is contained in:
landry 2016-06-22 06:20:19 +00:00
parent 07f04c4312
commit 3f1634f407
2 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.34 2016/06/08 19:30:11 landry Exp $
# $OpenBSD: Makefile,v 1.35 2016/06/22 06:20:19 landry Exp $
COMMENT= OpenStreetMap map editor
SVN_REV= 10327
SVN_REV= 10448
DISTNAME= josm-snapshot-${SVN_REV}
EXTRACT_SUFX = .jar
EXTRACT_CASES+= *.jar) unzip -qa ${FULLDISTDIR}/$$archive -d ${WRKDIST};;
@ -22,7 +22,7 @@ PERMIT_PACKAGE_CDROM= Yes
MODULES= java \
textproc/intltool
MODJAVA_VER= 1.7+
MODJAVA_VER= 1.8+
BUILD_DEPENDS = archivers/unzip
RUN_DEPENDS= java/javaPathHelper \
devel/desktop-file-utils

View File

@ -1,2 +1,2 @@
SHA256 (josm-snapshot-10327.jar) = pDmIQvsYDsvD1eKs//zDQOgrceAOvp/q4uYkfo3kXs4=
SIZE (josm-snapshot-10327.jar) = 10870379
SHA256 (josm-snapshot-10448.jar) = qZSlAdOrH7jcNQvbm/Y08b9rLBQ2W03FVHIyl/0Xbd8=
SIZE (josm-snapshot-10448.jar) = 10909486