From owner-svn-ports-head@freebsd.org Sat Jul 25 10:39:45 2015 Return-Path: Delivered-To: svn-ports-head@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 061A09A8B67; Sat, 25 Jul 2015 10:39:45 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 E6F411A64; Sat, 25 Jul 2015 10:39:44 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6PAdibi072273; Sat, 25 Jul 2015 10:39:44 GMT (envelope-from flo@FreeBSD.org) Received: (from flo@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6PAdhUi072270; Sat, 25 Jul 2015 10:39:43 GMT (envelope-from flo@FreeBSD.org) Message-Id: <201507251039.t6PAdhUi072270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: flo set sender to flo@FreeBSD.org using -f From: Florian Smeets Date: Sat, 25 Jul 2015 10:39:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392869 - head/www/phpmyfaq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jul 2015 10:39:45 -0000 Author: flo Date: Sat Jul 25 10:39:43 2015 New Revision: 392869 URL: https://svnweb.freebsd.org/changeset/ports/392869 Log: Update to 2.8.23 Committed from: Essen FreeBSD Hackathon Modified: head/www/phpmyfaq/Makefile head/www/phpmyfaq/distinfo head/www/phpmyfaq/pkg-plist Modified: head/www/phpmyfaq/Makefile ============================================================================== --- head/www/phpmyfaq/Makefile Sat Jul 25 10:29:57 2015 (r392868) +++ head/www/phpmyfaq/Makefile Sat Jul 25 10:39:43 2015 (r392869) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpmyfaq -PORTVERSION= 2.8.22 +PORTVERSION= 2.8.23 CATEGORIES= www MASTER_SITES= http://www.phpmyfaq.de/download/ DISTNAME= phpMyFAQ-${PORTVERSION} Modified: head/www/phpmyfaq/distinfo ============================================================================== --- head/www/phpmyfaq/distinfo Sat Jul 25 10:29:57 2015 (r392868) +++ head/www/phpmyfaq/distinfo Sat Jul 25 10:39:43 2015 (r392869) @@ -1,2 +1,2 @@ -SHA256 (phpMyFAQ-2.8.22.tar.gz) = 9579c7ea3b8f76ab3910745cc231075052fa1ccd5af212d93d92194888c1c0e7 -SIZE (phpMyFAQ-2.8.22.tar.gz) = 5715066 +SHA256 (phpMyFAQ-2.8.23.tar.gz) = 6ab6c0bc19c910fc367e315376a5862df17edec915ccab1a6deedaa50f4a9b72 +SIZE (phpMyFAQ-2.8.23.tar.gz) = 5741249 Modified: head/www/phpmyfaq/pkg-plist ============================================================================== --- head/www/phpmyfaq/pkg-plist Sat Jul 25 10:29:57 2015 (r392868) +++ head/www/phpmyfaq/pkg-plist Sat Jul 25 10:39:43 2015 (r392869) @@ -1044,7 +1044,6 @@ %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/MapClassLoader.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/README.md %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Psr4ClassLoader.php -%%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/ClassCollectionLoaderTest.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php @@ -1073,6 +1072,8 @@ %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/CTrait.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/D.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/E.php +%%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/F.php +%%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/G.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/ClassesWithParents/GInterface.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Bar.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/Baz.php @@ -1122,21 +1123,26 @@ %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Foo.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Class_With_Underscores.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Fixtures/psr-4/Lets/Go/Deeper/Foo.php +%%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/LegacyApcUniversalClassLoaderTest.php +%%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/LegacyUniversalClassLoaderTest.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/Psr4ClassLoaderTest.php -%%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/UniversalClassLoader.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/WinCacheClassLoader.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/XcacheClassLoader.php %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/composer.json %%WWWDIR%%/inc/libs/Symfony/Component/ClassLoader/phpunit.xml.dist %%WWWDIR%%/inc/libs/phpseclib/Crypt/AES.php +%%WWWDIR%%/inc/libs/phpseclib/Crypt/Base.php +%%WWWDIR%%/inc/libs/phpseclib/Crypt/Blowfish.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/DES.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/Hash.php +%%WWWDIR%%/inc/libs/phpseclib/Crypt/RC2.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/RC4.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/RSA.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/Random.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/Rijndael.php %%WWWDIR%%/inc/libs/phpseclib/Crypt/TripleDES.php +%%WWWDIR%%/inc/libs/phpseclib/Crypt/Twofish.php %%WWWDIR%%/inc/libs/tcpdf/LICENSE.TXT %%WWWDIR%%/inc/libs/tcpdf/README.TXT %%WWWDIR%%/inc/libs/tcpdf/fonts/almohanad.ctg.z