Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2019 16:14:20 +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: r507778 - in head: . devel devel/pecl-inotify devel/pecl-inotify/files
Message-ID:  <201908011614.x71GEKpr000897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Aug  1 16:14:19 2019
New Revision: 507778
URL: https://svnweb.freebsd.org/changeset/ports/507778

Log:
  Revive pecl-inotify and update to 2.0.0
  
  - Add LICENSE_FILE
  
  Reported by:	B.J.Scharp <freebsd-ports@itsacon.net>

Added:
  head/devel/pecl-inotify/
     - copied from r488748, head/devel/pecl-inotify/
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/pecl-inotify/Makefile
  head/devel/pecl-inotify/distinfo
  head/devel/pecl-inotify/files/patch-config.m4

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Aug  1 15:51:46 2019	(r507777)
+++ head/MOVED	Thu Aug  1 16:14:19 2019	(r507778)
@@ -10956,7 +10956,6 @@ devel/pecl-jsonc||2018-12-30|Has expired: Works only w
 devel/pecl-weakref||2018-12-30|Has expired: Works only with EOL php 5.6
 devel/pecl-pthreads2|devel/pecl-pthreads|2018-12-30|Has expired: Works only with EOL php 5.6
 devel/pecl-gearman||2018-12-30|Has expired: Works only with EOL php 5.6
-devel/pecl-inotify||2018-12-30|Has expired: Works only with EOL php 5.6
 devel/pecl-raphf||2018-12-30|Has expired: Works only with EOL php 5.6
 devel/php5-thrift||2018-12-30|Has expired: Works only with EOL php 5.6
 devel/php5-ice||2018-12-30|Has expired: Works only with EOL php 5.6

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Aug  1 15:51:46 2019	(r507777)
+++ head/devel/Makefile	Thu Aug  1 16:14:19 2019	(r507778)
@@ -3859,6 +3859,7 @@
     SUBDIR += pecl-event
     SUBDIR += pecl-grpc
     SUBDIR += pecl-hrtime
+    SUBDIR += pecl-inotify
     SUBDIR += pecl-jsmin
     SUBDIR += pecl-json_post
     SUBDIR += pecl-jsond

Modified: head/devel/pecl-inotify/Makefile
==============================================================================
--- head/devel/pecl-inotify/Makefile	Sun Dec 30 22:50:15 2018	(r488748)
+++ head/devel/pecl-inotify/Makefile	Thu Aug  1 16:14:19 2019	(r507778)
@@ -2,21 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	inotify
-PORTVERSION=	0.1.6
-PORTREVISION=	2
+PORTVERSION=	2.0.0
 CATEGORIES=	devel
 
-MAINTAINER=	gasol.wu@gmail.com
-COMMENT=	This extension allows to use inotify functions in a PHP scripts
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Inotify bindings for PHP
 
-DEPRECATED=	Works only with EOL php 5.6
-EXPIRATION_DATE=	2018-12-30
-
 LICENSE=	PHP301
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libinotify.so:devel/libinotify
 
 USES=		php:pecl
-IGNORE_WITH_PHP=	71 72 73
 
 .include <bsd.port.mk>

Modified: head/devel/pecl-inotify/distinfo
==============================================================================
--- head/devel/pecl-inotify/distinfo	Sun Dec 30 22:50:15 2018	(r488748)
+++ head/devel/pecl-inotify/distinfo	Thu Aug  1 16:14:19 2019	(r507778)
@@ -1,2 +1,3 @@
-SHA256 (PECL/inotify-0.1.6.tgz) = 979f80a25d4eb0de282617ffc0df46f07346a8383f310b9b943e48992e5b494e
-SIZE (PECL/inotify-0.1.6.tgz) = 8568
+TIMESTAMP = 1564672858
+SHA256 (PECL/inotify-2.0.0.tgz) = d044a89d26bbaa110f34f182b1c92ab5eb09768096bacf3d837d7e49ac045107
+SIZE (PECL/inotify-2.0.0.tgz) = 8836

Modified: head/devel/pecl-inotify/files/patch-config.m4
==============================================================================
--- head/devel/pecl-inotify/files/patch-config.m4	Sun Dec 30 22:50:15 2018	(r488748)
+++ head/devel/pecl-inotify/files/patch-config.m4	Thu Aug  1 16:14:19 2019	(r507778)
@@ -1,7 +1,7 @@
---- ./config.m4.orig	2012-05-04 17:51:20.000000000 +0800
-+++ ./config.m4	2013-08-29 12:49:00.000000000 +0800
+--- config.m4.orig	2016-01-30 12:34:05 UTC
++++ config.m4
 @@ -1,22 +1,51 @@
- dnl $Id: config.m4 262896 2008-07-17 19:11:16Z lbarnaud $
+ dnl $Id$
  dnl config.m4 for extension inotify
  
 -PHP_ARG_ENABLE(inotify, whether to enable inotify support,



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