From owner-svn-ports-all@freebsd.org Fri Jan 17 16:39:36 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 280311F3533; Fri, 17 Jan 2020 16:39:36 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zmxN0GPbz3CgR; Fri, 17 Jan 2020 16:39:36 +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 04278B9F6; Fri, 17 Jan 2020 16:39:36 +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 00HGdZuP033465; Fri, 17 Jan 2020 16:39:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00HGdZnx033462; Fri, 17 Jan 2020 16:39:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001171639.00HGdZnx033462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 17 Jan 2020 16:39:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523306 - in head/devel: . pecl-expect X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . pecl-expect X-SVN-Commit-Revision: 523306 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.29 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: Fri, 17 Jan 2020 16:39:36 -0000 Author: sunpoet Date: Fri Jan 17 16:39:34 2020 New Revision: 523306 URL: https://svnweb.freebsd.org/changeset/ports/523306 Log: Add pecl-expect 0.4.0 Added: head/devel/pecl-expect/ - copied from r488748, head/devel/pecl-expect/ Modified: head/devel/Makefile head/devel/pecl-expect/Makefile head/devel/pecl-expect/distinfo Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jan 17 15:34:43 2020 (r523305) +++ head/devel/Makefile Fri Jan 17 16:39:34 2020 (r523306) @@ -3849,6 +3849,7 @@ SUBDIR += pecl-eio SUBDIR += pecl-ev SUBDIR += pecl-event + SUBDIR += pecl-expect SUBDIR += pecl-grpc SUBDIR += pecl-hrtime SUBDIR += pecl-inotify Modified: head/devel/pecl-expect/Makefile ============================================================================== --- head/devel/pecl-expect/Makefile Sun Dec 30 22:50:15 2018 (r488748) +++ head/devel/pecl-expect/Makefile Fri Jan 17 16:39:34 2020 (r523306) @@ -2,24 +2,20 @@ # $FreeBSD$ PORTNAME= expect -PORTVERSION= 0.3.3 +PORTVERSION= 0.4.0 PORTREVISION= 2 CATEGORIES= devel pear -MAINTAINER= joneum@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= PHP extension for expect library -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - LICENSE= PHP301 LIB_DEPENDS= libexpect.so:lang/expect -USES= php:pecl tcl:86 -IGNORE_WITH_PHP= 71 72 73 +USES= php:pecl tcl CFLAGS+= -I${TCL_INCLUDEDIR} -CONFIGURE_ARGS+=--with-expect=${LOCALBASE} +CONFIGURE_ARGS= --with-expect=${LOCALBASE} .include Modified: head/devel/pecl-expect/distinfo ============================================================================== --- head/devel/pecl-expect/distinfo Sun Dec 30 22:50:15 2018 (r488748) +++ head/devel/pecl-expect/distinfo Fri Jan 17 16:39:34 2020 (r523306) @@ -1,2 +1,3 @@ -SHA256 (PECL/expect-0.3.3.tgz) = 461dfe2cbb387258ad0f52afbebda5a5f5f41dbcc31ae4088b1daa62e25eba39 -SIZE (PECL/expect-0.3.3.tgz) = 9334 +TIMESTAMP = 1579275697 +SHA256 (PECL/expect-0.4.0.tgz) = 032ff2f92a9f95a2cb91d9e1c1b711c696e562ea57cdec8459954d8b0601d442 +SIZE (PECL/expect-0.4.0.tgz) = 9812