Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jul 2020 17:00:47 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542444 - head/www/rt44
Message-ID:  <202007171700.06HH0lHS039983@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Fri Jul 17 17:00:47 2020
New Revision: 542444
URL: https://svnweb.freebsd.org/changeset/ports/542444

Log:
  www/rt44: drop devel/jsmin dependency, it's built-in in rt44
  
  From the documentation, docs/UPGRADING-4.4:
  The support for C<jsmin> (via the C<$JSMinPath> configuration) has been
  removed in favor of a built-in solution.

Modified:
  head/www/rt44/Makefile

Modified: head/www/rt44/Makefile
==============================================================================
--- head/www/rt44/Makefile	Fri Jul 17 16:56:56 2020	(r542443)
+++ head/www/rt44/Makefile	Fri Jul 17 17:00:47 2020	(r542444)
@@ -2,6 +2,7 @@
 
 PORTNAME=	rt
 DISTVERSION=	4.4.4
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://download.bestpractical.com/pub/rt/release/
 PKGNAMESUFFIX=	44
@@ -44,8 +45,6 @@ OPTIONS_DEFAULT=	AP_MODFASTCGI GD GPG MYSQL
 
 USERS?=		www
 GROUPS?=	rt www
-
-RUN_DEPENDS+=	${LOCALBASE}/bin/jsmin:devel/jsmin
 
 .include "${.CURDIR}/Makefile.cpan"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007171700.06HH0lHS039983>