From owner-svn-ports-all@freebsd.org Wed Dec 14 11:38:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F176C7634D; Wed, 14 Dec 2016 11:38:38 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id 3E6C91E23; Wed, 14 Dec 2016 11:38:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBEBcb8r080410; Wed, 14 Dec 2016 11:38:37 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBEBcb8T080408; Wed, 14 Dec 2016 11:38:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612141138.uBEBcb8T080408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 14 Dec 2016 11:38:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428557 - head/devel/pecl-sync X-SVN-Group: ports-head 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.23 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: Wed, 14 Dec 2016 11:38:38 -0000 Author: amdmi3 Date: Wed Dec 14 11:38:37 2016 New Revision: 428557 URL: https://svnweb.freebsd.org/changeset/ports/428557 Log: - Update to 1.1.1 - Remove IGNORE_WITH_PHP=70 - Add LICENSE_FILE - Use tar:tgz PR: 215137 Submitted by: gasol.wu@gmail.com (maintainer) Modified: head/devel/pecl-sync/Makefile head/devel/pecl-sync/distinfo Modified: head/devel/pecl-sync/Makefile ============================================================================== --- head/devel/pecl-sync/Makefile Wed Dec 14 11:12:53 2016 (r428556) +++ head/devel/pecl-sync/Makefile Wed Dec 14 11:38:37 2016 (r428557) @@ -2,20 +2,18 @@ # $FreeBSD$ PORTNAME= sync -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.1.0 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= gasol.wu@gmail.com COMMENT= Named and unnamed synchronization objects in PHP LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= php:ext -IGNORE_WITH_PHP= 70 +USES= php:ext tar:tgz .include Modified: head/devel/pecl-sync/distinfo ============================================================================== --- head/devel/pecl-sync/distinfo Wed Dec 14 11:12:53 2016 (r428556) +++ head/devel/pecl-sync/distinfo Wed Dec 14 11:38:37 2016 (r428557) @@ -1,2 +1,3 @@ -SHA256 (PECL/sync-1.0.1.tgz) = e63943977502eb878f8ef60eb4fcc24ad94fa68ad2ba8b67b98f382d2ffc78f3 -SIZE (PECL/sync-1.0.1.tgz) = 11597 +TIMESTAMP = 1481103666 +SHA256 (PECL/sync-1.1.0.tgz) = bf94138a266badbd7a6eac19d122fbf4e2158fabd4012c4a6abd94d8ee5eb748 +SIZE (PECL/sync-1.1.0.tgz) = 16789