Bug 190143 - [PATCH] www/htmlcompressor: Fix Java path in start script
Summary: [PATCH] www/htmlcompressor: Fix Java path in start script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-23 15:30 UTC by Anton Yuzhaninov
Modified: 2014-06-20 18:48 UTC (History)
3 users (show)

See Also:


Attachments
htmlcompressor-1.5.3.patch (581 bytes, patch)
2014-05-23 15:30 UTC, Anton Yuzhaninov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Yuzhaninov 2014-05-23 15:30:00 UTC
/usr/local/bin/htmlcompressor shell script is broken for now.

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: ports)

How-To-Repeat: 
:~> htmlcompressor index.html
java: error: no suitable JavaVMs found

:~> cat /usr/local/bin/htmlcompressor
#!/bin/sh
# $FreeBSD: head/www/htmlcompressor/files/htmlcompressor.in 318787 2013-05-22 18:32:31Z az $
JAVA_VERSION="%%JAVA_VERSION%%" exec /usr/local/bin/java -jar /usr/local/share/java/classes/htmlcompressor.jar $@

Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: ports)
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-06-20 18:48:29 UTC
A commit references this bug:

Author: wg
Date: Fri Jun 20 18:48:19 UTC 2014
New revision: 358630
URL: http://svnweb.freebsd.org/changeset/ports/358630

Log:
  www/htmlcompressor: fix java version in startup script

  PR:		190143
  Submitted by:	citrin+pr@citrin.ru

Changes:
  head/www/htmlcompressor/Makefile