From owner-svn-ports-all@freebsd.org Mon Feb 12 19:04:57 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CD77F1314E; Mon, 12 Feb 2018 19:04:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 715B1875DC; Mon, 12 Feb 2018 19:04:55 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AC63915FA9; Mon, 12 Feb 2018 19:04:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1CJ4tjl017211; Mon, 12 Feb 2018 19:04:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1CJ4tAQ017209; Mon, 12 Feb 2018 19:04:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802121904.w1CJ4tAQ017209@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 Feb 2018 19:04:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461633 - in head/devel/pecl-jsmin: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/pecl-jsmin: . files X-SVN-Commit-Revision: 461633 X-SVN-Commit-Repository: ports 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.25 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: Mon, 12 Feb 2018 19:04:57 -0000 Author: sunpoet Date: Mon Feb 12 19:04:55 2018 New Revision: 461633 URL: https://svnweb.freebsd.org/changeset/ports/461633 Log: Update to 3.0.0 - Update IGNORE_WITH_PHP Changes: https://pecl.php.net/package-changelog.php?package=jsmin PR: 225426 Submitted by: Pascal Christen Approved by: maintainer (timeout, 19 days) Deleted: head/devel/pecl-jsmin/files/ Modified: head/devel/pecl-jsmin/Makefile head/devel/pecl-jsmin/distinfo Modified: head/devel/pecl-jsmin/Makefile ============================================================================== --- head/devel/pecl-jsmin/Makefile Mon Feb 12 19:04:49 2018 (r461632) +++ head/devel/pecl-jsmin/Makefile Mon Feb 12 19:04:55 2018 (r461633) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= jsmin -PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTVERSION= 3.0.0 CATEGORIES= devel MAINTAINER= gasol.wu@gmail.com @@ -12,6 +11,6 @@ COMMENT= PHP extension for minifying JavaScript LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 +IGNORE_WITH_PHP=56 .include Modified: head/devel/pecl-jsmin/distinfo ============================================================================== --- head/devel/pecl-jsmin/distinfo Mon Feb 12 19:04:49 2018 (r461632) +++ head/devel/pecl-jsmin/distinfo Mon Feb 12 19:04:55 2018 (r461633) @@ -1,2 +1,3 @@ -SHA256 (PECL/jsmin-2.0.1.tgz) = 0ce689c6c605bad2440f0627364603a051168a6b4dd13f9d4c3020cd0a607efa -SIZE (PECL/jsmin-2.0.1.tgz) = 13123 +TIMESTAMP = 1518452998 +SHA256 (PECL/jsmin-3.0.0.tgz) = f936ccd01df91eb73236ecfdacfd1e2d3de92e7e776ad5d0f3c6f65d17948783 +SIZE (PECL/jsmin-3.0.0.tgz) = 13156