svn commit: r542444 - head/www/rt44

Mikael Urankar mikael at FreeBSD.org
Fri Jul 17 17:00:48 UTC 2020


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"
 


More information about the svn-ports-all mailing list