From owner-svn-ports-branches@FreeBSD.ORG Sun May 3 10:59:30 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8F5BD67; Sun, 3 May 2015 10:59:30 +0000 (UTC) Received: from svn.freebsd.org (svn.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 8CE051FD3; Sun, 3 May 2015 10:59:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t43AxUBx006143; Sun, 3 May 2015 10:59:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t43AxUi5006139; Sun, 3 May 2015 10:59:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505031059.t43AxUi5006139@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 May 2015 10:59:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385242 - branches/2015Q2/databases/rocksdb/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.20 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, 03 May 2015 10:59:30 -0000 Author: sunpoet Date: Sun May 3 10:59:29 2015 New Revision: 385242 URL: https://svnweb.freebsd.org/changeset/ports/385242 Log: MFH: r385160 - Fix build on i386 - Regenerate patch file with makepatch: Approved by: ports-secteam (zi) Added: branches/2015Q2/databases/rocksdb/files/patch-util-logging.cc - copied unchanged from r385160, head/databases/rocksdb/files/patch-util-logging.cc Modified: branches/2015Q2/databases/rocksdb/files/patch-util-thread_local.cc Directory Properties: branches/2015Q2/ (props changed) Copied: branches/2015Q2/databases/rocksdb/files/patch-util-logging.cc (from r385160, head/databases/rocksdb/files/patch-util-logging.cc) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/databases/rocksdb/files/patch-util-logging.cc Sun May 3 10:59:29 2015 (r385242, copy of r385160, head/databases/rocksdb/files/patch-util-logging.cc) @@ -0,0 +1,15 @@ +--- util/logging.cc.orig 2015-03-25 21:40:41 UTC ++++ util/logging.cc +@@ -35,10 +35,10 @@ int AppendHumanMicros(uint64_t micros, c + } else if (micros < 10000000) { + return snprintf(output, len, "%.3lf ms", + static_cast(micros) / 1000); +- } else if (micros < 1000000l * 60) { ++ } else if (micros < 1000000LL * 60) { + return snprintf(output, len, "%.3lf sec", + static_cast(micros) / 1000000); +- } else if (micros < 1000000l * 60 * 60) { ++ } else if (micros < 1000000LL * 60 * 60) { + return snprintf(output, len, "%02" PRIu64 ":%05.3f M:S", + micros / 1000000 / 60, + static_cast(micros % 60000000) / 1000000); Modified: branches/2015Q2/databases/rocksdb/files/patch-util-thread_local.cc ============================================================================== --- branches/2015Q2/databases/rocksdb/files/patch-util-thread_local.cc Sun May 3 10:59:08 2015 (r385241) +++ branches/2015Q2/databases/rocksdb/files/patch-util-thread_local.cc Sun May 3 10:59:29 2015 (r385242) @@ -1,5 +1,5 @@ ---- util/thread_local.cc.orig 2015-02-10 05:49:22.000000000 +0800 -+++ util/thread_local.cc 2015-02-21 15:54:52.950817216 +0800 +--- util/thread_local.cc.orig 2015-03-25 21:40:41 UTC ++++ util/thread_local.cc @@ -7,6 +7,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. From owner-svn-ports-branches@FreeBSD.ORG Sun May 3 13:28:26 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D53A4C2; Sun, 3 May 2015 13:28:26 +0000 (UTC) Received: from svn.freebsd.org (svn.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 8ACC01D57; Sun, 3 May 2015 13:28:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t43DSQxR082388; Sun, 3 May 2015 13:28:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t43DSPMl082385; Sun, 3 May 2015 13:28:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505031328.t43DSPMl082385@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 May 2015 13:28:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385269 - in branches/2015Q2/databases/rocksdb: . 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.20 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, 03 May 2015 13:28:26 -0000 Author: sunpoet Date: Sun May 3 13:28:25 2015 New Revision: 385269 URL: https://svnweb.freebsd.org/changeset/ports/385269 Log: MFH: r383473 - Update to 3.10 Changes: https://github.com/facebook/rocksdb/releases Approved by: ports-secteam (zi) Deleted: branches/2015Q2/databases/rocksdb/files/patch-util-log_buffer.h Modified: branches/2015Q2/databases/rocksdb/Makefile branches/2015Q2/databases/rocksdb/distinfo branches/2015Q2/databases/rocksdb/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/databases/rocksdb/Makefile ============================================================================== --- branches/2015Q2/databases/rocksdb/Makefile Sun May 3 13:28:04 2015 (r385268) +++ branches/2015Q2/databases/rocksdb/Makefile Sun May 3 13:28:25 2015 (r385269) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 3.9.1 +PORTVERSION= 3.10 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org @@ -22,15 +22,19 @@ USES= compiler:c++11-lib gmake GH_ACCOUNT= facebook GH_PROJECT= ${PORTNAME} -GH_TAGNAME= ${PORTNAME}-${PORTVERSION} +GH_TAGNAME= v${PORTVERSION} USE_GITHUB= yes -PROGRAMS= blob_store_bench db_bench db_repl_stress db_sanity_test \ - db_stress ldb log_and_apply_bench signal_test sst_dump \ - table_reader_bench +PROGRAMS= db_bench db_repl_stress db_sanity_test db_stress ldb log_and_apply_bench signal_test sst_dump table_reader_bench + +.include + +.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36 +CXXFLAGS+= -Wno-inconsistent-missing-override +.endif post-patch: - @${REINPLACE_CMD} -e '/^all: / s| $$(TESTS)||; s| -Werror||' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e '/^all: / s| $$(TESTS)||' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's| -fno-builtin-memcmp||; s| -ltcmalloc||' ${WRKSRC}/build_tools/build_detect_platform @${REINPLACE_CMD} -e '/PLATFORM_IS_LITTLE_ENDIAN/ s|__|_|g' ${WRKSRC}/port/port_posix.h .if defined(WITHOUT_PROFILE) @@ -44,9 +48,9 @@ do-install: ${INSTALL_LIB} ${WRKSRC}/librocksdb.a ${STAGEDIR}${PREFIX}/lib/ ${INSTALL_LIB} ${WRKSRC}/librocksdb.so ${STAGEDIR}${PREFIX}/lib/librocksdb.so.0 ${LN} -fs librocksdb.so.0 ${STAGEDIR}${PREFIX}/lib/librocksdb.so - ${INSTALL_DATA} ${WRKSRC}/build_config.mk ${STAGEDIR}${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/make_config.mk ${STAGEDIR}${DATADIR}/ regression-test test: build cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check -.include +.include Modified: branches/2015Q2/databases/rocksdb/distinfo ============================================================================== --- branches/2015Q2/databases/rocksdb/distinfo Sun May 3 13:28:04 2015 (r385268) +++ branches/2015Q2/databases/rocksdb/distinfo Sun May 3 13:28:25 2015 (r385269) @@ -1,2 +1,2 @@ -SHA256 (facebook-rocksdb-3.9.1-rocksdb-3.9.1_GH0.tar.gz) = 6228ca0fcec486b03233fc5824bd955c8a749ab45d0481630bba2da7fdeba634 -SIZE (facebook-rocksdb-3.9.1-rocksdb-3.9.1_GH0.tar.gz) = 1275843 +SHA256 (facebook-rocksdb-3.10-v3.10_GH0.tar.gz) = 69014675eb1bd517c21ef92eac067cf3ac010ee6103bffccec11ceb771c4f7b7 +SIZE (facebook-rocksdb-3.10-v3.10_GH0.tar.gz) = 1601600 Modified: branches/2015Q2/databases/rocksdb/pkg-plist ============================================================================== --- branches/2015Q2/databases/rocksdb/pkg-plist Sun May 3 13:28:04 2015 (r385268) +++ branches/2015Q2/databases/rocksdb/pkg-plist Sun May 3 13:28:25 2015 (r385269) @@ -1,4 +1,3 @@ -bin/blob_store_bench bin/db_bench bin/db_repl_stress bin/db_sanity_test @@ -34,6 +33,7 @@ include/rocksdb/statistics.h include/rocksdb/status.h include/rocksdb/table.h include/rocksdb/table_properties.h +include/rocksdb/thread_status.h include/rocksdb/transaction_log.h include/rocksdb/types.h include/rocksdb/universal_compaction.h @@ -51,7 +51,8 @@ include/rocksdb/utilities/utility_db.h include/rocksdb/utilities/write_batch_with_index.h include/rocksdb/version.h include/rocksdb/write_batch.h +include/rocksdb/write_batch_base.h lib/librocksdb.a lib/librocksdb.so lib/librocksdb.so.0 -%%DATADIR%%/build_config.mk +%%DATADIR%%/make_config.mk From owner-svn-ports-branches@FreeBSD.ORG Sun May 3 13:29:22 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF1725AB; Sun, 3 May 2015 13:29:22 +0000 (UTC) Received: from svn.freebsd.org (svn.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 AD4641D5E; Sun, 3 May 2015 13:29:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t43DTMcq082654; Sun, 3 May 2015 13:29:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t43DTMfn082653; Sun, 3 May 2015 13:29:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505031329.t43DTMfn082653@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 May 2015 13:29:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385270 - branches/2015Q2/databases/rocksdb 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.20 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, 03 May 2015 13:29:22 -0000 Author: sunpoet Date: Sun May 3 13:29:21 2015 New Revision: 385270 URL: https://svnweb.freebsd.org/changeset/ports/385270 Log: MFH: r385156 - Fix build when using FreeBSD older than 10.0 Approved by: ports-secteam (zi) Modified: branches/2015Q2/databases/rocksdb/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/databases/rocksdb/Makefile ============================================================================== --- branches/2015Q2/databases/rocksdb/Makefile Sun May 3 13:28:25 2015 (r385269) +++ branches/2015Q2/databases/rocksdb/Makefile Sun May 3 13:29:21 2015 (r385270) @@ -29,6 +29,10 @@ PROGRAMS= db_bench db_repl_stress db_san .include +.if ${OSVERSION} <= 1000000 +CFLAGS+= -D_GLIBCXX_USE_C99 +.endif + .if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36 CXXFLAGS+= -Wno-inconsistent-missing-override .endif From owner-svn-ports-branches@FreeBSD.ORG Wed May 6 20:12:51 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E74937CA; Wed, 6 May 2015 20:12:50 +0000 (UTC) Received: from svn.freebsd.org (svn.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 C9E4E17C5; Wed, 6 May 2015 20:12:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t46KCo30009539; Wed, 6 May 2015 20:12:50 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t46KCo2E009537; Wed, 6 May 2015 20:12:50 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201505062012.t46KCo2E009537@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Wed, 6 May 2015 20:12:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385558 - in branches/2015Q2/dns/dnsmasq: . 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.20 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, 06 May 2015 20:12:51 -0000 Author: garga Date: Wed May 6 20:12:49 2015 New Revision: 385558 URL: https://svnweb.freebsd.org/changeset/ports/385558 Log: MFH: r385553 - Add a patch to fix CVE-2015-3294 - Bump PORTREVISION PR: 199999 Approved by: portmgr (erwin), mandree@ (maintainer) Obtained from: http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=ad4a8ff7d9097008d7623df8543df435bfddeac8 Security: CVE-2015-3294 Sponsored by: Netgate Added: branches/2015Q2/dns/dnsmasq/files/patch-CVE-2015-3294 - copied unchanged from r385553, head/dns/dnsmasq/files/patch-CVE-2015-3294 Modified: branches/2015Q2/dns/dnsmasq/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/dns/dnsmasq/Makefile ============================================================================== --- branches/2015Q2/dns/dnsmasq/Makefile Wed May 6 20:10:09 2015 (r385557) +++ branches/2015Q2/dns/dnsmasq/Makefile Wed May 6 20:12:49 2015 (r385558) @@ -3,6 +3,7 @@ PORTNAME= dnsmasq DISTVERSION= 2.72 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ Copied: branches/2015Q2/dns/dnsmasq/files/patch-CVE-2015-3294 (from r385553, head/dns/dnsmasq/files/patch-CVE-2015-3294) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/dns/dnsmasq/files/patch-CVE-2015-3294 Wed May 6 20:12:49 2015 (r385558, copy of r385553, head/dns/dnsmasq/files/patch-CVE-2015-3294) @@ -0,0 +1,36 @@ +X-Git-Url: http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blobdiff_plain;f=src%2Frfc1035.c;h=a995ab50d74adde068c8839684f9b3a44f4976d0;hp=7a07b0cee90655e296f57fa79f4d4a3a409b7b89;hb=ad4a8ff7d9097008d7623df8543df435bfddeac8;hpb=04b0ac05377936d121a36873bb63d492cde292c9 + +diff --git a/src/rfc1035.c b/src/rfc1035.c +index 7a07b0c..a995ab5 100644 +--- a/src/rfc1035.c ++++ src/rfc1035.c +@@ -1198,7 +1198,10 @@ unsigned int extract_request(struct dns_header *header, size_t qlen, char *name, + size_t setup_reply(struct dns_header *header, size_t qlen, + struct all_addr *addrp, unsigned int flags, unsigned long ttl) + { +- unsigned char *p = skip_questions(header, qlen); ++ unsigned char *p; ++ ++ if (!(p = skip_questions(header, qlen))) ++ return 0; + + /* clear authoritative and truncated flags, set QR flag */ + header->hb3 = (header->hb3 & ~(HB3_AA | HB3_TC)) | HB3_QR; +@@ -1214,7 +1217,7 @@ size_t setup_reply(struct dns_header *header, size_t qlen, + SET_RCODE(header, NOERROR); /* empty domain */ + else if (flags == F_NXDOMAIN) + SET_RCODE(header, NXDOMAIN); +- else if (p && flags == F_IPV4) ++ else if (flags == F_IPV4) + { /* we know the address */ + SET_RCODE(header, NOERROR); + header->ancount = htons(1); +@@ -1222,7 +1225,7 @@ size_t setup_reply(struct dns_header *header, size_t qlen, + add_resource_record(header, NULL, NULL, sizeof(struct dns_header), &p, ttl, NULL, T_A, C_IN, "4", addrp); + } + #ifdef HAVE_IPV6 +- else if (p && flags == F_IPV6) ++ else if (flags == F_IPV6) + { + SET_RCODE(header, NOERROR); + header->ancount = htons(1); From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 19:43:21 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95A22631; Thu, 7 May 2015 19:43:21 +0000 (UTC) Received: from svn.freebsd.org (svn.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 836F5151F; Thu, 7 May 2015 19:43:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47JhLxF023060; Thu, 7 May 2015 19:43:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47JhLHS023058; Thu, 7 May 2015 19:43:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505071943.t47JhLHS023058@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 7 May 2015 19:43:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385658 - branches/2015Q2/www/wordpress 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.20 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: Thu, 07 May 2015 19:43:21 -0000 Author: sunpoet Date: Thu May 7 19:43:20 2015 New Revision: 385658 URL: https://svnweb.freebsd.org/changeset/ports/385658 Log: MFH: r385651 - Update to 4.2.2 Changes: https://wordpress.org/news/2015/05/wordpress-4-2-2/ PR: 200024 Submitted by: Yuan-Chung Hsiao (maintainer) Approved by: ports-secteam (delphij) Modified: branches/2015Q2/www/wordpress/Makefile branches/2015Q2/www/wordpress/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/wordpress/Makefile ============================================================================== --- branches/2015Q2/www/wordpress/Makefile Thu May 7 19:41:57 2015 (r385657) +++ branches/2015Q2/www/wordpress/Makefile Thu May 7 19:43:20 2015 (r385658) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2.1 +PORTVERSION= 4.2.2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ Modified: branches/2015Q2/www/wordpress/distinfo ============================================================================== --- branches/2015Q2/www/wordpress/distinfo Thu May 7 19:41:57 2015 (r385657) +++ branches/2015Q2/www/wordpress/distinfo Thu May 7 19:43:20 2015 (r385658) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2.1.tar.gz) = 97896ce12d305813f6a07e4032ebd2a7bbb47f6e3d1622cec66c2e4884e3b1cd -SIZE (wordpress-4.2.1.tar.gz) = 6321767 +SHA256 (wordpress-4.2.2.tar.gz) = 3c4e2cc3af289366ff5352e35c3f80fca2dcaed3d56a79f33b25374c356c3f90 +SIZE (wordpress-4.2.2.tar.gz) = 6307937 From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:37:14 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2939F82; Thu, 7 May 2015 20:37:14 +0000 (UTC) Received: from svn.freebsd.org (svn.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 A6ACD1AD9; Thu, 7 May 2015 20:37:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47KbEli054161; Thu, 7 May 2015 20:37:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KbEcf054159; Thu, 7 May 2015 20:37:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072037.t47KbEcf054159@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:37:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385669 - in branches/2015Q2/games/flobopuyo: . 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.20 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: Thu, 07 May 2015 20:37:14 -0000 Author: amdmi3 Date: Thu May 7 20:37:13 2015 New Revision: 385669 URL: https://svnweb.freebsd.org/changeset/ports/385669 Log: MFH: r385602 - Fix broken keypad handling (mixed up keys) - While here, add LICENSE Submitted by: きくちゃん Approved by: ports-secteam (delphij) Added: branches/2015Q2/games/flobopuyo/files/patch-InputManager.cpp - copied unchanged from r385602, head/games/flobopuyo/files/patch-InputManager.cpp Modified: branches/2015Q2/games/flobopuyo/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/games/flobopuyo/Makefile ============================================================================== --- branches/2015Q2/games/flobopuyo/Makefile Thu May 7 20:34:30 2015 (r385668) +++ branches/2015Q2/games/flobopuyo/Makefile Thu May 7 20:37:13 2015 (r385669) @@ -3,7 +3,7 @@ PORTNAME= flobopuyo PORTVERSION= 0.20 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MASTER_SITES= http://www.ios-software.com/flobopuyo/ \ http://mirror.amdmi3.ru/distfiles/ @@ -11,6 +11,9 @@ MASTER_SITES= http://www.ios-software.co MAINTAINER= amdmi3@FreeBSD.org COMMENT= Clone of the famous PuyoPuyo +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= bison gmake dos2unix tar:tgz DOS2UNIX_FILES= IosVector.cpp PuyoGame.cpp USE_SDL= sdl mixer image Copied: branches/2015Q2/games/flobopuyo/files/patch-InputManager.cpp (from r385602, head/games/flobopuyo/files/patch-InputManager.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/games/flobopuyo/files/patch-InputManager.cpp Thu May 7 20:37:13 2015 (r385669, copy of r385602, head/games/flobopuyo/files/patch-InputManager.cpp) @@ -0,0 +1,11 @@ +--- InputManager.cpp.orig 2004-10-09 07:41:12.000000000 +0900 ++++ InputManager.cpp 2015-05-06 22:08:05.341688383 +0900 +@@ -164,7 +164,7 @@ + } + + int JoystickAxisSwitch::id() const { +- return 3000 + which * 50 + axis + (maximum?1:0); ++ return 3000 + which * 50 + axis * 2 + (maximum?1:0); + } + + bool JoystickAxisSwitch::isArrowUp() const { From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:38:41 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35F112D3; Thu, 7 May 2015 20:38:41 +0000 (UTC) Received: from svn.freebsd.org (svn.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 24D4A1AEF; Thu, 7 May 2015 20:38:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47Kcflx054615; Thu, 7 May 2015 20:38:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KcfIQ054614; Thu, 7 May 2015 20:38:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072038.t47KcfIQ054614@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:38:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385671 - branches/2015Q2/databases/xtrabackup 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.20 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: Thu, 07 May 2015 20:38:41 -0000 Author: amdmi3 Date: Thu May 7 20:38:40 2015 New Revision: 385671 URL: https://svnweb.freebsd.org/changeset/ports/385671 Log: MFH: r385619 - Fix fetch - Add LICENSE_FILE - Add CPE info Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/databases/xtrabackup/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/databases/xtrabackup/Makefile ============================================================================== --- branches/2015Q2/databases/xtrabackup/Makefile Thu May 7 20:37:52 2015 (r385670) +++ branches/2015Q2/databases/xtrabackup/Makefile Thu May 7 20:38:40 2015 (r385671) @@ -5,7 +5,7 @@ PORTNAME= xtrabackup PORTVERSION= 2.2.6 PORTREVISION= 1 CATEGORIES= databases -MASTER_SITES= http://www.percona.com/redir/downloads/XtraBackup/LATEST/source/tarball/ +MASTER_SITES= http://www.percona.com/downloads/XtraBackup/XtraBackup-${PORTVERSION}/source/tarball/ DISTNAME= percona-${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} DISTFILES= percona-xtrabackup-${PORTVERSION}.tar.gz EXTRACT_ONLY= percona-xtrabackup-${PORTVERSION}.tar.gz @@ -14,6 +14,7 @@ MAINTAINER= aleksandr.kuzminsky@percona. COMMENT= OpenSource version of InnoDB backup with support of Percona extensions LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING # quilt is required by build.sh BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ @@ -25,7 +26,8 @@ RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR} qpress:${PORTSDIR}/archivers/qpress # autotool is in use for 5.1 builds -USES= autoreconf:build gettext cmake iconv libtool perl5 +USES= autoreconf:build cpe gettext cmake iconv libtool perl5 +CPE_VENDOR= percona PLIST_FILES= bin/xtrabackup bin/xbstream bin/innobackupex bin/xbcrypt From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:40:12 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 783964B4; Thu, 7 May 2015 20:40:12 +0000 (UTC) Received: from svn.freebsd.org (svn.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 62DD71B0A; Thu, 7 May 2015 20:40:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47KeCGq055122; Thu, 7 May 2015 20:40:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KeCwj055121; Thu, 7 May 2015 20:40:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072040.t47KeCwj055121@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:40:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385673 - branches/2015Q2/devel/p5-Mac-PropertyList 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.20 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: Thu, 07 May 2015 20:40:12 -0000 Author: amdmi3 Date: Thu May 7 20:40:11 2015 New Revision: 385673 URL: https://svnweb.freebsd.org/changeset/ports/385673 Log: MFH: r385356 - Fix build with perl 5.16 (requires ExtUtils::MakeMaker) Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/devel/p5-Mac-PropertyList/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/p5-Mac-PropertyList/Makefile ============================================================================== --- branches/2015Q2/devel/p5-Mac-PropertyList/Makefile Thu May 7 20:38:47 2015 (r385672) +++ branches/2015Q2/devel/p5-Mac-PropertyList/Makefile Thu May 7 20:40:11 2015 (r385673) @@ -19,4 +19,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 501800 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +.endif + +.include From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:41:12 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 586605A6; Thu, 7 May 2015 20:41:12 +0000 (UTC) Received: from svn.freebsd.org (svn.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 46F831B19; Thu, 7 May 2015 20:41:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47KfCEZ056610; Thu, 7 May 2015 20:41:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KfCpH056609; Thu, 7 May 2015 20:41:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072041.t47KfCpH056609@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:41:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385674 - branches/2015Q2/misc/p5-Business-ISBN 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.20 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: Thu, 07 May 2015 20:41:12 -0000 Author: amdmi3 Date: Thu May 7 20:41:11 2015 New Revision: 385674 URL: https://svnweb.freebsd.org/changeset/ports/385674 Log: MFH: r385355 - Fix build with perl 5.16 (requires ExtUtils::MakeMaker) Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/misc/p5-Business-ISBN/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/misc/p5-Business-ISBN/Makefile ============================================================================== --- branches/2015Q2/misc/p5-Business-ISBN/Makefile Thu May 7 20:40:11 2015 (r385673) +++ branches/2015Q2/misc/p5-Business-ISBN/Makefile Thu May 7 20:41:11 2015 (r385674) @@ -29,4 +29,10 @@ BARCODE_RUN_DEPENDS= p5-GD-Barcode>=0:${ XISBN_BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww XISBN_RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -.include +.include + +.if ${PERL_LEVEL} < 501800 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +.endif + +.include From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:42:11 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CDEE699; Thu, 7 May 2015 20:42:11 +0000 (UTC) Received: from svn.freebsd.org (svn.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 1B14C1BE8; Thu, 7 May 2015 20:42:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47KgABD059245; Thu, 7 May 2015 20:42:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KgAG9059244; Thu, 7 May 2015 20:42:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072042.t47KgAG9059244@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:42:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385675 - branches/2015Q2/security/p5-Crypt-OpenSSL-ECDSA 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.20 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: Thu, 07 May 2015 20:42:11 -0000 Author: amdmi3 Date: Thu May 7 20:42:10 2015 New Revision: 385675 URL: https://svnweb.freebsd.org/changeset/ports/385675 Log: MFH: r385354 - This port explicitly requires perl 5.18+ Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/security/p5-Crypt-OpenSSL-ECDSA/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/security/p5-Crypt-OpenSSL-ECDSA/Makefile ============================================================================== --- branches/2015Q2/security/p5-Crypt-OpenSSL-ECDSA/Makefile Thu May 7 20:41:11 2015 (r385674) +++ branches/2015Q2/security/p5-Crypt-OpenSSL-ECDSA/Makefile Thu May 7 20:42:10 2015 (r385675) @@ -16,6 +16,6 @@ BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>= RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= configure +USE_PERL5= 5.18+ configure .include From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:43:15 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C23D07BE; Thu, 7 May 2015 20:43:15 +0000 (UTC) Received: from svn.freebsd.org (svn.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 B086C1BFF; Thu, 7 May 2015 20:43:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47KhFaQ059526; Thu, 7 May 2015 20:43:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KhFgV059525; Thu, 7 May 2015 20:43:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072043.t47KhFgV059525@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:43:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385676 - branches/2015Q2/textproc/p5-Text-SpellChecker-GUI 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.20 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: Thu, 07 May 2015 20:43:15 -0000 Author: amdmi3 Date: Thu May 7 20:43:14 2015 New Revision: 385676 URL: https://svnweb.freebsd.org/changeset/ports/385676 Log: MFH: r385353 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/textproc/p5-Text-SpellChecker-GUI/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/textproc/p5-Text-SpellChecker-GUI/Makefile ============================================================================== --- branches/2015Q2/textproc/p5-Text-SpellChecker-GUI/Makefile Thu May 7 20:42:10 2015 (r385675) +++ branches/2015Q2/textproc/p5-Text-SpellChecker-GUI/Makefile Thu May 7 20:43:14 2015 (r385676) @@ -3,7 +3,7 @@ PORTNAME= Text-SpellChecker-GUI PORTVERSION= 0.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Curses-UI>=0:${PORTSDI p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ p5-Text-SpellChecker>=0:${PORTSDIR}/textproc/p5-Text-SpellChecker -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/curses-textspellchecker bin/textspellchecker USE_PERL5= configure .include From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:44:30 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F7C68A8; Thu, 7 May 2015 20:44:30 +0000 (UTC) Received: from svn.freebsd.org (svn.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 6DF231C0A; Thu, 7 May 2015 20:44:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47KiUYd059846; Thu, 7 May 2015 20:44:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KiU0Z059845; Thu, 7 May 2015 20:44:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072044.t47KiU0Z059845@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:44:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385677 - branches/2015Q2/graphics/p5-OpenGL 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.20 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: Thu, 07 May 2015 20:44:30 -0000 Author: amdmi3 Date: Thu May 7 20:44:29 2015 New Revision: 385677 URL: https://svnweb.freebsd.org/changeset/ports/385677 Log: MFH: r385352 - Add missing xorg depends Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/graphics/p5-OpenGL/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/graphics/p5-OpenGL/Makefile ============================================================================== --- branches/2015Q2/graphics/p5-OpenGL/Makefile Thu May 7 20:43:14 2015 (r385676) +++ branches/2015Q2/graphics/p5-OpenGL/Makefile Thu May 7 20:44:29 2015 (r385677) @@ -3,7 +3,7 @@ PORTNAME= OpenGL PORTVERSION= 0.66 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHM @@ -18,6 +18,7 @@ CONFIGURE_ARGS= interface=FREEGLUT USES= perl5 display:configure USE_PERL5= configure USE_GL= glut +USE_XORG= x11 xext xmu xi ice post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:45:29 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 154B3A6B; Thu, 7 May 2015 20:45:29 +0000 (UTC) Received: from svn.freebsd.org (svn.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 02BF81C14; Thu, 7 May 2015 20:45:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47KjSS2060263; Thu, 7 May 2015 20:45:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KjS6W060262; Thu, 7 May 2015 20:45:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072045.t47KjS6W060262@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:45:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385679 - branches/2015Q2/sysutils/p5-ZConf-Cron 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.20 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: Thu, 07 May 2015 20:45:29 -0000 Author: amdmi3 Date: Thu May 7 20:45:28 2015 New Revision: 385679 URL: https://svnweb.freebsd.org/changeset/ports/385679 Log: MFH: r385351 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/sysutils/p5-ZConf-Cron/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/sysutils/p5-ZConf-Cron/Makefile ============================================================================== --- branches/2015Q2/sysutils/p5-ZConf-Cron/Makefile Thu May 7 20:44:31 2015 (r385678) +++ branches/2015Q2/sysutils/p5-ZConf-Cron/Makefile Thu May 7 20:45:28 2015 (r385679) @@ -3,7 +3,7 @@ PORTNAME= ZConf-Cron PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -23,7 +23,8 @@ RUN_DEPENDS:= p5-DateTime-Event-Cron>=0: p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/gzccrontab bin/zccrontab bin/zccron USE_PERL5= configure .include From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:46:30 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E72BB63; Thu, 7 May 2015 20:46:30 +0000 (UTC) Received: from svn.freebsd.org (svn.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 3D2B31C29; Thu, 7 May 2015 20:46:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47KkUHC060534; Thu, 7 May 2015 20:46:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KkUKd060533; Thu, 7 May 2015 20:46:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072046.t47KkUKd060533@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:46:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385680 - branches/2015Q2/devel/p5-SVN-Web 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.20 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: Thu, 07 May 2015 20:46:30 -0000 Author: amdmi3 Date: Thu May 7 20:46:29 2015 New Revision: 385680 URL: https://svnweb.freebsd.org/changeset/ports/385680 Log: MFH: r385350 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/devel/p5-SVN-Web/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/p5-SVN-Web/Makefile ============================================================================== --- branches/2015Q2/devel/p5-SVN-Web/Makefile Thu May 7 20:45:28 2015 (r385679) +++ branches/2015Q2/devel/p5-SVN-Web/Makefile Thu May 7 20:46:29 2015 (r385680) @@ -2,7 +2,7 @@ PORTNAME= SVN-Web PORTVERSION= 0.63 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -35,7 +35,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Test-HTML-Tidy>=0:${PORTSDIR}/devel/p5-Test-HTML-Tidy \ p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/svnweb-install USE_PERL5= configure CONFIGURE_ARGS= --skip_questions From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:47:48 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B54EEC5C; Thu, 7 May 2015 20:47:48 +0000 (UTC) Received: from svn.freebsd.org (svn.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 A40FA1C3B; Thu, 7 May 2015 20:47:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47KlmdK060848; Thu, 7 May 2015 20:47:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KlmxH060843; Thu, 7 May 2015 20:47:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072047.t47KlmxH060843@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:47:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385681 - branches/2015Q2/databases/p5-DBD-Oracle 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.20 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: Thu, 07 May 2015 20:47:48 -0000 Author: amdmi3 Date: Thu May 7 20:47:47 2015 New Revision: 385681 URL: https://svnweb.freebsd.org/changeset/ports/385681 Log: MFH: r385349 - Add missing files to pkg-plist Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/databases/p5-DBD-Oracle/Makefile branches/2015Q2/databases/p5-DBD-Oracle/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/databases/p5-DBD-Oracle/Makefile ============================================================================== --- branches/2015Q2/databases/p5-DBD-Oracle/Makefile Thu May 7 20:46:29 2015 (r385680) +++ branches/2015Q2/databases/p5-DBD-Oracle/Makefile Thu May 7 20:47:47 2015 (r385681) @@ -3,7 +3,7 @@ PORTNAME= DBD-Oracle PORTVERSION= 1.19 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: branches/2015Q2/databases/p5-DBD-Oracle/pkg-plist ============================================================================== --- branches/2015Q2/databases/p5-DBD-Oracle/pkg-plist Thu May 7 20:46:29 2015 (r385680) +++ branches/2015Q2/databases/p5-DBD-Oracle/pkg-plist Thu May 7 20:47:47 2015 (r385681) @@ -9,6 +9,9 @@ bin/ora_explain %%SITE_ARCH%%/auto/DBD/Oracle/mk.pm %%SITE_ARCH%%/auto/DBD/Oracle/ocitrace.h %%SITE_ARCH%%/oraperl.ph +%%PERL5_MAN3%%/DBD::Oracle.3.gz +%%PERL5_MAN3%%/DBD::Oraperl.3.gz +man/man1/ora_explain.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Readme %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bind.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/commit.pl From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:48:56 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3201D47; Thu, 7 May 2015 20:48:56 +0000 (UTC) Received: from svn.freebsd.org (svn.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 C1A121C44; Thu, 7 May 2015 20:48:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47Kmug0061125; Thu, 7 May 2015 20:48:56 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47Kmuta061124; Thu, 7 May 2015 20:48:56 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072048.t47Kmuta061124@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:48:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385682 - branches/2015Q2/www/p5-RTx-Calendar 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.20 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: Thu, 07 May 2015 20:48:56 -0000 Author: amdmi3 Date: Thu May 7 20:48:55 2015 New Revision: 385682 URL: https://svnweb.freebsd.org/changeset/ports/385682 Log: MFH: r385348 - Add NEED_ROOT, doesn't build from plain user (Couldn't load RT config file RT_Config.pm as user nobody / group nobody) Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/www/p5-RTx-Calendar/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/p5-RTx-Calendar/Makefile ============================================================================== --- branches/2015Q2/www/p5-RTx-Calendar/Makefile Thu May 7 20:47:47 2015 (r385681) +++ branches/2015Q2/www/p5-RTx-Calendar/Makefile Thu May 7 20:48:55 2015 (r385682) @@ -19,6 +19,7 @@ BUILD_DEPENDS= p5-Date-ICal>0:${PORTSDIR RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes +NEED_ROOT= yes USES+= perl5 USE_PERL5= configure From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:50:11 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45FBEE34; Thu, 7 May 2015 20:50:11 +0000 (UTC) Received: from svn.freebsd.org (svn.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 349001C4F; Thu, 7 May 2015 20:50:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47KoBGR061506; Thu, 7 May 2015 20:50:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KoBj1061505; Thu, 7 May 2015 20:50:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072050.t47KoBj1061505@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:50:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385683 - branches/2015Q2/net/p5-S3 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.20 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: Thu, 07 May 2015 20:50:11 -0000 Author: amdmi3 Date: Thu May 7 20:50:10 2015 New Revision: 385683 URL: https://svnweb.freebsd.org/changeset/ports/385683 Log: MFH: r385347 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/net/p5-S3/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net/p5-S3/Makefile ============================================================================== --- branches/2015Q2/net/p5-S3/Makefile Thu May 7 20:48:55 2015 (r385682) +++ branches/2015Q2/net/p5-S3/Makefile Thu May 7 20:50:10 2015 (r385683) @@ -3,7 +3,7 @@ PORTNAME= S3 PORTVERSION= 20071102 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= http://s3.amazonaws.com/doc/s3-example-code/ PKGNAMEPREFIX= p5- @@ -18,7 +18,8 @@ RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDI p5-libwww>=0:${PORTSDIR}/www/p5-libwww NO_BUILD= yes -USES= perl5 zip +USES= perl5 shebangfix zip +SHEBANG_FILES= s3-driver.pl s3-test.pl USE_PERL5= run WRKSRC= ${WRKDIR}/s3-example-libraries/perl From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:51:39 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C325F2F; Thu, 7 May 2015 20:51:39 +0000 (UTC) Received: from svn.freebsd.org (svn.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 5AA0F1D05; Thu, 7 May 2015 20:51:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47KpdXa065345; Thu, 7 May 2015 20:51:39 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KpdEV065344; Thu, 7 May 2015 20:51:39 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072051.t47KpdEV065344@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:51:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385684 - branches/2015Q2/deskutils/p5-ZConf-BGSet 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.20 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: Thu, 07 May 2015 20:51:39 -0000 Author: amdmi3 Date: Thu May 7 20:51:38 2015 New Revision: 385684 URL: https://svnweb.freebsd.org/changeset/ports/385684 Log: MFH: r385345 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/deskutils/p5-ZConf-BGSet/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/deskutils/p5-ZConf-BGSet/Makefile ============================================================================== --- branches/2015Q2/deskutils/p5-ZConf-BGSet/Makefile Thu May 7 20:50:10 2015 (r385683) +++ branches/2015Q2/deskutils/p5-ZConf-BGSet/Makefile Thu May 7 20:51:38 2015 (r385684) @@ -3,7 +3,7 @@ PORTNAME= ZConf-BGSet PORTVERSION= 1.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -20,7 +20,8 @@ BUILD_DEPENDS= p5-Image-Size-FillFullSel p5-String-ShellQuote>=1.04:${PORTSDIR}/textproc/p5-String-ShellQuote RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/zbgset-admin bin/zbgset bin/zbgset-pt USE_PERL5= configure .include From owner-svn-ports-branches@FreeBSD.ORG Thu May 7 20:52:58 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4CD79F; Thu, 7 May 2015 20:52:58 +0000 (UTC) Received: from svn.freebsd.org (svn.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 D2EA91D0D; Thu, 7 May 2015 20:52:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47KqwHe065657; Thu, 7 May 2015 20:52:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47KqwZJ065656; Thu, 7 May 2015 20:52:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505072052.t47KqwZJ065656@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 7 May 2015 20:52:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385685 - branches/2015Q2/mail/p5-ZConf-Mail 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.20 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: Thu, 07 May 2015 20:52:59 -0000 Author: amdmi3 Date: Thu May 7 20:52:58 2015 New Revision: 385685 URL: https://svnweb.freebsd.org/changeset/ports/385685 Log: MFH: r385344 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (delphij) Modified: branches/2015Q2/mail/p5-ZConf-Mail/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/mail/p5-ZConf-Mail/Makefile ============================================================================== --- branches/2015Q2/mail/p5-ZConf-Mail/Makefile Thu May 7 20:51:38 2015 (r385684) +++ branches/2015Q2/mail/p5-ZConf-Mail/Makefile Thu May 7 20:52:58 2015 (r385685) @@ -3,7 +3,7 @@ PORTNAME= ZConf-Mail PORTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -28,7 +28,8 @@ BUILD_DEPENDS= p5-Config-Tiny>=0:${PORTS p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/zcgetmail bin/zcmailaccount USE_PERL5= configure .include From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 09:38:46 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26F71AA6; Fri, 8 May 2015 09:38:46 +0000 (UTC) Received: from svn.freebsd.org (svn.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 14C271CE3; Fri, 8 May 2015 09:38:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t489cjr9048791; Fri, 8 May 2015 09:38:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t489cjbA048790; Fri, 8 May 2015 09:38:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505080938.t489cjbA048790@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 8 May 2015 09:38:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385745 - branches/2015Q2/emulators/yape 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.20 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, 08 May 2015 09:38:46 -0000 Author: amdmi3 Date: Fri May 8 09:38:45 2015 New Revision: 385745 URL: https://svnweb.freebsd.org/changeset/ports/385745 Log: MFH: r385734 - Fix build with clang Approved by: portmgr blanket Approved by: ports-secteam (erwin) Modified: branches/2015Q2/emulators/yape/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/emulators/yape/Makefile ============================================================================== --- branches/2015Q2/emulators/yape/Makefile Fri May 8 09:22:52 2015 (r385744) +++ branches/2015Q2/emulators/yape/Makefile Fri May 8 09:38:45 2015 (r385745) @@ -12,7 +12,7 @@ MAINTAINER= jmohacsi@bsd.hu COMMENT= Yet Another Commodore +4 Emulator USE_SDL= sdl -USES= gmake +USES= compiler:features gmake NO_WRKSUBDIR= yes ALL_TARGET= yape @@ -21,12 +21,17 @@ PORTDOCS= README.SDL OPTIONS_DEFINE= DOCS +.include + post-extract: @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt)" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' @${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/Makefile post-patch: +.if ${COMPILER_TYPE} == clang + @${REINPLACE_CMD} -e "s|-frerun-loop-opt||" ${WRKSRC}/Makefile +.endif @${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG}|" ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s|TAP::TAP|TAP|" ${WRKSRC}/tape.h @@ -37,4 +42,4 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.SDL ${STAGEDIR}${DOCSDIR} -.include +.include From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 09:40:30 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05200B9C; Fri, 8 May 2015 09:40:30 +0000 (UTC) Received: from svn.freebsd.org (svn.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 E74C41CF6; Fri, 8 May 2015 09:40:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t489eTAl050196; Fri, 8 May 2015 09:40:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t489eThr050195; Fri, 8 May 2015 09:40:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505080940.t489eThr050195@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 8 May 2015 09:40:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385746 - branches/2015Q2/net-mgmt/check_logfiles 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.20 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, 08 May 2015 09:40:30 -0000 Author: amdmi3 Date: Fri May 8 09:40:29 2015 New Revision: 385746 URL: https://svnweb.freebsd.org/changeset/ports/385746 Log: MFH: r385735 - Add missing perl dependency which results in broken shebang in plugin file - Add LICENSE Approved by: portmgr blanket Approved by: ports-secteam (erwin) Modified: branches/2015Q2/net-mgmt/check_logfiles/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net-mgmt/check_logfiles/Makefile ============================================================================== --- branches/2015Q2/net-mgmt/check_logfiles/Makefile Fri May 8 09:38:45 2015 (r385745) +++ branches/2015Q2/net-mgmt/check_logfiles/Makefile Fri May 8 09:40:29 2015 (r385746) @@ -2,13 +2,17 @@ PORTNAME= check_logfiles PORTVERSION= 3.4.3.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://labs.consol.de/wp-content/uploads/2011/03/ MAINTAINER= flo@FreeBSD.org COMMENT= Nagios plugin which scans log files for specific patterns -USES= gmake +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin \ --libexecdir=${PREFIX}/libexec/nagios \ From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 09:57:50 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42F363D9; Fri, 8 May 2015 09:57:50 +0000 (UTC) Received: from svn.freebsd.org (svn.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 315631F19; Fri, 8 May 2015 09:57:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t489vorp058793; Fri, 8 May 2015 09:57:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t489vo9u058792; Fri, 8 May 2015 09:57:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505080957.t489vo9u058792@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 8 May 2015 09:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385749 - branches/2015Q2/sysutils/tdir 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.20 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, 08 May 2015 09:57:50 -0000 Author: amdmi3 Date: Fri May 8 09:57:49 2015 New Revision: 385749 URL: https://svnweb.freebsd.org/changeset/ports/385749 Log: MFH: r385736 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (erwin) Modified: branches/2015Q2/sysutils/tdir/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/sysutils/tdir/Makefile ============================================================================== --- branches/2015Q2/sysutils/tdir/Makefile Fri May 8 09:57:01 2015 (r385748) +++ branches/2015Q2/sysutils/tdir/Makefile Fri May 8 09:57:49 2015 (r385749) @@ -3,13 +3,16 @@ PORTNAME= tdir PORTVERSION= 1.71 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.tundraware.com/Software/tdir/ MAINTAINER= tdir@tundraware.com COMMENT= Advanced file directory display utility -USES= python +USES= python shebangfix +SHEBANG_FILES= tdir +python_OLD_CMD= /usr//bin/env python MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 10:20:06 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5FF1DA6; Fri, 8 May 2015 10:20:06 +0000 (UTC) Received: from svn.freebsd.org (svn.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 B425F11A9; Fri, 8 May 2015 10:20:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48AK6WS069368; Fri, 8 May 2015 10:20:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48AK6v1069367; Fri, 8 May 2015 10:20:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505081020.t48AK6v1069367@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 8 May 2015 10:20:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385753 - branches/2015Q2/devel/xfce4-dev-tools 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.20 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, 08 May 2015 10:20:06 -0000 Author: amdmi3 Date: Fri May 8 10:20:05 2015 New Revision: 385753 URL: https://svnweb.freebsd.org/changeset/ports/385753 Log: MFH: r385737 - Add missing bash dependency - Fix shebangs - Add LICENSE_FILE Approved by: portmgr blanket Approved by: ports-secteam (erwin) Modified: branches/2015Q2/devel/xfce4-dev-tools/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/xfce4-dev-tools/Makefile ============================================================================== --- branches/2015Q2/devel/xfce4-dev-tools/Makefile Fri May 8 10:03:52 2015 (r385752) +++ branches/2015Q2/devel/xfce4-dev-tools/Makefile Fri May 8 10:20:05 2015 (r385753) @@ -3,6 +3,7 @@ PORTNAME= xfce4-dev-tools PORTVERSION= 4.12.0 +PORTREVISION= 1 CATEGORIES= devel xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -11,13 +12,16 @@ MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce development tools LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= autoconf-2.69:${PORTSDIR}/devel/autoconf \ automake-1.15:${PORTSDIR}/devel/automake \ - libtoolize:${PORTSDIR}/devel/libtool + libtoolize:${PORTSDIR}/devel/libtool \ + bash:${PORTSDIR}/shells/bash GNU_CONFIGURE= yes USE_GNOME= glib20 -USES= pkgconfig xfce tar:bzip2 +USES= pkgconfig shebangfix tar:bzip2 xfce +SHEBANG_FILES= scripts/xdt-commit .include From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 10:37:29 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B55C137; Fri, 8 May 2015 10:37:29 +0000 (UTC) Received: from svn.freebsd.org (svn.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 09D441379; Fri, 8 May 2015 10:37:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48AbSiU078898; Fri, 8 May 2015 10:37:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48AbSbm078897; Fri, 8 May 2015 10:37:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505081037.t48AbSbm078897@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 8 May 2015 10:37:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385755 - branches/2015Q2/security/makepasswd 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.20 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, 08 May 2015 10:37:29 -0000 Author: amdmi3 Date: Fri May 8 10:37:28 2015 New Revision: 385755 URL: https://svnweb.freebsd.org/changeset/ports/385755 Log: MFH: r385738 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (erwin) Modified: branches/2015Q2/security/makepasswd/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/security/makepasswd/Makefile ============================================================================== --- branches/2015Q2/security/makepasswd/Makefile Fri May 8 10:33:54 2015 (r385754) +++ branches/2015Q2/security/makepasswd/Makefile Fri May 8 10:37:28 2015 (r385755) @@ -3,7 +3,7 @@ PORTNAME= makepasswd PORTVERSION= 1.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -19,7 +19,8 @@ COMMENT= Random password generator LICENSE= GPLv1 NO_BUILD= yes -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= makepasswd USE_PERL5= run OPTIONS_DEFINE= DOCS From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 10:47:05 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7790E776; Fri, 8 May 2015 10:47:05 +0000 (UTC) Received: from svn.freebsd.org (svn.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 661EE14C3; Fri, 8 May 2015 10:47:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48Al5nL084319; Fri, 8 May 2015 10:47:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48Al52u084318; Fri, 8 May 2015 10:47:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505081047.t48Al52u084318@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 8 May 2015 10:47:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385758 - branches/2015Q2/sysutils/fastest_cvsup 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.20 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, 08 May 2015 10:47:05 -0000 Author: amdmi3 Date: Fri May 8 10:47:04 2015 New Revision: 385758 URL: https://svnweb.freebsd.org/changeset/ports/385758 Log: MFH: r385739 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (erwin) Modified: branches/2015Q2/sysutils/fastest_cvsup/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/sysutils/fastest_cvsup/Makefile ============================================================================== --- branches/2015Q2/sysutils/fastest_cvsup/Makefile Fri May 8 10:44:47 2015 (r385757) +++ branches/2015Q2/sysutils/fastest_cvsup/Makefile Fri May 8 10:47:04 2015 (r385758) @@ -3,6 +3,7 @@ PORTNAME= fastest_cvsup PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME:S/_/-/} @@ -11,7 +12,8 @@ COMMENT= Finds fastest CVSup server LICENSE= BSD -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= fastest_cvsup PLIST_FILES= bin/fastest_cvsup man/man7/fastest_cvsup.7.gz From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 11:01:24 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6EB3CA6; Fri, 8 May 2015 11:01:24 +0000 (UTC) Received: from svn.freebsd.org (svn.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 A555F16F3; Fri, 8 May 2015 11:01:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48B1Ovd093934; Fri, 8 May 2015 11:01:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48B1ODK093933; Fri, 8 May 2015 11:01:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505081101.t48B1ODK093933@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 8 May 2015 11:01:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385760 - branches/2015Q2/net-mgmt/nagios-spamd-plugin 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.20 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, 08 May 2015 11:01:24 -0000 Author: amdmi3 Date: Fri May 8 11:01:24 2015 New Revision: 385760 URL: https://svnweb.freebsd.org/changeset/ports/385760 Log: MFH: r385740 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (erwin) Modified: branches/2015Q2/net-mgmt/nagios-spamd-plugin/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net-mgmt/nagios-spamd-plugin/Makefile ============================================================================== --- branches/2015Q2/net-mgmt/nagios-spamd-plugin/Makefile Fri May 8 11:00:33 2015 (r385759) +++ branches/2015Q2/net-mgmt/nagios-spamd-plugin/Makefile Fri May 8 11:01:24 2015 (r385760) @@ -3,18 +3,19 @@ PORTNAME= nagios-spamd-plugin PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= ftp://jhweiss.de/pub/users/weiss/nagios/plugins/ DISTNAME= check_spamd-${PORTVERSION}.pl -EXTRACT_SUFX= +EXTRACT_SUFX= # empty MAINTAINER= alexey@renatasystems.org COMMENT= Nagios plugin for checking SpamAssassins spamd RUN_DEPENDS+= ${LOCALBASE}/${NAGIOS_PLUGIN_DIR}/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= check_spamd.pl NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= ${NAGIOS_PLUGIN_DIR}/check_spamd.pl From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 11:12:01 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F6F7205; Fri, 8 May 2015 11:12:01 +0000 (UTC) Received: from svn.freebsd.org (svn.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 0E1EC182C; Fri, 8 May 2015 11:12:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48BC0ZO099374; Fri, 8 May 2015 11:12:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48BC0lG099373; Fri, 8 May 2015 11:12:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505081112.t48BC0lG099373@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 8 May 2015 11:12:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385764 - branches/2015Q2/databases/postgresql_autodoc 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.20 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, 08 May 2015 11:12:01 -0000 Author: amdmi3 Date: Fri May 8 11:12:00 2015 New Revision: 385764 URL: https://svnweb.freebsd.org/changeset/ports/385764 Log: MFH: r385741 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (erwin) Modified: branches/2015Q2/databases/postgresql_autodoc/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/databases/postgresql_autodoc/Makefile ============================================================================== --- branches/2015Q2/databases/postgresql_autodoc/Makefile Fri May 8 11:09:43 2015 (r385763) +++ branches/2015Q2/databases/postgresql_autodoc/Makefile Fri May 8 11:12:00 2015 (r385764) @@ -2,6 +2,7 @@ PORTNAME= postgresql_autodoc PORTVERSION= 1.41 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.rbt.ca/autodoc/binaries/ DIST_SUBDIR= postgresql @@ -13,7 +14,9 @@ BUILD_DEPENDS= p5-HTML-Template>=0:${POR p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg -USES+= gmake perl5 +USES+= gmake perl5 shebangfix +perl_OLD_CMD= /usr/bin/env perl +SHEBANG_FILES= postgresql_autodoc.pl CONFIGURE_ARGS+=--datadir=${DATADIR} WRKSRC= ${WRKDIR}/postgresql_autodoc From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 16:12:21 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C652C86; Fri, 8 May 2015 16:12:21 +0000 (UTC) Received: from svn.freebsd.org (svn.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 EE4541D55; Fri, 8 May 2015 16:12:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48GCKVd053053; Fri, 8 May 2015 16:12:20 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48GCKgk053049; Fri, 8 May 2015 16:12:20 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201505081612.t48GCKgk053049@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 8 May 2015 16:12:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385794 - branches/2015Q2/www/coppermine 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.20 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, 08 May 2015 16:12:21 -0000 Author: danilo Date: Fri May 8 16:12:19 2015 New Revision: 385794 URL: https://svnweb.freebsd.org/changeset/ports/385794 Log: MFH: r385790 - Update to 1.5.36 - The release covers a recently discovered XSS vulnerability Approved by: ports-secteam (erwin) Modified: branches/2015Q2/www/coppermine/Makefile branches/2015Q2/www/coppermine/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/coppermine/Makefile ============================================================================== --- branches/2015Q2/www/coppermine/Makefile Fri May 8 16:04:20 2015 (r385793) +++ branches/2015Q2/www/coppermine/Makefile Fri May 8 16:12:19 2015 (r385794) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= coppermine -PORTVERSION= 1.5.34 +PORTVERSION= 1.5.36 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/Coppermine/1.5.x/ DISTNAME= cpg${PORTVERSION} Modified: branches/2015Q2/www/coppermine/distinfo ============================================================================== --- branches/2015Q2/www/coppermine/distinfo Fri May 8 16:04:20 2015 (r385793) +++ branches/2015Q2/www/coppermine/distinfo Fri May 8 16:12:19 2015 (r385794) @@ -1,2 +1,2 @@ -SHA256 (cpg1.5.34.zip) = 145041da2935bbe1b7eaa449922afbf151920ccc861fc69f389000eeb06b9101 -SIZE (cpg1.5.34.zip) = 18996844 +SHA256 (cpg1.5.36.zip) = 227e013dceffdaf6e9eebfff40f0dc83bae323e468cc3edcb5af5706ccd4b55d +SIZE (cpg1.5.36.zip) = 18998760 From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 17:08:10 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6710E551; Fri, 8 May 2015 17:08:10 +0000 (UTC) Received: from svn.freebsd.org (svn.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 47FA4132D; Fri, 8 May 2015 17:08:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48H8A9R082082; Fri, 8 May 2015 17:08:10 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48H89Ho082080; Fri, 8 May 2015 17:08:09 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201505081708.t48H89Ho082080@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 8 May 2015 17:08:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385801 - in branches/2015Q2/editors/openoffice-4: . 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.20 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, 08 May 2015 17:08:10 -0000 Author: truckman Date: Fri May 8 17:08:09 2015 New Revision: 385801 URL: https://svnweb.freebsd.org/changeset/ports/385801 Log: MFH: r385792 Add a patch to fix the HWP filter vulnerability documented in CVE-2015-1774 and Approved by: ports-secteam (erwin) Security: b13af778-f4fc-11e4-a95d-ac9e174be3af Differential Revision: https://reviews.freebsd.org/D2478 Added: branches/2015Q2/editors/openoffice-4/files/patch-CVE-2015-1774 - copied unchanged from r385792, head/editors/openoffice-4/files/patch-CVE-2015-1774 Modified: branches/2015Q2/editors/openoffice-4/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/editors/openoffice-4/Makefile ============================================================================== --- branches/2015Q2/editors/openoffice-4/Makefile Fri May 8 17:01:37 2015 (r385800) +++ branches/2015Q2/editors/openoffice-4/Makefile Fri May 8 17:08:09 2015 (r385801) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ Copied: branches/2015Q2/editors/openoffice-4/files/patch-CVE-2015-1774 (from r385792, head/editors/openoffice-4/files/patch-CVE-2015-1774) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/editors/openoffice-4/files/patch-CVE-2015-1774 Fri May 8 17:08:09 2015 (r385801, copy of r385792, head/editors/openoffice-4/files/patch-CVE-2015-1774) @@ -0,0 +1,47 @@ +Index: scp2/source/writer/module_writer.scp +=================================================================== +--- scp2/source/writer/module_writer.scp (revision 1677189) ++++ scp2/source/writer/module_writer.scp (revision 1677190) +@@ -40,7 +40,6 @@ + Styles = (HIDDEN_ROOT); + Files = (gid_File_Bin_Cde_Sagenda,gid_File_Bin_Cde_Sfax,gid_File_Bin_Cde_Slabel, + gid_File_Bin_Cde_Sletter,gid_File_Bin_Cde_Smemo,gid_File_Bin_Cde_Svcard, +- gid_File_Lib_Hwpreader, + gid_File_Lib_Swd, + gid_File_Lib_Swui, + gid_File_Lib_Msword, +Index: scp2/source/writer/file_writer.scp +=================================================================== +--- scp2/source/writer/file_writer.scp (revision 1677189) ++++ scp2/source/writer/file_writer.scp (revision 1677190) +@@ -25,8 +25,6 @@ + + STD_LIB_FILE( gid_File_Lib_Swd , swd) + +-SPECIAL_LIB_FILE(gid_File_Lib_Hwpreader, hwp) +- + File gid_File_Exe_Swriter + BIN_FILE_BODY; + Dir = gid_Brand_Dir_Program; +Index: postprocess/packcomponents/makefile.mk +=================================================================== +--- postprocess/packcomponents/makefile.mk (revision 1677189) ++++ postprocess/packcomponents/makefile.mk (revision 1677190) +@@ -121,7 +121,6 @@ + fps_office \ + frm \ + guesslang \ +- hwp \ + i18npool \ + i18nsearch \ + lng \ +Index: postprocess/prj/build.lst +=================================================================== +--- postprocess/prj/build.lst (revision 1677189) ++++ postprocess/prj/build.lst (revision 1677190) +@@ -1,4 +1,4 @@ +-po postprocess :: svgio accessibility automation basctl bean chart2 configmgr CRASHREP:crashrep COINMP:coinmp cui dbaccess desktop dtrans embeddedobj embedserv EPM:epm eventattacher extensions extras fileaccess filter forms fpicker helpcontent2 hwpfilter io JAVAINSTALLER2:javainstaller2 lingucomponent MATHMLDTD:MathMLDTD ODK:odk officecfg package padmin psprint_config remotebridges sc scaddins sccomp scp2 scripting sd setup_native slideshow starmath sw sysui testtools ucb UnoControls unoxml ure wizards xmerge xmlsecurity MORE_FONTS:more_fonts OOo:pyuno OOo:readlicense_oo SO:top unodevtools JFREEREPORT:jfreereport REPORTBUILDER:reportbuilder reportdesign sdext SWEXT:swext smoketestdoc uui writerfilter winaccessibility oox MYSQLC:mysqlc LIBXSLT:libxslt NULL ++po postprocess :: svgio accessibility automation basctl bean chart2 configmgr CRASHREP:crashrep COINMP:coinmp cui dbaccess desktop dtrans embeddedobj embedserv EPM:epm eventattacher extensions extras fileaccess filter forms fpicker helpcontent2 io JAVAINSTALLER2:javainstaller2 lingucomponent MATHMLDTD:MathMLDTD ODK:odk officecfg package padmin psprint_config remotebridges sc scaddins sccomp scp2 scripting sd setup_native slideshow starmath sw sysui testtools ucb UnoControls unoxml ure wizards xmerge xmlsecurity MORE_FONTS:more_fonts OOo:pyuno OOo:readlicense_oo SO:top unodevtools JFREEREPORT:jfreereport REPORTBUILDER:reportbuilder reportdesign sdext SWEXT:swext smoketestdoc uui writerfilter winaccessibility oox MYSQLC:mysqlc LIBXSLT:libxslt NULL + po postprocess usr1 - all po_mkout NULL + po postprocess\checkxml nmake - all po_checkxml NULL + po postprocess\checkdeliver nmake - all po_checkdlv NULL From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 18:40:39 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 022CB90C; Fri, 8 May 2015 18:40:39 +0000 (UTC) Received: from svn.freebsd.org (svn.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 E4CB51103; Fri, 8 May 2015 18:40:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48IecOZ030735; Fri, 8 May 2015 18:40:38 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48IecmE030399; Fri, 8 May 2015 18:40:38 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201505081840.t48IecmE030399@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 8 May 2015 18:40:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385814 - branches/2015Q2/german/wordpress 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.20 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, 08 May 2015 18:40:39 -0000 Author: kwm Date: Fri May 8 18:40:37 2015 New Revision: 385814 URL: https://svnweb.freebsd.org/changeset/ports/385814 Log: MFH: r385605 Update de-wordpress to 4.2.2. Security: d86890da-f498-11e4-99aa-bcaec565249c Approved by: ports-secteam (delphij@) Modified: branches/2015Q2/german/wordpress/Makefile branches/2015Q2/german/wordpress/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/german/wordpress/Makefile ============================================================================== --- branches/2015Q2/german/wordpress/Makefile Fri May 8 18:21:54 2015 (r385813) +++ branches/2015Q2/german/wordpress/Makefile Fri May 8 18:40:37 2015 (r385814) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.2.1 +PORTVERSION= 4.2.2 CATEGORIES= german www MASTER_SITES= http://de.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-de_DE Modified: branches/2015Q2/german/wordpress/distinfo ============================================================================== --- branches/2015Q2/german/wordpress/distinfo Fri May 8 18:21:54 2015 (r385813) +++ branches/2015Q2/german/wordpress/distinfo Fri May 8 18:40:37 2015 (r385814) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.2.1-de_DE.tar.gz) = 01268a6b673d53265cea9f24f6e00925968d68b33b3aa7cab871974bf14707a5 -SIZE (wordpress-4.2.1-de_DE.tar.gz) = 6744594 +SHA256 (wordpress-4.2.2-de_DE.tar.gz) = 8ec6f54c25fa99446a8ef00fe966052c417beaa67e4e6452c8e672d6fbb8f237 +SIZE (wordpress-4.2.2-de_DE.tar.gz) = 6733820 From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 18:43:49 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F35CB20; Fri, 8 May 2015 18:43:49 +0000 (UTC) Received: from svn.freebsd.org (svn.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 5AC7E113D; Fri, 8 May 2015 18:43:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48IhnI4033221; Fri, 8 May 2015 18:43:49 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48IhmA0033219; Fri, 8 May 2015 18:43:48 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201505081843.t48IhmA0033219@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 8 May 2015 18:43:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385816 - branches/2015Q2/russian/wordpress 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.20 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, 08 May 2015 18:43:49 -0000 Author: kwm Date: Fri May 8 18:43:48 2015 New Revision: 385816 URL: https://svnweb.freebsd.org/changeset/ports/385816 Log: MFH: r385604 Update ru-wordpress to 4.2.2. PR: 200023 Submitted by: maintainer Security: d86890da-f498-11e4-99aa-bcaec565249c Approved by: ports-secteam (delphij@) Modified: branches/2015Q2/russian/wordpress/Makefile branches/2015Q2/russian/wordpress/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/russian/wordpress/Makefile ============================================================================== --- branches/2015Q2/russian/wordpress/Makefile Fri May 8 18:42:31 2015 (r385815) +++ branches/2015Q2/russian/wordpress/Makefile Fri May 8 18:43:48 2015 (r385816) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wordpress -PORTVERSION= 4.1.1 +PORTVERSION= 4.2.2 CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ru_RU Modified: branches/2015Q2/russian/wordpress/distinfo ============================================================================== --- branches/2015Q2/russian/wordpress/distinfo Fri May 8 18:42:31 2015 (r385815) +++ branches/2015Q2/russian/wordpress/distinfo Fri May 8 18:43:48 2015 (r385816) @@ -1,2 +1,2 @@ -SHA256 (wordpress-4.1.1-ru_RU.tar.gz) = ff37d4ec74703a7ec93df7d20cff5cfe2b7c13376e2f3b00335179ef288da5ab -SIZE (wordpress-4.1.1-ru_RU.tar.gz) = 6643102 +SHA256 (wordpress-4.2.2-ru_RU.tar.gz) = 2b3a7c550fa51ce19bdadbd7f482467165ecbffdc933a67ac86a0ca8dc69456b +SIZE (wordpress-4.2.2-ru_RU.tar.gz) = 6751459 From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 20:07:19 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F971218; Fri, 8 May 2015 20:07:19 +0000 (UTC) Received: from svn.freebsd.org (svn.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 6E05F1A80; Fri, 8 May 2015 20:07:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48K7Jp4074001; Fri, 8 May 2015 20:07:19 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48K7Jc2073999; Fri, 8 May 2015 20:07:19 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201505082007.t48K7Jc2073999@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 8 May 2015 20:07:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385819 - in branches/2015Q2/editors/openoffice-devel: . 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.20 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, 08 May 2015 20:07:19 -0000 Author: truckman Date: Fri May 8 20:07:18 2015 New Revision: 385819 URL: https://svnweb.freebsd.org/changeset/ports/385819 Log: MFH: r385717 Upgrade to svn revision r1677314, fixing the HWP filter vulnerability documented in CVE-2015-1774 and Differential Revision: https://reviews.freebsd.org/D2470 Submitted by: pi Reviewed by: pi, pfg, mat Approved by: ports-secteam (erwin) Security: b13af778-f4fc-11e4-a95d-ac9e174be3af Deleted: branches/2015Q2/editors/openoffice-devel/files/patch-bridges_source_cpp__uno_gcc3__freebsd__intel_cpp2uno.cxx branches/2015Q2/editors/openoffice-devel/files/patch-bridges_source_cpp__uno_gcc3__freebsd__intel_except.cxx branches/2015Q2/editors/openoffice-devel/files/patch-bridges_source_cpp__uno_gcc3__freebsd__intel_share.hxx branches/2015Q2/editors/openoffice-devel/files/patch-bridges_source_cpp__uno_gcc3__freebsd__intel_uno2cpp.cxx branches/2015Q2/editors/openoffice-devel/files/patch-bridges_source_cpp__uno_gcc3__freebsd__x86-64_cpp2uno.cxx branches/2015Q2/editors/openoffice-devel/files/patch-bridges_source_cpp__uno_gcc3__freebsd__x86-64_except.cxx branches/2015Q2/editors/openoffice-devel/files/patch-bridges_source_cpp__uno_gcc3__freebsd__x86-64_share.hxx branches/2015Q2/editors/openoffice-devel/files/patch-bridges_source_cpp__uno_gcc3__freebsd__x86-64_uno2cpp.cxx branches/2015Q2/editors/openoffice-devel/files/patch-freebsd.mk branches/2015Q2/editors/openoffice-devel/files/patch-i114430 branches/2015Q2/editors/openoffice-devel/files/patch-sal branches/2015Q2/editors/openoffice-devel/files/patch-set_soenv.in branches/2015Q2/editors/openoffice-devel/files/patch-shell_source_unix_sysshell_recently__used__file__handler.cxx branches/2015Q2/editors/openoffice-devel/files/patch-unxfbsd.mk Modified: branches/2015Q2/editors/openoffice-devel/Makefile branches/2015Q2/editors/openoffice-devel/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/editors/openoffice-devel/Makefile ============================================================================== --- branches/2015Q2/editors/openoffice-devel/Makefile Fri May 8 18:47:20 2015 (r385818) +++ branches/2015Q2/editors/openoffice-devel/Makefile Fri May 8 20:07:18 2015 (r385819) @@ -73,7 +73,7 @@ AOOVERSION2= 2 AOOVERSION3= 0 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD AOOTAG= AOO420m1\(Build:9800\) -SVNREVISION= 1667428 +SVNREVISION= 1677314 #AOORC=rc3 EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150118.tar.gz Modified: branches/2015Q2/editors/openoffice-devel/distinfo ============================================================================== --- branches/2015Q2/editors/openoffice-devel/distinfo Fri May 8 18:47:20 2015 (r385818) +++ branches/2015Q2/editors/openoffice-devel/distinfo Fri May 8 20:07:18 2015 (r385819) @@ -1,6 +1,6 @@ -SHA256 (openoffice/apache-openoffice-r1667428-src.tar.xz) = 2c481e0f14f3f804b303ae5468991b4b7cdc82ce20660545cfb8cef2f5117c2f -SIZE (openoffice/apache-openoffice-r1667428-src.tar.xz) = 215181884 -SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150118.tar.gz) = b01b8894469a80667b0551ea6c0abffd3fb9e79c8a304d48091ff57ab53f10b7 -SIZE (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150118.tar.gz) = 102513542 +SHA256 (openoffice/apache-openoffice-r1677314-src.tar.xz) = 7db08f046ae1cb87ac5d9788a4507d4bd70df1be73c9044a71182087f9ff231c +SIZE (openoffice/apache-openoffice-r1677314-src.tar.xz) = 215202736 SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice/unowinreg.dll) = 6144 +SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150118.tar.gz) = b01b8894469a80667b0551ea6c0abffd3fb9e79c8a304d48091ff57ab53f10b7 +SIZE (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150118.tar.gz) = 102513542 From owner-svn-ports-branches@FreeBSD.ORG Fri May 8 20:08:30 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE3C23EE; Fri, 8 May 2015 20:08:29 +0000 (UTC) Received: from svn.freebsd.org (svn.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 D0CFC1A8E; Fri, 8 May 2015 20:08:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48K8Tet074386; Fri, 8 May 2015 20:08:29 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48K8Tlr074384; Fri, 8 May 2015 20:08:29 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201505082008.t48K8Tlr074384@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Fri, 8 May 2015 20:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385820 - in branches/2015Q2/editors/openoffice-devel: . 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.20 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, 08 May 2015 20:08:30 -0000 Author: truckman Date: Fri May 8 20:08:28 2015 New Revision: 385820 URL: https://svnweb.freebsd.org/changeset/ports/385820 Log: MFH: r385793 Resurrect the part of patch-i114430 that was not accepted upstream. Submitted by: pfg Approved by: ports-secteam (erwin) Added: branches/2015Q2/editors/openoffice-devel/files/patch-i114430 - copied unchanged from r385793, head/editors/openoffice-devel/files/patch-i114430 Modified: branches/2015Q2/editors/openoffice-devel/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/editors/openoffice-devel/Makefile ============================================================================== --- branches/2015Q2/editors/openoffice-devel/Makefile Fri May 8 20:07:18 2015 (r385819) +++ branches/2015Q2/editors/openoffice-devel/Makefile Fri May 8 20:08:28 2015 (r385820) @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -#PORTREVISION= 1 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= editors java MASTER_SITES= http://ci.apache.org/projects/openoffice/milestones/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ Copied: branches/2015Q2/editors/openoffice-devel/files/patch-i114430 (from r385793, head/editors/openoffice-devel/files/patch-i114430) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/editors/openoffice-devel/files/patch-i114430 Fri May 8 20:08:28 2015 (r385820, copy of r385793, head/editors/openoffice-devel/files/patch-i114430) @@ -0,0 +1,31 @@ +Index: sc/source/core/tool/interpr5.cxx +=================================================================== +--- sc/source/core/tool/interpr5.cxx (revision 1678278) ++++ sc/source/core/tool/interpr5.cxx (working copy) +@@ -1611,7 +1611,7 @@ + if (bFlag) + { for ( SCSIZE i = 0; i < nCount; i++ ) + if (pMat->IsValue(i)) +- pResMat->PutDouble(pow(fVal,pMat->GetDouble(i)), i); ++ pResMat->PutDouble(::rtl::math::powr(fVal,pMat->GetDouble(i)), i); + else + pResMat->PutString(ScGlobal::GetRscString(STR_NO_VALUE), i); + } +@@ -1618,7 +1618,7 @@ + else + { for ( SCSIZE i = 0; i < nCount; i++ ) + if (pMat->IsValue(i)) +- pResMat->PutDouble(pow(pMat->GetDouble(i),fVal), i); ++ pResMat->PutDouble(::rtl::math::powr(pMat->GetDouble(i),fVal), i); + else + pResMat->PutString(ScGlobal::GetRscString(STR_NO_VALUE), i); + } +@@ -1628,7 +1628,7 @@ + PushIllegalArgument(); + } + else +- PushDouble(pow(fVal1,fVal2)); ++ PushDouble(::rtl::math::powr(fVal1,fVal2)); + } + + void ScInterpreter::ScSumProduct() From owner-svn-ports-branches@FreeBSD.ORG Sat May 9 05:16:55 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C3335FF; Sat, 9 May 2015 05:16:55 +0000 (UTC) Received: from svn.freebsd.org (svn.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 49B671534; Sat, 9 May 2015 05:16:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t495GttL051118; Sat, 9 May 2015 05:16:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t495GsLf051114; Sat, 9 May 2015 05:16:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505090516.t495GsLf051114@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 9 May 2015 05:16:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r385863 - in branches/2015Q2/databases: sqlite3 tcl-sqlite3 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.20 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, 09 May 2015 05:16:55 -0000 Author: jbeich Date: Sat May 9 05:16:53 2015 New Revision: 385863 URL: https://svnweb.freebsd.org/changeset/ports/385863 Log: MFH: r384086 Update to version 3.8.9 Changes: https://sqlite.org/releaselog/3_8_9.html ACC report: http://upstream-tracker.org/compat_reports/sqlite/3080803_to_3080900/abi_compat_report.html PR: 199312 PR: 199313 PR: 199483 Submitted by: Pavel Volkov (maintainer) Approved by: ports-secteam (delphij) Modified: branches/2015Q2/databases/sqlite3/Makefile branches/2015Q2/databases/sqlite3/distinfo branches/2015Q2/databases/tcl-sqlite3/Makefile branches/2015Q2/databases/tcl-sqlite3/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/databases/sqlite3/Makefile ============================================================================== --- branches/2015Q2/databases/sqlite3/Makefile Sat May 9 03:49:29 2015 (r385862) +++ branches/2015Q2/databases/sqlite3/Makefile Sat May 9 05:16:53 2015 (r385863) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.8.3 +PORTVERSION= 3.8.9 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ -DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g} +DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g}00 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQL database engine in a C library Modified: branches/2015Q2/databases/sqlite3/distinfo ============================================================================== --- branches/2015Q2/databases/sqlite3/distinfo Sat May 9 03:49:29 2015 (r385862) +++ branches/2015Q2/databases/sqlite3/distinfo Sat May 9 05:16:53 2015 (r385863) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080803.tar.gz) = 74576964cd9db44c13bf95d6a7c36b06cfdfb2fe4e3e26c9ce1ae0b2e328b411 -SIZE (sqlite-autoconf-3080803.tar.gz) = 2021112 +SHA256 (sqlite-autoconf-3080900.tar.gz) = 76ebb6392cd2289fbff903af7ff67f3e49bd01ff30544b8028ecededd60269a2 +SIZE (sqlite-autoconf-3080900.tar.gz) = 2037200 Modified: branches/2015Q2/databases/tcl-sqlite3/Makefile ============================================================================== --- branches/2015Q2/databases/tcl-sqlite3/Makefile Sat May 9 03:49:29 2015 (r385862) +++ branches/2015Q2/databases/tcl-sqlite3/Makefile Sat May 9 05:16:53 2015 (r385863) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.8.3 +PORTVERSION= 3.8.9 CATEGORIES= databases tcl MASTER_SITES= http://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ PKGNAMEPREFIX= tcl- -DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g} +DISTNAME= sqlite-autoconf-${PORTVERSION:S|.|0|g}00 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) Modified: branches/2015Q2/databases/tcl-sqlite3/distinfo ============================================================================== --- branches/2015Q2/databases/tcl-sqlite3/distinfo Sat May 9 03:49:29 2015 (r385862) +++ branches/2015Q2/databases/tcl-sqlite3/distinfo Sat May 9 05:16:53 2015 (r385863) @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080803.tar.gz) = 74576964cd9db44c13bf95d6a7c36b06cfdfb2fe4e3e26c9ce1ae0b2e328b411 -SIZE (sqlite-autoconf-3080803.tar.gz) = 2021112 +SHA256 (sqlite-autoconf-3080900.tar.gz) = 76ebb6392cd2289fbff903af7ff67f3e49bd01ff30544b8028ecededd60269a2 +SIZE (sqlite-autoconf-3080900.tar.gz) = 2037200