From owner-svn-ports-branches@FreeBSD.ORG Mon Jun 15 11:46:33 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 F354CD3F; Mon, 15 Jun 2015 11:46:32 +0000 (UTC) (envelope-from avilla@FreeBSD.org) 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 E129F806; Mon, 15 Jun 2015 11:46:32 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5FBkWuQ075152; Mon, 15 Jun 2015 11:46:32 GMT (envelope-from avilla@FreeBSD.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5FBkWSn075149; Mon, 15 Jun 2015 11:46:32 GMT (envelope-from avilla@FreeBSD.org) Message-Id: <201506151146.t5FBkWSn075149@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: avilla set sender to avilla@FreeBSD.org using -f From: Alberto Villa Date: Mon, 15 Jun 2015 11:46:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389687 - branches/2015Q2/sysutils/hal 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: Mon, 15 Jun 2015 11:46:33 -0000 Author: avilla Date: Mon Jun 15 11:46:31 2015 New Revision: 389687 URL: https://svnweb.freebsd.org/changeset/ports/389687 Log: MFH: r389685 sysutils/hal: add missing /var/lib to plist Meanwhile, rewrite plist to use '@dir' instead of '@exec mkdir', and remove deprecated '@dirrm'. PR: 199984 Approved by: gnome (maintainer timeout) Approved by: portmgr Modified: branches/2015Q2/sysutils/hal/Makefile branches/2015Q2/sysutils/hal/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/sysutils/hal/Makefile ============================================================================== --- branches/2015Q2/sysutils/hal/Makefile Mon Jun 15 11:37:56 2015 (r389686) +++ branches/2015Q2/sysutils/hal/Makefile Mon Jun 15 11:46:31 2015 (r389687) @@ -4,7 +4,7 @@ PORTNAME= hal DISTVERSION= 0.5.14 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= sysutils MASTER_SITES= http://hal.freedesktop.org/releases/ Modified: branches/2015Q2/sysutils/hal/pkg-plist ============================================================================== --- branches/2015Q2/sysutils/hal/pkg-plist Mon Jun 15 11:37:56 2015 (r389686) +++ branches/2015Q2/sysutils/hal/pkg-plist Mon Jun 15 11:46:31 2015 (r389687) @@ -9,9 +9,6 @@ bin/hal-is-caller-privileged bin/hal-lock bin/hal-set-property bin/lshal -@exec mkdir -p %D/etc/hal/fdi/preprobe -@exec mkdir -p %D/etc/hal/fdi/policy -@exec mkdir -p %D/etc/hal/fdi/information include/hal/libhal-storage.h include/hal/libhal.h lib/libhal-storage.a @@ -94,7 +91,6 @@ share/PolicyKit/policy/org.freedesktop.h %%DATADIR%%/dist/hal.conf %%DATADIR%%/fdi/fdi.dtd %%DATADIR%%/fdi/information/10freedesktop/01-deprecated-keys.fdi -@exec mkdir -p %D/%%DATADIR%%/fdi/information/20thirdparty %%DATADIR%%/fdi/policy/10osvendor/10-dockstation.fdi %%DATADIR%%/fdi/policy/10osvendor/10-input-policy.fdi %%DATADIR%%/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi @@ -108,35 +104,18 @@ share/PolicyKit/policy/org.freedesktop.h %%DATADIR%%/fdi/policy/10osvendor/20-storage-methods.fdi %%DATADIR%%/fdi/policy/10osvendor/30-wol.fdi %%DATADIR%%/mount-fuse -@exec mkdir -p %D/%%DATADIR%%/fdi/policy/20thirdparty -@exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/10osvendor -@exec mkdir -p %D/%%DATADIR%%/fdi/preprobe/20thirdparty -@dirrm %%DATADIR%%/fdi/preprobe/20thirdparty -@dirrm %%DATADIR%%/fdi/preprobe/10osvendor -@dirrm %%DATADIR%%/fdi/preprobe -@dirrm %%DATADIR%%/fdi/policy/20thirdparty -@dirrm %%DATADIR%%/fdi/policy/10osvendor -@dirrm %%DATADIR%%/fdi/policy -@dirrm %%DATADIR%%/fdi/information/20thirdparty -@dirrm %%DATADIR%%/fdi/information/10freedesktop -@dirrm %%DATADIR%%/fdi/information -@dirrm %%DATADIR%%/fdi -@dirrm %%DATADIR%%/dist -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm libexec/hal/scripts/freebsd -@dirrm libexec/hal/scripts -@dirrm libexec/hal -@dirrm include/hal -@dirrm etc/hal/fdi/preprobe -@dirrm etc/hal/fdi/policy -@dirrm etc/hal/fdi/information -@dirrm etc/hal/fdi -@dirrm etc/hal @unexec rm -f /var/lib/PolicyKit/user-haldaemon.auths 2>/dev/null || true @unexec rm -f /var/run/hald/hald.pid 2>/dev/null || true -@unexec rmdir /var/run/hald/hald-local 2>/dev/null || true -@unexec rmdir /var/run/hald/hald-runner 2>/dev/null || true -@unexec rmdir /var/run/hald 2>/dev/null || true -@unexec rmdir /var/cache/hald 2>/dev/null || true -@unexec rmdir /var/lib/hal 2>/dev/null || true +@dir etc/hal/fdi/information +@dir etc/hal/fdi/policy +@dir etc/hal/fdi/preprobe +@dir %%DATADIR%%/fdi/information/20thirdparty +@dir %%DATADIR%%/fdi/policy/20thirdparty +@dir %%DATADIR%%/fdi/preprobe/10osvendor +@dir %%DATADIR%%/fdi/preprobe/20thirdparty +@dir /var/cache/hald +@dir /var/lib/hal +@dir /var/lib +@dir /var/run/hald/hald-local +@dir /var/run/hald/hald-runner +@dir /var/run/hald From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:20:58 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 55E938F3; Tue, 16 Jun 2015 00:20:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 4392EF28; Tue, 16 Jun 2015 00:20:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0KwCa071244; Tue, 16 Jun 2015 00:20:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0Kwgp071243; Tue, 16 Jun 2015 00:20:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160020.t5G0Kwgp071243@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:20:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389772 - branches/2015Q2/www/mediawiki123 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: Tue, 16 Jun 2015 00:20:58 -0000 Author: amdmi3 Date: Tue Jun 16 00:20:57 2015 New Revision: 389772 URL: https://svnweb.freebsd.org/changeset/ports/389772 Log: MFH: r387355 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/mediawiki123/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/mediawiki123/Makefile ============================================================================== --- branches/2015Q2/www/mediawiki123/Makefile Tue Jun 16 00:08:58 2015 (r389771) +++ branches/2015Q2/www/mediawiki123/Makefile Tue Jun 16 00:20:57 2015 (r389772) @@ -4,6 +4,7 @@ PORTNAME= mediawiki PORTVERSION= 1.23.8 PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 123 @@ -15,6 +16,12 @@ LICENSE= GPLv2 CONFLICTS= mediawiki119-[0-9]* mediawiki12[24]-[0-9]* +USES= shebangfix +SHEBANG_FILES= maintenance/dev/*.sh \ + maintenance/hiphop/run-server +SHEBANG_LANG= hhvm +hhvm_OLD_CMD= /usr/bin/hhvm +hhvm_CMD= ${PREFIX}/bin/hhvm # not installed by anything yet USE_PHP= ctype hash iconv mbstring pcre session xml zlib readline dom json WANT_PHP_WEB= yes MEDIAWIKIDIR?= www/mediawiki From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:21:55 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 339D3A1B; Tue, 16 Jun 2015 00:21:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 2230CC0; Tue, 16 Jun 2015 00:21:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0Lt1Q074614; Tue, 16 Jun 2015 00:21:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0LsS7074613; Tue, 16 Jun 2015 00:21:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160021.t5G0LsS7074613@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:21:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389773 - branches/2015Q2/www/mediawiki124 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: Tue, 16 Jun 2015 00:21:55 -0000 Author: amdmi3 Date: Tue Jun 16 00:21:54 2015 New Revision: 389773 URL: https://svnweb.freebsd.org/changeset/ports/389773 Log: MFH: r387356 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/mediawiki124/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/mediawiki124/Makefile ============================================================================== --- branches/2015Q2/www/mediawiki124/Makefile Tue Jun 16 00:20:57 2015 (r389772) +++ branches/2015Q2/www/mediawiki124/Makefile Tue Jun 16 00:21:54 2015 (r389773) @@ -4,6 +4,7 @@ PORTNAME= mediawiki PORTVERSION= 1.24.1 PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ PKGNAMESUFFIX= 124 @@ -15,6 +16,12 @@ LICENSE= GPLv2 CONFLICTS= mediawiki119-[0-9]* mediawiki12[23]-[0-9]* +USES= shebangfix +SHEBANG_FILES= maintenance/dev/*.sh \ + maintenance/hiphop/run-server +SHEBANG_LANG= hhvm +hhvm_OLD_CMD= /usr/bin/hhvm +hhvm_CMD= ${PREFIX}/bin/hhvm # not installed by anything yet USE_PHP= ctype hash iconv mbstring pcre session xml zlib readline dom json WANT_PHP_WEB= yes MEDIAWIKIDIR?= www/mediawiki From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:22:51 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 AFD34B0A; Tue, 16 Jun 2015 00:22:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 9DE37E3; Tue, 16 Jun 2015 00:22:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0MptZ074930; Tue, 16 Jun 2015 00:22:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0Mph5074929; Tue, 16 Jun 2015 00:22:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160022.t5G0Mph5074929@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:22:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389774 - branches/2015Q2/www/rubygem-ace-rails-ap 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: Tue, 16 Jun 2015 00:22:51 -0000 Author: amdmi3 Date: Tue Jun 16 00:22:50 2015 New Revision: 389774 URL: https://svnweb.freebsd.org/changeset/ports/389774 Log: MFH: r387357 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/rubygem-ace-rails-ap/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/rubygem-ace-rails-ap/Makefile ============================================================================== --- branches/2015Q2/www/rubygem-ace-rails-ap/Makefile Tue Jun 16 00:21:54 2015 (r389773) +++ branches/2015Q2/www/rubygem-ace-rails-ap/Makefile Tue Jun 16 00:22:50 2015 (r389774) @@ -3,6 +3,7 @@ PORTNAME= ace-rails-ap PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -11,6 +12,8 @@ COMMENT= Ajax.org Cloud9 Editor (Ace) fo LICENSE= MIT +USES= shebangfix +SHEBANG_FILES= update.sh USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:24:01 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 6156EBFF; Tue, 16 Jun 2015 00:24:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 4F2DDF3; Tue, 16 Jun 2015 00:24:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0O1vB075331; Tue, 16 Jun 2015 00:24:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0O146075330; Tue, 16 Jun 2015 00:24:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160024.t5G0O146075330@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389775 - branches/2015Q2/www/rubygem-pagerduty 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: Tue, 16 Jun 2015 00:24:01 -0000 Author: amdmi3 Date: Tue Jun 16 00:24:00 2015 New Revision: 389775 URL: https://svnweb.freebsd.org/changeset/ports/389775 Log: MFH: r387358 - Fix shebangs - Add LICENSE_FILE Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/rubygem-pagerduty/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/rubygem-pagerduty/Makefile ============================================================================== --- branches/2015Q2/www/rubygem-pagerduty/Makefile Tue Jun 16 00:22:50 2015 (r389774) +++ branches/2015Q2/www/rubygem-pagerduty/Makefile Tue Jun 16 00:24:00 2015 (r389775) @@ -3,6 +3,7 @@ PORTNAME= pagerduty PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -10,9 +11,12 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightweight interface for calling the PagerDuty Integration API LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json +USES= shebangfix +SHEBANG_FILES= script/setup.sh USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:25:20 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 AAC9FCF1; Tue, 16 Jun 2015 00:25:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 98E31FE; Tue, 16 Jun 2015 00:25:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0PK0d075648; Tue, 16 Jun 2015 00:25:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0PKJb075647; Tue, 16 Jun 2015 00:25:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160025.t5G0PKJb075647@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:25:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389776 - branches/2015Q2/www/rubygem-puma 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: Tue, 16 Jun 2015 00:25:20 -0000 Author: amdmi3 Date: Tue Jun 16 00:25:19 2015 New Revision: 389776 URL: https://svnweb.freebsd.org/changeset/ports/389776 Log: MFH: r387359 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/rubygem-puma/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/rubygem-puma/Makefile ============================================================================== --- branches/2015Q2/www/rubygem-puma/Makefile Tue Jun 16 00:24:00 2015 (r389775) +++ branches/2015Q2/www/rubygem-puma/Makefile Tue Jun 16 00:25:19 2015 (r389776) @@ -3,6 +3,7 @@ PORTNAME= puma PORTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG @@ -13,6 +14,8 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack +USES= shebangfix +SHEBANG_FILES= tools/jungle/init.d/run-puma USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:28:50 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 D85F2DF1; Tue, 16 Jun 2015 00:28:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 ACA10113; Tue, 16 Jun 2015 00:28:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0So2D076192; Tue, 16 Jun 2015 00:28:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0So9G076188; Tue, 16 Jun 2015 00:28:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160028.t5G0So9G076188@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:28:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389777 - branches/2015Q2/www/py-qp 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: Tue, 16 Jun 2015 00:28:51 -0000 Author: amdmi3 Date: Tue Jun 16 00:28:49 2015 New Revision: 389777 URL: https://svnweb.freebsd.org/changeset/ports/389777 Log: MFH: r387361 - Fix examples installation (they weren't installed because target directory already existed) Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/www/py-qp/Makefile branches/2015Q2/www/py-qp/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/py-qp/Makefile ============================================================================== --- branches/2015Q2/www/py-qp/Makefile Tue Jun 16 00:25:19 2015 (r389776) +++ branches/2015Q2/www/py-qp/Makefile Tue Jun 16 00:28:49 2015 (r389777) @@ -3,7 +3,7 @@ PORTNAME= qp PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/qp/ \ LOCAL/sunpoet @@ -31,7 +31,7 @@ post-build: @${STRIP_CMD} ${WRKSRC}/build/lib.*/qp/hub/passfd.so post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${PYTHON_CMD} setup.py install_demo_sites ${STAGEDIR}${EXAMPLESDIR}/ Modified: branches/2015Q2/www/py-qp/pkg-plist ============================================================================== --- branches/2015Q2/www/py-qp/pkg-plist Tue Jun 16 00:25:19 2015 (r389776) +++ branches/2015Q2/www/py-qp/pkg-plist Tue Jun 16 00:28:49 2015 (r389777) @@ -106,11 +106,3 @@ bin/qpcensus.py %%PYTHON_SITELIBDIR%%/qp/setup.py %%PYTHON_SITELIBDIR%%/qp/setup.pyc %%PYTHON_SITELIBDIR%%/qp/setup.pyo -@dirrm %%PYTHON_SITELIBDIR%%/qp/pub -@dirrm %%PYTHON_SITELIBDIR%%/qp/mail -@dirrm %%PYTHON_SITELIBDIR%%/qp/lib -@dirrm %%PYTHON_SITELIBDIR%%/qp/hub -@dirrm %%PYTHON_SITELIBDIR%%/qp/http -@dirrm %%PYTHON_SITELIBDIR%%/qp/fill -@dirrm %%PYTHON_SITELIBDIR%%/qp/sites -@dirrm %%PYTHON_SITELIBDIR%%/qp From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:31:18 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 6242CEEF; Tue, 16 Jun 2015 00:31:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 500E71E2; Tue, 16 Jun 2015 00:31:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0VIws076823; Tue, 16 Jun 2015 00:31:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0VIBR076802; Tue, 16 Jun 2015 00:31:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160031.t5G0VIBR076802@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:31:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389778 - branches/2015Q2/audio/cdparanoia 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: Tue, 16 Jun 2015 00:31:18 -0000 Author: amdmi3 Date: Tue Jun 16 00:31:17 2015 New Revision: 389778 URL: https://svnweb.freebsd.org/changeset/ports/389778 Log: MFH: r387522 - Don't strip static libraries making them unusable Approved by: portmgr blanket Approved by: ports-secteam (static libs fix blanket) Modified: branches/2015Q2/audio/cdparanoia/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/audio/cdparanoia/Makefile ============================================================================== --- branches/2015Q2/audio/cdparanoia/Makefile Tue Jun 16 00:28:49 2015 (r389777) +++ branches/2015Q2/audio/cdparanoia/Makefile Tue Jun 16 00:31:17 2015 (r389778) @@ -3,7 +3,7 @@ PORTNAME= cdparanoia PORTVERSION= 3.9.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio sysutils MASTER_SITES= http://www.xiph.org/paranoia/download/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/^3\./III-alpha/} @@ -13,6 +13,7 @@ MAINTAINER= danfe@FreeBSD.org COMMENT= CDDA extraction tool (also known as ripper) LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/GPL GNU_CONFIGURE= yes USES= gmake @@ -23,6 +24,6 @@ post-patch: ${WRKSRC}/interface/utils.h post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcdda_* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcdda_*.so .include From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:32:17 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 C7992FCF; Tue, 16 Jun 2015 00:32:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 B5B9032B; Tue, 16 Jun 2015 00:32:17 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0WH1X080554; Tue, 16 Jun 2015 00:32:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0WHWp080553; Tue, 16 Jun 2015 00:32:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160032.t5G0WHWp080553@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389779 - branches/2015Q2/math/libflame 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: Tue, 16 Jun 2015 00:32:17 -0000 Author: amdmi3 Date: Tue Jun 16 00:32:16 2015 New Revision: 389779 URL: https://svnweb.freebsd.org/changeset/ports/389779 Log: MFH: r387523 - Only strip shared libraries Approved by: portmgr blanket Approved by: ports-secteam (static libs fix blanket) Modified: branches/2015Q2/math/libflame/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/math/libflame/Makefile ============================================================================== --- branches/2015Q2/math/libflame/Makefile Tue Jun 16 00:31:17 2015 (r389778) +++ branches/2015Q2/math/libflame/Makefile Tue Jun 16 00:32:16 2015 (r389779) @@ -3,7 +3,7 @@ PORTNAME= libflame DISTVERSION= r7421 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://www.cs.utexas.edu/users/%SUBDIR%/:1,2 LOCAL/bf:3 MASTER_SITE_SUBDIR= flame/snapshots/:1 field/docs/:2 @@ -296,12 +296,11 @@ do-install: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} \ ${MAKE_ARGS} install-headers .if ${PORT_OPTIONS:MSHARED} - @cd ${WRKSRC}/lib; ${STRIP_CMD} */libflame.so */libflame.a + @cd ${WRKSRC}/lib; ${STRIP_CMD} */libflame.so @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} \ ${MAKE_ARGS} install-libs install-lib-symlinks .endif .if ${PORT_OPTIONS:MSTATIC} - @cd ${WRKSRC}_STATIC/lib; ${STRIP_CMD} */libflame.a @cd ${WRKSRC}_STATIC; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} \ ${MAKE_ARGS} install-libs .endif From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:39:10 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 2EFB5342; Tue, 16 Jun 2015 00:39:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) 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 01041366; Tue, 16 Jun 2015 00:39:10 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0d9tj081771; Tue, 16 Jun 2015 00:39:09 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0d9Et081768; Tue, 16 Jun 2015 00:39:09 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506160039.t5G0d9Et081768@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 16 Jun 2015 00:39:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389781 - branches/2015Q2/www/tomcat6 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: Tue, 16 Jun 2015 00:39:10 -0000 Author: delphij Date: Tue Jun 16 00:39:08 2015 New Revision: 389781 URL: https://svnweb.freebsd.org/changeset/ports/389781 Log: MFH: r389780 Security update to 6.0.44. PR: 200275 Approved by: ports-secteam Modified: branches/2015Q2/www/tomcat6/Makefile branches/2015Q2/www/tomcat6/distinfo branches/2015Q2/www/tomcat6/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/tomcat6/Makefile ============================================================================== --- branches/2015Q2/www/tomcat6/Makefile Tue Jun 16 00:38:31 2015 (r389780) +++ branches/2015Q2/www/tomcat6/Makefile Tue Jun 16 00:39:08 2015 (r389781) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 6.0.43 +PORTVERSION= 6.0.44 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tomcat/tomcat-6/v${PORTVERSION}/bin -PKGNAMESUFFIX= 6 DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= ale@FreeBSD.org @@ -21,6 +20,7 @@ CPE_VENDOR= apache USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= YES +NO_ARCH= YES USE_RC_SUBR= tomcat6 SUB_FILES= pkg-install Modified: branches/2015Q2/www/tomcat6/distinfo ============================================================================== --- branches/2015Q2/www/tomcat6/distinfo Tue Jun 16 00:38:31 2015 (r389780) +++ branches/2015Q2/www/tomcat6/distinfo Tue Jun 16 00:39:08 2015 (r389781) @@ -1,2 +1,2 @@ -SHA256 (apache-tomcat-6.0.43.tar.gz) = 8952239e20856714fd3ae0ae88aa57e69f50c196091c39ec033906109f67b068 -SIZE (apache-tomcat-6.0.43.tar.gz) = 7185524 +SHA256 (apache-tomcat-6.0.44.tar.gz) = aab792322e75c6502675120933cbc519cfb59ac8d192f4fa103371a335708224 +SIZE (apache-tomcat-6.0.44.tar.gz) = 7065218 Modified: branches/2015Q2/www/tomcat6/pkg-plist ============================================================================== --- branches/2015Q2/www/tomcat6/pkg-plist Tue Jun 16 00:38:31 2015 (r389780) +++ branches/2015Q2/www/tomcat6/pkg-plist Tue Jun 16 00:39:08 2015 (r389781) @@ -279,8 +279,8 @@ %%T%%/webapps/examples/WEB-INF/jsp/debug-taglib.tld %%T%%/webapps/examples/WEB-INF/jsp/example-taglib.tld %%T%%/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld -%%T%%/webapps/examples/WEB-INF/lib/jstl.jar -%%T%%/webapps/examples/WEB-INF/lib/standard.jar +%%T%%/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar +%%T%%/webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar %%T%%/webapps/examples/WEB-INF/tags/displayProducts.tag %%T%%/webapps/examples/WEB-INF/tags/helloWorld.tag %%T%%/webapps/examples/WEB-INF/tags/panel.tag From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:42:59 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 88DAB458; Tue, 16 Jun 2015 00:42:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 76E61795; Tue, 16 Jun 2015 00:42:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0gxEV086028; Tue, 16 Jun 2015 00:42:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0gx2A086027; Tue, 16 Jun 2015 00:42:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160042.t5G0gx2A086027@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:42:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389782 - branches/2015Q2/textproc/p5-Text-ASCIITable 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: Tue, 16 Jun 2015 00:42:59 -0000 Author: amdmi3 Date: Tue Jun 16 00:42:58 2015 New Revision: 389782 URL: https://svnweb.freebsd.org/changeset/ports/389782 Log: MFH: r387753 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/textproc/p5-Text-ASCIITable/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/textproc/p5-Text-ASCIITable/Makefile ============================================================================== --- branches/2015Q2/textproc/p5-Text-ASCIITable/Makefile Tue Jun 16 00:39:08 2015 (r389781) +++ branches/2015Q2/textproc/p5-Text-ASCIITable/Makefile Tue Jun 16 00:42:58 2015 (r389782) @@ -3,7 +3,7 @@ PORTNAME= Text-ASCIITable PORTVERSION= 0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,10 @@ COMMENT= Create a nice formatted table u LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= ansi-example.pl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:43:51 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 C803053C; Tue, 16 Jun 2015 00:43:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 B62AC79B; Tue, 16 Jun 2015 00:43:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0hpo6086273; Tue, 16 Jun 2015 00:43:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0hpKt086271; Tue, 16 Jun 2015 00:43:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160043.t5G0hpKt086271@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:43:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389783 - branches/2015Q2/devel/p5-Log-Log4perl 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: Tue, 16 Jun 2015 00:43:51 -0000 Author: amdmi3 Date: Tue Jun 16 00:43:50 2015 New Revision: 389783 URL: https://svnweb.freebsd.org/changeset/ports/389783 Log: MFH: r387754 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/devel/p5-Log-Log4perl/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/p5-Log-Log4perl/Makefile ============================================================================== --- branches/2015Q2/devel/p5-Log-Log4perl/Makefile Tue Jun 16 00:42:58 2015 (r389782) +++ branches/2015Q2/devel/p5-Log-Log4perl/Makefile Tue Jun 16 00:43:50 2015 (r389783) @@ -2,6 +2,7 @@ PORTNAME= Log-Log4perl PORTVERSION= 1.46 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +13,9 @@ COMMENT= Log4j implementation for Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:44:47 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 24B3070E; Tue, 16 Jun 2015 00:44:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 12C387A9; Tue, 16 Jun 2015 00:44:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0ikOA086649; Tue, 16 Jun 2015 00:44:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0ik7M086648; Tue, 16 Jun 2015 00:44:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160044.t5G0ik7M086648@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389785 - branches/2015Q2/math/p5-Math-Symbolic 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: Tue, 16 Jun 2015 00:44:47 -0000 Author: amdmi3 Date: Tue Jun 16 00:44:46 2015 New Revision: 389785 URL: https://svnweb.freebsd.org/changeset/ports/389785 Log: MFH: r387755 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/math/p5-Math-Symbolic/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/math/p5-Math-Symbolic/Makefile ============================================================================== --- branches/2015Q2/math/p5-Math-Symbolic/Makefile Tue Jun 16 00:44:01 2015 (r389784) +++ branches/2015Q2/math/p5-Math-Symbolic/Makefile Tue Jun 16 00:44:46 2015 (r389785) @@ -3,7 +3,7 @@ PORTNAME= Math-Symbolic PORTVERSION= 0.612 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SMUELLER @@ -18,7 +18,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= compile_yapp_parser.pl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:46:11 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 EA5517FC; Tue, 16 Jun 2015 00:46:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 D87C87B4; Tue, 16 Jun 2015 00:46:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0kBUa087025; Tue, 16 Jun 2015 00:46:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0kB3i087024; Tue, 16 Jun 2015 00:46:11 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160046.t5G0kB3i087024@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:46:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389786 - branches/2015Q2/textproc/p5-SVG 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: Tue, 16 Jun 2015 00:46:12 -0000 Author: amdmi3 Date: Tue Jun 16 00:46:11 2015 New Revision: 389786 URL: https://svnweb.freebsd.org/changeset/ports/389786 Log: MFH: r387756 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/textproc/p5-SVG/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/textproc/p5-SVG/Makefile ============================================================================== --- branches/2015Q2/textproc/p5-SVG/Makefile Tue Jun 16 00:44:46 2015 (r389785) +++ branches/2015Q2/textproc/p5-SVG/Makefile Tue Jun 16 00:46:11 2015 (r389786) @@ -3,6 +3,7 @@ PORTNAME= SVG PORTVERSION= 2.63 +PORTREVISION= 1 CATEGORIES= textproc graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +16,10 @@ LICENSE_COMB= dual OPTIONS_DEFINE= EXAMPLES -USES= perl5 dos2unix +USES= dos2unix perl5 shebangfix +SHEBANG_FILES= examples/*.pl examples/*.cgi examples/*.psgi USE_PERL5= configure +NO_ARCH= yes PORTEXAMPLES= * From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:47:18 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 517AE8E6; Tue, 16 Jun 2015 00:47:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 3F7947BD; Tue, 16 Jun 2015 00:47:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0lIKZ087300; Tue, 16 Jun 2015 00:47:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0lI61087299; Tue, 16 Jun 2015 00:47:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160047.t5G0lI61087299@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:47:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389787 - branches/2015Q2/science/p5-Chemistry-File-SMILES 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: Tue, 16 Jun 2015 00:47:18 -0000 Author: amdmi3 Date: Tue Jun 16 00:47:17 2015 New Revision: 389787 URL: https://svnweb.freebsd.org/changeset/ports/389787 Log: MFH: r387757 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/science/p5-Chemistry-File-SMILES/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/science/p5-Chemistry-File-SMILES/Makefile ============================================================================== --- branches/2015Q2/science/p5-Chemistry-File-SMILES/Makefile Tue Jun 16 00:46:11 2015 (r389786) +++ branches/2015Q2/science/p5-Chemistry-File-SMILES/Makefile Tue Jun 16 00:47:17 2015 (r389787) @@ -3,7 +3,7 @@ PORTNAME= Chemistry-File-SMILES PORTVERSION= 0.47 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ITUB @@ -21,7 +21,10 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTS p5-Chemistry-Canonicalize>=0:${PORTSDIR}/science/p5-Chemistry-Canonicalize \ p5-Chemistry-Ring>=0:${PORTSDIR}/science/p5-Chemistry-Ring -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= write.pl +perl_OLD_CMD= /home/ivan/bin/perl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:48:22 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 81841AAE; Tue, 16 Jun 2015 00:48:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 6FB2E7C5; Tue, 16 Jun 2015 00:48:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0mMaW087796; Tue, 16 Jun 2015 00:48:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0mM4i087795; Tue, 16 Jun 2015 00:48:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160048.t5G0mM4i087795@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389789 - branches/2015Q2/comms/p5-Device-Modem 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: Tue, 16 Jun 2015 00:48:22 -0000 Author: amdmi3 Date: Tue Jun 16 00:48:21 2015 New Revision: 389789 URL: https://svnweb.freebsd.org/changeset/ports/389789 Log: MFH: r387759 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/comms/p5-Device-Modem/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/comms/p5-Device-Modem/Makefile ============================================================================== --- branches/2015Q2/comms/p5-Device-Modem/Makefile Tue Jun 16 00:48:01 2015 (r389788) +++ branches/2015Q2/comms/p5-Device-Modem/Makefile Tue Jun 16 00:48:21 2015 (r389789) @@ -3,7 +3,7 @@ PORTNAME= Device-Modem PORTVERSION= 1.57 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +17,12 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Device-SerialPort>=0:${PORTSDIR}/comms/p5-Device-SerialPort RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/xmodem.pl \ + examples/shell.pl \ + examples/caller-id.pl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:49:23 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 C4B2EBA0; Tue, 16 Jun 2015 00:49:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 B304A7D0; Tue, 16 Jun 2015 00:49:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0nNZs088054; Tue, 16 Jun 2015 00:49:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0nNRD088053; Tue, 16 Jun 2015 00:49:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160049.t5G0nNRD088053@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389790 - branches/2015Q2/devel/p5-mem 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: Tue, 16 Jun 2015 00:49:23 -0000 Author: amdmi3 Date: Tue Jun 16 00:49:22 2015 New Revision: 389790 URL: https://svnweb.freebsd.org/changeset/ports/389790 Log: MFH: r387760 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/devel/p5-mem/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/p5-mem/Makefile ============================================================================== --- branches/2015Q2/devel/p5-mem/Makefile Tue Jun 16 00:48:21 2015 (r389789) +++ branches/2015Q2/devel/p5-mem/Makefile Tue Jun 16 00:49:22 2015 (r389790) @@ -3,6 +3,7 @@ PORTNAME= mem PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LAWALSH @@ -15,7 +16,9 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual USE_PERL5= configure -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= lib/mem.pm +NO_ARCH= yes .include From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:50:23 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 BD62DC8A; Tue, 16 Jun 2015 00:50:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 AB6C980D; Tue, 16 Jun 2015 00:50:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0oNft088374; Tue, 16 Jun 2015 00:50:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0oNB2088373; Tue, 16 Jun 2015 00:50:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160050.t5G0oNB2088373@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:50:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389791 - branches/2015Q2/math/p5-Math-Random 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: Tue, 16 Jun 2015 00:50:23 -0000 Author: amdmi3 Date: Tue Jun 16 00:50:22 2015 New Revision: 389791 URL: https://svnweb.freebsd.org/changeset/ports/389791 Log: MFH: r387761 - Fix shebangs - Strip library Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/math/p5-Math-Random/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/math/p5-Math-Random/Makefile ============================================================================== --- branches/2015Q2/math/p5-Math-Random/Makefile Tue Jun 16 00:49:22 2015 (r389790) +++ branches/2015Q2/math/p5-Math-Random/Makefile Tue Jun 16 00:50:22 2015 (r389791) @@ -3,7 +3,7 @@ PORTNAME= Math-Random PORTVERSION= 0.71 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Random number generators -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= example.pl USE_PERL5= configure +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/Random.so + .include From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:53:28 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 6D0A9E1B; Tue, 16 Jun 2015 00:53:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 5B6569C3; Tue, 16 Jun 2015 00:53:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0rSBn092440; Tue, 16 Jun 2015 00:53:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0rR5E092437; Tue, 16 Jun 2015 00:53:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160053.t5G0rR5E092437@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:53:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389792 - branches/2015Q2/textproc/refdb 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: Tue, 16 Jun 2015 00:53:28 -0000 Author: amdmi3 Date: Tue Jun 16 00:53:27 2015 New Revision: 389792 URL: https://svnweb.freebsd.org/changeset/ports/389792 Log: MFH: r387772 - Unbreak Approved by: portmgr blanket Approved by: ports-secteam (build failure fix blanket) Modified: branches/2015Q2/textproc/refdb/Makefile branches/2015Q2/textproc/refdb/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/textproc/refdb/Makefile ============================================================================== --- branches/2015Q2/textproc/refdb/Makefile Tue Jun 16 00:50:22 2015 (r389791) +++ branches/2015Q2/textproc/refdb/Makefile Tue Jun 16 00:53:27 2015 (r389792) @@ -11,8 +11,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= ohartman@zedat.fu-berlin.de COMMENT= Bibliographic reference database -BROKEN= Fails to link - LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libbtparse.so:${PORTSDIR}/textproc/btparse \ libdbi.so:${PORTSDIR}/databases/libdbi @@ -23,6 +21,7 @@ INSTALL_TARGET= install-strip PORTDOCS= * CFLAGS+= -I${LOCALBASE}/include +LIBS+= -lm CONFIGURE_ARGS= --with-expat-lib=${LOCALBASE}/lib \ --with-classpath-root=${PREFIX}/share/java/classes \ Modified: branches/2015Q2/textproc/refdb/pkg-plist ============================================================================== --- branches/2015Q2/textproc/refdb/pkg-plist Tue Jun 16 00:50:22 2015 (r389791) +++ branches/2015Q2/textproc/refdb/pkg-plist Tue Jun 16 00:53:27 2015 (r389792) @@ -174,6 +174,7 @@ man/man8/refdb.sh.8.gz %%DATADIR%%/xsl/tei-refdb-xsl/tei-html/tei-refdb-html.xsl %%DATADIR%%/xsl/tei-refdb-xsl/tei-lib/tei-refdblib-ns.xsl %%DATADIR%%/xsl/tei-refdb-xsl/tei-lib/tei-refdblib.xsl +@dir %%DATADIR%%/db @dir var/lib/refdb/db @dir var/log @dir var/run From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:54:32 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 E925EF1D; Tue, 16 Jun 2015 00:54:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 D6F6B9DA; Tue, 16 Jun 2015 00:54:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0sW0j092705; Tue, 16 Jun 2015 00:54:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0sW8h092704; Tue, 16 Jun 2015 00:54:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160054.t5G0sW8h092704@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:54:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389793 - branches/2015Q2/devel/p5-PkgConfig 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: Tue, 16 Jun 2015 00:54:33 -0000 Author: amdmi3 Date: Tue Jun 16 00:54:32 2015 New Revision: 389793 URL: https://svnweb.freebsd.org/changeset/ports/389793 Log: MFH: r387858 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/devel/p5-PkgConfig/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/p5-PkgConfig/Makefile ============================================================================== --- branches/2015Q2/devel/p5-PkgConfig/Makefile Tue Jun 16 00:53:27 2015 (r389792) +++ branches/2015Q2/devel/p5-PkgConfig/Makefile Tue Jun 16 00:54:32 2015 (r389793) @@ -3,6 +3,7 @@ PORTNAME= PkgConfig PORTVERSION= 0.09026 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PLICEASE @@ -17,6 +18,8 @@ LICENSE_COMB= dual PORTSCOUT= limit:^[0-9\.]*$$ USE_PERL5= configure -USES= perl5 pkgconfig +USES= perl5 pkgconfig shebangfix +SHEBANG_FILES= lib/PkgConfig.pm +NO_ARCH= yes .include From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:55:34 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 DA02814; Tue, 16 Jun 2015 00:55:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 C85239E2; Tue, 16 Jun 2015 00:55:34 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0tYmi093027; Tue, 16 Jun 2015 00:55:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0tYUM093026; Tue, 16 Jun 2015 00:55:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160055.t5G0tYUM093026@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:55:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389794 - branches/2015Q2/textproc/p5-XML-RSS-LibXML 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: Tue, 16 Jun 2015 00:55:35 -0000 Author: amdmi3 Date: Tue Jun 16 00:55:34 2015 New Revision: 389794 URL: https://svnweb.freebsd.org/changeset/ports/389794 Log: MFH: r387859 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/textproc/p5-XML-RSS-LibXML/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/textproc/p5-XML-RSS-LibXML/Makefile ============================================================================== --- branches/2015Q2/textproc/p5-XML-RSS-LibXML/Makefile Tue Jun 16 00:54:32 2015 (r389793) +++ branches/2015Q2/textproc/p5-XML-RSS-LibXML/Makefile Tue Jun 16 00:55:34 2015 (r389794) @@ -3,7 +3,7 @@ PORTNAME= XML-RSS-LibXML PORTVERSION= 0.31.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,8 +27,11 @@ TEST_DEPENDS= p5-Test-Differences>=0:${P OPTIONS_DEFINE= EXAMPLES -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= tools/benchmark.pl +perl_OLD_CMD= perl USE_PERL5= modbuild +NO_ARCH= yes PORTEXAMPLES= benchmark.pl From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:56:31 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 41E9617D; Tue, 16 Jun 2015 00:56:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 2FE219EE; Tue, 16 Jun 2015 00:56:31 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0uVOQ093283; Tue, 16 Jun 2015 00:56:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0uV5Y093281; Tue, 16 Jun 2015 00:56:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160056.t5G0uV5Y093281@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389795 - branches/2015Q2/databases/p5-CDB_File 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: Tue, 16 Jun 2015 00:56:31 -0000 Author: amdmi3 Date: Tue Jun 16 00:56:30 2015 New Revision: 389795 URL: https://svnweb.freebsd.org/changeset/ports/389795 Log: MFH: r387860 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/databases/p5-CDB_File/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/databases/p5-CDB_File/Makefile ============================================================================== --- branches/2015Q2/databases/p5-CDB_File/Makefile Tue Jun 16 00:55:34 2015 (r389794) +++ branches/2015Q2/databases/p5-CDB_File/Makefile Tue Jun 16 00:56:30 2015 (r389795) @@ -3,7 +3,7 @@ PORTNAME= CDB_File PORTVERSION= 0.97 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= nistor@snickers.org COMMENT= Perl5 interface to the CDB package -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bun-x.pl USE_PERL5= configure .include From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:57:23 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 790FA262; Tue, 16 Jun 2015 00:57:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 6711E9F4; Tue, 16 Jun 2015 00:57:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0vNY9093541; Tue, 16 Jun 2015 00:57:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0vNSQ093539; Tue, 16 Jun 2015 00:57:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160057.t5G0vNSQ093539@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:57:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389796 - branches/2015Q2/x11-toolkits/p5-Tk 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: Tue, 16 Jun 2015 00:57:23 -0000 Author: amdmi3 Date: Tue Jun 16 00:57:22 2015 New Revision: 389796 URL: https://svnweb.freebsd.org/changeset/ports/389796 Log: MFH: r387861 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/x11-toolkits/p5-Tk/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/x11-toolkits/p5-Tk/Makefile ============================================================================== --- branches/2015Q2/x11-toolkits/p5-Tk/Makefile Tue Jun 16 00:56:30 2015 (r389795) +++ branches/2015Q2/x11-toolkits/p5-Tk/Makefile Tue Jun 16 00:57:22 2015 (r389796) @@ -3,6 +3,7 @@ PORTNAME= Tk PORTVERSION= 804.033 +PORTREVISION= 1 CATEGORIES= x11-toolkits tk perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,7 +21,9 @@ XFT_DESC= Client-side fonts via libXft CONFIGURE_ARGS= X11INC=${LOCALBASE}/include X11LIB=${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= pTk/Tcl-pTk \ + pTk/mkVFunc USE_PERL5= configure USE_XORG= x11 From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:58:19 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 6FD7E349; Tue, 16 Jun 2015 00:58:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 5DF649FC; Tue, 16 Jun 2015 00:58:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0wJoA093788; Tue, 16 Jun 2015 00:58:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0wJZ8093787; Tue, 16 Jun 2015 00:58:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160058.t5G0wJZ8093787@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:58:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389797 - branches/2015Q2/net/p5-IO-Socket-Multicast 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: Tue, 16 Jun 2015 00:58:19 -0000 Author: amdmi3 Date: Tue Jun 16 00:58:18 2015 New Revision: 389797 URL: https://svnweb.freebsd.org/changeset/ports/389797 Log: MFH: r387862 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/net/p5-IO-Socket-Multicast/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net/p5-IO-Socket-Multicast/Makefile ============================================================================== --- branches/2015Q2/net/p5-IO-Socket-Multicast/Makefile Tue Jun 16 00:57:22 2015 (r389796) +++ branches/2015Q2/net/p5-IO-Socket-Multicast/Makefile Tue Jun 16 00:58:18 2015 (r389797) @@ -3,7 +3,7 @@ PORTNAME= IO-Socket-Multicast PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,12 @@ COMMENT= Perl module to send and receive RUN_DEPENDS= p5-IO-Interface>=0:${PORTSDIR}/net/p5-IO-Interface BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/client.pl examples/server.pl USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES -.include - post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:59:20 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 C40B1436; Tue, 16 Jun 2015 00:59:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 B2315A06; Tue, 16 Jun 2015 00:59:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0xK5r094054; Tue, 16 Jun 2015 00:59:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0xKWP094053; Tue, 16 Jun 2015 00:59:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160059.t5G0xKWP094053@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:59:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389798 - branches/2015Q2/devel/p5-Xporter 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: Tue, 16 Jun 2015 00:59:20 -0000 Author: amdmi3 Date: Tue Jun 16 00:59:19 2015 New Revision: 389798 URL: https://svnweb.freebsd.org/changeset/ports/389798 Log: MFH: r387863 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/devel/p5-Xporter/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/p5-Xporter/Makefile ============================================================================== --- branches/2015Q2/devel/p5-Xporter/Makefile Tue Jun 16 00:58:18 2015 (r389797) +++ branches/2015Q2/devel/p5-Xporter/Makefile Tue Jun 16 00:59:19 2015 (r389798) @@ -3,6 +3,7 @@ PORTNAME= Xporter PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LAWALSH @@ -17,8 +18,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-mem>=0.4.5:${PORTSDIR}/devel/p5-mem RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes +SHEBANG_FILES= lib/Xporter.pm USE_PERL5= configure -USES= perl5 +USES= perl5 shebangfix .include From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 01:00:20 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 0A6AC51D; Tue, 16 Jun 2015 01:00:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 EA428A35; Tue, 16 Jun 2015 01:00:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G10JVK095134; Tue, 16 Jun 2015 01:00:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G10JLD095133; Tue, 16 Jun 2015 01:00:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160100.t5G10JLD095133@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:00:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389799 - branches/2015Q2/databases/p5-DBI-Shell 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: Tue, 16 Jun 2015 01:00:20 -0000 Author: amdmi3 Date: Tue Jun 16 01:00:19 2015 New Revision: 389799 URL: https://svnweb.freebsd.org/changeset/ports/389799 Log: MFH: r387864 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/databases/p5-DBI-Shell/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/databases/p5-DBI-Shell/Makefile ============================================================================== --- branches/2015Q2/databases/p5-DBI-Shell/Makefile Tue Jun 16 00:59:19 2015 (r389798) +++ branches/2015Q2/databases/p5-DBI-Shell/Makefile Tue Jun 16 01:00:19 2015 (r389799) @@ -3,7 +3,7 @@ PORTNAME= DBI-Shell PORTVERSION= 11.95 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,10 @@ RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/datab p5-IO-Tee>=0:${PORTSDIR}/devel/p5-IO-Tee BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= lib/DBI/Shell/SQLMinus.pm +perl_OLD_CMD= perl USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 01:01:16 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 09B67609; Tue, 16 Jun 2015 01:01:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 EBF99AD4; Tue, 16 Jun 2015 01:01:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G11Fag097675; Tue, 16 Jun 2015 01:01:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G11FHN097643; Tue, 16 Jun 2015 01:01:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160101.t5G11FHN097643@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:01:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389800 - branches/2015Q2/devel/p5-Locale-libintl 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: Tue, 16 Jun 2015 01:01:16 -0000 Author: amdmi3 Date: Tue Jun 16 01:01:14 2015 New Revision: 389800 URL: https://svnweb.freebsd.org/changeset/ports/389800 Log: MFH: r387865 - Fix shebangs - Strip library Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/devel/p5-Locale-libintl/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/p5-Locale-libintl/Makefile ============================================================================== --- branches/2015Q2/devel/p5-Locale-libintl/Makefile Tue Jun 16 01:00:19 2015 (r389799) +++ branches/2015Q2/devel/p5-Locale-libintl/Makefile Tue Jun 16 01:01:14 2015 (r389800) @@ -4,6 +4,7 @@ PORTNAME= Locale-libintl PORTVERSION= 1.23 PORTREVISION= 2 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,20 @@ COMMENT= Internationalization library fo LICENSE= LGPL21 -USES= gettext perl5 +USES= gettext perl5 shebangfix +SHEBANG_FILES= lib/Locale/Messages.pm \ + lib/Locale/TextDomain.pm \ + lib/Locale/gettext_dumb.pm \ + lib/Locale/gettext_pp.pm \ + lib/Locale/gettext_xs.pod +SHEBANG_LANG= false +false_OLD_CMD= /bin/false +false_CMD= /usr/bin/false USE_PERL5= configure +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Locale/gettext_xs/gettext_xs.so + .include From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 01:02:15 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 29A57798; Tue, 16 Jun 2015 01:02:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 17D13C11; Tue, 16 Jun 2015 01:02:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G12EG6098568; Tue, 16 Jun 2015 01:02:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G12EOH098567; Tue, 16 Jun 2015 01:02:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160102.t5G12EOH098567@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:02:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389801 - branches/2015Q2/graphics/p5-SWF-Builder 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: Tue, 16 Jun 2015 01:02:15 -0000 Author: amdmi3 Date: Tue Jun 16 01:02:14 2015 New Revision: 389801 URL: https://svnweb.freebsd.org/changeset/ports/389801 Log: MFH: r387867 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/graphics/p5-SWF-Builder/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/graphics/p5-SWF-Builder/Makefile ============================================================================== --- branches/2015Q2/graphics/p5-SWF-Builder/Makefile Tue Jun 16 01:01:14 2015 (r389800) +++ branches/2015Q2/graphics/p5-SWF-Builder/Makefile Tue Jun 16 01:02:14 2015 (r389801) @@ -3,7 +3,7 @@ PORTNAME= SWF-Builder PORTVERSION= 0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,8 +16,10 @@ BUILD_DEPENDS= p5-SWF-File>=0:${PORTSDIR p5-Font-TTF>=0:${PORTSDIR}/x11-fonts/p5-Font-TTF RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 dos2unix +USES= dos2unix perl5 shebangfix +SHEBANG_FILES= lib/SWF/Builder/ActionScript/Compiler.pm USE_PERL5= configure +NO_ARCH= yes post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 01:03:22 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 6FE8C88F; Tue, 16 Jun 2015 01:03:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 5DF0DC26; Tue, 16 Jun 2015 01:03:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G13Mo4098851; Tue, 16 Jun 2015 01:03:22 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G13MoV098849; Tue, 16 Jun 2015 01:03:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160103.t5G13MoV098849@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:03:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389802 - branches/2015Q2/games/p5-Games-Bingo-Bot 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: Tue, 16 Jun 2015 01:03:22 -0000 Author: amdmi3 Date: Tue Jun 16 01:03:21 2015 New Revision: 389802 URL: https://svnweb.freebsd.org/changeset/ports/389802 Log: MFH: r387869 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/games/p5-Games-Bingo-Bot/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/games/p5-Games-Bingo-Bot/Makefile ============================================================================== --- branches/2015Q2/games/p5-Games-Bingo-Bot/Makefile Tue Jun 16 01:02:14 2015 (r389801) +++ branches/2015Q2/games/p5-Games-Bingo-Bot/Makefile Tue Jun 16 01:03:21 2015 (r389802) @@ -3,7 +3,7 @@ PORTNAME= Games-Bingo-Bot PORTVERSION= 0.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +14,15 @@ COMMENT= Simple class holding IRC relate BUILD_DEPENDS= p5-Games-Bingo>=0:${PORTSDIR}/games/p5-Games-Bingo RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= bin/bingobot.pl USE_PERL5= configure +NO_ARCH= yes PORTEXAMPLES= bingobot.pl OPTIONS_DEFINE= EXAMPLES -.include - post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/bin/bingobot.pl ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 01:15:13 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 8A140A48; Tue, 16 Jun 2015 01:15:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 5DDBDE4E; Tue, 16 Jun 2015 01:15:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G1FD0R004262; Tue, 16 Jun 2015 01:15:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G1FDiX004261; Tue, 16 Jun 2015 01:15:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160115.t5G1FDiX004261@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:15:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389803 - branches/2015Q2/games/bloodfrontier/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: Tue, 16 Jun 2015 01:15:13 -0000 Author: amdmi3 Date: Tue Jun 16 01:15:12 2015 New Revision: 389803 URL: https://svnweb.freebsd.org/changeset/ports/389803 Log: MFH: r388524 - Disable precompiled headers to fix build with old gcc on -current kernel - Regenerate patch with make-patch Approved by: ports-secteam (build fix blanket) Added: branches/2015Q2/games/bloodfrontier/files/patch-src_Makefile - copied unchanged from r388524, head/games/bloodfrontier/files/patch-src_Makefile Deleted: branches/2015Q2/games/bloodfrontier/files/patch-src-Makefile Modified: Directory Properties: branches/2015Q2/ (props changed) Copied: branches/2015Q2/games/bloodfrontier/files/patch-src_Makefile (from r388524, head/games/bloodfrontier/files/patch-src_Makefile) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/games/bloodfrontier/files/patch-src_Makefile Tue Jun 16 01:15:12 2015 (r389803, copy of r388524, head/games/bloodfrontier/files/patch-src_Makefile) @@ -0,0 +1,28 @@ +--- src/Makefile.orig 2009-11-25 11:52:58 UTC ++++ src/Makefile +@@ -1,5 +1,4 @@ + #CXXFLAGS= -ggdb3 +-CXXFLAGS= -O3 -fomit-frame-pointer + override CXXFLAGS+= -Wall -fsigned-char + + PLATFORM= $(shell uname -s) +@@ -21,8 +20,8 @@ WINDRES= windres + CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -Iinclude + CLIENT_LIBS= -mwindows -lmingw32 -Llib -lSDLmain -lSDL -lSDL_image -lSDL_mixer -lzdll -lopengl32 -lenet -lws2_32 -lwinmm + else +-CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -I/usr/X11R6/include `sdl-config --cflags` +-CLIENT_LIBS= -Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL ++CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` ++CLIENT_LIBS= -Lenet -lenet -L${LOCALBASE}/lib `${SDL_CONFIG} --libs` -lSDL_image -lSDL_mixer -lz -lGL -lX11 + endif + ifeq ($(PLATFORM),Linux) + CLIENT_LIBS+= -lrt +@@ -82,8 +81,6 @@ CLIENT_OBJS= \ + game/server.o \ + game/stf.o \ + game/weapons.o +- +-CLIENT_PCH= shared/cube.h.gch engine/engine.h.gch game/game.h.gch + + ifneq (,$(findstring MINGW,$(PLATFORM))) + SERVER_INCLUDES= -DSTANDALONE -DMASTERSERVER -DIRC $(INCLUDES) -Iinclude From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 01:16:18 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 CEDCAB31; Tue, 16 Jun 2015 01:16:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 A2C45E5A; Tue, 16 Jun 2015 01:16:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G1GIsv004558; Tue, 16 Jun 2015 01:16:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G1GINQ004557; Tue, 16 Jun 2015 01:16:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160116.t5G1GINQ004557@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:16:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389804 - branches/2015Q2/games/sauerbraten/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: Tue, 16 Jun 2015 01:16:18 -0000 Author: amdmi3 Date: Tue Jun 16 01:16:17 2015 New Revision: 389804 URL: https://svnweb.freebsd.org/changeset/ports/389804 Log: MFH: r388525 - Disable precompiled headers to fix build with old gcc on -current kernel - Regenerate patch with make-patch Approved by: ports-secteam (build fix blanket) Modified: branches/2015Q2/games/sauerbraten/files/patch-src_Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/games/sauerbraten/files/patch-src_Makefile ============================================================================== --- branches/2015Q2/games/sauerbraten/files/patch-src_Makefile Tue Jun 16 01:15:12 2015 (r389803) +++ branches/2015Q2/games/sauerbraten/files/patch-src_Makefile Tue Jun 16 01:16:17 2015 (r389804) @@ -1,5 +1,5 @@ ---- src/Makefile 2012-08-28 00:30:07.000000000 -0500 -+++ src/Makefile 2013-03-24 00:38:04.000000000 -0500 +--- src/Makefile.orig 2012-08-28 05:30:07 UTC ++++ src/Makefile @@ -1,8 +1,7 @@ -CXXFLAGS= -O3 -fomit-frame-pointer override CXXFLAGS+= -Wall -fsigned-char -fno-exceptions -fno-rtti @@ -10,7 +10,7 @@ INCLUDES= -Ishared -Iengine -Ifpsgame -Ienet/include -@@ -36,8 +35,8 @@ +@@ -36,8 +35,8 @@ STD_LIBS= -static-libgcc -static-libstdc endif CLIENT_LIBS= -mwindows $(STD_LIBS) -L$(WINBIN) -L$(WINLIB) -lSDL -lSDL_image -lSDL_mixer -lzlib1 -lopengl32 -lenet -lws2_32 -lwinmm else @@ -21,7 +21,14 @@ endif ifeq ($(PLATFORM),Linux) CLIENT_LIBS+= -lrt -@@ -105,8 +104,8 @@ +@@ -98,15 +97,13 @@ CLIENT_OBJS= \ + fpsgame/waypoint.o \ + fpsgame/weapon.o + +-CLIENT_PCH= shared/cube.h.gch engine/engine.h.gch fpsgame/game.h.gch +- + ifneq (,$(findstring MINGW,$(PLATFORM))) + SERVER_INCLUDES= -DSTANDALONE $(INCLUDES) -Iinclude SERVER_LIBS= -mwindows $(STD_LIBS) -L$(WINBIN) -L$(WINLIB) -lzlib1 -lenet -lws2_32 -lwinmm MASTER_LIBS= $(STD_LIBS) -L$(WINBIN) -L$(WINLIB) -lzlib1 -lenet -lws2_32 -lwinmm else From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 01:21:11 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 597BBC7B; Tue, 16 Jun 2015 01:21:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 2D540F37; Tue, 16 Jun 2015 01:21:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G1LBEu008751; Tue, 16 Jun 2015 01:21:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G1LAkO008475; Tue, 16 Jun 2015 01:21:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160121.t5G1LAkO008475@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:21:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389805 - in branches/2015Q2/devel/drpython: . 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: Tue, 16 Jun 2015 01:21:11 -0000 Author: amdmi3 Date: Tue Jun 16 01:21:10 2015 New Revision: 389805 URL: https://svnweb.freebsd.org/changeset/ports/389805 Log: MFH: r389169 - Fix wrapper script Approved by: ports-secteam (shebang fix blanket) Added: branches/2015Q2/devel/drpython/files/patch-drpython.lin - copied unchanged from r389169, head/devel/drpython/files/patch-drpython.lin Modified: branches/2015Q2/devel/drpython/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/drpython/Makefile ============================================================================== --- branches/2015Q2/devel/drpython/Makefile Tue Jun 16 01:16:17 2015 (r389804) +++ branches/2015Q2/devel/drpython/Makefile Tue Jun 16 01:21:10 2015 (r389805) @@ -3,7 +3,7 @@ PORTNAME= drpython PORTVERSION= 3.11.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/DrPython%20%283.x%29/${PORTVERSION} PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} @@ -37,6 +37,7 @@ post-patch: @${RM} ${WRKSRC}/setup.cfg @${REINPLACE_CMD} -e \ 's|firefox|xdg-open|' ${WRKSRC}/drPreferences.py + @${REINPLACE_CMD} -e 's|%%PYTHON%%|${PYTHON_CMD}|' ${WRKSRC}/drpython.lin pre-build: @(cd ${WRKSRC}/docsrc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} html) Copied: branches/2015Q2/devel/drpython/files/patch-drpython.lin (from r389169, head/devel/drpython/files/patch-drpython.lin) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/devel/drpython/files/patch-drpython.lin Tue Jun 16 01:21:10 2015 (r389805, copy of r389169, head/devel/drpython/files/patch-drpython.lin) @@ -0,0 +1,7 @@ +--- drpython.lin.orig 2014-04-20 17:50:40 UTC ++++ drpython.lin +@@ -1,2 +1,2 @@ +-#!/bin/bash +-python ${0%/*}/drpython.pyw ++#!/bin/sh ++%%PYTHON%% ${0%/*}/drpython.pyw From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 01:22:35 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 29D50D7F; Tue, 16 Jun 2015 01:22:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 17E01D4; Tue, 16 Jun 2015 01:22:35 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G1MYHP009319; Tue, 16 Jun 2015 01:22:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G1MYPO009318; Tue, 16 Jun 2015 01:22:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160122.t5G1MYPO009318@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:22:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389806 - branches/2015Q2/audio/last.fm/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: Tue, 16 Jun 2015 01:22:35 -0000 Author: amdmi3 Date: Tue Jun 16 01:22:34 2015 New Revision: 389806 URL: https://svnweb.freebsd.org/changeset/ports/389806 Log: MFH: r389188 - Disable precompiled headers to fix build with old gcc on -current kernel Approved by: ports-secteam (build fix blanket) Added: branches/2015Q2/audio/last.fm/files/patch-src_src.pro - copied unchanged from r389188, head/audio/last.fm/files/patch-src_src.pro Modified: Directory Properties: branches/2015Q2/ (props changed) Copied: branches/2015Q2/audio/last.fm/files/patch-src_src.pro (from r389188, head/audio/last.fm/files/patch-src_src.pro) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/audio/last.fm/files/patch-src_src.pro Tue Jun 16 01:22:34 2015 (r389806, copy of r389188, head/audio/last.fm/files/patch-src_src.pro) @@ -0,0 +1,17 @@ +--- src/src.pro.orig 2010-10-11 17:11:16 UTC ++++ src/src.pro +@@ -4,13 +4,7 @@ QT += gui network xml sql + + INCLUDEPATH += lib libFingerprint/recommendation-commons + +-PRECOMPILED_HEADER = precompiled.h +-CONFIG += precompile_header +- +-unix { +- # precompiled headers breaks icecream builds for some reason :( +- system( test `ps aux | grep iceccd | wc -l` -gt 1 ): CONFIG -= precompile_header +-} ++CONFIG -= precompile_header + + #universal binaries cannot be built from precompiled headers + mac:release:CONFIG -= precompile_header From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 01:24:04 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 BB3DE74; Tue, 16 Jun 2015 01:24:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 A92BFE4; Tue, 16 Jun 2015 01:24:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G1O4NZ009642; Tue, 16 Jun 2015 01:24:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G1O4g3009641; Tue, 16 Jun 2015 01:24:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160124.t5G1O4g3009641@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389807 - branches/2015Q2/devel/codeblocks 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: Tue, 16 Jun 2015 01:24:04 -0000 Author: amdmi3 Date: Tue Jun 16 01:24:03 2015 New Revision: 389807 URL: https://svnweb.freebsd.org/changeset/ports/389807 Log: MFH: r389189 - Disable precompiled headers to fix build with old gcc on -current kernel Approved by: ports-secteam (build fix blanket) Modified: branches/2015Q2/devel/codeblocks/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/codeblocks/Makefile ============================================================================== --- branches/2015Q2/devel/codeblocks/Makefile Tue Jun 16 01:22:34 2015 (r389806) +++ branches/2015Q2/devel/codeblocks/Makefile Tue Jun 16 01:24:03 2015 (r389807) @@ -24,7 +24,8 @@ USES= compiler desktop-file-utils fam:g USE_WX= 2.8 WANT_UNICODE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all +CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \ + --disable-pch CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 01:25:26 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 9CB071A9; Tue, 16 Jun 2015 01:25:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 8AC4FF4; Tue, 16 Jun 2015 01:25:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G1PQuZ010002; Tue, 16 Jun 2015 01:25:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G1PQpR010000; Tue, 16 Jun 2015 01:25:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160125.t5G1PQpR010000@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:25:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389808 - in branches/2015Q2/cad/leocad: . 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: Tue, 16 Jun 2015 01:25:26 -0000 Author: amdmi3 Date: Tue Jun 16 01:25:25 2015 New Revision: 389808 URL: https://svnweb.freebsd.org/changeset/ports/389808 Log: MFH: r389216 - Disable precompiled headers to fix build with old gcc on -current kernel - Comment out unused directory Approved by: portmgr blanket Approved by: ports-secteam (build fix blanket) Added: branches/2015Q2/cad/leocad/files/ - copied from r389216, head/cad/leocad/files/ Modified: branches/2015Q2/cad/leocad/Makefile branches/2015Q2/cad/leocad/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/cad/leocad/Makefile ============================================================================== --- branches/2015Q2/cad/leocad/Makefile Tue Jun 16 01:24:03 2015 (r389807) +++ branches/2015Q2/cad/leocad/Makefile Tue Jun 16 01:25:25 2015 (r389808) @@ -26,6 +26,8 @@ USE_QT4= moc_build rcc_build uic_build i USE_GL= glut USE_GNOME= gtk20 +CXXFLAGS+= -include ${WRKSRC}/common/lc_global.h + PORTDOCS= CREDITS.txt README.txt OPTIONS_DEFINE= DOCS Modified: branches/2015Q2/cad/leocad/pkg-plist ============================================================================== --- branches/2015Q2/cad/leocad/pkg-plist Tue Jun 16 01:24:03 2015 (r389807) +++ branches/2015Q2/cad/leocad/pkg-plist Tue Jun 16 01:25:25 2015 (r389808) @@ -20,3 +20,4 @@ share/icons/hicolor/scalable/mimetypes/a %%DATADIR%%/library.bin share/mime/packages/leocad.xml share/pixmaps/leocad.png +@comment @dir share/icons/hicolor/scalable/apps From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 01:28:30 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 E5E9239A; Tue, 16 Jun 2015 01:28:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 C7C0510F; Tue, 16 Jun 2015 01:28:30 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G1SU3e010653; Tue, 16 Jun 2015 01:28:30 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G1SU0n010650; Tue, 16 Jun 2015 01:28:30 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160128.t5G1SU0n010650@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:28:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389810 - in branches/2015Q2/graphics/fracplanet: . 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: Tue, 16 Jun 2015 01:28:31 -0000 Author: amdmi3 Date: Tue Jun 16 01:28:29 2015 New Revision: 389810 URL: https://svnweb.freebsd.org/changeset/ports/389810 Log: MFH: r389217 - Add LICENSE_FILE - Simplify documentation installation - Disable precompiled headers to fix build with old gcc on -current kernel Approved by: ports-secteam (build fix blanket) Added: branches/2015Q2/graphics/fracplanet/files/patch-fracplanet.pro - copied unchanged from r389217, head/graphics/fracplanet/files/patch-fracplanet.pro Modified: branches/2015Q2/graphics/fracplanet/Makefile branches/2015Q2/graphics/fracplanet/files/patch-triangle_mesh_viewer_display.cpp Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/graphics/fracplanet/Makefile ============================================================================== --- branches/2015Q2/graphics/fracplanet/Makefile Tue Jun 16 01:26:59 2015 (r389809) +++ branches/2015Q2/graphics/fracplanet/Makefile Tue Jun 16 01:28:29 2015 (r389810) @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Interactive tool for creating random fractal planets and terrain LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt LIB_DEPENDS= libboost_program_options.so:${PORTSDIR}/devel/boost-libs @@ -28,10 +29,9 @@ HAS_CONFIGURE= yes CONFIGURE_ENV= QTDIR="${QT_PREFIX}" CONFIGURE_ARGS= -spec ${QMAKESPEC} -PORTDOCS= * +CXXFLAGS+= -include ${WRKSRC}/precompiled.h -DOCSRCDIR1= ${WRKSRC} -DOC_FILES1= BUGS NEWS README THANKS ${PORTNAME}.css ${PORTNAME}.htm +PORTDOCS= * INSTALLS_ICONS= yes ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 @@ -39,18 +39,11 @@ ICON_SIZES= 32x32 48x48 64x64 72x72 96x9 DESKTOP_ENTRIES="Fracplanet" "" "${PORTNAME}" \ "${PORTNAME}" "Graphics;" "" -OPTIONS_DEFINE= DOCS -OPTIONS_GROUP= DOXYGEN -OPTIONS_GROUP_DOXYGEN= HTML LATEX - -OPTIONS_DEFAULT= HTML +OPTIONS_DEFINE= DOXYGEN DOCS -HTML_DESC= Install HTML Doxygen files -LATEX_DESC= Install LaTeX Doxygen files +.include -.include - -.if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen .endif @@ -65,6 +58,11 @@ post-patch: 's|-lboost_program_options|-lboost_program_options -lGLU|' \ ${WRKSRC}/fracplanet.pro +.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} +post-build: + cd ${WRKSRC} && doxygen . +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \ @@ -80,19 +78,11 @@ do-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} -.endif - -.if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} - @cd ${WRKSRC} && doxygen . -.endif - -.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MHTML} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) -.endif - -.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MLATEX} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} latex ${STAGEDIR}${DOCSDIR}) + cd ${WRKSRC} && ${INSTALL_DATA} BUGS NEWS README THANKS \ + fracplanet.css fracplanet.htm ${STAGEDIR}${DOCSDIR} +. if ${PORT_OPTIONS:MDOXYGEN} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} "html latex" ${STAGEDIR}${DOCSDIR}) +. endif .endif -.include +.include Copied: branches/2015Q2/graphics/fracplanet/files/patch-fracplanet.pro (from r389217, head/graphics/fracplanet/files/patch-fracplanet.pro) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/graphics/fracplanet/files/patch-fracplanet.pro Tue Jun 16 01:28:29 2015 (r389810, copy of r389217, head/graphics/fracplanet/files/patch-fracplanet.pro) @@ -0,0 +1,11 @@ +--- fracplanet.pro.orig 2015-06-11 10:31:19 UTC ++++ fracplanet.pro +@@ -1,7 +1,7 @@ + TARGET = fracplanet + TEMPLATE = app + +-CONFIG+= qt stl precompile_header exceptions release # debug/release ++CONFIG+= qt stl exceptions release # debug/release + QT += opengl + + PRECOMPILED_HEADER = precompiled.h Modified: branches/2015Q2/graphics/fracplanet/files/patch-triangle_mesh_viewer_display.cpp ============================================================================== --- branches/2015Q2/graphics/fracplanet/files/patch-triangle_mesh_viewer_display.cpp Tue Jun 16 01:26:59 2015 (r389809) +++ branches/2015Q2/graphics/fracplanet/files/patch-triangle_mesh_viewer_display.cpp Tue Jun 16 01:28:29 2015 (r389810) @@ -1,5 +1,5 @@ ---- triangle_mesh_viewer_display.cpp.orig 2009-10-05 00:26:36.000000000 +0200 -+++ triangle_mesh_viewer_display.cpp 2013-10-03 00:25:53.000000000 +0200 +--- triangle_mesh_viewer_display.cpp.orig 2009-10-04 22:26:36 UTC ++++ triangle_mesh_viewer_display.cpp @@ -24,6 +24,8 @@ #include "matrix33.h" #include "triangle_mesh_viewer.h" From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 01:30:20 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 9DA8359B; Tue, 16 Jun 2015 01:30:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 8B5F014E; Tue, 16 Jun 2015 01:30:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G1UKOF011261; Tue, 16 Jun 2015 01:30:20 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G1UKxd011260; Tue, 16 Jun 2015 01:30:20 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160130.t5G1UKxd011260@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:30:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389812 - branches/2015Q2/graphics/evolvotron 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: Tue, 16 Jun 2015 01:30:20 -0000 Author: amdmi3 Date: Tue Jun 16 01:30:19 2015 New Revision: 389812 URL: https://svnweb.freebsd.org/changeset/ports/389812 Log: MFH: r389738 - Unconditionally disable precompiled headers to fix build with old gcc on -current kernel Approved by: ports-secteam (build fix blanket) Modified: branches/2015Q2/graphics/evolvotron/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/graphics/evolvotron/Makefile ============================================================================== --- branches/2015Q2/graphics/evolvotron/Makefile Tue Jun 16 01:29:47 2015 (r389811) +++ branches/2015Q2/graphics/evolvotron/Makefile Tue Jun 16 01:30:19 2015 (r389812) @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Generative software that evolves images/textures/patterns LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs @@ -35,17 +36,9 @@ DESKTOP_ENTRIES="Evolvotron" "Interactiv OPTIONS_DEFINE= DOCS -.include -.include - -.if ${CXX:T:M*clang*} || ${OSVERSION} >= 1000024 .for i in libevolvotron libfunction -CXXFLAGS+= -include ${WRKSRC}/${i}/${i}_precompiled.h \ - -I${WRKSRC}/${i} +CXXFLAGS+= -include ${WRKSRC}/${i}/${i}_precompiled.h .endfor -.else -QMAKE_ARGS+= CONFIG+=precompile_header -.endif post-patch: @${REINPLACE_CMD} -e \ @@ -77,4 +70,4 @@ do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.include +.include From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 01:33:50 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 19BCF6A1; Tue, 16 Jun 2015 01:33:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 07A8633A; Tue, 16 Jun 2015 01:33:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G1XnSl015397; Tue, 16 Jun 2015 01:33:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G1XnJX015396; Tue, 16 Jun 2015 01:33:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160133.t5G1XnJX015396@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 01:33:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389813 - branches/2015Q2/textproc/p5-Spreadsheet-ParseExcel 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: Tue, 16 Jun 2015 01:33:50 -0000 Author: amdmi3 Date: Tue Jun 16 01:33:49 2015 New Revision: 389813 URL: https://svnweb.freebsd.org/changeset/ports/389813 Log: MFH: r387752 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/textproc/p5-Spreadsheet-ParseExcel/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/textproc/p5-Spreadsheet-ParseExcel/Makefile ============================================================================== --- branches/2015Q2/textproc/p5-Spreadsheet-ParseExcel/Makefile Tue Jun 16 01:30:19 2015 (r389812) +++ branches/2015Q2/textproc/p5-Spreadsheet-ParseExcel/Makefile Tue Jun 16 01:33:49 2015 (r389813) @@ -3,7 +3,7 @@ PORTNAME= Spreadsheet-ParseExcel PORTVERSION= 0.65 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN @@ -17,8 +17,11 @@ BUILD_DEPENDS= p5-OLE-Storage_Lite>=0.19 p5-Digest-Perl-MD5>=0:${PORTSDIR}/security/p5-Digest-Perl-MD5 RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= sample/parse.pl \ + sample/xls2csv.pl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 13:24:55 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 4781727E; Tue, 16 Jun 2015 13:24:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 354FE956; Tue, 16 Jun 2015 13:24:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5GDOtf9070764; Tue, 16 Jun 2015 13:24:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5GDOt5L070763; Tue, 16 Jun 2015 13:24:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506161324.t5GDOt5L070763@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 13:24:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389842 - branches/2015Q2/irc/hexchat 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: Tue, 16 Jun 2015 13:24:55 -0000 Author: amdmi3 Date: Tue Jun 16 13:24:54 2015 New Revision: 389842 URL: https://svnweb.freebsd.org/changeset/ports/389842 Log: MFH: r389839 - Fix build on pre-10.x by requiring newer OpenSSL version from ports - Fix build with NLS disabled by adding gettext-tools dependency Approved by: ports-secteam (erwin) Modified: branches/2015Q2/irc/hexchat/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/irc/hexchat/Makefile ============================================================================== --- branches/2015Q2/irc/hexchat/Makefile Tue Jun 16 13:18:03 2015 (r389841) +++ branches/2015Q2/irc/hexchat/Makefile Tue Jun 16 13:24:54 2015 (r389842) @@ -20,6 +20,7 @@ CONFIGURE_ARGS+=--enable-openssl --enabl --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig INSTALLS_ICONS= yes INSTALL_TARGET= install-strip +USE_OPENSSL= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 @@ -51,6 +52,7 @@ DOAT_CONFIGURE_ENABLE= doat FISHLIM_CONFIGURE_ENABLE= fishlim NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +NLS_USES_OFF= gettext-tools # doesn't build otherwise NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify NOTIFY_CONFIGURE_ENABLE= libnotify PERL_CONFIGURE_ENABLE= perl @@ -61,6 +63,12 @@ TEXTFE_CONFIGURE_ENABLE= textfe .include +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +WITH_OPENSSL_PORT= yes +.endif + +.include + .if ${PORT_OPTIONS:MCA_BUNDLE} CA_BUNDLE= "${LOCALBASE}/share/certs/ca-root-nss.crt" .else @@ -93,4 +101,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR} .endif -.include +.include From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 16:52:52 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 A3AF3F87; Tue, 16 Jun 2015 16:52:52 +0000 (UTC) (envelope-from thierry@FreeBSD.org) 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 862152ED; Tue, 16 Jun 2015 16:52:52 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5GGqqKZ075583; Tue, 16 Jun 2015 16:52:52 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5GGqoXd075571; Tue, 16 Jun 2015 16:52:50 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201506161652.t5GGqoXd075571@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 16 Jun 2015 16:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389854 - in branches/2015Q2/www/tidy-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: Tue, 16 Jun 2015 16:52:52 -0000 Author: thierry Date: Tue Jun 16 16:52:49 2015 New Revision: 389854 URL: https://svnweb.freebsd.org/changeset/ports/389854 Log: MFH: r388849 Backport the fix from www/tidy-html5. PR: ports/200631 Submitted by: Walter Hop Security: VuXML: bd1ab7a5-0e01-11e5-9976-a0f3c100ae18 Approved by: ports-secteam (implicit) Reminded by: Fabiano Sidler Added: branches/2015Q2/www/tidy-devel/files/patch-src_lexer.c - copied unchanged from r388849, head/www/tidy-devel/files/patch-src_lexer.c Modified: branches/2015Q2/www/tidy-devel/Makefile branches/2015Q2/www/tidy-devel/files/patch-build_gmake_Makefile branches/2015Q2/www/tidy-devel/files/patch-build_gnuauto_configure.in branches/2015Q2/www/tidy-devel/files/patch-build_gnuauto_include_Makefile.am branches/2015Q2/www/tidy-devel/files/patch-console__tidy.c branches/2015Q2/www/tidy-devel/files/patch-include_platform.h branches/2015Q2/www/tidy-devel/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/tidy-devel/Makefile ============================================================================== --- branches/2015Q2/www/tidy-devel/Makefile Tue Jun 16 14:27:52 2015 (r389853) +++ branches/2015Q2/www/tidy-devel/Makefile Tue Jun 16 16:52:49 2015 (r389854) @@ -3,7 +3,7 @@ PORTNAME?= tidy DISTVERSION= 090315-cvs -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} #MASTER_SITES= http://tidy.sourceforge.net/src/%SUBDIR%/ \ Modified: branches/2015Q2/www/tidy-devel/files/patch-build_gmake_Makefile ============================================================================== --- branches/2015Q2/www/tidy-devel/files/patch-build_gmake_Makefile Tue Jun 16 14:27:52 2015 (r389853) +++ branches/2015Q2/www/tidy-devel/files/patch-build_gmake_Makefile Tue Jun 16 16:52:49 2015 (r389854) @@ -1,6 +1,6 @@ ---- build/gmake/Makefile.orig 2008-03-22 22:13:38.000000000 +0100 -+++ build/gmake/Makefile 2008-06-21 15:52:41.000000000 +0200 -@@ -58,8 +58,8 @@ +--- build/gmake/Makefile.orig 2008-03-22 21:13:38 UTC ++++ build/gmake/Makefile +@@ -58,8 +58,8 @@ SHELL=/bin/sh PROJECT=tidy # Installation variables. Spaces OK, only dir create and file copy operations. @@ -11,7 +11,7 @@ bininst = ${runinst_prefix}/bin libinst = ${devinst_prefix}/lib -@@ -67,7 +67,7 @@ +@@ -67,7 +67,7 @@ incinst = ${devinst_prefix}/include/$(PR maninst = ${devinst_prefix}/man # Internal variables. - No spaces allowed: libtool chokes on spaces in directory names. @@ -20,7 +20,7 @@ INCDIR = ${TOPDIR}/include APPDIR = ${TOPDIR}/console SRCDIR = ${TOPDIR}/src -@@ -90,8 +90,8 @@ +@@ -90,8 +90,8 @@ DOCDIR = ${TOPDIR}/htmldoc # CFLAGS etc.. # For optimised builds, flags such as "-O2" should be added and -D_DEBUG=1 # disabled. Modified: branches/2015Q2/www/tidy-devel/files/patch-build_gnuauto_configure.in ============================================================================== --- branches/2015Q2/www/tidy-devel/files/patch-build_gnuauto_configure.in Tue Jun 16 14:27:52 2015 (r389853) +++ branches/2015Q2/www/tidy-devel/files/patch-build_gnuauto_configure.in Tue Jun 16 16:52:49 2015 (r389854) @@ -1,6 +1,6 @@ ---- build/gnuauto/configure.in.orig Mon Aug 2 09:14:28 2004 -+++ build/gnuauto/configure.in Tue Aug 3 00:05:55 2004 -@@ -72,7 +72,7 @@ +--- build/gnuauto/configure.in.orig 2008-03-24 21:08:16 UTC ++++ build/gnuauto/configure.in +@@ -72,7 +72,7 @@ AC_ARG_ENABLE(debug,[ --enable-debug if test $debug_build = yes; then CFLAGS="$save_cflags -g" else Modified: branches/2015Q2/www/tidy-devel/files/patch-build_gnuauto_include_Makefile.am ============================================================================== --- branches/2015Q2/www/tidy-devel/files/patch-build_gnuauto_include_Makefile.am Tue Jun 16 14:27:52 2015 (r389853) +++ branches/2015Q2/www/tidy-devel/files/patch-build_gnuauto_include_Makefile.am Tue Jun 16 16:52:49 2015 (r389854) @@ -1,5 +1,5 @@ ---- build/gnuauto/include/Makefile.am.orig Sat Jan 18 15:23:43 2003 -+++ build/gnuauto/include/Makefile.am Thu Feb 20 23:42:21 2003 +--- build/gnuauto/include/Makefile.am.orig 2006-10-06 09:25:13 UTC ++++ build/gnuauto/include/Makefile.am @@ -53,8 +53,8 @@ # acknowledgment is not required but would be appreciated. # Modified: branches/2015Q2/www/tidy-devel/files/patch-console__tidy.c ============================================================================== --- branches/2015Q2/www/tidy-devel/files/patch-console__tidy.c Tue Jun 16 14:27:52 2015 (r389853) +++ branches/2015Q2/www/tidy-devel/files/patch-console__tidy.c Tue Jun 16 16:52:49 2015 (r389854) @@ -1,6 +1,6 @@ ---- console/tidy.c.orig Sat Mar 6 08:59:12 2004 -+++ console/tidy.c Fri Mar 12 18:16:30 2004 -@@ -505,6 +505,9 @@ +--- console/tidy.c.orig 2008-03-22 20:53:08 UTC ++++ console/tidy.c +@@ -1031,6 +1031,9 @@ int main( int argc, char** argv ) else if ( strcasecmp(arg, "quiet") == 0 ) tidyOptSetBool( tdoc, TidyQuiet, yes ); Modified: branches/2015Q2/www/tidy-devel/files/patch-include_platform.h ============================================================================== --- branches/2015Q2/www/tidy-devel/files/patch-include_platform.h Tue Jun 16 14:27:52 2015 (r389853) +++ branches/2015Q2/www/tidy-devel/files/patch-include_platform.h Tue Jun 16 16:52:49 2015 (r389854) @@ -1,6 +1,6 @@ ---- include/platform.h.orig Sun Jan 21 21:36:21 2007 -+++ include/platform.h Sat Feb 3 17:39:40 2007 -@@ -33,7 +33,7 @@ +--- include/platform.h.orig 2008-03-17 12:57:01 UTC ++++ include/platform.h +@@ -33,7 +33,7 @@ extern "C" { It enables tidy to find config files named ~/.tidyrc if the HTML_TIDY environment variable is not set. */ @@ -9,7 +9,7 @@ /* Uncomment the following #define if your -@@ -48,7 +48,7 @@ +@@ -48,7 +48,7 @@ extern "C" { Contributed by Todd Lewis. */ Copied: branches/2015Q2/www/tidy-devel/files/patch-src_lexer.c (from r388849, head/www/tidy-devel/files/patch-src_lexer.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/www/tidy-devel/files/patch-src_lexer.c Tue Jun 16 16:52:49 2015 (r389854, copy of r388849, head/www/tidy-devel/files/patch-src_lexer.c) @@ -0,0 +1,23 @@ +--- src/lexer.c.orig 2008-03-22 21:06:55 UTC ++++ src/lexer.c +@@ -3467,16 +3467,17 @@ static tmbstr ParseValue( TidyDocImpl* d + /* and prompts attributes unless --literal-attributes is set to yes */ + /* #994841 - Whitespace is removed from value attributes */ + +- if (munge && ++ /* Issue #217 from tidy-html5 - Also only if/while (len > 0) - MUST NEVER GO NEGATIVE! */ ++ if ((len > 0) && munge && + TY_(tmbstrcasecmp)(name, "alt") && + TY_(tmbstrcasecmp)(name, "title") && + TY_(tmbstrcasecmp)(name, "value") && + TY_(tmbstrcasecmp)(name, "prompt")) + { +- while (TY_(IsWhite)(lexer->lexbuf[start+len-1])) ++ while (TY_(IsWhite)(lexer->lexbuf[start+len-1]) && (len > 0)) + --len; + +- while (TY_(IsWhite)(lexer->lexbuf[start]) && start < len) ++ while (TY_(IsWhite)(lexer->lexbuf[start]) && (start < len) && (len > 0)) + { + ++start; + --len; Modified: branches/2015Q2/www/tidy-devel/pkg-plist ============================================================================== --- branches/2015Q2/www/tidy-devel/pkg-plist Tue Jun 16 14:27:52 2015 (r389853) +++ branches/2015Q2/www/tidy-devel/pkg-plist Tue Jun 16 16:52:49 2015 (r389854) @@ -18,5 +18,3 @@ lib/libtidy.a %%PORTDOCS%%%%DOCSDIR%%/release-notes.html %%PORTDOCS%%%%DOCSDIR%%/tidy.css %%PORTDOCS%%%%DOCSDIR%%/tidy.gif -@dirrm include/tidy -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 22:10:58 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 D515D8BD; Tue, 16 Jun 2015 22:10:58 +0000 (UTC) (envelope-from delphij@FreeBSD.org) 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 C2C42B05; Tue, 16 Jun 2015 22:10:58 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5GMAwod033588; Tue, 16 Jun 2015 22:10:58 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5GMAw3C033586; Tue, 16 Jun 2015 22:10:58 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506162210.t5GMAw3C033586@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Tue, 16 Jun 2015 22:10:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389868 - branches/2015Q2/devel/mingw32-openssl 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: Tue, 16 Jun 2015 22:10:58 -0000 Author: delphij Date: Tue Jun 16 22:10:57 2015 New Revision: 389868 URL: https://svnweb.freebsd.org/changeset/ports/389868 Log: MFH: r389866 Update to 1.0.2c. Approved by: ports-secteam Modified: branches/2015Q2/devel/mingw32-openssl/Makefile branches/2015Q2/devel/mingw32-openssl/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/devel/mingw32-openssl/Makefile ============================================================================== --- branches/2015Q2/devel/mingw32-openssl/Makefile Tue Jun 16 21:46:15 2015 (r389867) +++ branches/2015Q2/devel/mingw32-openssl/Makefile Tue Jun 16 22:10:57 2015 (r389868) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openssl -PORTVERSION= 1.0.1m +PORTVERSION= 1.0.2c CATEGORIES= devel security MASTER_SITES= http://www.openssl.org/%SUBDIR%/ \ ftp://ftp.openssl.org/%SUBDIR%/ \ Modified: branches/2015Q2/devel/mingw32-openssl/distinfo ============================================================================== --- branches/2015Q2/devel/mingw32-openssl/distinfo Tue Jun 16 21:46:15 2015 (r389867) +++ branches/2015Q2/devel/mingw32-openssl/distinfo Tue Jun 16 22:10:57 2015 (r389868) @@ -1,2 +1,2 @@ -SHA256 (openssl-1.0.1m/openssl-1.0.1m.tar.gz) = 095f0b7b09116c0c5526422088058dc7e6e000aa14d22acca6a4e2babcdfef74 -SIZE (openssl-1.0.1m/openssl-1.0.1m.tar.gz) = 4533406 +SHA256 (openssl-1.0.2c/openssl-1.0.2c.tar.gz) = 0038ba37f35a6367c58f17a7a7f687953ef8ce4f9684bbdec63e62515ed36a83 +SIZE (openssl-1.0.2c/openssl-1.0.2c.tar.gz) = 5280670 From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 23:47:51 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 210439B5; Tue, 16 Jun 2015 23:47:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 0F4BA399; Tue, 16 Jun 2015 23:47:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5GNloNE082830; Tue, 16 Jun 2015 23:47:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5GNloH1082829; Tue, 16 Jun 2015 23:47:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506162347.t5GNloH1082829@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 23:47:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389888 - branches/2015Q2/lang/yabasic 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: Tue, 16 Jun 2015 23:47:51 -0000 Author: amdmi3 Date: Tue Jun 16 23:47:50 2015 New Revision: 389888 URL: https://svnweb.freebsd.org/changeset/ports/389888 Log: MFH: r389872 - Mark BROKEN on < 10.x amd64: /usr/bin/make check-TESTS Segmentation fault (core dumped) FAIL: tests/simple.yab Segmentation fault (core dumped) FAIL: tests/grammar.yab Segmentation fault (core dumped) FAIL: tests/io.yab Segmentation fault (core dumped) FAIL: tests/bugs.yab Segmentation fault (core dumped) FAIL: tests/break.yab =================== 5 of 5 tests failed =================== *** [check-TESTS] Error code 1 Approved by: ports-secteam (delphij) Modified: branches/2015Q2/lang/yabasic/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/lang/yabasic/Makefile ============================================================================== --- branches/2015Q2/lang/yabasic/Makefile Tue Jun 16 23:43:18 2015 (r389887) +++ branches/2015Q2/lang/yabasic/Makefile Tue Jun 16 23:47:50 2015 (r389888) @@ -20,6 +20,10 @@ OPTIONS_DEFINE= DOCS .include +.if ${ARCH} == "amd64" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +BROKEN= all tests end up with segfault on FreeBSD < 10.x amd64 +.endif + post-patch: @${REINPLACE_CMD} -e "s|= -DUNIX|= @X_CFLAGS@ -DUNIX|g" ${WRKSRC}/Makefile.in From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 23:48:57 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 E67A0AA8; Tue, 16 Jun 2015 23:48:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 D4E733AF; Tue, 16 Jun 2015 23:48:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5GNmvBN083112; Tue, 16 Jun 2015 23:48:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5GNmvZY083111; Tue, 16 Jun 2015 23:48:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506162348.t5GNmvZY083111@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 23:48:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389889 - branches/2015Q2/emulators/pearpc 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: Tue, 16 Jun 2015 23:48:58 -0000 Author: amdmi3 Date: Tue Jun 16 23:48:57 2015 New Revision: 389889 URL: https://svnweb.freebsd.org/changeset/ports/389889 Log: MFH: r389871 - Mark BROKEN on < 10.x amd64: ppc_mmu.cc:828:69: error: 'MAP_32BIT' was not declared in this scope Approved by: ports-secteam (delphij) Modified: branches/2015Q2/emulators/pearpc/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/emulators/pearpc/Makefile ============================================================================== --- branches/2015Q2/emulators/pearpc/Makefile Tue Jun 16 23:47:50 2015 (r389888) +++ branches/2015Q2/emulators/pearpc/Makefile Tue Jun 16 23:48:57 2015 (r389889) @@ -16,7 +16,7 @@ USES= tar:bzip2 USE_XORG= x11 GNU_CONFIGURE= yes -BROKEN_ia64= Internal compiler error on ia64 +BROKEN_ia64= internal compiler error on ia64 PORTEXAMPLES= ppccfg.example PLIST_FILES= bin/ppc man/man1/ppc.1.gz %%DATADIR%%/video.x @@ -38,6 +38,10 @@ USE_GCC= yes CONFIGURE_ARGS+= --enable-cpu=generic .endif +.if ${ARCH} == "amd64" && ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +BROKEN= does not build on FreeBSD < 10.x amd64 +.endif + post-patch: @${REINPLACE_CMD} -e \ 's|-O3|| ; \ From owner-svn-ports-branches@FreeBSD.ORG Wed Jun 17 13:02:23 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 DC10A309; Wed, 17 Jun 2015 13:02:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 C7AC87D0; Wed, 17 Jun 2015 13:02:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5HD2NkX083278; Wed, 17 Jun 2015 13:02:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5HD2NLn083277; Wed, 17 Jun 2015 13:02:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506171302.t5HD2NLn083277@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 17 Jun 2015 13:02:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389929 - branches/2015Q2/editors/codelite 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, 17 Jun 2015 13:02:24 -0000 Author: amdmi3 Date: Wed Jun 17 13:02:23 2015 New Revision: 389929 URL: https://svnweb.freebsd.org/changeset/ports/389929 Log: MFH: r389870 - Mark BROKEN on < 10.x: /usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory Approved by: ports-secteam (delphij) Modified: branches/2015Q2/editors/codelite/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/editors/codelite/Makefile ============================================================================== --- branches/2015Q2/editors/codelite/Makefile Wed Jun 17 13:01:42 2015 (r389928) +++ branches/2015Q2/editors/codelite/Makefile Wed Jun 17 13:02:23 2015 (r389929) @@ -14,6 +14,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm +BROKEN_FreeBSD_8= does not build on FreeBSD < 10.x +BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x + OPTIONS_DEFINE= CSCOPE CLANG NLS CSCOPE_DESC= CScope integration CLANG_DESC= Clang code-completion From owner-svn-ports-branches@FreeBSD.ORG Wed Jun 17 17:16:12 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 E24D6F35; Wed, 17 Jun 2015 17:16:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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 D0F038D3; Wed, 17 Jun 2015 17:16:12 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5HHGCXh009283; Wed, 17 Jun 2015 17:16:12 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5HHGCR6009282; Wed, 17 Jun 2015 17:16:12 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506171716.t5HHGCR6009282@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 17 Jun 2015 17:16:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389946 - branches/2015Q2/print/p5-Net-CUPS 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, 17 Jun 2015 17:16:13 -0000 Author: antoine Date: Wed Jun 17 17:16:12 2015 New Revision: 389946 URL: https://svnweb.freebsd.org/changeset/ports/389946 Log: MFH: r389945 Mark BROKEN: Fails to configure or build =================================================== ===> Configuring for p5-Net-CUPS-0.61_3 Net::CUPS Configuration Running cups-config ... 2.0.3 The version of the Common Unix Printing System installed on your system is too old for this module to work properly. Please upgrade the version of CUPS on your system to version 1.2.2 or higher and re-run Makefile.PL to install this module. Can't open Makefile: No such file or directory. =========================================================================== =================================================== ===> Building for p5-Net-CUPS-0.61_3 make[1]: cannot open Makefile. Reported by: pkg-fallout Modified: branches/2015Q2/print/p5-Net-CUPS/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/print/p5-Net-CUPS/Makefile ============================================================================== --- branches/2015Q2/print/p5-Net-CUPS/Makefile Wed Jun 17 17:15:09 2015 (r389945) +++ branches/2015Q2/print/p5-Net-CUPS/Makefile Wed Jun 17 17:16:12 2015 (r389946) @@ -11,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vg@FreeBSD.org COMMENT= Interface to the CUPS API +BROKEN= Fails to configure or build + BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-client LIB_DEPENDS= libcupsimage.so:${PORTSDIR}/print/cups-image \ libcupsfilters.so:${PORTSDIR}/print/cups-filters From owner-svn-ports-branches@FreeBSD.ORG Wed Jun 17 17:16:56 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 78EDDA8; Wed, 17 Jun 2015 17:16:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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 676DE8E3; Wed, 17 Jun 2015 17:16:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5HHGuv4009498; Wed, 17 Jun 2015 17:16:56 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5HHGuiP009497; Wed, 17 Jun 2015 17:16:56 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506171716.t5HHGuiP009497@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 17 Jun 2015 17:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389947 - branches/2015Q2/net-mgmt/victorops-nagios 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, 17 Jun 2015 17:16:56 -0000 Author: antoine Date: Wed Jun 17 17:16:55 2015 New Revision: 389947 URL: https://svnweb.freebsd.org/changeset/ports/389947 Log: MFH: r389943 Mark BROKEN: Unfetchable Reported by: pkg-fallout Modified: branches/2015Q2/net-mgmt/victorops-nagios/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net-mgmt/victorops-nagios/Makefile ============================================================================== --- branches/2015Q2/net-mgmt/victorops-nagios/Makefile Wed Jun 17 17:16:12 2015 (r389946) +++ branches/2015Q2/net-mgmt/victorops-nagios/Makefile Wed Jun 17 17:16:55 2015 (r389947) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}_${DISTVERSIONPREFI MAINTAINER= rand@iteris.com COMMENT= Nagios integration for VictorOps incident notification service +BROKEN= Unfetchable + NO_WRKSUBDIR= YES NO_BUILD= YES From owner-svn-ports-branches@FreeBSD.ORG Wed Jun 17 17:21:19 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 7E2024F4; Wed, 17 Jun 2015 17:21:19 +0000 (UTC) (envelope-from delphij@FreeBSD.org) 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 52F3FA7F; Wed, 17 Jun 2015 17:21:19 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5HHLJZo014059; Wed, 17 Jun 2015 17:21:19 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5HHLIq0014056; Wed, 17 Jun 2015 17:21:18 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506171721.t5HHLIq0014056@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 17 Jun 2015 17:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389950 - in branches/2015Q2/japanese/mailman: . 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, 17 Jun 2015 17:21:19 -0000 Author: delphij Date: Wed Jun 17 17:21:18 2015 New Revision: 389950 URL: https://svnweb.freebsd.org/changeset/ports/389950 Log: MFH: r389895 (requested by tato@) Apply patch for CVE-2015-2775. PR: ports/200562 Submitted by: Yasuhito FUTATSUKI Approved by: ports-secteam@ Added: branches/2015Q2/japanese/mailman/files/patch-CVE-2015-2775 - copied unchanged from r389895, head/japanese/mailman/files/patch-CVE-2015-2775 Modified: branches/2015Q2/japanese/mailman/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/japanese/mailman/Makefile ============================================================================== --- branches/2015Q2/japanese/mailman/Makefile Wed Jun 17 17:20:36 2015 (r389949) +++ branches/2015Q2/japanese/mailman/Makefile Wed Jun 17 17:21:18 2015 (r389950) @@ -3,7 +3,7 @@ PORTNAME= mailman PORTVERSION= 2.1.14.j7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= japanese mail MASTER_SITES= http://www.python.jp/doc/contrib/mailman/_static/ \ Copied: branches/2015Q2/japanese/mailman/files/patch-CVE-2015-2775 (from r389895, head/japanese/mailman/files/patch-CVE-2015-2775) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2015Q2/japanese/mailman/files/patch-CVE-2015-2775 Wed Jun 17 17:21:18 2015 (r389950, copy of r389895, head/japanese/mailman/files/patch-CVE-2015-2775) @@ -0,0 +1,15 @@ +--- Mailman/Utils.py.orig 2011-12-11 16:56:23.000000000 +0900 ++++ Mailman/Utils.py 2015-06-01 13:25:26.000000000 +0900 +@@ -93,6 +93,12 @@ + # + # The former two are for 2.1alpha3 and beyond, while the latter two are + # for all earlier versions. ++ # ++ # But first ensure the list name doesn't contain a path traversal ++ # attack. ++ if len(re.sub(mm_cfg.ACCEPTABLE_LISTNAME_CHARACTERS, '', listname)) > 0: ++ syslog('mischief', 'Hostile listname: %s', listname) ++ return False + basepath = Site.get_listpath(listname) + for ext in ('.pck', '.pck.last', '.db', '.db.last'): + dbfile = os.path.join(basepath, 'config' + ext) From owner-svn-ports-branches@FreeBSD.ORG Wed Jun 17 22:07:35 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 20707622; Wed, 17 Jun 2015 22:07:35 +0000 (UTC) (envelope-from delphij@FreeBSD.org) 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 0D559EAE; Wed, 17 Jun 2015 22:07:35 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5HM7Yq3060633; Wed, 17 Jun 2015 22:07:34 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5HM7Y2A060630; Wed, 17 Jun 2015 22:07:34 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506172207.t5HM7Y2A060630@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 17 Jun 2015 22:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389996 - branches/2015Q2/ftp/curl 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, 17 Jun 2015 22:07:35 -0000 Author: delphij Date: Wed Jun 17 22:07:33 2015 New Revision: 389996 URL: https://svnweb.freebsd.org/changeset/ports/389996 Log: MFH: r389953 - Update to 7.43.0 - Update HTTP2 option - Update DOCS Changes: http://curl.haxx.se/changes.html Security: CVE-2015-3236 Security: CVE-2015-3237 Approved by: ports-secteam@ Modified: branches/2015Q2/ftp/curl/Makefile branches/2015Q2/ftp/curl/distinfo branches/2015Q2/ftp/curl/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/ftp/curl/Makefile ============================================================================== --- branches/2015Q2/ftp/curl/Makefile Wed Jun 17 21:40:51 2015 (r389995) +++ branches/2015Q2/ftp/curl/Makefile Wed Jun 17 22:07:33 2015 (r389996) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.42.1 +PORTVERSION= 7.43.0 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -16,25 +16,26 @@ OPTIONS_DEFINE= CA_BUNDLE COOKIES CURL_D OPTIONS_RADIO= RESOLV SSL OPTIONS_SINGLE= GSSAPI OPTIONS_RADIO_RESOLV= CARES THREADED_RESOLVER -OPTIONS_RADIO_SSL= GNUTLS NSS OPENSSL POLARSSL +OPTIONS_RADIO_SSL= GNUTLS NSS OPENSSL POLARSSL WOLFSSL OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE -OPTIONS_DEFAULT=CA_BUNDLE COOKIES GSSAPI_BASE IPV6 OPENSSL PROXY RESOLV THREADED_RESOLVER SSL TLS_SRP -CA_BUNDLE_DESC= Install CA bundle for OpenSSL -COOKIES_DESC= Cookies support -CURL_DEBUG_DESC=cURL debug memory tracking -GSSAPI_BASE_DESC= GSSAPI support via base system +OPTIONS_DEFAULT= CA_BUNDLE COOKIES GSSAPI_BASE IPV6 OPENSSL PROXY RESOLV THREADED_RESOLVER TLS_SRP +CA_BUNDLE_DESC= Install CA bundle for OpenSSL +COOKIES_DESC= Cookies support +CURL_DEBUG_DESC= cURL debug memory tracking +GSSAPI_BASE_DESC= GSSAPI support via base system (Kerberos required) GSSAPI_HEIMDAL_DESC= GSSAPI support via security/heimdal GSSAPI_MIT_DESC= GSSAPI support via security/krb5 GSSAPI_NONE_DESC= Disable GSSAPI support -LIBSSH2_DESC= SCP/SFTP support via libssh2 -RESOLV_DESC= DNS resolving options +LIBSSH2_DESC= SCP/SFTP support via libssh2 +RESOLV_DESC= DNS resolving options THREADED_RESOLVER_DESC= Threaded DNS resolver -TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support +TLS_SRP_DESC= TLS-SRP (Secure Remote Password) support CONFIGURE_ARGS+=--disable-werror \ --enable-imap --enable-pop3 --enable-rtsp --enable-smtp \ --without-axtls -CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} +CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \ + ac_cv_func_SSLv2_client_method=no GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_PERL5= build @@ -50,12 +51,11 @@ PORTEXAMPLES= * CPE_VENDOR= haxx DOCS= BINDINGS BUGS CONTRIBUTE DISTRO-DILEMMA FAQ FEATURES HISTORY \ - HTTP-COOKIES INSTALL INSTALL.devcpp INTERNALS KNOWN_BUGS \ - LIBCURL-STRUCTS LICENSE-MIXING MAIL-ETIQUETTE MANUAL \ - README.netware README.win32 RELEASE-PROCEDURE RESOURCES \ - SECURITY SSL-PROBLEMS SSLCERTS THANKS TODO \ - TheArtOfHttpScripting VERSIONS curl-config.html \ - curl-config.pdf curl.html curl.pdf index.html \ + HTTP-COOKIES HTTP2.md INSTALL INSTALL.devcpp INTERNALS \ + KNOWN_BUGS LICENSE-MIXING MAIL-ETIQUETTE MANUAL \ + RELEASE-PROCEDURE RESOURCES ROADMAP.md SECURITY SSL-PROBLEMS \ + SSLCERTS THANKS TODO TheArtOfHttpScripting VERSIONS \ + curl-config.html curl-config.pdf curl.html curl.pdf index.html \ mk-ca-bundle.html mk-ca-bundle.pdf .endif @@ -92,11 +92,11 @@ GSSAPI_MIT_LDFLAGS= ${GSSAPILDFLAGS} GSSAPI_MIT_LIBS= ${GSSAPILIBS} GSSAPI_MIT_USES= gssapi:mit GSSAPI_NONE_CONFIGURE_ON= --without-gssapi -HTTP2_BUILD_DEPENDS= nghttp2>=0.6.0:${PORTSDIR}/www/nghttp2 +HTTP2_BUILD_DEPENDS= nghttp2>=1.0.0:${PORTSDIR}/www/nghttp2 HTTP2_CONFIGURE_OFF= --without-nghttp2 HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} HTTP2_LIB_DEPENDS= libnghttp2.so:${PORTSDIR}/www/nghttp2 -HTTP2_RUN_DEPENDS= nghttp2>=0.6.0:${PORTSDIR}/www/nghttp2 +HTTP2_RUN_DEPENDS= nghttp2>=1.0.0:${PORTSDIR}/www/nghttp2 HTTP2_USES= pkgconfig IDN_CONFIGURE_OFF= --without-libidn IDN_CONFIGURE_ON= --with-libidn=${LOCALBASE} @@ -125,7 +125,7 @@ OPENSSL_LDFLAGS= -L${OPENSSLLIB} OPENSSL_USE= OPENSSL=yes POLARSSL_CONFIGURE_OFF= --without-polarssl POLARSSL_CONFIGURE_ON= --with-polarssl=${LOCALBASE} -POLARSSL_LIB_DEPENDS= libpolarssl.so:${PORTSDIR}/security/polarssl +POLARSSL_LIB_DEPENDS= libmbedtls.so.9:${PORTSDIR}/security/polarssl13 PROXY_CONFIGURE_OFF= --disable-proxy PROXY_CONFIGURE_ON= --enable-proxy RTMP_CONFIGURE_OFF= --without-librtmp @@ -135,6 +135,9 @@ THREADED_RESOLVER_CONFIGURE_OFF=--disabl THREADED_RESOLVER_CONFIGURE_ON= --enable-threaded-resolver TLS_SRP_CONFIGURE_OFF= --disable-tls-srp TLS_SRP_CONFIGURE_ON= --enable-tls-srp +WOLFSSL_CONFIGURE_OFF= --without-cyassl +WOLFSSL_CONFIGURE_ON= --with-cyassl=${LOCALBASE} +WOLFSSL_LIB_DEPENDS= libwolfssl.so:${PORTSDIR}/security/wolfssl .include @@ -150,7 +153,7 @@ IGNORE= only supports TLS-SRP with eith IGNORE= only supports LDAPS with LDAP .endif -.if ${PORT_OPTIONS:MLDAPS} && !${PORT_OPTIONS:MGNUTLS} && !${PORT_OPTIONS:MNSS} && !${PORT_OPTIONS:MOPENSSL} && !${PORT_OPTIONS:MPOLARSSL} +.if ${PORT_OPTIONS:MLDAPS} && !${PORT_OPTIONS:MGNUTLS} && !${PORT_OPTIONS:MNSS} && !${PORT_OPTIONS:MOPENSSL} && !${PORT_OPTIONS:MPOLARSSL} && !${PORT_OPTIONS:MWOLFSSL} IGNORE= only supports LDAPS with SSL .endif Modified: branches/2015Q2/ftp/curl/distinfo ============================================================================== --- branches/2015Q2/ftp/curl/distinfo Wed Jun 17 21:40:51 2015 (r389995) +++ branches/2015Q2/ftp/curl/distinfo Wed Jun 17 22:07:33 2015 (r389996) @@ -1,2 +1,2 @@ -SHA256 (curl-7.42.1.tar.lzma) = 3d6c196ab5083ab2ea3691819602e7b9698404ce8480d4008e3ba64822cc2c47 -SIZE (curl-7.42.1.tar.lzma) = 2732330 +SHA256 (curl-7.43.0.tar.lzma) = e2b8d84d9c7d85f81cc8477ea3ec757e4c9908eca116be8764b7d158aa7677fa +SIZE (curl-7.43.0.tar.lzma) = 2765536 Modified: branches/2015Q2/ftp/curl/pkg-plist ============================================================================== --- branches/2015Q2/ftp/curl/pkg-plist Wed Jun 17 21:40:51 2015 (r389995) +++ branches/2015Q2/ftp/curl/pkg-plist Wed Jun 17 22:07:33 2015 (r389996) @@ -143,6 +143,7 @@ man/man3/CURLOPT_OPENSOCKETFUNCTION.3.gz man/man3/CURLOPT_PASSWORD.3.gz man/man3/CURLOPT_PATH_AS_IS.3.gz man/man3/CURLOPT_PINNEDPUBLICKEY.3.gz +man/man3/CURLOPT_PIPEWAIT.3.gz man/man3/CURLOPT_PORT.3.gz man/man3/CURLOPT_POST.3.gz man/man3/CURLOPT_POSTFIELDS.3.gz @@ -163,6 +164,7 @@ man/man3/CURLOPT_PROXYPORT.3.gz man/man3/CURLOPT_PROXYTYPE.3.gz man/man3/CURLOPT_PROXYUSERNAME.3.gz man/man3/CURLOPT_PROXYUSERPWD.3.gz +man/man3/CURLOPT_PROXY_SERVICE_NAME.3.gz man/man3/CURLOPT_PROXY_TRANSFER_MODE.3.gz man/man3/CURLOPT_PUT.3.gz man/man3/CURLOPT_QUOTE.3.gz @@ -184,6 +186,7 @@ man/man3/CURLOPT_RTSP_TRANSPORT.3.gz man/man3/CURLOPT_SASL_IR.3.gz man/man3/CURLOPT_SEEKDATA.3.gz man/man3/CURLOPT_SEEKFUNCTION.3.gz +man/man3/CURLOPT_SERVICE_NAME.3.gz man/man3/CURLOPT_SHARE.3.gz man/man3/CURLOPT_SOCKOPTDATA.3.gz man/man3/CURLOPT_SOCKOPTFUNCTION.3.gz From owner-svn-ports-branches@FreeBSD.ORG Thu Jun 18 09:28:18 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 84C16F5F; Thu, 18 Jun 2015 09:28:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 59E2D68D; Thu, 18 Jun 2015 09:28:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5I9SIPR094554; Thu, 18 Jun 2015 09:28:18 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5I9SIJZ094553; Thu, 18 Jun 2015 09:28:18 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506180928.t5I9SIJZ094553@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 18 Jun 2015 09:28:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390023 - branches/2015Q2 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, 18 Jun 2015 09:28:18 -0000 Author: amdmi3 Date: Thu Jun 18 09:28:17 2015 New Revision: 390023 URL: https://svnweb.freebsd.org/changeset/ports/390023 Log: MFH: r388556 Loose IGNORE condition, apm_bios.h is only absent on 8.x amd64 Approved by: ports-secteam (delphij) Modified: Directory Properties: branches/2015Q2/ (props changed) From owner-svn-ports-branches@FreeBSD.ORG Thu Jun 18 10:06:27 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 BF96F8A5; Thu, 18 Jun 2015 10:06:27 +0000 (UTC) (envelope-from xmj@FreeBSD.org) 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 93618EF7; Thu, 18 Jun 2015 10:06:27 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5IA6Reb013048; Thu, 18 Jun 2015 10:06:27 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5IA6REY013046; Thu, 18 Jun 2015 10:06:27 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201506181006.t5IA6REY013046@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Thu, 18 Jun 2015 10:06:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390024 - branches/2015Q2/www/linux-c6-flashplugin11 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, 18 Jun 2015 10:06:27 -0000 Author: xmj Date: Thu Jun 18 10:06:26 2015 New Revision: 390024 URL: https://svnweb.freebsd.org/changeset/ports/390024 Log: MFH: r386225 www/linux-*-flashplugin11: update to 11.2r202.460 - update to 11.2r202.460 Requested by: kwm Security: e206df57-f97b-11e4-b799-c485083ca99c Approved by: ports-secteam (erwin) Security: CVE-2015-3044 Security: CVE-2015-3077 Security: CVE-2015-3078 Security: CVE-2015-3079 Security: CVE-2015-3080 Security: CVE-2015-3081 Security: CVE-2015-3082 Security: CVE-2015-3083 Security: CVE-2015-3084 Security: CVE-2015-3085 Security: CVE-2015-3086 Security: CVE-2015-3087 Security: CVE-2015-3088 Security: CVE-2015-3089 Security: CVE-2015-3090 Security: CVE-2015-3091 Security: CVE-2015-3092 Security: CVE-2015-3093 Modified: branches/2015Q2/www/linux-c6-flashplugin11/Makefile branches/2015Q2/www/linux-c6-flashplugin11/distinfo Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/linux-c6-flashplugin11/Makefile ============================================================================== --- branches/2015Q2/www/linux-c6-flashplugin11/Makefile Thu Jun 18 09:28:17 2015 (r390023) +++ branches/2015Q2/www/linux-c6-flashplugin11/Makefile Thu Jun 18 10:06:26 2015 (r390024) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.457 +PORTVERSION= 11.2r202.460 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: branches/2015Q2/www/linux-c6-flashplugin11/distinfo ============================================================================== --- branches/2015Q2/www/linux-c6-flashplugin11/distinfo Thu Jun 18 09:28:17 2015 (r390023) +++ branches/2015Q2/www/linux-c6-flashplugin11/distinfo Thu Jun 18 10:06:26 2015 (r390024) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.457/install_flash_player_11_linux.i386.tar.gz) = 6c123f7ef61a8a3ae92ffe75ce635f47718193d8360c191d4076ae60562e3462 -SIZE (flashplugin/11.2r202.457/install_flash_player_11_linux.i386.tar.gz) = 6933677 -SHA256 (flashplugin/11.2r202.457/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.457/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.460/install_flash_player_11_linux.i386.tar.gz) = a11f686f9931727cc8d1f2c9e91294e57f1245618f9f71009835cc3f072bc594 +SIZE (flashplugin/11.2r202.460/install_flash_player_11_linux.i386.tar.gz) = 6933479 +SHA256 (flashplugin/11.2r202.460/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.460/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 From owner-svn-ports-branches@FreeBSD.ORG Thu Jun 18 10:24:34 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 91D05EBB; Thu, 18 Jun 2015 10:24:34 +0000 (UTC) (envelope-from xmj@FreeBSD.org) 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 65B33366; Thu, 18 Jun 2015 10:24:34 +0000 (UTC) (envelope-from xmj@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5IAOYGD022301; Thu, 18 Jun 2015 10:24:34 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5IAOXDv022299; Thu, 18 Jun 2015 10:24:33 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201506181024.t5IAOXDv022299@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Thu, 18 Jun 2015 10:24:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390025 - branches/2015Q2/www/linux-c6-flashplugin11 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, 18 Jun 2015 10:24:34 -0000 Author: xmj Date: Thu Jun 18 10:24:33 2015 New Revision: 390025 URL: https://svnweb.freebsd.org/changeset/ports/390025 Log: MFH: r389229 www/linux-*-flashplugin11: update to 11.2r202.466 - update to 11.2r202.466 - fix 13 CVEs. Reported by: kwm@ MFH: 2015Q2 Approved by: ports-secteam (zi) Security: 1e63db88-1050-11e5-a4df-c485083ca99c Security: CVE-2015-3096 Security: CVE-2015-3097 Security: CVE-2015-3098 Security: CVE-2015-3099 Security: CVE-2015-3100 Security: CVE-2015-3101 Security: CVE-2015-3102 Security: CVE-2015-3103 Security: CVE-2015-3104 Security: CVE-2015-3105 Security: CVE-2015-3106 Security: CVE-2015-3107 Security: CVE-2015-3108 Sponsored by: Perceivon OÜ Modified: branches/2015Q2/www/linux-c6-flashplugin11/Makefile branches/2015Q2/www/linux-c6-flashplugin11/distinfo Modified: branches/2015Q2/www/linux-c6-flashplugin11/Makefile ============================================================================== --- branches/2015Q2/www/linux-c6-flashplugin11/Makefile Thu Jun 18 10:06:26 2015 (r390024) +++ branches/2015Q2/www/linux-c6-flashplugin11/Makefile Thu Jun 18 10:24:33 2015 (r390025) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flashplugin -PORTVERSION= 11.2r202.460 +PORTVERSION= 11.2r202.466 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib Modified: branches/2015Q2/www/linux-c6-flashplugin11/distinfo ============================================================================== --- branches/2015Q2/www/linux-c6-flashplugin11/distinfo Thu Jun 18 10:06:26 2015 (r390024) +++ branches/2015Q2/www/linux-c6-flashplugin11/distinfo Thu Jun 18 10:24:33 2015 (r390025) @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.460/install_flash_player_11_linux.i386.tar.gz) = a11f686f9931727cc8d1f2c9e91294e57f1245618f9f71009835cc3f072bc594 -SIZE (flashplugin/11.2r202.460/install_flash_player_11_linux.i386.tar.gz) = 6933479 -SHA256 (flashplugin/11.2r202.460/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.460/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.466/install_flash_player_11_linux.i386.tar.gz) = 30718b8af36247d5713e63e533cdb67b9f98a8b241e203c9d0fd34b34654fdef +SIZE (flashplugin/11.2r202.466/install_flash_player_11_linux.i386.tar.gz) = 6934400 +SHA256 (flashplugin/11.2r202.466/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.466/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 From owner-svn-ports-branches@FreeBSD.ORG Fri Jun 19 00:24:06 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 293B8AE9; Fri, 19 Jun 2015 00:24:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 16CF38BE; Fri, 19 Jun 2015 00:24:06 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5J0O5NN043377; Fri, 19 Jun 2015 00:24:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5J0O567043376; Fri, 19 Jun 2015 00:24:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506190024.t5J0O567043376@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 19 Jun 2015 00:24:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390090 - branches/2015Q2/math/tomsfastmath 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, 19 Jun 2015 00:24:06 -0000 Author: amdmi3 Date: Fri Jun 19 00:24:05 2015 New Revision: 390090 URL: https://svnweb.freebsd.org/changeset/ports/390090 Log: MFH: r390088 - Fix build on i386 Approved by: ports-secteam (zi) Modified: branches/2015Q2/math/tomsfastmath/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/math/tomsfastmath/Makefile ============================================================================== --- branches/2015Q2/math/tomsfastmath/Makefile Fri Jun 19 00:13:25 2015 (r390089) +++ branches/2015Q2/math/tomsfastmath/Makefile Fri Jun 19 00:24:05 2015 (r390090) @@ -11,13 +11,21 @@ COMMENT= Portable fixed precision math l BROKEN_powerpc= internal compiler error at src/mul/fp_mul_comba_48.c:398 -USES= gmake tar:bzip2 +USES= compiler:features gmake tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makefile ALL_TARGET= default PLIST_FILES= include/tfm.h lib/libtfm.a +.include + +.if ${ARCH} == i386 +# on clang: +# src/mul/fp_mul_comba.c:349:11: error: inline assembly requires more registers than available +USE_GCC= yes +.endif + # Unbreak against Clang ("cc" is not a register) post-patch: @${REINPLACE_CMD} -e 's,"%cc","cc",' \ @@ -25,4 +33,4 @@ post-patch: ${WRKSRC}/src/mul/fp_mul_comba.c \ ${WRKSRC}/src/sqr/fp_sqr_comba.c -.include +.include From owner-svn-ports-branches@FreeBSD.ORG Fri Jun 19 00:46:38 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 3D53848F; Fri, 19 Jun 2015 00:46:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) 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 1E38BD58; Fri, 19 Jun 2015 00:46:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5J0kb1U054556; Fri, 19 Jun 2015 00:46:37 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5J0kaFt054551; Fri, 19 Jun 2015 00:46:36 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506190046.t5J0kaFt054551@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 19 Jun 2015 00:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390098 - in branches/2015Q2/www: drupal6 drupal7 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, 19 Jun 2015 00:46:38 -0000 Author: delphij Date: Fri Jun 19 00:46:36 2015 New Revision: 390098 URL: https://svnweb.freebsd.org/changeset/ports/390098 Log: MFH r386115,390094,390096: Security update to 6.36 and 7.38. PR: ports/200956, ports/200957 Submitted by: Simon Wright (maintainer) Security: d605edb1-1616-11e5-a000-d050996490d0 Approved by: ports-secteam Modified: branches/2015Q2/www/drupal6/Makefile branches/2015Q2/www/drupal6/distinfo branches/2015Q2/www/drupal7/Makefile branches/2015Q2/www/drupal7/distinfo branches/2015Q2/www/drupal7/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/www/drupal6/Makefile ============================================================================== --- branches/2015Q2/www/drupal6/Makefile Fri Jun 19 00:42:51 2015 (r390097) +++ branches/2015Q2/www/drupal6/Makefile Fri Jun 19 00:46:36 2015 (r390098) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= drupal6 -PORTVERSION= 6.35 -PORTREVISION= 1 +PORTVERSION= 6.36 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: branches/2015Q2/www/drupal6/distinfo ============================================================================== --- branches/2015Q2/www/drupal6/distinfo Fri Jun 19 00:42:51 2015 (r390097) +++ branches/2015Q2/www/drupal6/distinfo Fri Jun 19 00:46:36 2015 (r390098) @@ -1,2 +1,2 @@ -SHA256 (drupal/drupal-6.35.tar.gz) = 52940d903f34df09e4a52af9038ad583b39574269e7806c67260843598a8229a -SIZE (drupal/drupal-6.35.tar.gz) = 1112024 +SHA256 (drupal/drupal-6.36.tar.gz) = e70fc70c7bb268e262bfa57d265dcc4c88daf17e918619d607aaac7285d22ac4 +SIZE (drupal/drupal-6.36.tar.gz) = 1112226 Modified: branches/2015Q2/www/drupal7/Makefile ============================================================================== --- branches/2015Q2/www/drupal7/Makefile Fri Jun 19 00:42:51 2015 (r390097) +++ branches/2015Q2/www/drupal7/Makefile Fri Jun 19 00:46:36 2015 (r390098) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -PORTVERSION= 7.35 -PORTREVISION= 1 +PORTVERSION= 7.38 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: branches/2015Q2/www/drupal7/distinfo ============================================================================== --- branches/2015Q2/www/drupal7/distinfo Fri Jun 19 00:42:51 2015 (r390097) +++ branches/2015Q2/www/drupal7/distinfo Fri Jun 19 00:46:36 2015 (r390098) @@ -1,2 +1,2 @@ -SHA256 (drupal/drupal-7.35.tar.gz) = bdd46c32d617314936cbb78b87c659dcda0137ff1755dfca825bb7d6fd45f2e3 -SIZE (drupal/drupal-7.35.tar.gz) = 3234349 +SHA256 (drupal/drupal-7.38.tar.gz) = dccf3f12135183e94baaf960ce0993ad99c47afefe830b193cd30a17a317853e +SIZE (drupal/drupal-7.38.tar.gz) = 3247864 Modified: branches/2015Q2/www/drupal7/pkg-plist ============================================================================== --- branches/2015Q2/www/drupal7/pkg-plist Fri Jun 19 00:42:51 2015 (r390097) +++ branches/2015Q2/www/drupal7/pkg-plist Fri Jun 19 00:46:36 2015 (r390098) @@ -145,9 +145,9 @@ %%DRUPAL_BASE%%/misc/tableheader.js %%DRUPAL_BASE%%/misc/tableselect.js %%DRUPAL_BASE%%/misc/textarea.js -%%DRUPAL_BASE%%/misc/throbber.gif %%DRUPAL_BASE%%/misc/throbber-active.gif %%DRUPAL_BASE%%/misc/throbber-inactive.png +%%DRUPAL_BASE%%/misc/throbber.gif %%DRUPAL_BASE%%/misc/timezone.js %%DRUPAL_BASE%%/misc/tree-bottom.png %%DRUPAL_BASE%%/misc/tree.png @@ -572,6 +572,8 @@ %%DRUPAL_BASE%%/modules/search/tests/search_embedded_form.module %%DRUPAL_BASE%%/modules/search/tests/search_extra_type.info %%DRUPAL_BASE%%/modules/search/tests/search_extra_type.module +%%DRUPAL_BASE%%/modules/search/tests/search_node_tags.info +%%DRUPAL_BASE%%/modules/search/tests/search_node_tags.module %%DRUPAL_BASE%%/modules/shortcut/shortcut-rtl.css %%DRUPAL_BASE%%/modules/shortcut/shortcut.admin.css %%DRUPAL_BASE%%/modules/shortcut/shortcut.admin.inc @@ -585,9 +587,6 @@ %%DRUPAL_BASE%%/modules/shortcut/shortcut.test %%DRUPAL_BASE%%/modules/simpletest/drupal_web_test_case.php %%DRUPAL_BASE%%/modules/simpletest/files/README.txt -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.optimized.css -%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.unoptimized.css %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/comment_hacks.css %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css @@ -597,12 +596,16 @@ %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_input_without_import.css %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_input_without_import.css.optimized.css %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_input_without_import.css.unoptimized.css +%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css +%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.optimized.css +%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.unoptimized.css %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/import1.css %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/import2.css %%DRUPAL_BASE%%/modules/simpletest/files/html-1.txt %%DRUPAL_BASE%%/modules/simpletest/files/html-2.html %%DRUPAL_BASE%%/modules/simpletest/files/image-1.png %%DRUPAL_BASE%%/modules/simpletest/files/image-2.jpg +%%DRUPAL_BASE%%/modules/simpletest/files/image-test-transparent-out-of-range.gif %%DRUPAL_BASE%%/modules/simpletest/files/image-test.gif %%DRUPAL_BASE%%/modules/simpletest/files/image-test.jpg %%DRUPAL_BASE%%/modules/simpletest/files/image-test.png @@ -621,6 +624,7 @@ %%DRUPAL_BASE%%/modules/simpletest/simpletest.module %%DRUPAL_BASE%%/modules/simpletest/simpletest.pages.inc %%DRUPAL_BASE%%/modules/simpletest/simpletest.test +%%DRUPAL_BASE%%/modules/simpletest/src/Tests/PSR4WebTest.php %%DRUPAL_BASE%%/modules/simpletest/tests/actions.test %%DRUPAL_BASE%%/modules/simpletest/tests/actions_loop_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/actions_loop_test.install @@ -648,6 +652,10 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/database_test.install %%DRUPAL_BASE%%/modules/simpletest/tests/database_test.module %%DRUPAL_BASE%%/modules/simpletest/tests/database_test.test +%%DRUPAL_BASE%%/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info +%%DRUPAL_BASE%%/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module +%%DRUPAL_BASE%%/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_class.inc +%%DRUPAL_BASE%%/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_interface.inc %%DRUPAL_BASE%%/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module %%DRUPAL_BASE%%/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info @@ -656,10 +664,10 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/entity_cache_test.module %%DRUPAL_BASE%%/modules/simpletest/tests/entity_cache_test_dependency.info %%DRUPAL_BASE%%/modules/simpletest/tests/entity_cache_test_dependency.module +%%DRUPAL_BASE%%/modules/simpletest/tests/entity_crud.test %%DRUPAL_BASE%%/modules/simpletest/tests/entity_crud_hook_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/entity_crud_hook_test.module %%DRUPAL_BASE%%/modules/simpletest/tests/entity_crud_hook_test.test -%%DRUPAL_BASE%%/modules/simpletest/tests/entity_crud.test %%DRUPAL_BASE%%/modules/simpletest/tests/entity_query.test %%DRUPAL_BASE%%/modules/simpletest/tests/entity_query_access_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/entity_query_access_test.module @@ -701,6 +709,10 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/Nested/NestedExampleTest.php %%DRUPAL_BASE%%/modules/simpletest/tests/psr_0_test/psr_0_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/psr_0_test/psr_0_test.module +%%DRUPAL_BASE%%/modules/simpletest/tests/psr_4_test/psr_4_test.info +%%DRUPAL_BASE%%/modules/simpletest/tests/psr_4_test/psr_4_test.module +%%DRUPAL_BASE%%/modules/simpletest/tests/psr_4_test/src/Tests/ExampleTest.php +%%DRUPAL_BASE%%/modules/simpletest/tests/psr_4_test/src/Tests/Nested/NestedExampleTest.php %%DRUPAL_BASE%%/modules/simpletest/tests/registry.test %%DRUPAL_BASE%%/modules/simpletest/tests/requirements1_test.info %%DRUPAL_BASE%%/modules/simpletest/tests/requirements1_test.install @@ -798,12 +810,12 @@ %%DRUPAL_BASE%%/modules/statistics/statistics.admin.inc %%DRUPAL_BASE%%/modules/statistics/statistics.info %%DRUPAL_BASE%%/modules/statistics/statistics.install +%%DRUPAL_BASE%%/modules/statistics/statistics.js %%DRUPAL_BASE%%/modules/statistics/statistics.module %%DRUPAL_BASE%%/modules/statistics/statistics.pages.inc +%%DRUPAL_BASE%%/modules/statistics/statistics.php %%DRUPAL_BASE%%/modules/statistics/statistics.test %%DRUPAL_BASE%%/modules/statistics/statistics.tokens.inc -%%DRUPAL_BASE%%/modules/statistics/statistics.js -%%DRUPAL_BASE%%/modules/statistics/statistics.php %%DRUPAL_BASE%%/modules/syslog/syslog.info %%DRUPAL_BASE%%/modules/syslog/syslog.install %%DRUPAL_BASE%%/modules/syslog/syslog.module @@ -840,9 +852,9 @@ %%DRUPAL_BASE%%/modules/system/system.theme.css %%DRUPAL_BASE%%/modules/system/system.tokens.inc %%DRUPAL_BASE%%/modules/system/system.updater.inc -%%DRUPAL_BASE%%/modules/system/theme.api.php %%DRUPAL_BASE%%/modules/system/tests/cron_queue_test.info %%DRUPAL_BASE%%/modules/system/tests/cron_queue_test.module +%%DRUPAL_BASE%%/modules/system/theme.api.php %%DRUPAL_BASE%%/modules/taxonomy/taxonomy-term.tpl.php %%DRUPAL_BASE%%/modules/taxonomy/taxonomy.admin.inc %%DRUPAL_BASE%%/modules/taxonomy/taxonomy.api.php @@ -961,6 +973,7 @@ %%DRUPAL_BASE%%/scripts/password-hash.sh %%DRUPAL_BASE%%/scripts/run-tests.sh %%DRUPAL_BASE%%/scripts/test.script +%%DRUPAL_BASE%%/sites/all/libraries/README.txt %%DRUPAL_BASE%%/sites/all/modules/README.txt %%DRUPAL_BASE%%/sites/all/themes/README.txt @sample %%DRUPAL_BASE%%/sites/default/default.settings.php.sample From owner-svn-ports-branches@FreeBSD.ORG Fri Jun 19 16:50:55 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 76DE22AE; Fri, 19 Jun 2015 16:50:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 643F9365; Fri, 19 Jun 2015 16:50:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5JGotQb032202; Fri, 19 Jun 2015 16:50:55 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5JGoth4032201; Fri, 19 Jun 2015 16:50:55 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506191650.t5JGoth4032201@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 19 Jun 2015 16:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390134 - branches/2015Q2/www/h2o 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, 19 Jun 2015 16:50:55 -0000 Author: amdmi3 Date: Fri Jun 19 16:50:54 2015 New Revision: 390134 URL: https://svnweb.freebsd.org/changeset/ports/390134 Log: - Revert r388419 unbreaking the build PR: 200685 Submitted by: dch@skunkwerks.at (maintainer) Approved by: ports-secteam (build fix blanket) Modified: branches/2015Q2/www/h2o/Makefile Modified: branches/2015Q2/www/h2o/Makefile ============================================================================== --- branches/2015Q2/www/h2o/Makefile Fri Jun 19 16:42:36 2015 (r390133) +++ branches/2015Q2/www/h2o/Makefile Fri Jun 19 16:50:54 2015 (r390134) @@ -19,8 +19,7 @@ GH_TAGNAME= v1.0.1 GH_COMMIT= c28f39e MAKE_JOBS_UNSAFE= yes -USES= cmake:outsource compiler:c11 shebangfix -SHEBANG_FILES= share/h2o/start_server +USES= cmake:outsource compiler:c11 USE_OPENSSL= yes From owner-svn-ports-branches@FreeBSD.ORG Sat Jun 20 00:29:53 2015 Return-Path: Delivered-To: svn-ports-branches@hub.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 6058E6CB; Sat, 20 Jun 2015 00:29:53 +0000 (UTC) (envelope-from delphij@FreeBSD.org) 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 35DCE186; Sat, 20 Jun 2015 00:29:53 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5K0TrjQ057764; Sat, 20 Jun 2015 00:29:53 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5K0TqK3057757; Sat, 20 Jun 2015 00:29:52 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506200029.t5K0TqK3057757@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sat, 20 Jun 2015 00:29:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r390146 - branches/2015Q2/security/clamav 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, 20 Jun 2015 00:29:53 -0000 Author: delphij Date: Sat Jun 20 00:29:51 2015 New Revision: 390146 URL: https://svnweb.freebsd.org/changeset/ports/390146 Log: MFH: r385425 Update to 0.98.7 Requested by: garga Approved by: ports-secteam@ Modified: branches/2015Q2/security/clamav/Makefile branches/2015Q2/security/clamav/distinfo branches/2015Q2/security/clamav/pkg-plist Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/security/clamav/Makefile ============================================================================== --- branches/2015Q2/security/clamav/Makefile Fri Jun 19 23:50:22 2015 (r390145) +++ branches/2015Q2/security/clamav/Makefile Sat Jun 20 00:29:51 2015 (r390146) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clamav -PORTVERSION= 0.98.6 +PORTVERSION= 0.98.7 CATEGORIES= security MASTER_SITES= SF Modified: branches/2015Q2/security/clamav/distinfo ============================================================================== --- branches/2015Q2/security/clamav/distinfo Fri Jun 19 23:50:22 2015 (r390145) +++ branches/2015Q2/security/clamav/distinfo Sat Jun 20 00:29:51 2015 (r390146) @@ -1,2 +1,2 @@ -SHA256 (clamav-0.98.6.tar.gz) = 6591245d55445a2ddcc1700964c33b8bf62fe20c75bd9c7746f4fe0735502951 -SIZE (clamav-0.98.6.tar.gz) = 15148292 +SHA256 (clamav-0.98.7.tar.gz) = 282417b707740de13cd8f18d4cbca9ddd181cf96b444db2cad98913a5153e272 +SIZE (clamav-0.98.7.tar.gz) = 15118851 Modified: branches/2015Q2/security/clamav/pkg-plist ============================================================================== --- branches/2015Q2/security/clamav/pkg-plist Fri Jun 19 23:50:22 2015 (r390145) +++ branches/2015Q2/security/clamav/pkg-plist Sat Jun 20 00:29:51 2015 (r390146) @@ -13,13 +13,13 @@ include/clamav.h include/clamav-config.h lib/libclamav.so lib/libclamav.so.6 -lib/libclamav.so.6.1.25 +lib/libclamav.so.6.1.26 %%UNRAR%%lib/libclamunrar.so %%UNRAR%%lib/libclamunrar.so.6 -%%UNRAR%%lib/libclamunrar.so.6.1.25 +%%UNRAR%%lib/libclamunrar.so.6.1.26 %%UNRAR%%lib/libclamunrar_iface.so %%UNRAR%%lib/libclamunrar_iface.so.6 -%%UNRAR%%lib/libclamunrar_iface.so.6.1.25 +%%UNRAR%%lib/libclamunrar_iface.so.6.1.26 libdata/pkgconfig/libclamav.pc man/man1/clambc.1.gz man/man1/clamconf.1.gz