From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 11:18:46 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E171A835; Tue, 1 Jul 2014 11:18:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B468622FE; Tue, 1 Jul 2014 11:18:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s61BIkQ3016499; Tue, 1 Jul 2014 11:18:46 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s61BIk0K016496; Tue, 1 Jul 2014 11:18:46 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201407011118.s61BIk0K016496@svn.freebsd.org> From: Bernhard Froehlich Date: Tue, 1 Jul 2014 11:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359978 - head/www/helma X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 11:18:47 -0000 Author: decke Date: Tue Jul 1 11:18:45 2014 New Revision: 359978 URL: http://svnweb.freebsd.org/changeset/ports/359978 QAT: https://qat.redports.org/buildarchive/r359978/ Log: - Bump PORTREVISION (missed at last commit) - Add LICENSE - Pet portlint Modified: head/www/helma/Makefile head/www/helma/pkg-descr head/www/helma/pkg-plist Modified: head/www/helma/Makefile ============================================================================== --- head/www/helma/Makefile Tue Jul 1 10:57:14 2014 (r359977) +++ head/www/helma/Makefile Tue Jul 1 11:18:45 2014 (r359978) @@ -3,6 +3,7 @@ PORTNAME= helma PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= http://adele.helma.org/download/helma/${PORTVERSION}/ \ LOCAL/decke @@ -11,6 +12,9 @@ DISTFILES= helma-${PORTVERSION}.tar.gz h MAINTAINER= decke@FreeBSD.org COMMENT= A Web application framework for fast and efficient scripting +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKBASE}/licenses/license.txt + WRKBASE= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKBASE} DATADIR= ${JAVASHAREDIR}/${PORTNAME} @@ -36,7 +40,6 @@ OPTIONS_DEFINE= MYSQL OPTIONS_SUB= yes OPTIONS_DESC= "Install MySQL Connector for Java" - MYSQL_RUN_DEPENDS= ${JAVALIBDIR}/mysql-connector-java.jar:${PORTSDIR}/databases/mysql-connector-java .include Modified: head/www/helma/pkg-descr ============================================================================== --- head/www/helma/pkg-descr Tue Jul 1 10:57:14 2014 (r359977) +++ head/www/helma/pkg-descr Tue Jul 1 11:18:45 2014 (r359978) @@ -2,4 +2,4 @@ Helma is an open source web application and efficient scripting and serving of your websites and Internet applications. -WWW: http://www.helma.org/ +WWW: http://www.helma.org/ Modified: head/www/helma/pkg-plist ============================================================================== --- head/www/helma/pkg-plist Tue Jul 1 10:57:14 2014 (r359977) +++ head/www/helma/pkg-plist Tue Jul 1 11:18:45 2014 (r359978) @@ -1,4 +1,3 @@ -@comment $FreeBSD: ports/www/helma/pkg-plist,v 1.2 2008/12/22 21:13:15 miwi Exp $ @sample %%ETCDIR%%/apps.properties.sample @sample %%ETCDIR%%/db.properties.sample @sample %%ETCDIR%%/helma.conf.sample