From owner-svn-ports-all@freebsd.org Wed Jun 29 17:20:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00476B86B99; Wed, 29 Jun 2016 17:20:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C57802006; Wed, 29 Jun 2016 17:20:27 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5THKQbG008073; Wed, 29 Jun 2016 17:20:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5THKQBm008071; Wed, 29 Jun 2016 17:20:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201606291720.u5THKQBm008071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 29 Jun 2016 17:20:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417781 - head/www/rt44 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.22 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: Wed, 29 Jun 2016 17:20:28 -0000 Author: amdmi3 Date: Wed Jun 29 17:20:26 2016 New Revision: 417781 URL: https://svnweb.freebsd.org/changeset/ports/417781 Log: - Add missing dependency on textproc/p5-CSS-Squish - While here, add LICENSE_FILE PR: 210688 Submitted by: mikael.urankar@gmail.com (maintainer) Reported by: farrokhi@FreeBSD.org Modified: head/www/rt44/Makefile head/www/rt44/Makefile.cpan Modified: head/www/rt44/Makefile ============================================================================== --- head/www/rt44/Makefile Wed Jun 29 17:03:57 2016 (r417780) +++ head/www/rt44/Makefile Wed Jun 29 17:20:26 2016 (r417781) @@ -2,6 +2,7 @@ PORTNAME= rt DISTVERSION= 4.4.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 44 @@ -10,6 +11,7 @@ MAINTAINER= mikael.urankar@gmail.com COMMENT= Industrial-grade ticketing system written in Perl LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= rt40-4.0* rt42-4.2* brlcad-[0-9]* Modified: head/www/rt44/Makefile.cpan ============================================================================== --- head/www/rt44/Makefile.cpan Wed Jun 29 17:03:57 2016 (r417780) +++ head/www/rt44/Makefile.cpan Wed Jun 29 17:20:26 2016 (r417781) @@ -84,6 +84,7 @@ CORE_DEPS= p5-Apache-Session>=1.53:www/p p5-Business-Hours>0:misc/p5-Business-Hours \ p5-CGI-Emulate-PSGI>0:www/p5-CGI-Emulate-PSGI \ p5-CGI-PSGI>=0.12:www/p5-CGI-PSGI \ + p5-CSS-Squish>=0.06:textproc/p5-CSS-Squish \ p5-CSS-Minifier-XS>=0:textproc/p5-CSS-Minifier-XS \ p5-Crypt-Eksblowfish>0:security/p5-Crypt-Eksblowfish \ p5-DBI>=1.37:databases/p5-DBI \