Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Feb 2018 19:04:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461632 - in head/devel: . pecl-jsmin2
Message-ID:  <201802121904.w1CJ4nW5017061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb 12 19:04:49 2018
New Revision: 461632
URL: https://svnweb.freebsd.org/changeset/ports/461632

Log:
  Add pecl-jsmin2 2.0.1 (copied from pecl-jsmin)
  
  PR:		225425
  Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>

Added:
  head/devel/pecl-jsmin2/
     - copied from r461592, head/devel/pecl-jsmin/
Modified:
  head/devel/Makefile
  head/devel/pecl-jsmin2/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Feb 12 19:04:44 2018	(r461631)
+++ head/devel/Makefile	Mon Feb 12 19:04:49 2018	(r461632)
@@ -3976,6 +3976,7 @@
     SUBDIR += pecl-inotify
     SUBDIR += pecl-intl
     SUBDIR += pecl-jsmin
+    SUBDIR += pecl-jsmin2
     SUBDIR += pecl-json_post
     SUBDIR += pecl-jsonc
     SUBDIR += pecl-jsond

Modified: head/devel/pecl-jsmin2/Makefile
==============================================================================
--- head/devel/pecl-jsmin/Makefile	Mon Feb 12 15:17:37 2018	(r461592)
+++ head/devel/pecl-jsmin2/Makefile	Mon Feb 12 19:04:49 2018	(r461632)
@@ -3,15 +3,15 @@
 
 PORTNAME=	jsmin
 PORTVERSION=	2.0.1
-PORTREVISION=	1
 CATEGORIES=	devel
+PKGNAMESUFFIX=	2
 
-MAINTAINER=	gasol.wu@gmail.com
+MAINTAINER=	pascal.christen@hostpoint.ch
 COMMENT=	PHP extension for minifying JavaScript
 
 LICENSE=	PHP301
 
 USES=		php:pecl
-IGNORE_WITH_PHP=	70 71 72
+IGNORE_WITH_PHP=70 71 72
 
 .include <bsd.port.mk>



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