From owner-svn-ports-branches@freebsd.org Sun May 22 01:14:18 2016 Return-Path: Delivered-To: svn-ports-branches@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 05046B3B904; Sun, 22 May 2016 01:14:18 +0000 (UTC) (envelope-from jbeich@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 C65101B04; Sun, 22 May 2016 01:14:17 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4M1EGoE065628; Sun, 22 May 2016 01:14:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4M1EGaF065627; Sun, 22 May 2016 01:14:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201605220114.u4M1EGaF065627@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 22 May 2016 01:14:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r415620 - branches/2016Q2/devel/fb-adb X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2016 01:14:18 -0000 Author: jbeich Date: Sun May 22 01:14:16 2016 New Revision: 415620 URL: https://svnweb.freebsd.org/changeset/ports/415620 Log: MFH: r415618 devel/fb-adb: unbreak c6_64 build after r411857 ===> Extracting for fb-adb-1.4.4.124 => SHA256 Checksum OK for android-ndk-r10e-linux-x86_64.bin. => SHA256 Checksum OK for facebook-fb-adb-1.4.4-124-gb230619_GH0.tar.gz. tar: Error opening archive: Unrecognized archive format *** Error code 1 Approved by: ports-secteam blanket Modified: branches/2016Q2/devel/fb-adb/Makefile Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/devel/fb-adb/Makefile ============================================================================== --- branches/2016Q2/devel/fb-adb/Makefile Sun May 22 01:12:09 2016 (r415619) +++ branches/2016Q2/devel/fb-adb/Makefile Sun May 22 01:14:16 2016 (r415620) @@ -62,13 +62,12 @@ DISTNAME_ndk= android-ndk-r10e-linux-${ WRKSRC_ndk= ${WRKDIR}/${DISTNAME_ndk:C/(-[^-]+){2}$//} .endif NDK_BUILD_DEPENDS= ${LINUX_BASE_PORT} -NDK_USES= 7z:partial${NDK_7z_ARGS_${LINUX_RPM_ARCH}} +NDK_USES= 7z:partial${OVERRIDE_LINUX_BASE_PORT:M*64:C/.+/,p7zip/} NDK_USE= LINUX=yes # build NDK_SHELL= ${SETENV} UNAME_s=Linux UNAME_m=${LINUX_RPM_ARCH} ${SH} NDK_CONFIGURE_ENV= ANDROID_NDK="${WRKSRC_ndk}" \ ANDROID_NDK_SHELL="${NDK_SHELL}" \ NDK_TMPDIR="${WRKDIR}" -NDK_7z_ARGS_x86_64= ,p7zip # libarchive fails to read NDK_BUILD_DEPENDS_OFF= ${LOCALBASE}/android/ARMv7/bin/arm-aux-linux-androideabi-gcc:lang/gnatdroid-armv7 \ ${LOCALBASE}/android-x86/x86_32/bin/i686-aux-linux-android-gcc:lang/gnatdroid-x86 .if defined(.PARSEDIR) From owner-svn-ports-branches@freebsd.org Mon May 23 12:08:22 2016 Return-Path: Delivered-To: svn-ports-branches@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 62EC2B45446; Mon, 23 May 2016 12:08:22 +0000 (UTC) (envelope-from robak@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 3034B1DBF; Mon, 23 May 2016 12:08:22 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4NC8LcK011510; Mon, 23 May 2016 12:08:21 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4NC8LSN011508; Mon, 23 May 2016 12:08:21 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201605231208.u4NC8LSN011508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Mon, 23 May 2016 12:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r415715 - branches/2016Q2/dns/powerdns X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2016 12:08:22 -0000 Author: robak Date: Mon May 23 12:08:21 2016 New Revision: 415715 URL: https://svnweb.freebsd.org/changeset/ports/415715 Log: MFH: r415648 dns/powerdns: update 3.4.8 -> 3.4.9 - Bugfix release PR: 209677 Submitted by: Ralf van der Enden (maintainer) Approved by: ports-secteam Modified: branches/2016Q2/dns/powerdns/Makefile branches/2016Q2/dns/powerdns/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/dns/powerdns/Makefile ============================================================================== --- branches/2016Q2/dns/powerdns/Makefile Mon May 23 12:04:43 2016 (r415714) +++ branches/2016Q2/dns/powerdns/Makefile Mon May 23 12:08:21 2016 (r415715) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= powerdns -PORTVERSION= 3.4.8 -PORTREVISION= 1 +PORTVERSION= 3.4.9 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} Modified: branches/2016Q2/dns/powerdns/distinfo ============================================================================== --- branches/2016Q2/dns/powerdns/distinfo Mon May 23 12:04:43 2016 (r415714) +++ branches/2016Q2/dns/powerdns/distinfo Mon May 23 12:08:21 2016 (r415715) @@ -1,2 +1,3 @@ -SHA256 (pdns-3.4.8.tar.bz2) = 4f818fd09bff89625b4317cc7c05445f6e7bd9ea8d21e7eefeaaca07b8b0cd9f -SIZE (pdns-3.4.8.tar.bz2) = 1345728 +TIMESTAMP = 1463481727 +SHA256 (pdns-3.4.9.tar.bz2) = 2b1124db2d937ed6666525b9fc60a5dd55cb82f4cae58116cb986de53faa5dff +SIZE (pdns-3.4.9.tar.bz2) = 1351434 From owner-svn-ports-branches@freebsd.org Tue May 24 02:08:20 2016 Return-Path: Delivered-To: svn-ports-branches@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 C1D82B47476; Tue, 24 May 2016 02:08:20 +0000 (UTC) (envelope-from wen@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 9CCBC1C89; Tue, 24 May 2016 02:08:20 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4O28JRX079882; Tue, 24 May 2016 02:08:19 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4O28JrW079875; Tue, 24 May 2016 02:08:19 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201605240208.u4O28JrW079875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 24 May 2016 02:08:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r415758 - in branches/2016Q2/www: mediawiki123 mediawiki125 mediawiki126 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2016 02:08:20 -0000 Author: wen Date: Tue May 24 02:08:19 2016 New Revision: 415758 URL: https://svnweb.freebsd.org/changeset/ports/415758 Log: MFH: r415702 - Update mediawiki to 1.26.3, 1.25.6 and 1.23.14 (security update) Approved by: ports-secteam( junovitch@) Modified: branches/2016Q2/www/mediawiki123/Makefile branches/2016Q2/www/mediawiki123/distinfo branches/2016Q2/www/mediawiki125/Makefile branches/2016Q2/www/mediawiki125/distinfo branches/2016Q2/www/mediawiki126/Makefile branches/2016Q2/www/mediawiki126/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/www/mediawiki123/Makefile ============================================================================== --- branches/2016Q2/www/mediawiki123/Makefile Tue May 24 01:57:31 2016 (r415757) +++ branches/2016Q2/www/mediawiki123/Makefile Tue May 24 02:08:19 2016 (r415758) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.23.13 +PORTVERSION= 1.23.14 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 123 Modified: branches/2016Q2/www/mediawiki123/distinfo ============================================================================== --- branches/2016Q2/www/mediawiki123/distinfo Tue May 24 01:57:31 2016 (r415757) +++ branches/2016Q2/www/mediawiki123/distinfo Tue May 24 02:08:19 2016 (r415758) @@ -1,2 +1,3 @@ -SHA256 (mediawiki-1.23.13.tar.gz) = a01509aceecacc1e9373e559a7774343987e558720175c9e907a123b8abb1c99 -SIZE (mediawiki-1.23.13.tar.gz) = 20871589 +TIMESTAMP = 1463972720 +SHA256 (mediawiki-1.23.14.tar.gz) = 11c897859b635270238604afbf4329e159fe2cae5bf5220a1398fd62e952dfde +SIZE (mediawiki-1.23.14.tar.gz) = 20872251 Modified: branches/2016Q2/www/mediawiki125/Makefile ============================================================================== --- branches/2016Q2/www/mediawiki125/Makefile Tue May 24 01:57:31 2016 (r415757) +++ branches/2016Q2/www/mediawiki125/Makefile Tue May 24 02:08:19 2016 (r415758) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.25.5 +PORTVERSION= 1.25.6 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 125 Modified: branches/2016Q2/www/mediawiki125/distinfo ============================================================================== --- branches/2016Q2/www/mediawiki125/distinfo Tue May 24 01:57:31 2016 (r415757) +++ branches/2016Q2/www/mediawiki125/distinfo Tue May 24 02:08:19 2016 (r415758) @@ -1,2 +1,3 @@ -SHA256 (mediawiki-1.25.5.tar.gz) = 42a5a416dfc82140ae8fda208035b7fbf1f164a26a1c0b406ebbb1cd307974a2 -SIZE (mediawiki-1.25.5.tar.gz) = 23776330 +TIMESTAMP = 1463970048 +SHA256 (mediawiki-1.25.6.tar.gz) = 1b7fe3f431b25657e98459a25e9d58a2a0e1b3d9361c81ad0562f8fe56f18d17 +SIZE (mediawiki-1.25.6.tar.gz) = 23788254 Modified: branches/2016Q2/www/mediawiki126/Makefile ============================================================================== --- branches/2016Q2/www/mediawiki126/Makefile Tue May 24 01:57:31 2016 (r415757) +++ branches/2016Q2/www/mediawiki126/Makefile Tue May 24 02:08:19 2016 (r415758) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mediawiki -PORTVERSION= 1.26.2 +PORTVERSION= 1.26.3 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 126 Modified: branches/2016Q2/www/mediawiki126/distinfo ============================================================================== --- branches/2016Q2/www/mediawiki126/distinfo Tue May 24 01:57:31 2016 (r415757) +++ branches/2016Q2/www/mediawiki126/distinfo Tue May 24 02:08:19 2016 (r415758) @@ -1,2 +1,3 @@ -SHA256 (mediawiki-1.26.2.tar.gz) = 0d2f275121d1e545292aed9f2ca6ebefac1b291d3898996db442421c53ea0a36 -SIZE (mediawiki-1.26.2.tar.gz) = 25175751 +TIMESTAMP = 1463960353 +SHA256 (mediawiki-1.26.3.tar.gz) = 7284e2bb873dbac08157d8a9592dc2944724ffe0c49368017a78fb3390ef4676 +SIZE (mediawiki-1.26.3.tar.gz) = 25178780 From owner-svn-ports-branches@freebsd.org Tue May 24 13:11:20 2016 Return-Path: Delivered-To: svn-ports-branches@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 761ECB483C3; Tue, 24 May 2016 13:11:20 +0000 (UTC) (envelope-from robak@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 397D2165D; Tue, 24 May 2016 13:11:20 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4ODBJSH085298; Tue, 24 May 2016 13:11:19 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4ODBJjE085294; Tue, 24 May 2016 13:11:19 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201605241311.u4ODBJjE085294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 24 May 2016 13:11:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r415784 - in branches/2016Q2/mail/sympa: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2016 13:11:20 -0000 Author: robak Date: Tue May 24 13:11:18 2016 New Revision: 415784 URL: https://svnweb.freebsd.org/changeset/ports/415784 Log: MFH: r415714 mail/sympa: update 6.2.14 -> 6.2.15 - Bugfix release PR: 209667 Submitted by: Geoffroy Desvernay (maintainer) Approved by: ports-secteam Deleted: branches/2016Q2/mail/sympa/files/patch-src_etc_script_Makefile.in Modified: branches/2016Q2/mail/sympa/Makefile branches/2016Q2/mail/sympa/distinfo branches/2016Q2/mail/sympa/files/patch-Makefile.in branches/2016Q2/mail/sympa/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/mail/sympa/Makefile ============================================================================== --- branches/2016Q2/mail/sympa/Makefile Tue May 24 12:31:56 2016 (r415783) +++ branches/2016Q2/mail/sympa/Makefile Tue May 24 13:11:18 2016 (r415784) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sympa -PORTVERSION= 6.2.14 +PORTVERSION= 6.2.15 CATEGORIES= mail MASTER_SITES= http://www.sympa.org/distribution/ \ http://www.sympa.org/distribution/old/ @@ -70,7 +70,7 @@ CONFIGURE_ARGS+=--bindir=${PREFIX}/bin \ --with-docdir=${EXAMPLESDIR} \ --with-expldir=${DATADIR}/list_data \ --with-defaultdir=${DATADIR}/defaults \ - --with-initdir=${PREFIX}/etc/rc.d \ + --without-initdir \ --with-lockdir=/var/spool/lock \ --with-modulesdir=${PREFIX}/libexec/${PORTNAME} \ --with-piddir=/var/run/${PORTNAME} \ Modified: branches/2016Q2/mail/sympa/distinfo ============================================================================== --- branches/2016Q2/mail/sympa/distinfo Tue May 24 12:31:56 2016 (r415783) +++ branches/2016Q2/mail/sympa/distinfo Tue May 24 13:11:18 2016 (r415784) @@ -1,2 +1,2 @@ -SHA256 (sympa-6.2.14.tar.gz) = 4d4d6eac6a93d3db1d1517bc56cedc2e8fd4685180b759b275dbacd23a2998d8 -SIZE (sympa-6.2.14.tar.gz) = 11751789 +SHA256 (sympa-6.2.15.tar.gz) = b8acc1b94adac38d68340a5f472425431ce6dc8f0fbbe709d96c027dbd73d18b +SIZE (sympa-6.2.15.tar.gz) = 11826022 Modified: branches/2016Q2/mail/sympa/files/patch-Makefile.in ============================================================================== --- branches/2016Q2/mail/sympa/files/patch-Makefile.in Tue May 24 12:31:56 2016 (r415783) +++ branches/2016Q2/mail/sympa/files/patch-Makefile.in Tue May 24 13:11:18 2016 (r415784) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2015-10-02 21:18:14 UTC +--- Makefile.in.orig 2016-05-12 14:32:20 UTC +++ Makefile.in -@@ -712,8 +712,8 @@ installdir: +@@ -721,8 +721,8 @@ installdir: echo "Creating $(DESTDIR)$$dir"; \ $(INSTALL) -d -m 755 $(DESTDIR)$$dir; \ fi; \ @@ -11,7 +11,7 @@ done sympa_wizard.pl.inst: $(top_srcdir)/src/sbin/sympa_wizard.pl.in Makefile -@@ -725,27 +725,27 @@ sympa_wizard.pl.inst: $(top_srcdir)/src/ +@@ -734,27 +734,27 @@ sympa_wizard.pl.inst: $(top_srcdir)/src/ installconfig: installdir sympa_wizard.pl.inst @echo "Installing basic configuration ..." export PERL5LIB=$(DESTDIR)$(modulesdir); \ @@ -52,7 +52,7 @@ fi @for dir in create_list_templates custom_actions custom_conditions \ data_sources families global_task_models list_task_models \ -@@ -754,8 +754,8 @@ installconfig: installdir sympa_wizard.p +@@ -763,8 +763,8 @@ installconfig: installdir sympa_wizard.p echo "Creating $(DESTDIR)$(sysconfdir)/$$dir"; \ $(INSTALL) -d -m 755 $(DESTDIR)$(sysconfdir)/$$dir; \ fi; \ Modified: branches/2016Q2/mail/sympa/pkg-plist ============================================================================== --- branches/2016Q2/mail/sympa/pkg-plist Tue May 24 12:31:56 2016 (r415783) +++ branches/2016Q2/mail/sympa/pkg-plist Tue May 24 13:11:18 2016 (r415784) @@ -55,6 +55,9 @@ libexec/sympa/Sympa/ModDef.pm libexec/sympa/Sympa/Process.pm libexec/sympa/Sympa/Regexps.pm libexec/sympa/Sympa/Request.pm +libexec/sympa/Sympa/Request/Collection.pm +libexec/sympa/Sympa/Request/Handler.pm +libexec/sympa/Sympa/Request/Handler/auth.pm libexec/sympa/Sympa/Request/Handler/add.pm libexec/sympa/Sympa/Request/Handler/confirm.pm libexec/sympa/Sympa/Request/Handler/del.pm @@ -98,12 +101,15 @@ libexec/sympa/Sympa/Spindle/DoCommand.pm libexec/sympa/Sympa/Spindle/DoForward.pm libexec/sympa/Sympa/Spindle/DoMessage.pm libexec/sympa/Sympa/Spindle/ProcessArchive.pm +libexec/sympa/Sympa/Spindle/ProcessAuth.pm libexec/sympa/Sympa/Spindle/ProcessDigest.pm libexec/sympa/Sympa/Spindle/ProcessHeld.pm libexec/sympa/Sympa/Spindle/ProcessIncoming.pm libexec/sympa/Sympa/Spindle/ProcessMessage.pm libexec/sympa/Sympa/Spindle/ProcessModeration.pm libexec/sympa/Sympa/Spindle/ProcessOutgoing.pm +libexec/sympa/Sympa/Spindle/ProcessRequest.pm +libexec/sympa/Sympa/Spindle/ProcessReserved.pm libexec/sympa/Sympa/Spindle/ProcessTemplate.pm libexec/sympa/Sympa/Spindle/ResendArchive.pm libexec/sympa/Sympa/Spindle/ToAlarm.pm @@ -132,6 +138,7 @@ libexec/sympa/Sympa/Spool/Digest/Collect libexec/sympa/Sympa/Spool/Held.pm libexec/sympa/Sympa/Spool/Incoming.pm libexec/sympa/Sympa/Spool/Moderation.pm +libexec/sympa/Sympa/Spool/Reserved.pm libexec/sympa/Sympa/Task.pm libexec/sympa/Sympa/Template.pm libexec/sympa/Sympa/Ticket.pm @@ -230,6 +237,35 @@ man/man3/Sympa::ModDef.3Sympa.gz man/man3/Sympa::Process.3Sympa.gz man/man3/Sympa::Regexps.3Sympa.gz man/man3/Sympa::Request.3Sympa.gz +man/man3/Sympa::Request::Collection.3Sympa.gz +man/man3/Sympa::Request::Handler.3Sympa.gz +man/man3/Sympa::Request::Handler::add.3Sympa.gz +man/man3/Sympa::Request::Handler::auth.3Sympa.gz +man/man3/Sympa::Request::Handler::confirm.3Sympa.gz +man/man3/Sympa::Request::Handler::del.3Sympa.gz +man/man3/Sympa::Request::Handler::distribute.3Sympa.gz +man/man3/Sympa::Request::Handler::finished.3Sympa.gz +man/man3/Sympa::Request::Handler::get.3Sympa.gz +man/man3/Sympa::Request::Handler::global_remind.3Sympa.gz +man/man3/Sympa::Request::Handler::global_set.3Sympa.gz +man/man3/Sympa::Request::Handler::global_signoff.3Sympa.gz +man/man3/Sympa::Request::Handler::help.3Sympa.gz +man/man3/Sympa::Request::Handler::index.3Sympa.gz +man/man3/Sympa::Request::Handler::info.3Sympa.gz +man/man3/Sympa::Request::Handler::invite.3Sympa.gz +man/man3/Sympa::Request::Handler::last.3Sympa.gz +man/man3/Sympa::Request::Handler::lists.3Sympa.gz +man/man3/Sympa::Request::Handler::modindex.3Sympa.gz +man/man3/Sympa::Request::Handler::reject.3Sympa.gz +man/man3/Sympa::Request::Handler::remind.3Sympa.gz +man/man3/Sympa::Request::Handler::review.3Sympa.gz +man/man3/Sympa::Request::Handler::set.3Sympa.gz +man/man3/Sympa::Request::Handler::signoff.3Sympa.gz +man/man3/Sympa::Request::Handler::stats.3Sympa.gz +man/man3/Sympa::Request::Handler::subscribe.3Sympa.gz +man/man3/Sympa::Request::Handler::unknown.3Sympa.gz +man/man3/Sympa::Request::Handler::verify.3Sympa.gz +man/man3/Sympa::Request::Handler::which.3Sympa.gz man/man3/Sympa::Request::Message.3Sympa.gz man/man3/Sympa::Spindle.3Sympa.gz man/man3/Sympa::Spindle::AuthorizeMessage.3Sympa.gz @@ -240,16 +276,20 @@ man/man3/Sympa::Spindle::DoCommand.3Symp man/man3/Sympa::Spindle::DoForward.3Sympa.gz man/man3/Sympa::Spindle::DoMessage.3Sympa.gz man/man3/Sympa::Spindle::ProcessArchive.3Sympa.gz +man/man3/Sympa::Spindle::ProcessAuth.3Sympa.gz man/man3/Sympa::Spindle::ProcessDigest.3Sympa.gz man/man3/Sympa::Spindle::ProcessHeld.3Sympa.gz man/man3/Sympa::Spindle::ProcessIncoming.3Sympa.gz man/man3/Sympa::Spindle::ProcessMessage.3Sympa.gz man/man3/Sympa::Spindle::ProcessModeration.3Sympa.gz man/man3/Sympa::Spindle::ProcessOutgoing.3Sympa.gz +man/man3/Sympa::Spindle::ProcessRequest.3Sympa.gz +man/man3/Sympa::Spindle::ProcessReserved.3Sympa.gz man/man3/Sympa::Spindle::ProcessTemplate.3Sympa.gz man/man3/Sympa::Spindle::ResendArchive.3Sympa.gz man/man3/Sympa::Spindle::ToAlarm.3Sympa.gz man/man3/Sympa::Spindle::ToArchive.3Sympa.gz +man/man3/Sympa::Spindle::ToAuth.3Sympa.gz man/man3/Sympa::Spindle::ToAuthOwner.3Sympa.gz man/man3/Sympa::Spindle::ToDigest.3Sympa.gz man/man3/Sympa::Spindle::ToEditor.3Sympa.gz @@ -273,6 +313,7 @@ man/man3/Sympa::Spool::Digest::Collectio man/man3/Sympa::Spool::Held.3Sympa.gz man/man3/Sympa::Spool::Incoming.3Sympa.gz man/man3/Sympa::Spool::Moderation.3Sympa.gz +man/man3/Sympa::Spool::Reserved.3Sympa.gz man/man3/Sympa::Template.3Sympa.gz man/man3/Sympa::Ticket.3Sympa.gz man/man3/Sympa::Tools::File.3Sympa.gz @@ -614,6 +655,7 @@ man/man8/wwsympa.8.gz %%DATADIR%%/defaults/web_tt2/d_properties.tt2 %%DATADIR%%/defaults/web_tt2/d_read.tt2 %%DATADIR%%/defaults/web_tt2/d_upload.tt2 +%%DATADIR%%/defaults/web_tt2/docindex.tt2 %%DATADIR%%/defaults/web_tt2/dump_scenario.tt2 %%DATADIR%%/defaults/web_tt2/dumpvars.tt2 %%DATADIR%%/defaults/web_tt2/edit_attributes.tt2 From owner-svn-ports-branches@freebsd.org Wed May 25 22:31:55 2016 Return-Path: Delivered-To: svn-ports-branches@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 309DEB4AA3A; Wed, 25 May 2016 22:31:55 +0000 (UTC) (envelope-from matthew@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 01BB61DDE; Wed, 25 May 2016 22:31:54 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4PMVsjx019490; Wed, 25 May 2016 22:31:54 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4PMVsi6019488; Wed, 25 May 2016 22:31:54 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605252231.u4PMVsi6019488@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 25 May 2016 22:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r415867 - branches/2016Q2/databases/phpmyadmin X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2016 22:31:55 -0000 Author: matthew Date: Wed May 25 22:31:53 2016 New Revision: 415867 URL: https://svnweb.freebsd.org/changeset/ports/415867 Log: MFH: r415866 Security update to 4.6.2 ChangeLog: https://www.phpmyadmin.net/files/4.6.2/ Security: 00ec1be1-22bb-11e6-9ead-6805ca0b3d42 Approved by: ports-secteam (junovitch) Modified: branches/2016Q2/databases/phpmyadmin/Makefile branches/2016Q2/databases/phpmyadmin/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/databases/phpmyadmin/Makefile ============================================================================== --- branches/2016Q2/databases/phpmyadmin/Makefile Wed May 25 21:10:39 2016 (r415866) +++ branches/2016Q2/databases/phpmyadmin/Makefile Wed May 25 22:31:53 2016 (r415867) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.6.0 +DISTVERSION= 4.6.2 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: branches/2016Q2/databases/phpmyadmin/distinfo ============================================================================== --- branches/2016Q2/databases/phpmyadmin/distinfo Wed May 25 21:10:39 2016 (r415866) +++ branches/2016Q2/databases/phpmyadmin/distinfo Wed May 25 22:31:53 2016 (r415867) @@ -1,2 +1,3 @@ -SHA256 (phpMyAdmin-4.6.0-all-languages.tar.xz) = 337ef3d1234525599f25e0bcf962f85ed5a9bf550b91e4e25c48bf5604d16e9c -SIZE (phpMyAdmin-4.6.0-all-languages.tar.xz) = 6113584 +TIMESTAMP = 1464209674 +SHA256 (phpMyAdmin-4.6.2-all-languages.tar.xz) = 2ae6f6f0e8697b5ab5d0334bb16fa59da9143dce0d4576e6370ef54f7ad28872 +SIZE (phpMyAdmin-4.6.2-all-languages.tar.xz) = 6128060 From owner-svn-ports-branches@freebsd.org Fri May 27 11:32:30 2016 Return-Path: Delivered-To: svn-ports-branches@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 59011B4C04A; Fri, 27 May 2016 11:32:30 +0000 (UTC) (envelope-from robak@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 299501FC7; Fri, 27 May 2016 11:32:30 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4RBWTFZ040938; Fri, 27 May 2016 11:32:29 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4RBWTjg040936; Fri, 27 May 2016 11:32:29 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201605271132.u4RBWTjg040936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Fri, 27 May 2016 11:32:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r415935 - branches/2016Q2/www/node4 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 11:32:30 -0000 Author: robak Date: Fri May 27 11:32:29 2016 New Revision: 415935 URL: https://svnweb.freebsd.org/changeset/ports/415935 Log: MFH: r415933 www/node4: update 4.4.4 -> 4.4.5 - Bugfix release PR: 209781 Submitted by: Bradley T. Hughes (maintainer) Approved by: ports-secteam Modified: branches/2016Q2/www/node4/Makefile branches/2016Q2/www/node4/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/www/node4/Makefile ============================================================================== --- branches/2016Q2/www/node4/Makefile Fri May 27 11:29:25 2016 (r415934) +++ branches/2016Q2/www/node4/Makefile Fri May 27 11:32:29 2016 (r415935) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 4.4.4 +PORTVERSION= 4.4.5 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: branches/2016Q2/www/node4/distinfo ============================================================================== --- branches/2016Q2/www/node4/distinfo Fri May 27 11:29:25 2016 (r415934) +++ branches/2016Q2/www/node4/distinfo Fri May 27 11:32:29 2016 (r415935) @@ -1,2 +1,3 @@ -SHA256 (node-v4.4.4.tar.gz) = 53c694c203ee18e7cd393612be08c61ed6ab8b2a165260984a99c014d1741414 -SIZE (node-v4.4.4.tar.gz) = 22585086 +TIMESTAMP = 1464337690 +SHA256 (node-v4.4.5.tar.gz) = ea9c96ae4768feee4f18a26b819b9b4f6e49105ea0ee8c5c9d188dc8d49d4b77 +SIZE (node-v4.4.5.tar.gz) = 22675369 From owner-svn-ports-branches@freebsd.org Sat May 28 01:48:24 2016 Return-Path: Delivered-To: svn-ports-branches@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 52DF7B4C79E; Sat, 28 May 2016 01:48:24 +0000 (UTC) (envelope-from junovitch@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 1132E170C; Sat, 28 May 2016 01:48:23 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4S1mN9p058631; Sat, 28 May 2016 01:48:23 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4S1mMuj058622; Sat, 28 May 2016 01:48:22 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605280148.u4S1mMuj058622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 28 May 2016 01:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r415973 - in branches/2016Q2/lang: php55 php56 php70 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2016 01:48:24 -0000 Author: junovitch Date: Sat May 28 01:48:22 2016 New Revision: 415973 URL: https://svnweb.freebsd.org/changeset/ports/415973 Log: MFH: r415304 r415818 r415970 r415971 r415972 - Really fix ZTS build with pthreads, required by threaded apache24 - Bump PORTREVISION due to dependency on thread library Approved by: miwi (mentor) Simplify plist by using @sample lang/php70: update 7.0.6 -> 7.0.7 Approved by: ports-secteam (with hat) Security: CVE-2013-7456 Security: CVE-2016-5093 Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html lang/php56: update 5.6.21 -> 5.6.22 [1] plus minor fixup - Fix MAILHEAD patch to match the new version of the patch. The distinfo currently matches the php-5.5.x-mail-header.patch.old patch. [2] PR: 209779 [1] PR: 208072 [2] Reported by: Fabiano Sidler [1] Reported by: Vladislav V. Prodan [2] Approved by: ports-secteam (with hat) Security: CVE-2013-7456 Security: CVE-2016-5093 Security: CVE-2016-5094 Security: CVE-2016-5096 Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html lang/php55: update 5.5.35 -> 5.5.36 [1] plus minor fixups - Fix MAILHEAD patch to match the new version of the patch. The distinfo currently matches the php-5.5.x-mail-header.patch.old patch. [2] - Fix regression from r415818's conversion to @sample by installing the default php-fpm.conf under ${LOCALBASE}/etc and not ${LOCALBASE} PR: 209779 [1] PR: 208073 [2] Reported by: Fabiano Sidler [1] Submitted by: Paulo Henrique [2] Approved by: ports-secteam (with hat) Security: CVE-2013-7456 Security: CVE-2016-4343 Security: CVE-2016-5093 Security: CVE-2016-5094 Security: CVE-2016-5096 Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html Modified: branches/2016Q2/lang/php55/Makefile branches/2016Q2/lang/php55/distinfo branches/2016Q2/lang/php55/pkg-plist branches/2016Q2/lang/php56/Makefile branches/2016Q2/lang/php56/distinfo branches/2016Q2/lang/php56/pkg-plist branches/2016Q2/lang/php70/Makefile branches/2016Q2/lang/php70/distinfo branches/2016Q2/lang/php70/pkg-plist Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/lang/php55/Makefile ============================================================================== --- branches/2016Q2/lang/php55/Makefile Sat May 28 01:42:04 2016 (r415972) +++ branches/2016Q2/lang/php55/Makefile Sat May 28 01:48:22 2016 (r415973) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.35 +PORTVERSION= 5.5.36 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2016Q2/lang/php55/distinfo ============================================================================== --- branches/2016Q2/lang/php55/distinfo Sat May 28 01:42:04 2016 (r415972) +++ branches/2016Q2/lang/php55/distinfo Sat May 28 01:48:22 2016 (r415973) @@ -1,4 +1,5 @@ -SHA256 (php-5.5.35.tar.bz2) = 2d648dd648e820fd64693ce72f9bf07064d147220e594e39fb9f6310238258d7 -SIZE (php-5.5.35.tar.bz2) = 13690152 -SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 -SIZE (php-5.5.x-mail-header.patch) = 3379 +TIMESTAMP = 1464391586 +SHA256 (php-5.5.36.tar.bz2) = 2484edfaa3de606d74f927b55c5206f51b1ae24ea8e428aa9fc15474c7bb71bb +SIZE (php-5.5.36.tar.bz2) = 13686345 +SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed +SIZE (php-5.5.x-mail-header.patch) = 4426 Modified: branches/2016Q2/lang/php55/pkg-plist ============================================================================== --- branches/2016Q2/lang/php55/pkg-plist Sat May 28 01:42:04 2016 (r415972) +++ branches/2016Q2/lang/php55/pkg-plist Sat May 28 01:48:22 2016 (r415973) @@ -6,9 +6,7 @@ bin/phpize etc/php.conf etc/php.ini-development etc/php.ini-production -%%FPM%%@unexec if cmp -s %D/etc/php-fpm.conf %D/etc/php-fpm.conf.default; then rm -f %D/etc/php-fpm.conf; fi -%%FPM%%etc/php-fpm.conf.default -%%FPM%%@exec cp -n %D/%F %B/php-fpm.conf +%%FPM%%@sample etc/php-fpm.conf.default etc/php-fpm.conf include/php/TSRM/TSRM.h include/php/TSRM/readdir.h include/php/TSRM/tsrm_config.h Modified: branches/2016Q2/lang/php56/Makefile ============================================================================== --- branches/2016Q2/lang/php56/Makefile Sat May 28 01:42:04 2016 (r415972) +++ branches/2016Q2/lang/php56/Makefile Sat May 28 01:48:22 2016 (r415973) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.21 +PORTVERSION= 5.6.22 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2016Q2/lang/php56/distinfo ============================================================================== --- branches/2016Q2/lang/php56/distinfo Sat May 28 01:42:04 2016 (r415972) +++ branches/2016Q2/lang/php56/distinfo Sat May 28 01:48:22 2016 (r415973) @@ -1,4 +1,5 @@ -SHA256 (php-5.6.21.tar.bz2) = b4ed7ab574b689fd6d6494fde954826c06efc85c505e017b8d776c7c7f479590 -SIZE (php-5.6.21.tar.bz2) = 14165919 -SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 -SIZE (php-5.5.x-mail-header.patch) = 3379 +TIMESTAMP = 1464391783 +SHA256 (php-5.6.22.tar.bz2) = 90da8a80cc52fa699cf2bfa4c6fa737c772df7c92b81ef483460aa3b1e9f88c6 +SIZE (php-5.6.22.tar.bz2) = 14170522 +SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed +SIZE (php-5.5.x-mail-header.patch) = 4426 Modified: branches/2016Q2/lang/php56/pkg-plist ============================================================================== --- branches/2016Q2/lang/php56/pkg-plist Sat May 28 01:42:04 2016 (r415972) +++ branches/2016Q2/lang/php56/pkg-plist Sat May 28 01:48:22 2016 (r415973) @@ -7,9 +7,7 @@ bin/phpize etc/php.conf etc/php.ini-development etc/php.ini-production -%%FPM%%@unexec if cmp -s %D/etc/php-fpm.conf %D/etc/php-fpm.conf.default; then rm -f %D/etc/php-fpm.conf; fi -%%FPM%%etc/php-fpm.conf.default -%%FPM%%@exec cp -n %D/%F %B/php-fpm.conf +%%FPM%%@sample etc/php-fpm.conf.default etc/php-fpm.conf include/php/TSRM/TSRM.h include/php/TSRM/readdir.h include/php/TSRM/tsrm_config.h Modified: branches/2016Q2/lang/php70/Makefile ============================================================================== --- branches/2016Q2/lang/php70/Makefile Sat May 28 01:42:04 2016 (r415972) +++ branches/2016Q2/lang/php70/Makefile Sat May 28 01:48:22 2016 (r415973) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php70 -PORTVERSION= 7.0.6 +PORTVERSION= 7.0.7 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions @@ -144,6 +144,7 @@ CONFIGURE_ARGS+=--enable-debug .if ${PORT_OPTIONS:MZTS} CONFIGURE_ARGS+=--enable-maintainer-zts +CONFIGURE_ENV+= pthreads_working="yes" USES= localhost .endif Modified: branches/2016Q2/lang/php70/distinfo ============================================================================== --- branches/2016Q2/lang/php70/distinfo Sat May 28 01:42:04 2016 (r415972) +++ branches/2016Q2/lang/php70/distinfo Sat May 28 01:48:22 2016 (r415973) @@ -1,2 +1,3 @@ -SHA256 (php-7.0.6.tar.bz2) = 14ddf192a9965c858c1e742a61456be2f34a4db87556172c0d76f08de96329b7 -SIZE (php-7.0.6.tar.bz2) = 14102594 +TIMESTAMP = 1464392035 +SHA256 (php-7.0.7.tar.bz2) = 474f2925c4782b94016e3afbb17b14ff9cc6f4fdb6f6e231b36a378bb18a3d1a +SIZE (php-7.0.7.tar.bz2) = 14106181 Modified: branches/2016Q2/lang/php70/pkg-plist ============================================================================== --- branches/2016Q2/lang/php70/pkg-plist Sat May 28 01:42:04 2016 (r415972) +++ branches/2016Q2/lang/php70/pkg-plist Sat May 28 01:48:22 2016 (r415973) @@ -7,12 +7,8 @@ bin/phpize etc/php.conf etc/php.ini-development etc/php.ini-production -%%FPM%%@unexec if cmp -s %D/etc/php-fpm.conf %D/etc/php-fpm.conf.default; then rm -f %D/etc/php-fpm.conf; fi -%%FPM%%etc/php-fpm.conf.default -%%FPM%%@exec cp -n %D/%F %B/php-fpm.conf -%%FPM%%@unexec if cmp -s %D/etc/php-fpm.d/www.conf %D/etc/php-fpm.d/www.conf.default; then rm -f %D/etc/php-fpm.d/www.conf; fi -%%FPM%%etc/php-fpm.d/www.conf.default -%%FPM%%@exec cp -n %D/%F %B/www.conf +%%FPM%%@sample etc/php-fpm.conf.default etc/php-fpm.conf +%%FPM%%@sample etc/php-fpm.d/www.conf.default etc/php-fpm.d/www.conf include/php/TSRM/TSRM.h include/php/TSRM/readdir.h include/php/TSRM/tsrm_config.h