diff options
author | rene <rene@FreeBSD.org> | 2014-05-11 21:22:07 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-05-11 21:22:07 +0800 |
commit | 7948aba5c9cfb59eabdc62a0532bcb49315aa47a (patch) | |
tree | 44f8040fe6643e4c873ab8cd779d7e4e607b74b4 /sysutils | |
parent | 08d6d5c4bb86313c10ac1e4eaa4fb37d155c18c3 (diff) | |
download | freebsd-ports-gnome-7948aba5c9cfb59eabdc62a0532bcb49315aa47a.tar.gz freebsd-ports-gnome-7948aba5c9cfb59eabdc62a0532bcb49315aa47a.tar.zst freebsd-ports-gnome-7948aba5c9cfb59eabdc62a0532bcb49315aa47a.zip |
sysutils/linux-crashplan: Depend on linux-sun-jre17 instead of
expired linux-sun-jre16 and bump PORTREVISION
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/linux-crashplan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/linux-crashplan/Makefile b/sysutils/linux-crashplan/Makefile index a23a9dc58444..00247d6c658a 100644 --- a/sysutils/linux-crashplan/Makefile +++ b/sysutils/linux-crashplan/Makefile @@ -3,7 +3,7 @@ PORTNAME= linux-crashplan DISTVERSION= 3.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils linux MASTER_SITES= http://download.crashplan.com/installs/linux/install/CrashPlan/ DISTNAME= CrashPlan_3.5.3_Linux @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= wg@FreeBSD.org COMMENT= Backs up data to remote servers or hard drives -RUN_DEPENDS= linux-sun-jre>=0:${PORTSDIR}/java/linux-sun-jre16 \ +RUN_DEPENDS= linux-sun-jre>=0:${PORTSDIR}/java/linux-sun-jre17 \ bash>=0:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/CrashPlan-install |