From owner-svn-ports-branches@FreeBSD.ORG Sun Dec 14 08:59:14 2014 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 947F9605; Sun, 14 Dec 2014 08:59: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 7EC2FE38; Sun, 14 Dec 2014 08:59: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 sBE8xEph044747; Sun, 14 Dec 2014 08:59:14 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBE8xE6d044746; Sun, 14 Dec 2014 08:59:14 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201412140859.sBE8xE6d044746@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Sun, 14 Dec 2014 08:59:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r374693 - branches/2014Q4/graphics/blender/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.18-1 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, 14 Dec 2014 08:59:14 -0000 Author: mva Date: Sun Dec 14 08:59:13 2014 New Revision: 374693 URL: https://svnweb.freebsd.org/changeset/ports/374693 QAT: https://qat.redports.org/buildarchive/r374693/ Log: MFH: r374641 - Unbreak after the recent print/freetype2 update Approved by: ports-secteam (rea@) Added: branches/2014Q4/graphics/blender/files/patch-source_blender_blenfont_intern_blf__glyph.c (contents, props changed) Added: branches/2014Q4/graphics/blender/files/patch-source_blender_blenfont_intern_blf__glyph.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q4/graphics/blender/files/patch-source_blender_blenfont_intern_blf__glyph.c Sun Dec 14 08:59:13 2014 (r374693) @@ -0,0 +1,13 @@ +--- source/blender/blenfont/intern/blf_glyph.c.orig 2014-12-11 06:47:44 UTC ++++ source/blender/blenfont/intern/blf_glyph.c +@@ -262,8 +262,8 @@ GlyphBLF *blf_glyph_add(FontBLF *font, u + g->xoff = -1; + g->yoff = -1; + bitmap = slot->bitmap; +- g->width = bitmap.width; +- g->height = bitmap.rows; ++ g->width = (int)bitmap.width; ++ g->height = (int)bitmap.rows; + + if (g->width && g->height) { + if (sharp) { From owner-svn-ports-branches@FreeBSD.ORG Sun Dec 14 13:12:15 2014 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 E7048D96; Sun, 14 Dec 2014 13:12: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 B9BD388A; Sun, 14 Dec 2014 13:12: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 sBEDCFM4071180; Sun, 14 Dec 2014 13:12:15 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBEDCFdH071178; Sun, 14 Dec 2014 13:12:15 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201412141312.sBEDCFdH071178@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Sun, 14 Dec 2014 13:12:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r374701 - in branches/2014Q4/devel/cssc: . 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.18-1 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, 14 Dec 2014 13:12:16 -0000 Author: rodrigo Date: Sun Dec 14 13:12:14 2014 New Revision: 374701 URL: https://svnweb.freebsd.org/changeset/ports/374701 QAT: https://qat.redports.org/buildarchive/r374701/ Log: MFH: r374333 Upgrade to 1.4.0 and fix core dumps with clang - Fix Savannah bug #33633 (coredump in prs -d:GB:) - Accept entirely empty comment lines (lacking the initial space). - Fix Savannah bug bug #33153: "prs" includes "AUTO NULL DELTA"s. - NEWS: Point out the change of tar file format used for the distribution file. Also mention the recent updates to googletest and gnulib. - Fix crash when built with clang by forcing gcc - Moves license to makes portlint happy PR: ports/189975 Submitted by: rodrigo Approved by: portmgr Deleted: branches/2014Q4/devel/cssc/files/ Modified: branches/2014Q4/devel/cssc/Makefile branches/2014Q4/devel/cssc/distinfo Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/devel/cssc/Makefile ============================================================================== --- branches/2014Q4/devel/cssc/Makefile Sun Dec 14 12:25:38 2014 (r374700) +++ branches/2014Q4/devel/cssc/Makefile Sun Dec 14 13:12:14 2014 (r374701) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cssc -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= devel MASTER_SITES= GNU DISTNAME= CSSC-${PORTVERSION} @@ -14,6 +14,7 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes INFO= cssc +USE_GCC= any OPTIONS_DEFINE= BINARY OPTIONS_DEFAULT= BINARY Modified: branches/2014Q4/devel/cssc/distinfo ============================================================================== --- branches/2014Q4/devel/cssc/distinfo Sun Dec 14 12:25:38 2014 (r374700) +++ branches/2014Q4/devel/cssc/distinfo Sun Dec 14 13:12:14 2014 (r374701) @@ -1,2 +1,2 @@ -SHA256 (CSSC-1.3.0.tar.gz) = 95053aab534c111648ea5b096037673b541a0c2960574d8addf70201a5337c2e -SIZE (CSSC-1.3.0.tar.gz) = 1608481 +SHA256 (CSSC-1.4.0.tar.gz) = 30146f96c26c2a4c6b742bc8a498993ec6ea9f289becaaf566866488600b2994 +SIZE (CSSC-1.4.0.tar.gz) = 2012122 From owner-svn-ports-branches@FreeBSD.ORG Mon Dec 15 22:59:30 2014 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 99ABFD80; Mon, 15 Dec 2014 22: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 84ECE8FC; Mon, 15 Dec 2014 22: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 sBFMxUJV061763; Mon, 15 Dec 2014 22:59:30 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBFMxTll061756; Mon, 15 Dec 2014 22:59:29 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201412152259.sBFMxTll061756@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Mon, 15 Dec 2014 22:59:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r374773 - branches/2014Q4/devel/subversion17 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2014 22:59:30 -0000 Author: ohauer Date: Mon Dec 15 22:59:28 2014 New Revision: 374773 URL: https://svnweb.freebsd.org/changeset/ports/374773 QAT: https://qat.redports.org/buildarchive/r374773/ Log: MFH: r374769 - update to 1.7.19 Changelog: http://svn.apache.org/repos/asf/subversion/trunk/CHANGES Security: f5561ade-846c-11e4-b7a7-20cf30e32f6 Approved by: portmgr (Xin Li) Modified: branches/2014Q4/devel/subversion17/Makefile branches/2014Q4/devel/subversion17/Makefile.common branches/2014Q4/devel/subversion17/distinfo branches/2014Q4/devel/subversion17/pkg-plist Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/devel/subversion17/Makefile ============================================================================== --- branches/2014Q4/devel/subversion17/Makefile Mon Dec 15 22:44:59 2014 (r374772) +++ branches/2014Q4/devel/subversion17/Makefile Mon Dec 15 22:59:28 2014 (r374773) @@ -200,8 +200,8 @@ post-build: post-install: ${MKREPOS_TARGET} .if ${PORT_OPTIONS:MTOOLS} @${MAKE} -C ${WRKSRC} install-tools ${MAKE_ARGS} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/svn-tools/* + -${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + -${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/svn-tools/* .endif @${MKDIR} ${STAGEDIR}${DATADIR} @(cd ${WRKSRC}/tools.examples && ${TAR} --exclude '*.in' --exclude '*.bak' -cf - * | ${TAR} -C ${STAGEDIR}${DATADIR} -xof - ) @@ -210,7 +210,7 @@ post-install: ${MKREPOS_TARGET} ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .if ${PORT_OPTIONS:MSVNSERVE_WRAPPER} - @${INSTALL_SCRIPT} ${FILESDIR}/svnserve.wrapper ${STAGEDIR}${PREFIX}/bin/svnserve + ${INSTALL_SCRIPT} ${FILESDIR}/svnserve.wrapper ${STAGEDIR}${PREFIX}/bin/svnserve .endif .if ${PORT_OPTIONS:MMOD_DAV_SVN} @@ -278,7 +278,7 @@ _mkrepos: .USE .endif svn-build-outputs-hack: - (cd ${WRKSRC} && python2 ./gen-make.py --release --installed-libs libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_ra,libsvn_repos,libsvn_subr,libsvn_wc) + (cd ${WRKSRC} && python2.7 ./gen-make.py --release --installed-libs libsvn_client,libsvn_delta,libsvn_diff,libsvn_fs,libsvn_ra,libsvn_repos,libsvn_subr,libsvn_wc) ${MV} ${WRKSRC}/build-outputs.mk ${FILESDIR}/build-outputs.mk.addons .include Modified: branches/2014Q4/devel/subversion17/Makefile.common ============================================================================== --- branches/2014Q4/devel/subversion17/Makefile.common Mon Dec 15 22:44:59 2014 (r374772) +++ branches/2014Q4/devel/subversion17/Makefile.common Mon Dec 15 22:59:28 2014 (r374773) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 1.7.18 +PORTVERSION= 1.7.19 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= ${MASTER_SITE_APACHE} Modified: branches/2014Q4/devel/subversion17/distinfo ============================================================================== --- branches/2014Q4/devel/subversion17/distinfo Mon Dec 15 22:44:59 2014 (r374772) +++ branches/2014Q4/devel/subversion17/distinfo Mon Dec 15 22:59:28 2014 (r374773) @@ -1,2 +1,2 @@ -SHA256 (subversion17/subversion-1.7.18.tar.bz2) = f67381ce62b69bdb373e4c38ff84576677316904753536a78630603cacc5d91a -SIZE (subversion17/subversion-1.7.18.tar.bz2) = 6096031 +SHA256 (subversion17/subversion-1.7.19.tar.bz2) = 0059cd376ac6a14c80612ea99c4b0fed9dc2ff0ad05560d108a4c5625323cd5c +SIZE (subversion17/subversion-1.7.19.tar.bz2) = 6094560 Modified: branches/2014Q4/devel/subversion17/pkg-plist ============================================================================== --- branches/2014Q4/devel/subversion17/pkg-plist Mon Dec 15 22:44:59 2014 (r374772) +++ branches/2014Q4/devel/subversion17/pkg-plist Mon Dec 15 22:59:28 2014 (r374773) @@ -134,9 +134,9 @@ lib/libsvn_wc-1.a %%MOD_DAV_SVN%%@unexec %%SED%% -i '' -E '/LoadModule[[:blank:]]+authz_svn_module/d' %D/%%APACHEETCDIR%%/httpd.conf %%MOD_DAV_SVN%%%%APACHEMODDIR%%/mod_authz_svn.so %%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -a -n authz_svn %D/%F -%%MOD_DAV_SVN%%%%TOOLS%%@unexec %%SED%% -i '' -E '/LoadModule[[:blank:]]+dontdothat_module/d' %D/%%APACHEETCDIR%%/httpd.conf -%%MOD_DAV_SVN%%%%TOOLS%%%%APACHEMODDIR%%/mod_dontdothat.so -%%MOD_DAV_SVN%%%%TOOLS%%@exec %D/sbin/apxs -e -a -n dontdothat %D/%F +%%MOD_DAV_SVN%%@unexec %%SED%% -i '' -E '/LoadModule[[:blank:]]+dontdothat_module/d' %D/%%APACHEETCDIR%%/httpd.conf +%%MOD_DAV_SVN%%%%APACHEMODDIR%%/mod_dontdothat.so +%%MOD_DAV_SVN%%@exec %D/sbin/apxs -e -a -n dontdothat %D/%F man/man1/svn.1.gz man/man1/svnadmin.1.gz man/man1/svndumpfilter.1.gz From owner-svn-ports-branches@FreeBSD.ORG Mon Dec 15 23:00:39 2014 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 E190FE69; Mon, 15 Dec 2014 23:00:38 +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 C99D590B; Mon, 15 Dec 2014 23:00: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 sBFN0caT062275; Mon, 15 Dec 2014 23:00:38 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBFN0cuo062271; Mon, 15 Dec 2014 23:00:38 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201412152300.sBFN0cuo062271@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Mon, 15 Dec 2014 23:00:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r374774 - in branches/2014Q4/devel/subversion: . 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2014 23:00:39 -0000 Author: ohauer Date: Mon Dec 15 23:00:37 2014 New Revision: 374774 URL: https://svnweb.freebsd.org/changeset/ports/374774 QAT: https://qat.redports.org/buildarchive/r374774/ Log: MFH: r374770 - update to 1.8.11 Changelog: http://svn.apache.org/repos/asf/subversion/trunk/CHANGES Security: f5561ade-846c-11e4-b7a7-20cf30e32f6 Approved by: portmgr (Xin Li) Modified: branches/2014Q4/devel/subversion/Makefile.common branches/2014Q4/devel/subversion/distinfo branches/2014Q4/devel/subversion/files/build-outputs.mk.addons Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/devel/subversion/Makefile.common ============================================================================== --- branches/2014Q4/devel/subversion/Makefile.common Mon Dec 15 22:59:28 2014 (r374773) +++ branches/2014Q4/devel/subversion/Makefile.common Mon Dec 15 23:00:37 2014 (r374774) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME?= subversion -PORTVERSION= 1.8.10 -PORTREVISION?= 3 +PORTVERSION= 1.8.11 +PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= ${MASTER_SITE_APACHE} DIST_SUBDIR= subversion18 Modified: branches/2014Q4/devel/subversion/distinfo ============================================================================== --- branches/2014Q4/devel/subversion/distinfo Mon Dec 15 22:59:28 2014 (r374773) +++ branches/2014Q4/devel/subversion/distinfo Mon Dec 15 23:00:37 2014 (r374774) @@ -1,2 +1,2 @@ -SHA256 (subversion18/subversion-1.8.10.tar.bz2) = 1cc900c8a7974337c3ed389dc6b5c59012ec48c7d4107ae31fd7c929ded47dcc -SIZE (subversion18/subversion-1.8.10.tar.bz2) = 6899384 +SHA256 (subversion18/subversion-1.8.11.tar.bz2) = 10b056420e1f194c12840368f6bf58842e6200f9cb8cc5ebbf9be2e89e56e4d9 +SIZE (subversion18/subversion-1.8.11.tar.bz2) = 6896225 Modified: branches/2014Q4/devel/subversion/files/build-outputs.mk.addons ============================================================================== --- branches/2014Q4/devel/subversion/files/build-outputs.mk.addons Mon Dec 15 22:59:28 2014 (r374773) +++ branches/2014Q4/devel/subversion/files/build-outputs.mk.addons Mon Dec 15 23:00:37 2014 (r374774) @@ -2087,7 +2087,7 @@ subversion/libsvn_diff/parse-diff.lo: su subversion/libsvn_diff/token.lo: subversion/libsvn_diff/token.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_diff.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_diff/diff.h -subversion/libsvn_diff/util.lo: subversion/libsvn_diff/util.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_private.h subversion/include/svn_checksum.h subversion/include/svn_ctype.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/libsvn_diff/diff.h subversion/svn_private_config.h +subversion/libsvn_diff/util.lo: subversion/libsvn_diff/util.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_private.h subversion/include/svn_checksum.h subversion/include/svn_ctype.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h subversion/libsvn_diff/diff.h subversion/svn_private_config.h subversion/libsvn_fs/access.lo: subversion/libsvn_fs/access.c subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_fs_private.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_fs/fs-loader.h @@ -2337,7 +2337,7 @@ subversion/libsvn_subr/eol.lo: subversio subversion/libsvn_subr/error.lo: subversion/libsvn_subr/error.c subversion/include/private/svn_debug.h subversion/include/private/svn_error_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/svn_private_config.h -subversion/libsvn_subr/gpg_agent.lo: subversion/libsvn_subr/gpg_agent.c subversion/include/private/svn_auth_private.h subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svn_private_config.h +subversion/libsvn_subr/gpg_agent.lo: subversion/libsvn_subr/gpg_agent.c subversion/include/private/svn_auth_private.h subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_user.h subversion/svn_private_config.h subversion/libsvn_subr/hash.lo: subversion/libsvn_subr/hash.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/svn_private_config.h From owner-svn-ports-branches@FreeBSD.ORG Tue Dec 16 11:39:45 2014 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 D5E631D68; Tue, 16 Dec 2014 11:39:45 +0000 (UTC) Received: from svn.freebsd.org (unknown [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 9423C35A; Tue, 16 Dec 2014 09:52:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBG9plrZ078973; Tue, 16 Dec 2014 09:51:47 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBG9pkrb078970; Tue, 16 Dec 2014 09:51:46 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201412160951.sBG9pkrb078970@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 16 Dec 2014 09:51:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r374790 - branches/2014Q4/net/asterisk11 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.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2014 11:39:45 -0000 Author: madpilot Date: Tue Dec 16 09:51:45 2014 New Revision: 374790 URL: https://svnweb.freebsd.org/changeset/ports/374790 QAT: https://qat.redports.org/buildarchive/r374790/ Log: MFH: r374540 - Update to 11.14.2 - Update home page in pkg-descr [1] Security: 94268da0-8118-11e4-a180-001999f8d30b Reported by: Hans Potter Selasky [1] Approved by: ports-secteam (delphij) Modified: branches/2014Q4/net/asterisk11/Makefile branches/2014Q4/net/asterisk11/distinfo branches/2014Q4/net/asterisk11/pkg-descr Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/net/asterisk11/Makefile ============================================================================== --- branches/2014Q4/net/asterisk11/Makefile Tue Dec 16 08:58:40 2014 (r374789) +++ branches/2014Q4/net/asterisk11/Makefile Tue Dec 16 09:51:45 2014 (r374790) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.14.1 +PORTVERSION= 11.14.2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ Modified: branches/2014Q4/net/asterisk11/distinfo ============================================================================== --- branches/2014Q4/net/asterisk11/distinfo Tue Dec 16 08:58:40 2014 (r374789) +++ branches/2014Q4/net/asterisk11/distinfo Tue Dec 16 09:51:45 2014 (r374790) @@ -1,2 +1,2 @@ -SHA256 (asterisk-11.14.1.tar.gz) = bc46e3b8dcfec84ac327000ad11fcce96869b256612a71bee5d19b7c5e93b8a8 -SIZE (asterisk-11.14.1.tar.gz) = 34966823 +SHA256 (asterisk-11.14.2.tar.gz) = c9a7a9cf4b4512333853a8f53ea243cd8b0bc62123a397b20e03835ad1497f7e +SIZE (asterisk-11.14.2.tar.gz) = 34967655 Modified: branches/2014Q4/net/asterisk11/pkg-descr ============================================================================== --- branches/2014Q4/net/asterisk11/pkg-descr Tue Dec 16 08:58:40 2014 (r374789) +++ branches/2014Q4/net/asterisk11/pkg-descr Tue Dec 16 09:51:45 2014 (r374790) @@ -2,4 +2,4 @@ Asterisk is an Open Source PBX and telep sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. -WWW: http://www.asteriskpbx.com +WWW: http://www.asterisk.org