svn commit: r461632 - in head/devel: . pecl-jsmin2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 12 19:04:52 UTC 2018
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 at 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 at gmail.com
+MAINTAINER= pascal.christen at 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>
More information about the svn-ports-all
mailing list