From owner-svn-ports-head@FreeBSD.ORG Thu May 23 03:49:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9F54C386; Thu, 23 May 2013 03:49:27 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 927DCEA4; Thu, 23 May 2013 03:49:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4N3nRNE010610; Thu, 23 May 2013 03:49:27 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4N3nR3i010609; Thu, 23 May 2013 03:49:27 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201305230349.r4N3nR3i010609@svn.freebsd.org> From: Andrej Zverev Date: Thu, 23 May 2013 03:49:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318837 - head/www/htmlcompressor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2013 03:49:27 -0000 Author: az Date: Thu May 23 03:49:27 2013 New Revision: 318837 URL: http://svnweb.freebsd.org/changeset/ports/318837 Log: - Fix plist Reported by: QAT Modified: head/www/htmlcompressor/Makefile Modified: head/www/htmlcompressor/Makefile ============================================================================== --- head/www/htmlcompressor/Makefile Thu May 23 03:41:38 2013 (r318836) +++ head/www/htmlcompressor/Makefile Thu May 23 03:49:27 2013 (r318837) @@ -3,6 +3,7 @@ PORTNAME= htmlcompressor PORTVERSION= 1.5.3 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}.jar @@ -20,7 +21,6 @@ JAVA_VERSION= 1.5+ NO_BUILD= yes PLIST_FILES= bin/htmlcompressor %%JAVAJARDIR%%/htmlcompressor.jar -PLIST_DIRSTRY= %%JAVAJARDIR%% SUB_FILES= htmlcompressor .include