Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2020 16:39:35 +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: r523306 - in head/devel: . pecl-expect
Message-ID:  <202001171639.00HGdZnx033462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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