1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Update to 3.0.

This commit is contained in:
Vanilla I. Shu 2017-10-10 13:06:45 +00:00
parent 94d43116e7
commit ff64c7965c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451698
3 changed files with 6 additions and 7 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= kawa
PORTVERSION= 2.4
PORTREVISION= 1
PORTVERSION= 3.0
CATEGORIES= lang scheme java
MASTER_SITES= GNU

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1493585268
SHA256 (kawa-2.4.tar.gz) = 14c08be81631a1eb8b8926ca235198ca165156c0c179ecbe6e838d3f4b47635d
SIZE (kawa-2.4.tar.gz) = 3285436
TIMESTAMP = 1507639439
SHA256 (kawa-3.0.tar.gz) = 1e6e85217bd6d8c2a0c3478882a4570314df6b95078fe7b1225911c39abf38cd
SIZE (kawa-3.0.tar.gz) = 3393879

View File

@ -1,8 +1,8 @@
--- bin/kawa.sh.in.orig 2016-11-22 21:30:51 UTC
--- bin/kawa.sh.in.orig 2017-05-02 13:54:41 UTC
+++ bin/kawa.sh.in
@@ -1,13 +1,7 @@
#!@KAWA_SHELL@
-thisfile=`type -p $0`
-thisfile=`command -v $0`
-case "$thisfile" in
- "") echo "installation error - can't find path to $0"; exit -1 ;;
- /*) ;;