From owner-svn-ports-head@FreeBSD.ORG Sun May 17 06:30:29 2015 Return-Path: Delivered-To: svn-ports-head@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 6895762F; Sun, 17 May 2015 06:30:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 583151872; Sun, 17 May 2015 06:30:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4H6UTHY081400; Sun, 17 May 2015 06:30:29 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4H6USqo081395; Sun, 17 May 2015 06:30:28 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201505170630.t4H6USqo081395@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 17 May 2015 06:30:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386582 - in head/net-im/mikutter: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 06:30:29 -0000 Author: tota Date: Sun May 17 06:30:28 2015 New Revision: 386582 URL: https://svnweb.freebsd.org/changeset/ports/386582 Log: - Update to 3.2.3 - Regenerate patch file with 'make makepatch' - Use USES=shebangfix instead of RUBY_SHEBANG_FILES - Remove RUBY_REQUIRE Modified: head/net-im/mikutter/Makefile head/net-im/mikutter/distinfo head/net-im/mikutter/files/patch-mikutter.rb Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Sat May 16 23:29:11 2015 (r386581) +++ head/net-im/mikutter/Makefile Sun May 17 06:30:28 2015 (r386582) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 3.2.2 +PORTVERSION= 3.2.3 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL/tota/${PORTNAME} @@ -14,7 +14,7 @@ COMMENT= Simple, powerful, and moeful Tw LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-gtk2>=2.2.0:${PORTSDIR}/x11-toolkits/rubygem-gtk2 \ +RUN_DEPENDS= rubygem-gtk2>=2.2.5:${PORTSDIR}/x11-toolkits/rubygem-gtk2 \ rubygem-cairo>=1.12.9:${PORTSDIR}/graphics/rubygem-cairo \ rubygem-addressable>=2.3.6:${PORTSDIR}/www/rubygem-addressable \ rubygem-hmac>=0.4.0:${PORTSDIR}/security/rubygem-hmac \ @@ -30,13 +30,13 @@ RUN_DEPENDS= rubygem-gtk2>=2.2.0:${PORTS WRKSRC= ${WRKDIR}/${PORTNAME} USE_RUBY= yes +USES= shebangfix NO_BUILD= yes -RUBY_REQUIRE= Ruby >= 200 -RUBY_SHEBANG_FILES= mikutter.rb \ - core/miku/miku.rb \ - core/lib/piapro.rb \ - devel/makechi.rb +SHEBANG_FILES= mikutter.rb \ + core/miku/miku.rb \ + core/lib/piapro.rb \ + devel/makechi.rb PORTDOCS= README SUB_FILES= mikutter.desktop @@ -50,11 +50,7 @@ NOTIFY_DESC= notify-send support OPTIONS_DEFAULT= ${OPTIONS_DEFINE} -.include - -.if !defined(RUBY_PROVIDED) -IGNORE= requires Ruby 2.0.0 or later -.endif +.include HTTPCLIENT_RUN_DEPENDS= rubygem-httpclient>=0:${PORTSDIR}/www/rubygem-httpclient NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify @@ -78,4 +74,4 @@ x-generate-plist: stage ${FIND} ${STAGEDIR}${RUBY_SITELIBDIR}/mikutter -type f | ${SORT} | ${SED} -e 's,${STAGEDIR}${RUBY_SITELIBDIR},%%RUBY_SITELIBDIR%%,' >> pkg-plist.new ${ECHO} share/applications/mikutter.desktop >> pkg-plist.new -.include +.include Modified: head/net-im/mikutter/distinfo ============================================================================== --- head/net-im/mikutter/distinfo Sat May 16 23:29:11 2015 (r386581) +++ head/net-im/mikutter/distinfo Sun May 17 06:30:28 2015 (r386582) @@ -1,2 +1,2 @@ -SHA256 (mikutter.3.2.2.tar.gz) = 4a8b24a357ccd3132688f7ee97efb909a03a9b78976b19f92e3f50f56dd887ad -SIZE (mikutter.3.2.2.tar.gz) = 2575294 +SHA256 (mikutter.3.2.3.tar.gz) = 7e4337d38a4a778dc001c5d9a315ef3f9646eec3c386e9686abc7f58a9e5f8f5 +SIZE (mikutter.3.2.3.tar.gz) = 2575579 Modified: head/net-im/mikutter/files/patch-mikutter.rb ============================================================================== --- head/net-im/mikutter/files/patch-mikutter.rb Sat May 16 23:29:11 2015 (r386581) +++ head/net-im/mikutter/files/patch-mikutter.rb Sun May 17 06:30:28 2015 (r386582) @@ -1,11 +1,11 @@ ---- mikutter.rb.orig 2013-06-12 02:55:23.699616516 +0000 -+++ mikutter.rb 2013-06-12 02:58:14.554656063 +0000 -@@ -11,7 +11,7 @@ - You should have received a copy of the GNU General Public License along with this program. If not, see . +--- mikutter.rb.orig 2015-05-14 01:40:33 UTC ++++ mikutter.rb +@@ -9,7 +9,7 @@ This software is released under the MIT + http://opensource.org/licenses/mit-license.php =end -mikutter_directory = File.expand_path(File.dirname(__FILE__)) +mikutter_directory = '%%RUBY_SITELIBDIR%%/mikutter' - begin - ENV['BUNDLE_GEMFILE'] = File.expand_path(File.join(File.dirname($0), "Gemfile")) + unless ENV['DISABLE_BUNDLER_SETUP'] + begin From owner-svn-ports-head@FreeBSD.ORG Sun May 17 07:24:57 2015 Return-Path: Delivered-To: svn-ports-head@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 B55E2A38; Sun, 17 May 2015 07:24:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 977421DBF; Sun, 17 May 2015 07:24:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4H7Ovbx007574; Sun, 17 May 2015 07:24:57 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4H7OuBM007571; Sun, 17 May 2015 07:24:56 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201505170724.t4H7OuBM007571@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 17 May 2015 07:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386583 - in head/textproc/p5-xmltv: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 07:24:57 -0000 Author: riggs Date: Sun May 17 07:24:56 2015 New Revision: 386583 URL: https://svnweb.freebsd.org/changeset/ports/386583 Log: - Fix runtime issue: The web site from which North American data is obtained has changed - Bump PORTREVISION - Pet portlint PR: 197667 Submitted by: fbsd@opal.com MFH: 2015Q2 Added: head/textproc/p5-xmltv/files/patch-grab-na_dd-tv_grab_na_dd.in (contents, props changed) Modified: head/textproc/p5-xmltv/Makefile head/textproc/p5-xmltv/files/patch-Makefile.PL Modified: head/textproc/p5-xmltv/Makefile ============================================================================== --- head/textproc/p5-xmltv/Makefile Sun May 17 06:30:28 2015 (r386582) +++ head/textproc/p5-xmltv/Makefile Sun May 17 07:24:56 2015 (r386583) @@ -3,7 +3,7 @@ PORTNAME= xmltv PORTVERSION= 0.5.65 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= SF PKGNAMEPREFIX= p5- Modified: head/textproc/p5-xmltv/files/patch-Makefile.PL ============================================================================== --- head/textproc/p5-xmltv/files/patch-Makefile.PL Sun May 17 06:30:28 2015 (r386582) +++ head/textproc/p5-xmltv/files/patch-Makefile.PL Sun May 17 07:24:56 2015 (r386583) @@ -1,6 +1,6 @@ ---- ./Makefile.PL.orig 2014-07-27 08:07:00.036965435 +0100 -+++ ./Makefile.PL 2014-07-27 08:05:30.848965659 +0100 -@@ -1031,14 +1031,14 @@ +--- Makefile.PL.orig 2014-05-09 04:07:13 UTC ++++ Makefile.PL +@@ -1031,14 +1031,14 @@ END # Guess a default value for {install} based on whether # prerequisites were found. # @@ -17,7 +17,7 @@ # Need to set {install} for each component by prompting. foreach my $info (@opt_components) { my $missing = $info->{missing}; -@@ -1067,8 +1067,8 @@ +@@ -1067,8 +1067,8 @@ END die; } @@ -28,7 +28,7 @@ } } } -@@ -1272,8 +1272,8 @@ +@@ -1272,8 +1272,8 @@ END } # Remove existing non-working 'uninstall' target. Added: head/textproc/p5-xmltv/files/patch-grab-na_dd-tv_grab_na_dd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-xmltv/files/patch-grab-na_dd-tv_grab_na_dd.in Sun May 17 07:24:56 2015 (r386583) @@ -0,0 +1,13 @@ +--- grab/na_dd/tv_grab_na_dd.in.orig 2012-09-24 04:37:54 UTC ++++ grab/na_dd/tv_grab_na_dd.in +@@ -716,8 +716,8 @@ else + return "$dd_user" => "$local_pass"; + } + +- my $dd_service='http://docs.tms.tribune.com/tech/tmsdatadirect/schedulesdirect/tvDataDelivery.wsdl'; +- $dd_service='http://docs.tms.tribune.com/tech/tmsdatadirect/schedulesdirect/stage/tvDataDelivery.wsdl' if $opt_beta_data; ++ my $dd_service='http://dd.schedulesdirect.org/tech/tmsdatadirect/schedulesdirect/tvDataDelivery.wsdl'; ++ $dd_service='http://dd.schedulesdirect.org/tech/tmsdatadirect/schedulesdirect/stage/tvDataDelivery.wsdl' if $opt_beta_data; + + my $proxy='http://localhost/'; + if (exists $ENV{HTTP_PROXY}) From owner-svn-ports-head@FreeBSD.ORG Sun May 17 07:25:50 2015 Return-Path: Delivered-To: svn-ports-head@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 61FDDB41; Sun, 17 May 2015 07:25:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 515FA1DCD; Sun, 17 May 2015 07:25:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4H7Pojb007852; Sun, 17 May 2015 07:25:50 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4H7PnYF007849; Sun, 17 May 2015 07:25:49 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201505170725.t4H7PnYF007849@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sun, 17 May 2015 07:25:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386584 - head/mail/dovecot2-pigeonhole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 07:25:50 -0000 Author: bofh Date: Sun May 17 07:25:49 2015 New Revision: 386584 URL: https://svnweb.freebsd.org/changeset/ports/386584 Log: mail/dovecot2-pigeonhole: Update version 0.4.7=>0.4.8 - Add OPTIONS for DOCS PR: 200226 Submitted by: ler@lerctr.org Modified: head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2-pigeonhole/distinfo Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Sun May 17 07:24:56 2015 (r386583) +++ head/mail/dovecot2-pigeonhole/Makefile Sun May 17 07:25:49 2015 (r386584) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.7 -PORTREVISION= 2 +PORTVERSION= 0.4.8 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} @@ -29,7 +28,8 @@ USES= libtool USE_LDCONFIG= ${PREFIX}/lib/dovecot USE_OPENSSL= yes -PORTDOCS= doc/extensions/* doc/plugins/* doc/rfc/* +OPTIONS_DEFINE= DOCS +PORTDOCS= sieve/extensions/* sieve/plugins/* sieve/locations/* post-patch: @${REINPLACE_CMD} -E '\ Modified: head/mail/dovecot2-pigeonhole/distinfo ============================================================================== --- head/mail/dovecot2-pigeonhole/distinfo Sun May 17 07:24:56 2015 (r386583) +++ head/mail/dovecot2-pigeonhole/distinfo Sun May 17 07:25:49 2015 (r386584) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2-pigeonhole-0.4.7.tar.gz) = 04a13ec11652cbff812519eacf4db7dda648ab5c4c5f63b43a437d1fb0cc8d2a -SIZE (dovecot-2.2-pigeonhole-0.4.7.tar.gz) = 1271959 +SHA256 (dovecot-2.2-pigeonhole-0.4.8.tar.gz) = d73c1c5a11cdfdcb58304a1c1272cce6c8e1868e3f61d393b3b8a725f3bf665b +SIZE (dovecot-2.2-pigeonhole-0.4.8.tar.gz) = 1567528 From owner-svn-ports-head@FreeBSD.ORG Sun May 17 07:42:34 2015 Return-Path: Delivered-To: svn-ports-head@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 6F85CEB9; Sun, 17 May 2015 07:42:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F0831F9B; Sun, 17 May 2015 07:42:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4H7gYft017156; Sun, 17 May 2015 07:42:34 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4H7gYJE017155; Sun, 17 May 2015 07:42:34 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505170742.t4H7gYJE017155@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 07:42:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386585 - head/www/c-icap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 07:42:34 -0000 Author: amdmi3 Date: Sun May 17 07:42:33 2015 New Revision: 386585 URL: https://svnweb.freebsd.org/changeset/ports/386585 Log: - Add CPE info Approved by: portmgr blanket Modified: head/www/c-icap/Makefile Modified: head/www/c-icap/Makefile ============================================================================== --- head/www/c-icap/Makefile Sun May 17 07:25:49 2015 (r386584) +++ head/www/c-icap/Makefile Sun May 17 07:42:33 2015 (r386585) @@ -16,7 +16,8 @@ LICENSE= LGPL21 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool +USES= cpe libtool +CPE_VENDOR= c-icap_project USE_LDCONFIG= yes USE_RC_SUBR= c-icap From owner-svn-ports-head@FreeBSD.ORG Sun May 17 07:54:21 2015 Return-Path: Delivered-To: svn-ports-head@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 996F89F; Sun, 17 May 2015 07:54:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 890951087; Sun, 17 May 2015 07:54:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4H7sL22022224; Sun, 17 May 2015 07:54:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4H7sLBW022223; Sun, 17 May 2015 07:54:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505170754.t4H7sLBW022223@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 07:54:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386586 - head/devel/cityhash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 07:54:21 -0000 Author: amdmi3 Date: Sun May 17 07:54:20 2015 New Revision: 386586 URL: https://svnweb.freebsd.org/changeset/ports/386586 Log: - Add CPE info - Add LICENSE_FILE Approved by: portmgr blanket Modified: head/devel/cityhash/Makefile Modified: head/devel/cityhash/Makefile ============================================================================== --- head/devel/cityhash/Makefile Sun May 17 07:42:33 2015 (r386585) +++ head/devel/cityhash/Makefile Sun May 17 07:54:20 2015 (r386586) @@ -11,8 +11,10 @@ MAINTAINER= vg@FreeBSD.org COMMENT= Family of hash functions LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool +USES= cpe libtool +CPE_VENDOR= google GNU_CONFIGURE= yes USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Sun May 17 08:09:46 2015 Return-Path: Delivered-To: svn-ports-head@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 A1F4126D; Sun, 17 May 2015 08:09:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F1F41197; Sun, 17 May 2015 08:09:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4H89kR1027858; Sun, 17 May 2015 08:09:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4H89kxO027857; Sun, 17 May 2015 08:09:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505170809.t4H89kxO027857@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 08:09:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386587 - head/net/libproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 08:09:46 -0000 Author: amdmi3 Date: Sun May 17 08:09:45 2015 New Revision: 386587 URL: https://svnweb.freebsd.org/changeset/ports/386587 Log: - Add CPE info Approved by: portmgr blanket Modified: head/net/libproxy/Makefile Modified: head/net/libproxy/Makefile ============================================================================== --- head/net/libproxy/Makefile Sun May 17 07:54:20 2015 (r386586) +++ head/net/libproxy/Makefile Sun May 17 08:09:45 2015 (r386587) @@ -11,7 +11,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= gnome@FreeBSD.org COMMENT?= Library that provides automatic proxy configuration management -USES+= cmake +USES+= cmake cpe +CPE_VENDOR= libproxy_project PLIST_SUB+= VERSION=${PORTVERSION} From owner-svn-ports-head@FreeBSD.ORG Sun May 17 08:33:07 2015 Return-Path: Delivered-To: svn-ports-head@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 12CAB74B; Sun, 17 May 2015 08:33:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01BEE1473; Sun, 17 May 2015 08:33:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4H8X60Q041620; Sun, 17 May 2015 08:33:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4H8X6on041619; Sun, 17 May 2015 08:33:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505170833.t4H8X6on041619@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 08:33:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386588 - head/devel/dbus-glib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 08:33:07 -0000 Author: amdmi3 Date: Sun May 17 08:33:06 2015 New Revision: 386588 URL: https://svnweb.freebsd.org/changeset/ports/386588 Log: - Add CPE info Approved by: portmgr blanket Modified: head/devel/dbus-glib/Makefile Modified: head/devel/dbus-glib/Makefile ============================================================================== --- head/devel/dbus-glib/Makefile Sun May 17 08:09:45 2015 (r386587) +++ head/devel/dbus-glib/Makefile Sun May 17 08:33:06 2015 (r386588) @@ -12,7 +12,8 @@ COMMENT= GLib bindings for the D-BUS mes LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus GNU_CONFIGURE= yes -USES= gettext gmake libtool pathfix pkgconfig +USES= cpe gettext gmake libtool pathfix pkgconfig +CPE_VENDOR= freedesktop USE_GNOME= glib20 USE_LDCONFIG= yes CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \ From owner-svn-ports-head@FreeBSD.ORG Sun May 17 09:13:25 2015 Return-Path: Delivered-To: svn-ports-head@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 91F50A14; Sun, 17 May 2015 09:13:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D95F17B6; Sun, 17 May 2015 09:13:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4H9DPq7060871; Sun, 17 May 2015 09:13:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4H9DPYn060870; Sun, 17 May 2015 09:13:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505170913.t4H9DPYn060870@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 09:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386589 - head/devel/cgit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 09:13:25 -0000 Author: amdmi3 Date: Sun May 17 09:13:24 2015 New Revision: 386589 URL: https://svnweb.freebsd.org/changeset/ports/386589 Log: - Add CPE info Approved by: portmgr blanket Modified: head/devel/cgit/Makefile Modified: head/devel/cgit/Makefile ============================================================================== --- head/devel/cgit/Makefile Sun May 17 08:33:06 2015 (r386588) +++ head/devel/cgit/Makefile Sun May 17 09:13:24 2015 (r386589) @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING PROJECTHOST= git-core GIT_VERSION= 2.3.3 -USES= gmake iconv shebangfix tar:xz +USES= cpe gmake iconv shebangfix tar:xz +CPE_VENDOR= lars_hjemli SHEBANG_FILES= filters/html-converters/resources/markdown.pl CFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@FreeBSD.ORG Sun May 17 09:16:14 2015 Return-Path: Delivered-To: svn-ports-head@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 6D7CBB0A; Sun, 17 May 2015 09:16:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5BBB417CC; Sun, 17 May 2015 09:16:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4H9GE4g061324; Sun, 17 May 2015 09:16:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4H9GEs7061323; Sun, 17 May 2015 09:16:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505170916.t4H9GEs7061323@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 09:16:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386590 - head/sysutils/synergy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 09:16:14 -0000 Author: amdmi3 Date: Sun May 17 09:16:13 2015 New Revision: 386590 URL: https://svnweb.freebsd.org/changeset/ports/386590 Log: - Add CPE info Approved by: portmgr blanket Modified: head/sysutils/synergy/Makefile Modified: head/sysutils/synergy/Makefile ============================================================================== --- head/sysutils/synergy/Makefile Sun May 17 09:13:24 2015 (r386589) +++ head/sysutils/synergy/Makefile Sun May 17 09:16:13 2015 (r386590) @@ -13,7 +13,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}${DISTVERSIONSUFFIX} -USES= cmake +USES= cmake cpe +CPE_VENDOR= synergy-foss USE_XORG= ice xtst x11 sm LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl From owner-svn-ports-head@FreeBSD.ORG Sun May 17 10:06:11 2015 Return-Path: Delivered-To: svn-ports-head@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 486DFEF6; Sun, 17 May 2015 10:06:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C3A31C88; Sun, 17 May 2015 10:06:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HA6AvL085275; Sun, 17 May 2015 10:06:10 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HA6Am3085274; Sun, 17 May 2015 10:06:10 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201505171006.t4HA6Am3085274@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Sun, 17 May 2015 10:06:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386591 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 10:06:11 -0000 Author: nox Date: Sun May 17 10:06:10 2015 New Revision: 386591 URL: https://svnweb.freebsd.org/changeset/ports/386591 Log: Document qemu "VENOM" vulnerability - CVE-2015-3456 PR: 200255 PR: 200256 PR: 200257 Submitted by: venture37@geeklan.co.uk Security: http://vuxml.FreeBSD.org/freebsd/2780e442-fc59-11e4-b18b-6805ca1d3bb1.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun May 17 09:16:13 2015 (r386590) +++ head/security/vuxml/vuln.xml Sun May 17 10:06:10 2015 (r386591) @@ -57,6 +57,50 @@ Notes: --> + + qemu -- possible VM escape and code execution ("VENOM") + + + qemu + qemu-devel + 0.11.1_19 + 0.122.3.0_1 + + + qemu-sbruno + 2.3.50.g20150501_1 + + + + +

Jason Geffner, CrowdStrike Senior Security Researcher reports:

+
+

VENOM, CVE-2015-3456, is a security vulnerability in + the virtual floppy drive code used by many computer + virtualization platforms. This vulnerability may allow + an attacker to escape from the confines of an affected + virtual machine (VM) guest and potentially obtain + code-execution access to the host. Absent mitigation, + this VM escape could open access to the host system and + all other VMs running on that host, potentially giving + adversaries significant elevated access to the host's + local network and adjacent systems.

+
+ +
+ + CVE-2015-3456 + 200255 + 200256 + 200257 + http://venom.crowdstrike.com/ + + + 2015-04-29 + 2015-05-17 + +
+ Quassel IRC -- SQL injection vulnerability From owner-svn-ports-head@FreeBSD.ORG Sun May 17 10:06:26 2015 Return-Path: Delivered-To: svn-ports-head@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 E8663FE0; Sun, 17 May 2015 10:06:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5DE21C91; Sun, 17 May 2015 10:06:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HA6Qj4085441; Sun, 17 May 2015 10:06:26 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HA6QnW085439; Sun, 17 May 2015 10:06:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171006.t4HA6QnW085439@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 10:06:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386592 - head/sysutils/ipmitool X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 10:06:27 -0000 Author: amdmi3 Date: Sun May 17 10:06:25 2015 New Revision: 386592 URL: https://svnweb.freebsd.org/changeset/ports/386592 Log: - Add CPE info - Fix WWW: Approved by: portmgr blanket Modified: head/sysutils/ipmitool/Makefile head/sysutils/ipmitool/pkg-descr Modified: head/sysutils/ipmitool/Makefile ============================================================================== --- head/sysutils/ipmitool/Makefile Sun May 17 10:06:10 2015 (r386591) +++ head/sysutils/ipmitool/Makefile Sun May 17 10:06:25 2015 (r386592) @@ -13,7 +13,8 @@ COMMENT= CLI to manage IPMI systems LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= tar:bzip2 gmake readline +USES= cpe tar:bzip2 gmake readline +CPE_VENDOR= sun USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-intf-lan --enable-intf-lanplus \ Modified: head/sysutils/ipmitool/pkg-descr ============================================================================== --- head/sysutils/ipmitool/pkg-descr Sun May 17 10:06:10 2015 (r386591) +++ head/sysutils/ipmitool/pkg-descr Sun May 17 10:06:25 2015 (r386592) @@ -10,4 +10,4 @@ FreeBSD has OpenIPMI-compatible ipmi(4) operations in the base system starting from 6.2 release. On older systems sysutils/ipmi-kmod port is available. -WWW: http://ipmitool.sourceforge.net/ +WWW: http://sourceforge.net/projects/ipmitool/ From owner-svn-ports-head@FreeBSD.ORG Sun May 17 10:09:39 2015 Return-Path: Delivered-To: svn-ports-head@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 55D0A16E; Sun, 17 May 2015 10:09:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 366FC1CA7; Sun, 17 May 2015 10:09:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HA9dqs086044; Sun, 17 May 2015 10:09:39 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HA9bSJ086032; Sun, 17 May 2015 10:09:37 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201505171009.t4HA9bSJ086032@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Sun, 17 May 2015 10:09:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386593 - in head/emulators: qemu qemu-devel qemu-devel/files qemu-sbruno qemu-sbruno/files qemu/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 10:09:39 -0000 Author: nox Date: Sun May 17 10:09:36 2015 New Revision: 386593 URL: https://svnweb.freebsd.org/changeset/ports/386593 Log: - Apply fixes for "BENOM" vulnerability - CVE-2015-3456 . - Bump PORTREVISIONs. PR: 200255 PR: 200256 PR: 200257 Submitted by: venture37@geeklan.co.uk Obtained from: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=e907746266721f305d67bc0718795fedee2e824c Security: http://vuxml.FreeBSD.org/freebsd/2780e442-fc59-11e4-b18b-6805ca1d3bb1.html Added: head/emulators/qemu-devel/files/patch-CVE-2015-3456 (contents, props changed) head/emulators/qemu-sbruno/files/patch-CVE-2015-3456 (contents, props changed) head/emulators/qemu/files/patch-CVE-2015-3456 (contents, props changed) Modified: head/emulators/qemu-devel/Makefile head/emulators/qemu-sbruno/Makefile head/emulators/qemu/Makefile Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Sun May 17 10:06:25 2015 (r386592) +++ head/emulators/qemu-devel/Makefile Sun May 17 10:09:36 2015 (r386593) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot Added: head/emulators/qemu-devel/files/patch-CVE-2015-3456 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/qemu-devel/files/patch-CVE-2015-3456 Sun May 17 10:09:36 2015 (r386593) @@ -0,0 +1,84 @@ +From e907746266721f305d67bc0718795fedee2e824c Mon Sep 17 00:00:00 2001 +From: Petr Matousek +Date: Wed, 6 May 2015 09:48:59 +0200 +Subject: [PATCH] fdc: force the fifo access to be in bounds of the allocated buffer + +During processing of certain commands such as FD_CMD_READ_ID and +FD_CMD_DRIVE_SPECIFICATION_COMMAND the fifo memory access could +get out of bounds leading to memory corruption with values coming +from the guest. + +Fix this by making sure that the index is always bounded by the +allocated memory. + +This is CVE-2015-3456. + +Signed-off-by: Petr Matousek +Reviewed-by: John Snow +Signed-off-by: John Snow +--- + hw/block/fdc.c | 17 +++++++++++------ + 1 files changed, 11 insertions(+), 6 deletions(-) + +diff --git a/hw/block/fdc.c b/hw/block/fdc.c +index f72a392..d8a8edd 100644 +--- a/hw/block/fdc.c ++++ b/hw/block/fdc.c +@@ -1497,7 +1497,7 @@ static uint32_t fdctrl_read_data(FDCtrl *fdctrl) + { + FDrive *cur_drv; + uint32_t retval = 0; +- int pos; ++ uint32_t pos; + + cur_drv = get_cur_drv(fdctrl); + fdctrl->dsr &= ~FD_DSR_PWRDOWN; +@@ -1506,8 +1506,8 @@ static uint32_t fdctrl_read_data(FDCtrl *fdctrl) + return 0; + } + pos = fdctrl->data_pos; ++ pos %= FD_SECTOR_LEN; + if (fdctrl->msr & FD_MSR_NONDMA) { +- pos %= FD_SECTOR_LEN; + if (pos == 0) { + if (fdctrl->data_pos != 0) + if (!fdctrl_seek_to_next_sect(fdctrl, cur_drv)) { +@@ -1852,10 +1852,13 @@ static void fdctrl_handle_option(FDCtrl *fdctrl, int direction) + static void fdctrl_handle_drive_specification_command(FDCtrl *fdctrl, int direction) + { + FDrive *cur_drv = get_cur_drv(fdctrl); ++ uint32_t pos; + +- if (fdctrl->fifo[fdctrl->data_pos - 1] & 0x80) { ++ pos = fdctrl->data_pos - 1; ++ pos %= FD_SECTOR_LEN; ++ if (fdctrl->fifo[pos] & 0x80) { + /* Command parameters done */ +- if (fdctrl->fifo[fdctrl->data_pos - 1] & 0x40) { ++ if (fdctrl->fifo[pos] & 0x40) { + fdctrl->fifo[0] = fdctrl->fifo[1]; + fdctrl->fifo[2] = 0; + fdctrl->fifo[3] = 0; +@@ -1955,7 +1958,7 @@ static uint8_t command_to_handler[256]; + static void fdctrl_write_data(FDCtrl *fdctrl, uint32_t value) + { + FDrive *cur_drv; +- int pos; ++ uint32_t pos; + + /* Reset mode */ + if (!(fdctrl->dor & FD_DOR_nRESET)) { +@@ -2004,7 +2007,9 @@ static void fdctrl_write_data(FDCtrl *fdctrl, uint32_t value) + } + + FLOPPY_DPRINTF("%s: %02x\n", __func__, value); +- fdctrl->fifo[fdctrl->data_pos++] = value; ++ pos = fdctrl->data_pos++; ++ pos %= FD_SECTOR_LEN; ++ fdctrl->fifo[pos] = value; + if (fdctrl->data_pos == fdctrl->data_len) { + /* We now have all parameters + * and will be able to treat the command +-- +1.7.0.4 + Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Sun May 17 10:06:25 2015 (r386592) +++ head/emulators/qemu-sbruno/Makefile Sun May 17 10:09:36 2015 (r386593) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.3.50.g20150501 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox \ Added: head/emulators/qemu-sbruno/files/patch-CVE-2015-3456 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/qemu-sbruno/files/patch-CVE-2015-3456 Sun May 17 10:09:36 2015 (r386593) @@ -0,0 +1,84 @@ +From e907746266721f305d67bc0718795fedee2e824c Mon Sep 17 00:00:00 2001 +From: Petr Matousek +Date: Wed, 6 May 2015 09:48:59 +0200 +Subject: [PATCH] fdc: force the fifo access to be in bounds of the allocated buffer + +During processing of certain commands such as FD_CMD_READ_ID and +FD_CMD_DRIVE_SPECIFICATION_COMMAND the fifo memory access could +get out of bounds leading to memory corruption with values coming +from the guest. + +Fix this by making sure that the index is always bounded by the +allocated memory. + +This is CVE-2015-3456. + +Signed-off-by: Petr Matousek +Reviewed-by: John Snow +Signed-off-by: John Snow +--- + hw/block/fdc.c | 17 +++++++++++------ + 1 files changed, 11 insertions(+), 6 deletions(-) + +diff --git a/hw/block/fdc.c b/hw/block/fdc.c +index f72a392..d8a8edd 100644 +--- a/hw/block/fdc.c ++++ b/hw/block/fdc.c +@@ -1497,7 +1497,7 @@ static uint32_t fdctrl_read_data(FDCtrl *fdctrl) + { + FDrive *cur_drv; + uint32_t retval = 0; +- int pos; ++ uint32_t pos; + + cur_drv = get_cur_drv(fdctrl); + fdctrl->dsr &= ~FD_DSR_PWRDOWN; +@@ -1506,8 +1506,8 @@ static uint32_t fdctrl_read_data(FDCtrl *fdctrl) + return 0; + } + pos = fdctrl->data_pos; ++ pos %= FD_SECTOR_LEN; + if (fdctrl->msr & FD_MSR_NONDMA) { +- pos %= FD_SECTOR_LEN; + if (pos == 0) { + if (fdctrl->data_pos != 0) + if (!fdctrl_seek_to_next_sect(fdctrl, cur_drv)) { +@@ -1852,10 +1852,13 @@ static void fdctrl_handle_option(FDCtrl *fdctrl, int direction) + static void fdctrl_handle_drive_specification_command(FDCtrl *fdctrl, int direction) + { + FDrive *cur_drv = get_cur_drv(fdctrl); ++ uint32_t pos; + +- if (fdctrl->fifo[fdctrl->data_pos - 1] & 0x80) { ++ pos = fdctrl->data_pos - 1; ++ pos %= FD_SECTOR_LEN; ++ if (fdctrl->fifo[pos] & 0x80) { + /* Command parameters done */ +- if (fdctrl->fifo[fdctrl->data_pos - 1] & 0x40) { ++ if (fdctrl->fifo[pos] & 0x40) { + fdctrl->fifo[0] = fdctrl->fifo[1]; + fdctrl->fifo[2] = 0; + fdctrl->fifo[3] = 0; +@@ -1955,7 +1958,7 @@ static uint8_t command_to_handler[256]; + static void fdctrl_write_data(FDCtrl *fdctrl, uint32_t value) + { + FDrive *cur_drv; +- int pos; ++ uint32_t pos; + + /* Reset mode */ + if (!(fdctrl->dor & FD_DOR_nRESET)) { +@@ -2004,7 +2007,9 @@ static void fdctrl_write_data(FDCtrl *fdctrl, uint32_t value) + } + + FLOPPY_DPRINTF("%s: %02x\n", __func__, value); +- fdctrl->fifo[fdctrl->data_pos++] = value; ++ pos = fdctrl->data_pos++; ++ pos %= FD_SECTOR_LEN; ++ fdctrl->fifo[pos] = value; + if (fdctrl->data_pos == fdctrl->data_len) { + /* We now have all parameters + * and will be able to treat the command +-- +1.7.0.4 + Modified: head/emulators/qemu/Makefile ============================================================================== --- head/emulators/qemu/Makefile Sun May 17 10:06:25 2015 (r386592) +++ head/emulators/qemu/Makefile Sun May 17 10:09:36 2015 (r386593) @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 0.11.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= emulators MASTER_SITES= SAVANNAH \ http://bellard.org/qemu/ Added: head/emulators/qemu/files/patch-CVE-2015-3456 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/qemu/files/patch-CVE-2015-3456 Sun May 17 10:09:36 2015 (r386593) @@ -0,0 +1,44 @@ +--- a/hw/fdc.c ++++ b/hw/fdc.c +@@ -1324,7 +1324,7 @@ static uint32_t fdctrl_read_data (fdctrl + { + fdrive_t *cur_drv; + uint32_t retval = 0; +- int pos; ++ uint32_t pos; + + cur_drv = get_cur_drv(fdctrl); + fdctrl->dsr &= ~FD_DSR_PWRDOWN; +@@ -1333,8 +1333,8 @@ static uint32_t fdctrl_read_data (fdctrl + return 0; + } + pos = fdctrl->data_pos; ++ pos %= FD_SECTOR_LEN; + if (fdctrl->msr & FD_MSR_NONDMA) { +- pos %= FD_SECTOR_LEN; + if (pos == 0) { + if (fdctrl->data_pos != 0) + if (!fdctrl_seek_to_next_sect(fdctrl, cur_drv)) { +@@ -1680,8 +1680,11 @@ static void fdctrl_handle_option (fdctrl + static void fdctrl_handle_drive_specification_command (fdctrl_t *fdctrl, int direction) + { + fdrive_t *cur_drv = get_cur_drv(fdctrl); ++ uint32_t pos; ++ ++ pos = fdctrl->data_pos - 1; ++ pos %= FD_SECTOR_LEN; +- +- if (fdctrl->fifo[fdctrl->data_pos - 1] & 0x80) { ++ if (fdctrl->fifo[pos] & 0x80) { + /* Command parameters done */ + if (fdctrl->fifo[fdctrl->data_pos - 1] & 0x40) { + fdctrl->fifo[0] = fdctrl->fifo[1]; +@@ -1778,7 +1782,7 @@ static uint8_t command_to_handler[256]; + static void fdctrl_write_data (fdctrl_t *fdctrl, uint32_t value) + { + fdrive_t *cur_drv; +- int pos; ++ uint32_t pos; + + /* Reset mode */ + if (!(fdctrl->dor & FD_DOR_nRESET)) { From owner-svn-ports-head@FreeBSD.ORG Sun May 17 10:29:45 2015 Return-Path: Delivered-To: svn-ports-head@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 612653F7; Sun, 17 May 2015 10:29:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40E1E1E51; Sun, 17 May 2015 10:29:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HATjY8096073; Sun, 17 May 2015 10:29:45 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HAThH5096065; Sun, 17 May 2015 10:29:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201505171029.t4HAThH5096065@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sun, 17 May 2015 10:29:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386595 - in head/devel: . gitflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 10:29:45 -0000 Author: mat Date: Sun May 17 10:29:43 2015 New Revision: 386595 URL: https://svnweb.freebsd.org/changeset/ports/386595 Log: Add gitflow, an AVH Edition of the git extensions to provide high-level repository operations for Vincent Driessen's branching model PR: 200093 Submitted by: nbari_dalmp_com Sponsored by: Absolight Added: head/devel/gitflow/ head/devel/gitflow/Makefile (contents, props changed) head/devel/gitflow/distinfo (contents, props changed) head/devel/gitflow/pkg-descr (contents, props changed) head/devel/gitflow/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun May 17 10:20:32 2015 (r386594) +++ head/devel/Makefile Sun May 17 10:29:43 2015 (r386595) @@ -564,6 +564,7 @@ SUBDIR += git-modes SUBDIR += git-review SUBDIR += git-subversion + SUBDIR += gitflow SUBDIR += gitg SUBDIR += gitg0 SUBDIR += gitinspector Added: head/devel/gitflow/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gitflow/Makefile Sun May 17 10:29:43 2015 (r386595) @@ -0,0 +1,28 @@ +# Created by: Nicolas Embriz +# $FreeBSD$ + +PORTNAME= gitflow +PORTVERSION= 1.8.0 +CATEGORIES= devel + +MAINTAINER= nbari@dalmp.com +COMMENT= Git extensions to provide high-level repository operations + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${LOCALBASE}/bin/getopt:${PORTSDIR}/misc/getopt + +USE_GITHUB= yes +GH_ACCOUNT= nbari + +OPTIONS_DEFINE= EXAMPLES + +USES= tar:bzip2 gmake + +NO_BUILD= yes +MAKE_ARGS= prefix=${STAGEDIR}${PREFIX} + +post-install: + ${MV} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} + +.include Added: head/devel/gitflow/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gitflow/distinfo Sun May 17 10:29:43 2015 (r386595) @@ -0,0 +1,2 @@ +SHA256 (nbari-gitflow-1.8.0_GH0.tar.bz2) = 8239131b8dac160d7e929eab376fa14de44a55cbd5c5545e0ad4464d3a57adef +SIZE (nbari-gitflow-1.8.0_GH0.tar.bz2) = 56304 Added: head/devel/gitflow/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gitflow/pkg-descr Sun May 17 10:29:43 2015 (r386595) @@ -0,0 +1,6 @@ +git-flow (AVH Edition) + +A collection of Git extensions to provide high-level repository operations +for Vincent Driessen's branching model. + +WWW: http://nvie.com/git-model Added: head/devel/gitflow/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/gitflow/pkg-plist Sun May 17 10:29:43 2015 (r386595) @@ -0,0 +1,48 @@ +bin/git-flow +bin/git-flow-config +bin/git-flow-feature +bin/git-flow-hotfix +bin/git-flow-init +bin/git-flow-log +bin/git-flow-release +bin/git-flow-support +bin/git-flow-version +bin/gitflow-common +bin/gitflow-shFlags +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-hotfix-finish-tag-message +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-hotfix-start-version +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-branch-tag-message +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-finish-tag-message +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/filter-flow-release-start-version +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-delete +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-finish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-publish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-pull +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-start +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-feature-track +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-delete +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-finish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-publish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-hotfix-start +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-branch +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-delete +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-finish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-publish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-start +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/post-flow-release-track +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-delete +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-finish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-publish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-pull +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-start +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-feature-track +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-delete +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-finish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-publish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-hotfix-start +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-branch +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-delete +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-finish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-publish +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-start +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hooks/pre-flow-release-track From owner-svn-ports-head@FreeBSD.ORG Sun May 17 10:35:06 2015 Return-Path: Delivered-To: svn-ports-head@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 95140572; Sun, 17 May 2015 10:35:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82A6B1F18; Sun, 17 May 2015 10:35:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HAZ6QE000581; Sun, 17 May 2015 10:35:06 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HAZ6Xo000578; Sun, 17 May 2015 10:35:06 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201505171035.t4HAZ6Xo000578@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sun, 17 May 2015 10:35:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386596 - head/devel/gitflow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 10:35:06 -0000 Author: mat Date: Sun May 17 10:35:05 2015 New Revision: 386596 URL: https://svnweb.freebsd.org/changeset/ports/386596 Log: Fix LICENSE, add LICENSE_FILE. Sponsored by: Absolight Modified: head/devel/gitflow/Makefile Modified: head/devel/gitflow/Makefile ============================================================================== --- head/devel/gitflow/Makefile Sun May 17 10:29:43 2015 (r386595) +++ head/devel/gitflow/Makefile Sun May 17 10:35:05 2015 (r386596) @@ -8,7 +8,8 @@ CATEGORIES= devel MAINTAINER= nbari@dalmp.com COMMENT= Git extensions to provide high-level repository operations -LICENSE= BSD3CLAUSE +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${LOCALBASE}/bin/getopt:${PORTSDIR}/misc/getopt From owner-svn-ports-head@FreeBSD.ORG Sun May 17 11:01:15 2015 Return-Path: Delivered-To: svn-ports-head@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 14EEC857; Sun, 17 May 2015 11:01:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00ABD114A; Sun, 17 May 2015 11:01:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HB1E5C014014; Sun, 17 May 2015 11:01:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HB1EdR014013; Sun, 17 May 2015 11:01:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171101.t4HB1EdR014013@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 11:01:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386597 - head/audio/opus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 11:01:15 -0000 Author: amdmi3 Date: Sun May 17 11:01:14 2015 New Revision: 386597 URL: https://svnweb.freebsd.org/changeset/ports/386597 Log: - Add CPE info - Add LICENSE Approved by: portmgr blanket Modified: head/audio/opus/Makefile Modified: head/audio/opus/Makefile ============================================================================== --- head/audio/opus/Makefile Sun May 17 10:35:05 2015 (r386596) +++ head/audio/opus/Makefile Sun May 17 11:01:14 2015 (r386597) @@ -10,7 +10,11 @@ MASTER_SITES= http://downloads.xiph.org/ MAINTAINER= naddy@FreeBSD.org COMMENT= IETF audio codec -USES= gmake libtool pathfix +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cpe gmake libtool pathfix +CPE_VENDOR= opus-codec USE_LDCONFIG= yes GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Sun May 17 11:07:25 2015 Return-Path: Delivered-To: svn-ports-head@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 7A5EC9A1; Sun, 17 May 2015 11:07:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DEA2121D; Sun, 17 May 2015 11:07:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HB7PZ4015383; Sun, 17 May 2015 11:07:25 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HB7Ofr015377; Sun, 17 May 2015 11:07:24 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201505171107.t4HB7Ofr015377@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 17 May 2015 11:07:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386598 - in head/devel: . ocaml-ipaddr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 11:07:25 -0000 Author: johans Date: Sun May 17 11:07:23 2015 New Revision: 386598 URL: https://svnweb.freebsd.org/changeset/ports/386598 Log: Add new port devel/ocaml-ipaddr A library for manipulation of IP (and MAC) address representations https://github.com/mirage/ocaml-ipaddr This module is required to update www/ocsigen Added: head/devel/ocaml-ipaddr/ head/devel/ocaml-ipaddr/Makefile (contents, props changed) head/devel/ocaml-ipaddr/distinfo (contents, props changed) head/devel/ocaml-ipaddr/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun May 17 11:01:14 2015 (r386597) +++ head/devel/Makefile Sun May 17 11:07:23 2015 (r386598) @@ -1405,6 +1405,7 @@ SUBDIR += ocaml-equeue SUBDIR += ocaml-extlib SUBDIR += ocaml-findlib + SUBDIR += ocaml-ipaddr SUBDIR += ocaml-lacaml SUBDIR += ocaml-lwt SUBDIR += ocaml-magic Added: head/devel/ocaml-ipaddr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ocaml-ipaddr/Makefile Sun May 17 11:07:23 2015 (r386598) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= ipaddr +PORTVERSION= 2.6.1 +CATEGORIES= devel +PKGNAMEPREFIX= ocaml- + +MAINTAINER= johans@FreeBSD.org +COMMENT= OCaml library for manipulation of IP address representations + +BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/sexplib/sexplib.a:${PORTSDIR}/devel/ocaml-sexplib +RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/sexplib/sexplib.a:${PORTSDIR}/devel/ocaml-sexplib + +USE_GITHUB= yes +GH_ACCOUNT= mirage +GH_PROJECT= ocaml-ipaddr + +USES= gmake +HAS_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes + +USE_OCAML= yes +USE_OCAML_FINDLIB= yes +USE_OCAML_CAMLP4= yes +USE_OCAMLFIND_PLIST= yes +USE_OCAML_LDCONFIG= yes + +do-configure: + cd ${WRKSRC}; ocaml setup.ml -configure ${CONFIGURE_ARGS} + +.include Added: head/devel/ocaml-ipaddr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ocaml-ipaddr/distinfo Sun May 17 11:07:23 2015 (r386598) @@ -0,0 +1,2 @@ +SHA256 (mirage-ocaml-ipaddr-2.6.1_GH0.tar.gz) = 7051013d8f58abff433187d70cd7ddd7a6b49a6fbe6cad1893f571f65b8ed3d0 +SIZE (mirage-ocaml-ipaddr-2.6.1_GH0.tar.gz) = 64458 Added: head/devel/ocaml-ipaddr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ocaml-ipaddr/pkg-descr Sun May 17 11:07:23 2015 (r386598) @@ -0,0 +1,2 @@ +ocaml-ipaddr +A library for manipulation of IP (and MAC) address representations. From owner-svn-ports-head@FreeBSD.ORG Sun May 17 11:12:07 2015 Return-Path: Delivered-To: svn-ports-head@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 9CAB6CCF; Sun, 17 May 2015 11:12:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A8D612FB; Sun, 17 May 2015 11:12:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HBC7Qg019632; Sun, 17 May 2015 11:12:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HBC7PQ019631; Sun, 17 May 2015 11:12:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171112.t4HBC7PQ019631@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 11:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386599 - head/audio/raul X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 11:12:07 -0000 Author: amdmi3 Date: Sun May 17 11:12:06 2015 New Revision: 386599 URL: https://svnweb.freebsd.org/changeset/ports/386599 Log: - Strip library Modified: head/audio/raul/Makefile Modified: head/audio/raul/Makefile ============================================================================== --- head/audio/raul/Makefile Sun May 17 11:07:23 2015 (r386598) +++ head/audio/raul/Makefile Sun May 17 11:12:06 2015 (r386599) @@ -3,7 +3,7 @@ PORTNAME= raul PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ @@ -25,6 +25,9 @@ CFLAGS+= -I${LOCALBASE}/include MAKE_ARGS= --verbose .endif +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libraul.so + post-patch: @${REINPLACE_CMD} -e \ "s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \ From owner-svn-ports-head@FreeBSD.ORG Sun May 17 11:18:07 2015 Return-Path: Delivered-To: svn-ports-head@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 044B9E1A; Sun, 17 May 2015 11:18:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5C3C1325; Sun, 17 May 2015 11:18:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HBI655020423; Sun, 17 May 2015 11:18:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HBI6EN020421; Sun, 17 May 2015 11:18:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171118.t4HBI6EN020421@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 11:18:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386600 - head/www/dalbum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 11:18:07 -0000 Author: amdmi3 Date: Sun May 17 11:18:05 2015 New Revision: 386600 URL: https://svnweb.freebsd.org/changeset/ports/386600 Log: - Add CPE info - Fix WWW: Approved by: portmgr blanket Modified: head/www/dalbum/Makefile head/www/dalbum/pkg-descr Modified: head/www/dalbum/Makefile ============================================================================== --- head/www/dalbum/Makefile Sun May 17 11:12:06 2015 (r386599) +++ head/www/dalbum/Makefile Sun May 17 11:18:05 2015 (r386600) @@ -13,6 +13,9 @@ COMMENT= Free, highly customizable PHP p RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +USES= cpe +CPE_VERSION= ${PORTVERSION:C/^([0-9])([0-9][0-9]).*/\1.\2/} +CPE_UPDATE= ${PORTVERSION:C/^.*\.//} USE_PHP= session pcre NO_BUILD= yes Modified: head/www/dalbum/pkg-descr ============================================================================== --- head/www/dalbum/pkg-descr Sun May 17 11:12:06 2015 (r386599) +++ head/www/dalbum/pkg-descr Sun May 17 11:18:05 2015 (r386600) @@ -3,4 +3,4 @@ and highly customizable at the same time slide shows, image comments, support for video and PDF files and many more. -WWW: http://www.dalbum.org +WWW: http://www.dalbum.org/ From owner-svn-ports-head@FreeBSD.ORG Sun May 17 11:39:53 2015 Return-Path: Delivered-To: svn-ports-head@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 96BE8192; Sun, 17 May 2015 11:39:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 842531586; Sun, 17 May 2015 11:39:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HBdrw3030125; Sun, 17 May 2015 11:39:53 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HBdrvm030124; Sun, 17 May 2015 11:39:53 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171139.t4HBdrvm030124@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 11:39:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386601 - head/devel/simgear X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 11:39:53 -0000 Author: amdmi3 Date: Sun May 17 11:39:52 2015 New Revision: 386601 URL: https://svnweb.freebsd.org/changeset/ports/386601 Log: - Add CPE info Approved by: portmgr blanket Modified: head/devel/simgear/Makefile Modified: head/devel/simgear/Makefile ============================================================================== --- head/devel/simgear/Makefile Sun May 17 11:18:05 2015 (r386600) +++ head/devel/simgear/Makefile Sun May 17 11:39:52 2015 (r386601) @@ -21,7 +21,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap USE_XORG= ice sm x11 xext xi xt xmu USE_GL= gl glu glut -USES= tar:bzip2 cmake compiler openal:al,alut +USES= cmake compiler cpe openal:al,alut tar:bzip2 .include From owner-svn-ports-head@FreeBSD.ORG Sun May 17 11:57:29 2015 Return-Path: Delivered-To: svn-ports-head@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 D076631A; Sun, 17 May 2015 11:57:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDE821719; Sun, 17 May 2015 11:57:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HBvTU9039419; Sun, 17 May 2015 11:57:29 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HBvTOd039418; Sun, 17 May 2015 11:57:29 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171157.t4HBvTOd039418@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 11:57:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386602 - head/audio/audacity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 11:57:29 -0000 Author: amdmi3 Date: Sun May 17 11:57:28 2015 New Revision: 386602 URL: https://svnweb.freebsd.org/changeset/ports/386602 Log: - Add CPE info - Add LICENSE_FILE Approved by: portmgr blanket Modified: head/audio/audacity/Makefile Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Sun May 17 11:39:52 2015 (r386601) +++ head/audio/audacity/Makefile Sun May 17 11:57:28 2015 (r386602) @@ -11,13 +11,14 @@ MAINTAINER= xxjack12xx@gmail.com COMMENT= GUI editor for digital audio waveforms LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile WRKSRC= ${WRKDIR}/${PORTNAME}-minsrc-${PORTVERSION} GNU_CONFIGURE= yes -USES= desktop-file-utils gettext gmake pkgconfig shared-mime-info \ +USES= cpe desktop-file-utils gettext gmake pkgconfig shared-mime-info \ tar:xz USE_WX= 2.8 WX_UNICODE= yes From owner-svn-ports-head@FreeBSD.ORG Sun May 17 12:08:10 2015 Return-Path: Delivered-To: svn-ports-head@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 D06C3615; Sun, 17 May 2015 12:08:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BDFD41822; Sun, 17 May 2015 12:08:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HC8Ah5044426; Sun, 17 May 2015 12:08:10 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HC8Aq5044425; Sun, 17 May 2015 12:08:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171208.t4HC8Aq5044425@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 12:08:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386603 - head/www/siteframe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 12:08:10 -0000 Author: amdmi3 Date: Sun May 17 12:08:09 2015 New Revision: 386603 URL: https://svnweb.freebsd.org/changeset/ports/386603 Log: - Drop @dirrm* from plist Modified: head/www/siteframe/pkg-plist Modified: head/www/siteframe/pkg-plist ============================================================================== --- head/www/siteframe/pkg-plist Sun May 17 11:57:28 2015 (r386602) +++ head/www/siteframe/pkg-plist Sun May 17 12:08:09 2015 (r386603) @@ -659,23 +659,3 @@ %%WWWDIR%%/user.php %%WWWDIR%%/users.php @owner -@dirrm %%WWWDIR%%/templates/widescreen -@dirrm %%WWWDIR%%/templates/tb -@dirrm %%WWWDIR%%/templates/sinorca -@dirrm %%WWWDIR%%/templates/simple -@dirrm %%WWWDIR%%/templates/leaves -@dirrm %%WWWDIR%%/templates/default -@dirrm %%WWWDIR%%/templates/burnt -@dirrm %%WWWDIR%%/templates/blue_blog/images -@dirrm %%WWWDIR%%/templates/blue_blog -@dirrm %%WWWDIR%%/templates -@dirrm %%WWWDIR%%/smarty -@dirrm %%WWWDIR%%/plugins -@dirrm %%WWWDIR%%/misc -@dirrm %%WWWDIR%%/lang -@dirrm %%WWWDIR%%/javascript -@dirrm %%WWWDIR%%/includes -@dirrm %%WWWDIR%%/images -@dirrm %%WWWDIR%%/files -@dirrm %%WWWDIR%%/admin -@dirrm %%WWWDIR%% From owner-svn-ports-head@FreeBSD.ORG Sun May 17 12:10:03 2015 Return-Path: Delivered-To: svn-ports-head@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 03E0C712; Sun, 17 May 2015 12:10:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5AC71837; Sun, 17 May 2015 12:10:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HCA2b2044787; Sun, 17 May 2015 12:10:02 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HCA2E5044786; Sun, 17 May 2015 12:10:02 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201505171210.t4HCA2E5044786@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 17 May 2015 12:10:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386604 - head/ftp/twoftpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 12:10:03 -0000 Author: riggs Date: Sun May 17 12:10:02 2015 New Revision: 386604 URL: https://svnweb.freebsd.org/changeset/ports/386604 Log: Un-break build (fix of MASTER_SITES lets fetch succeed) PR: 199410 Submitted by: portmaster@bsdforge.com MFH: 2015Q2 Modified: head/ftp/twoftpd/Makefile Modified: head/ftp/twoftpd/Makefile ============================================================================== --- head/ftp/twoftpd/Makefile Sun May 17 12:08:09 2015 (r386603) +++ head/ftp/twoftpd/Makefile Sun May 17 12:10:02 2015 (r386604) @@ -5,15 +5,13 @@ PORTNAME= twoftpd PORTVERSION= 1.42 PORTREVISION= 1 CATEGORIES= ftp -MASTER_SITES= http://untroubled.org/${PORTNAME}/ +MASTER_SITES= http://untroubled.org/archive/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple, secure, efficient FTP server LICENSE= GPLv2 -BROKEN= No public distfiles - BUILD_DEPENDS= ${LOCALBASE}/bin/bg-installer:${PORTSDIR}/devel/bglibs LIB_DEPENDS= libcvm-v2client.so:${PORTSDIR}/security/cvm From owner-svn-ports-head@FreeBSD.ORG Sun May 17 12:42:39 2015 Return-Path: Delivered-To: svn-ports-head@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 27726B97; Sun, 17 May 2015 12:42:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0D7E1BDF; Sun, 17 May 2015 12:42:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HCgcbC062964; Sun, 17 May 2015 12:42:38 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HCgcvB062961; Sun, 17 May 2015 12:42:38 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201505171242.t4HCgcvB062961@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 17 May 2015 12:42:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386605 - head/www/drood X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 12:42:39 -0000 Author: riggs Date: Sun May 17 12:42:37 2015 New Revision: 386605 URL: https://svnweb.freebsd.org/changeset/ports/386605 Log: Update to upstream version 4.2 PR: 200180 Submitted by: jimmy@mammothcheese.ca (maintainer) Deleted: head/www/drood/pkg-plist Modified: head/www/drood/Makefile head/www/drood/distinfo head/www/drood/pkg-descr Modified: head/www/drood/Makefile ============================================================================== --- head/www/drood/Makefile Sun May 17 12:10:02 2015 (r386604) +++ head/www/drood/Makefile Sun May 17 12:42:37 2015 (r386605) @@ -2,11 +2,30 @@ # $FreeBSD$ PORTNAME= drood -PORTVERSION= 3.25 +PORTVERSION= 4.3 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= Lightweight kqueue-based http/1.1 server -.include +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_SQLITE= 3 +USE_OPENSSL= yes + +PLIST_FILES= bin/drood \ + man/man8/drood.8.gz \ + etc/rc.d/drood \ + etc/drood/types.tab \ + etc/drood/types.tab.dist + +.include + +.if ${OSVERSION} < 1000000 +BUILD_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl +RUN_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl +.endif + +.include Modified: head/www/drood/distinfo ============================================================================== --- head/www/drood/distinfo Sun May 17 12:10:02 2015 (r386604) +++ head/www/drood/distinfo Sun May 17 12:42:37 2015 (r386605) @@ -1,2 +1,2 @@ -SHA256 (drood-3.25.tar.gz) = 4717e15e14af948fa89b8ee27c036679c08d64de393ab72d27a9ffcc5c4b90d9 -SIZE (drood-3.25.tar.gz) = 61146 +SHA256 (drood-4.3.tar.gz) = 9bfa4818c6a0bfea49ec32450a5923e9387263cb4fb17430fb70ff1bc91bd529 +SIZE (drood-4.3.tar.gz) = 53744 Modified: head/www/drood/pkg-descr ============================================================================== --- head/www/drood/pkg-descr Sun May 17 12:10:02 2015 (r386604) +++ head/www/drood/pkg-descr Sun May 17 12:42:37 2015 (r386605) @@ -1,7 +1,6 @@ Drood is a lightweight, partially-compliant HTTP/1.1 server, intended as an alternative to more complex web servers for websites where the server -requirements are simple. Drood supports name-based virtual hosting, CGI -and SCGI, local WebSocket forwarding, gzipped content-encoding for static -resources, and will service both IPv4 and IPv6 connections. +requirements are simple. Drood supports IPv4/IPv6, name-based virtual +hosting, TLS, SCGI, and WebSockets. WWW: http://www.mammothcheese.ca/ From owner-svn-ports-head@FreeBSD.ORG Sun May 17 12:50:00 2015 Return-Path: Delivered-To: svn-ports-head@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 8A657DFC; Sun, 17 May 2015 12:50:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7861E1C25; Sun, 17 May 2015 12:50:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HCo0lt064185; Sun, 17 May 2015 12:50:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HCo0bV064183; Sun, 17 May 2015 12:50:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171250.t4HCo0bV064183@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 12:50:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386607 - head/net/libsrtp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 12:50:00 -0000 Author: amdmi3 Date: Sun May 17 12:49:59 2015 New Revision: 386607 URL: https://svnweb.freebsd.org/changeset/ports/386607 Log: - Add CPE info Approved by: portmgr blanket Modified: head/net/libsrtp/Makefile Modified: head/net/libsrtp/Makefile ============================================================================== --- head/net/libsrtp/Makefile Sun May 17 12:46:17 2015 (r386606) +++ head/net/libsrtp/Makefile Sun May 17 12:49:59 2015 (r386607) @@ -20,7 +20,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-openssl CPPFLAGS+= -I${OPENSSLBASE}/include LIBS+= -L${OPENSSLBASE}/lib -USES= gmake pathfix pkgconfig +USES= cpe gmake pathfix pkgconfig +CPE_VENDOR= cisco USE_LDCONFIG= yes USE_OPENSSL= yes From owner-svn-ports-head@FreeBSD.ORG Sun May 17 13:01:21 2015 Return-Path: Delivered-To: svn-ports-head@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 333B5F28; Sun, 17 May 2015 13:01:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 210551D94; Sun, 17 May 2015 13:01:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HD1Ksa071876; Sun, 17 May 2015 13:01:21 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HD1KGd071872; Sun, 17 May 2015 13:01:20 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201505171301.t4HD1KGd071872@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 17 May 2015 13:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386608 - in head/devel: . ocaml-cmdliner X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 13:01:21 -0000 Author: johans Date: Sun May 17 13:01:19 2015 New Revision: 386608 URL: https://svnweb.freebsd.org/changeset/ports/386608 Log: Add new port devel/ocaml-cmdliner Cmdliner is an OCaml module for the declarative definition of command line interfaces. It provides a simple and compositional mechanism to convert command line arguments to OCaml values and pass them to your functions. The module automatically handles syntax errors, help messages and UNIX man page generation. It supports programs with single or multiple commands (like darcs or git) and respects most of the POSIX and GNU conventions. This module is required to update lang/js_of_ocaml Added: head/devel/ocaml-cmdliner/ head/devel/ocaml-cmdliner/Makefile (contents, props changed) head/devel/ocaml-cmdliner/distinfo (contents, props changed) head/devel/ocaml-cmdliner/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun May 17 12:49:59 2015 (r386607) +++ head/devel/Makefile Sun May 17 13:01:19 2015 (r386608) @@ -1400,6 +1400,7 @@ SUBDIR += ocaml-camomile-examples SUBDIR += ocaml-cfg SUBDIR += ocaml-classes + SUBDIR += ocaml-cmdliner SUBDIR += ocaml-cppo SUBDIR += ocaml-deriving-ocsigen SUBDIR += ocaml-equeue Added: head/devel/ocaml-cmdliner/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ocaml-cmdliner/Makefile Sun May 17 13:01:19 2015 (r386608) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= cmdliner +PORTVERSION= 0.9.7 +CATEGORIES= devel +MASTER_SITES= http://erratique.ch/software/cmdliner/releases/ +PKGNAMEPREFIX= ocaml- + +MAINTAINER= johans@FreeBSD.org +COMMENT= OCaml module for handling of command line interfaces + +LICENSE= BSD3CLAUSE + +USES= tar:tbz +USE_OCAML= yes +USE_OCAML_FINDLIB= yes +USE_OCAMLFIND_PLIST= yes +USE_OCAML_LDCONFIG= yes + +do-build: + cd ${WRKSRC} && ocamlbuild cmdliner.cmxs cmdliner.cma cmdliner.a + +do-install: + ${MKDIR} ${STAGEDIR}${OCAMLFIND_DESTDIR}/cmdliner + cd ${WRKSRC} && ocamlfind install -destdir ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib cmdliner pkg/META _build/src/cmdliner.a _build/src/cmdliner.cma _build/src/cmdliner.cmi _build/src/cmdliner.cmx _build/src/cmdliner.cmxa _build/src/cmdliner.cmxs _build/src/cmdliner.mli + ${INSTALL_LIB} ${WRKSRC}/_build/src/cmdliner.cmxs \ + ${STAGEDIR}${OCAMLFIND_DESTDIR}/cmdliner + +.include Added: head/devel/ocaml-cmdliner/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ocaml-cmdliner/distinfo Sun May 17 13:01:19 2015 (r386608) @@ -0,0 +1,2 @@ +SHA256 (cmdliner-0.9.7.tbz) = 9c19893cffb5d3c3469ee0cce85e3eeeba17d309b33b9ace31aba06f68f0bf7a +SIZE (cmdliner-0.9.7.tbz) = 50343 Added: head/devel/ocaml-cmdliner/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ocaml-cmdliner/pkg-descr Sun May 17 13:01:19 2015 (r386608) @@ -0,0 +1,10 @@ +Cmdliner is an OCaml module for the declarative definition of command +line interfaces. + +It provides a simple and compositional mechanism to convert command line +arguments to OCaml values and pass them to your functions. The module +automatically handles syntax errors, help messages and UNIX man page +generation. It supports programs with single or multiple commands +(like darcs or git) and respects most of the POSIX and GNU conventions. + +WWW: http://erratique.ch/software/cmdliner From owner-svn-ports-head@FreeBSD.ORG Sun May 17 13:04:28 2015 Return-Path: Delivered-To: svn-ports-head@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 27C47C6; Sun, 17 May 2015 13:04:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 159891DB4; Sun, 17 May 2015 13:04:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HD4Rsm073534; Sun, 17 May 2015 13:04:27 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HD4RE9073530; Sun, 17 May 2015 13:04:27 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201505171304.t4HD4RE9073530@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 17 May 2015 13:04:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386609 - in head/lang/js_of_ocaml: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 13:04:28 -0000 Author: johans Date: Sun May 17 13:04:26 2015 New Revision: 386609 URL: https://svnweb.freebsd.org/changeset/ports/386609 Log: Update js_of_ocaml to version 2.5 All the hard work for this update was done by John Marnino, but any bugs will be mine Submitted by: marino Deleted: head/lang/js_of_ocaml/files/patch-Makefile.conf Modified: head/lang/js_of_ocaml/Makefile head/lang/js_of_ocaml/distinfo head/lang/js_of_ocaml/files/patch-Makefile Modified: head/lang/js_of_ocaml/Makefile ============================================================================== --- head/lang/js_of_ocaml/Makefile Sun May 17 13:01:19 2015 (r386608) +++ head/lang/js_of_ocaml/Makefile Sun May 17 13:04:26 2015 (r386609) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= js_of_ocaml -PORTVERSION= 1.3.2 +PORTVERSION= 2.5 CATEGORIES= lang -MASTER_SITES= http://ocsigen.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= OCaml to JavaScript compiler BUILD_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \ - ${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen + menhir:${PORTSDIR}/devel/menhir \ + ${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen \ + ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/cmdliner/cmdliner RUN_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \ - ${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen + ${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen \ + ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/cmdliner/cmdliner SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR} @@ -20,12 +22,21 @@ USES= gmake USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes +USE_OCAML_CAMLP4= yes USE_OCAMLFIND_PLIST= yes -PLIST_FILES+= bin/js_of_ocaml +USE_GITHUB= yes +GH_ACCOUNT= ocsigen +PLIST_FILES+= bin/js_of_ocaml bin/jsoo_minify bin/jsoo_mkcmis \ + bin/jsoo_mktop + +MAKE_JOBS_UNSAFE= yes MAKE_ENV+= BINDIR=${STAGEDIR}${PREFIX}/bin \ DESTDIR=${STAGEDIR} \ OCAML_SITELIBDIR=${PREFIX}/lib/ocaml/site-lib +post-patch: + @${REINPLACE_CMD} -e '/^BINDIR/d' ${WRKSRC}/Makefile.conf + .include Modified: head/lang/js_of_ocaml/distinfo ============================================================================== --- head/lang/js_of_ocaml/distinfo Sun May 17 13:01:19 2015 (r386608) +++ head/lang/js_of_ocaml/distinfo Sun May 17 13:04:26 2015 (r386609) @@ -1,2 +1,2 @@ -SHA256 (js_of_ocaml-1.3.2.tar.gz) = 5996d2a9bc32121186e1964af557bb411eb5a27aa155d2c6a8a144ee5f3d0c36 -SIZE (js_of_ocaml-1.3.2.tar.gz) = 1901593 +SHA256 (ocsigen-js_of_ocaml-2.5_GH0.tar.gz) = 5bea34f47210791b8bb89adb158ec9d47816ba074bfb11ee68f56be42c0235df +SIZE (ocsigen-js_of_ocaml-2.5_GH0.tar.gz) = 1249680 Modified: head/lang/js_of_ocaml/files/patch-Makefile ============================================================================== --- head/lang/js_of_ocaml/files/patch-Makefile Sun May 17 13:01:19 2015 (r386608) +++ head/lang/js_of_ocaml/files/patch-Makefile Sun May 17 13:04:26 2015 (r386609) @@ -1,14 +1,11 @@ -$NetBSD: patch-Makefile,v 1.2 2012/12/14 14:40:24 jaapb Exp $ - -Install to DESTDIR ---- Makefile.orig 2012-12-07 19:39:02.000000000 +0000 +--- Makefile.orig 2014-09-30 14:40:37 UTC +++ Makefile -@@ -31,7 +31,7 @@ include Makefile.filelist +@@ -47,7 +47,7 @@ VERSION := $(shell head -n 1 VERSION) + install: install-lib install-bin - VERSION := $(shell head -n 1 VERSION) - install: -- ocamlfind install -patch-version ${VERSION} $(LIBRARY) lib/META $(INTF) $(IMPL) $(OTHERS) $(DOC) -+ ocamlfind install -ldconf ignore -destdir ${DESTDIR}${OCAML_SITELIBDIR} -patch-version ${VERSION} $(LIBRARY) lib/META $(INTF) $(IMPL) $(OTHERS) $(DOC) - install -d -m 755 $(BINDIR) - install $(BIN) $(BINDIR) + install-lib: +- ocamlfind install -patch-version ${VERSION} $(LIBRARY) lib/META $(INTF) $(IMPL) $(OTHERS) $(DOC) $(COMP_INTF) $(COMP_IMPL) ++ ocamlfind install -ldconf ignore -destdir ${DESTDIR}${OCAML_SITELIBDIR} -patch-version ${VERSION} $(LIBRARY) lib/META $(INTF) $(IMPL) $(OTHERS) $(DOC) $(COMP_INTF) $(COMP_IMPL) + install-bin: + install -d -m 755 $(BINDIR) From owner-svn-ports-head@FreeBSD.ORG Sun May 17 13:09:50 2015 Return-Path: Delivered-To: svn-ports-head@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 ECCAA1DF; Sun, 17 May 2015 13:09:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB4AB1DD3; Sun, 17 May 2015 13:09:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HD9oV8074235; Sun, 17 May 2015 13:09:50 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HD9osA074234; Sun, 17 May 2015 13:09:50 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201505171309.t4HD9osA074234@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 17 May 2015 13:09:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386610 - head/lang/js_of_ocaml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 13:09:51 -0000 Author: johans Date: Sun May 17 13:09:50 2015 New Revision: 386610 URL: https://svnweb.freebsd.org/changeset/ports/386610 Log: Correct dependency location Modified: head/lang/js_of_ocaml/Makefile Modified: head/lang/js_of_ocaml/Makefile ============================================================================== --- head/lang/js_of_ocaml/Makefile Sun May 17 13:04:26 2015 (r386609) +++ head/lang/js_of_ocaml/Makefile Sun May 17 13:09:50 2015 (r386610) @@ -11,10 +11,10 @@ COMMENT= OCaml to JavaScript compiler BUILD_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \ menhir:${PORTSDIR}/devel/menhir \ ${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen \ - ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/cmdliner/cmdliner + ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/cmdliner RUN_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \ ${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen \ - ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/cmdliner/cmdliner + ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/cmdliner SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR} From owner-svn-ports-head@FreeBSD.ORG Sun May 17 13:14:46 2015 Return-Path: Delivered-To: svn-ports-head@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 1555C30C; Sun, 17 May 2015 13:14:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 038AA1E9A; Sun, 17 May 2015 13:14:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HDEj0Y078474; Sun, 17 May 2015 13:14:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HDEjMa078473; Sun, 17 May 2015 13:14:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171314.t4HDEjMa078473@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 13:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386611 - head/print/cups-base X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 13:14:46 -0000 Author: amdmi3 Date: Sun May 17 13:14:45 2015 New Revision: 386611 URL: https://svnweb.freebsd.org/changeset/ports/386611 Log: - Add CPE info Approved by: portmgr blanket Modified: head/print/cups-base/Makefile Modified: head/print/cups-base/Makefile ============================================================================== --- head/print/cups-base/Makefile Sun May 17 13:09:50 2015 (r386610) +++ head/print/cups-base/Makefile Sun May 17 13:14:45 2015 (r386611) @@ -19,7 +19,8 @@ CONFLICTS= LPRng-[0-9]* UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} -USES+= gmake pkgconfig tar:bzip2 +USES+= cpe gmake pkgconfig tar:bzip2 +CPE_VENDOR= apple DESTDIRNAME= DSTROOT GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@FreeBSD.ORG Sun May 17 13:15:03 2015 Return-Path: Delivered-To: svn-ports-head@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 B2B28411; Sun, 17 May 2015 13:15:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A14391EB1; Sun, 17 May 2015 13:15:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HDF3GL078661; Sun, 17 May 2015 13:15:03 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HDF3Oj078660; Sun, 17 May 2015 13:15:03 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201505171315.t4HDF3Oj078660@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sun, 17 May 2015 13:15:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386612 - head/lang/js_of_ocaml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 13:15:03 -0000 Author: johans Date: Sun May 17 13:15:02 2015 New Revision: 386612 URL: https://svnweb.freebsd.org/changeset/ports/386612 Log: cmdliner lives in devel/ocaml-cmdliner. Yes, really. Pointyhat to: johans Modified: head/lang/js_of_ocaml/Makefile Modified: head/lang/js_of_ocaml/Makefile ============================================================================== --- head/lang/js_of_ocaml/Makefile Sun May 17 13:14:45 2015 (r386611) +++ head/lang/js_of_ocaml/Makefile Sun May 17 13:15:02 2015 (r386612) @@ -11,10 +11,10 @@ COMMENT= OCaml to JavaScript compiler BUILD_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \ menhir:${PORTSDIR}/devel/menhir \ ${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen \ - ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/cmdliner + ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/ocaml-cmdliner RUN_DEPENDS= ocaml-lwt>=2.3.0:${PORTSDIR}/devel/ocaml-lwt \ ${SA_DIR}/deriving-ocsigen/deriving.a:${PORTSDIR}/devel/ocaml-deriving-ocsigen \ - ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/cmdliner + ${SA_DIR}/cmdliner/cmdliner.a:${PORTSDIR}/devel/ocaml-cmdliner SA_DIR= ${PREFIX}/${OCAML_SITELIBDIR} From owner-svn-ports-head@FreeBSD.ORG Sun May 17 13:47:42 2015 Return-Path: Delivered-To: svn-ports-head@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 5AA29699; Sun, 17 May 2015 13:47:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3050E1192; Sun, 17 May 2015 13:47:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HDlgCW093196; Sun, 17 May 2015 13:47:42 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HDlf0k093194; Sun, 17 May 2015 13:47:41 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201505171347.t4HDlf0k093194@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 17 May 2015 13:47:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386613 - in head/security/sshguard: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 13:47:42 -0000 Author: feld Date: Sun May 17 13:47:41 2015 New Revision: 386613 URL: https://svnweb.freebsd.org/changeset/ports/386613 Log: Add patch to support syslog in verbose mode This was previously a patch in the FreeBSD ports tree and was sent upstream but did not make it into 1.6.0 Submitted by: gregp@n0qds.org Added: head/security/sshguard/files/patch-src-parser-attack_scanner.l (contents, props changed) Modified: head/security/sshguard/Makefile Modified: head/security/sshguard/Makefile ============================================================================== --- head/security/sshguard/Makefile Sun May 17 13:15:02 2015 (r386612) +++ head/security/sshguard/Makefile Sun May 17 13:47:41 2015 (r386613) @@ -3,7 +3,7 @@ PORTNAME= sshguard PORTVERSION= 1.6.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/sshguard/sshguard/${PORTVERSION} Added: head/security/sshguard/files/patch-src-parser-attack_scanner.l ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/sshguard/files/patch-src-parser-attack_scanner.l Sun May 17 13:47:41 2015 (r386613) @@ -0,0 +1,27 @@ +--- src/parser/attack_scanner.l.orig 2015-05-16 19:49:47.000000000 -0500 ++++ src/parser/attack_scanner.l 2015-05-16 19:57:07.000000000 -0500 +@@ -74,6 +74,7 @@ + IPV4MAPPED6 ((:(:0{1,4}){0,4}|0{1,4}:(:0{1,4}){1,3}|(0{1,4}:){2}(0{1,4}:0{0,4}:0{1,4}|(:0{1,4}){1,2})|(0{1,4}:){1,4}):[fF]{4}:(((2[0-4]|1[0-9]|[1-9])?[0-9]|25[0-5])\.){3}((2[0-4]|1[0-9]|[1-9])?[0-9]|25[0-5])) + + HOSTADDR localhost|([-a-zA-Z0-9]+\.)+[a-zA-Z]+|{IPV4}|{IPV6}|{IPV4MAPPED6} ++FACLEVEL (<[a-zA-Z0-9]+\.[a-zA-Z0-9]+>) + + %% + +@@ -87,13 +88,14 @@ + */ + + /* handle entries with PID and without PID from processes other than sshguard */ +-({TIMESTAMP_SYSLOG}|{TIMESTAMP_ISO8601})[ ]+([a-zA-Z0-9]|{WORD}|{HOSTADDR})[ ]+{PROCESSNAME}("/"{PROCESSNAME})?"["{NUMBER}"]: "{SOLARIS_MSGID_TAG}? { ++({TIMESTAMP_SYSLOG}|{TIMESTAMP_ISO8601})[ ]+{FACLEVEL}?[ ]*([a-zA-Z0-9]|{WORD}|{HOSTADDR})[ ]+{PROCESSNAME}("/"{PROCESSNAME})?"["{NUMBER}"]: "{SOLARIS_MSGID_TAG}? { + /* extract PID */ + yylval.num = getsyslogpid(yytext, yyleng); + return SYSLOG_BANNER_PID; + } + +-({TIMESTAMP_SYSLOG}|{TIMESTAMP_ISO8601})[ ]+([a-zA-Z0-9]|{WORD}|{HOSTADDR})[ ]+({PROCESSNAME}("/"{PROCESSNAME})?":")? { return SYSLOG_BANNER; } ++({TIMESTAMP_SYSLOG}|{TIMESTAMP_ISO8601})[ ]+{FACLEVEL}?[ ]*([a-zA-Z0-9]|{WORD}|{HOSTADDR})[ ]+({PROCESSNAME}("/"{PROCESSNAME})?":")? { return SYSLOG_BANNER; } ++ + + /* syslog style "last message repeated N times" */ + "last message repeated "([1-9][0-9]*)" times" { From owner-svn-ports-head@FreeBSD.ORG Sun May 17 14:24:46 2015 Return-Path: Delivered-To: svn-ports-head@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 2B61DB06; Sun, 17 May 2015 14:24:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19D63157F; Sun, 17 May 2015 14:24:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HEOjVU012104; Sun, 17 May 2015 14:24:45 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HEOjNC012101; Sun, 17 May 2015 14:24:45 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171424.t4HEOjNC012101@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 14:24:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386614 - head/www/eventum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 14:24:46 -0000 Author: amdmi3 Date: Sun May 17 14:24:44 2015 New Revision: 386614 URL: https://svnweb.freebsd.org/changeset/ports/386614 Log: - Add CPE info - Style fixes - Modernize plist Modified: head/www/eventum/Makefile head/www/eventum/pkg-plist Modified: head/www/eventum/Makefile ============================================================================== --- head/www/eventum/Makefile Sun May 17 13:47:41 2015 (r386613) +++ head/www/eventum/Makefile Sun May 17 14:24:44 2015 (r386614) @@ -10,9 +10,11 @@ MASTER_SITES= MYSQL/eventum MAINTAINER= ports@FreeBSD.org COMMENT= Eventum issue tracking system -NO_BUILD= YES +USES= cpe +CPE_VENDOR= mysql +NO_BUILD= yes USE_PHP= pcre session mysql gd gettext -WANT_PHP_WEB= YES +WANT_PHP_WEB= yes PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" pre-install: Modified: head/www/eventum/pkg-plist ============================================================================== --- head/www/eventum/pkg-plist Sun May 17 13:47:41 2015 (r386613) +++ head/www/eventum/pkg-plist Sun May 17 14:24:44 2015 (r386614) @@ -743,121 +743,121 @@ %%WWWDIR%%/view_email.php %%WWWDIR%%/view_headers.php %%WWWDIR%%/view_note.php -@dirrmtry %%WWWDIR%%/templates_c -@dirrm %%WWWDIR%%/templates/tips -@dirrm %%WWWDIR%%/templates/reports -@dirrm %%WWWDIR%%/templates/reminders -@dirrm %%WWWDIR%%/templates/notifications -@dirrm %%WWWDIR%%/templates/manage -@dirrm %%WWWDIR%%/templates/js -@dirrm %%WWWDIR%%/templates/include/issue_fields -@dirrm %%WWWDIR%%/templates/include -@dirrm %%WWWDIR%%/templates/help -@dirrm %%WWWDIR%%/templates/expandable_cell -@dirrm %%WWWDIR%%/templates/customer/example -@dirrm %%WWWDIR%%/templates/customer -@dirrmtry %%WWWDIR%%/templates -@dirrm %%WWWDIR%%/setup -@dirrm %%WWWDIR%%/rpc -@dirrm %%WWWDIR%%/reports -@dirrm %%WWWDIR%%/misc/upgrade/v2.1_to_v2.1.1 -@dirrm %%WWWDIR%%/misc/upgrade/v2.1.1_to_v2.2 -@dirrm %%WWWDIR%%/misc/upgrade/v2.0_to_v2.1 -@dirrm %%WWWDIR%%/misc/upgrade/v2.0-beta_to_v2.0 -@dirrm %%WWWDIR%%/misc/upgrade/v1.7.1_to_v2.0 -@dirrm %%WWWDIR%%/misc/upgrade/v1.7.0_to_v1.7.1 -@dirrm %%WWWDIR%%/misc/upgrade/v1.6.1_to_v1.7.0 -@dirrm %%WWWDIR%%/misc/upgrade/v1.6.0_to_v1.6.1 -@dirrm %%WWWDIR%%/misc/upgrade/v1.5_to_v1.5.1 -@dirrm %%WWWDIR%%/misc/upgrade/v1.5.5_to_v1.6.0 -@dirrm %%WWWDIR%%/misc/upgrade/v1.5.4_to_v1.5.5 -@dirrm %%WWWDIR%%/misc/upgrade/v1.5.3_to_v1.5.4 -@dirrm %%WWWDIR%%/misc/upgrade/v1.5.2_to_v1.5.3 -@dirrm %%WWWDIR%%/misc/upgrade/v1.5.1_to_v1.5.2 -@dirrm %%WWWDIR%%/misc/upgrade/v1.4_to_1.5 -@dirrm %%WWWDIR%%/misc/upgrade/v1.3_to_v1.3.1 -@dirrm %%WWWDIR%%/misc/upgrade/v1.3.1_to_v1.4 -@dirrm %%WWWDIR%%/misc/upgrade/v1.2.2_to_v1.3 -@dirrm %%WWWDIR%%/misc/upgrade/v1.2.1_to_v1.2.2 -@dirrm %%WWWDIR%%/misc/upgrade/v1.1_to_v1.2 -@dirrm %%WWWDIR%%/misc/upgrade/snapshot_to_v1.1 -@dirrm %%WWWDIR%%/misc/upgrade/patches -@dirrm %%WWWDIR%%/misc/upgrade -@dirrm %%WWWDIR%%/misc/scm -@dirrm %%WWWDIR%%/misc/routed_notes -@dirrm %%WWWDIR%%/misc/routed_emails -@dirrm %%WWWDIR%%/misc/routed_drafts -@dirrm %%WWWDIR%%/misc/localization/sv/LC_MESSAGES -@dirrm %%WWWDIR%%/misc/localization/sv -@dirrm %%WWWDIR%%/misc/localization/ru/LC_MESSAGES -@dirrm %%WWWDIR%%/misc/localization/ru -@dirrm %%WWWDIR%%/misc/localization/pt_BR/LC_MESSAGES -@dirrm %%WWWDIR%%/misc/localization/pt_BR -@dirrm %%WWWDIR%%/misc/localization/pl/LC_MESSAGES -@dirrm %%WWWDIR%%/misc/localization/pl -@dirrm %%WWWDIR%%/misc/localization/nl/LC_MESSAGES -@dirrm %%WWWDIR%%/misc/localization/nl -@dirrm %%WWWDIR%%/misc/localization/it/LC_MESSAGES -@dirrm %%WWWDIR%%/misc/localization/it -@dirrm %%WWWDIR%%/misc/localization/fr/LC_MESSAGES -@dirrm %%WWWDIR%%/misc/localization/fr -@dirrm %%WWWDIR%%/misc/localization/fi/LC_MESSAGES -@dirrm %%WWWDIR%%/misc/localization/fi -@dirrm %%WWWDIR%%/misc/localization/es/LC_MESSAGES -@dirrm %%WWWDIR%%/misc/localization/es -@dirrm %%WWWDIR%%/misc/localization/en/LC_MESSAGES -@dirrm %%WWWDIR%%/misc/localization/en -@dirrm %%WWWDIR%%/misc/localization/de/LC_MESSAGES -@dirrm %%WWWDIR%%/misc/localization/de -@dirrm %%WWWDIR%%/misc/localization -@dirrm %%WWWDIR%%/misc/irc -@dirrm %%WWWDIR%%/misc/cli/include/pear/XML -@dirrm %%WWWDIR%%/misc/cli/include/pear -@dirrm %%WWWDIR%%/misc/cli/include -@dirrm %%WWWDIR%%/misc/cli -@dirrmtry %%WWWDIR%%/misc -@dirrm %%WWWDIR%%/manage -@dirrmtry %%WWWDIR%%/logs -@dirrm %%WWWDIR%%/locks -@dirrm %%WWWDIR%%/js/jquery -@dirrm %%WWWDIR%%/js -@dirrm %%WWWDIR%%/include/workflow -@dirrm %%WWWDIR%%/include/php-gettext -@dirrm %%WWWDIR%%/include/pear/XML/RPC -@dirrm %%WWWDIR%%/include/pear/XML -@dirrm %%WWWDIR%%/include/pear/Text/Diff/Renderer -@dirrm %%WWWDIR%%/include/pear/Text/Diff/Engine -@dirrm %%WWWDIR%%/include/pear/Text/Diff -@dirrm %%WWWDIR%%/include/pear/Text -@dirrm %%WWWDIR%%/include/pear/Net/UserAgent -@dirrm %%WWWDIR%%/include/pear/Net/SmartIRC -@dirrm %%WWWDIR%%/include/pear/Net -@dirrm %%WWWDIR%%/include/pear/Math -@dirrm %%WWWDIR%%/include/pear/Mail -@dirrm %%WWWDIR%%/include/pear/HTTP -@dirrm %%WWWDIR%%/include/pear/File -@dirrm %%WWWDIR%%/include/pear/Date -@dirrm %%WWWDIR%%/include/pear/DB -@dirrm %%WWWDIR%%/include/pear/Benchmark -@dirrm %%WWWDIR%%/include/pear/Auth/SASL -@dirrm %%WWWDIR%%/include/pear/Auth -@dirrm %%WWWDIR%%/include/pear -@dirrm %%WWWDIR%%/include/jpgraph -@dirrm %%WWWDIR%%/include/customer -@dirrm %%WWWDIR%%/include/custom_field -@dirrm %%WWWDIR%%/include/Smarty/plugins -@dirrm %%WWWDIR%%/include/Smarty/internals -@dirrm %%WWWDIR%%/include/Smarty/core -@dirrm %%WWWDIR%%/include/Smarty -@dirrm %%WWWDIR%%/include -@dirrm %%WWWDIR%%/images/icons -@dirrm %%WWWDIR%%/images/dtree -@dirrm %%WWWDIR%%/images -@dirrm %%WWWDIR%%/docs -@dirrm %%WWWDIR%%/customer/example -@dirrm %%WWWDIR%%/customer -@dirrm %%WWWDIR%%/css -@dirrmtry %%WWWDIR%%/config -@dirrmtry %%WWWDIR%% -@owner root -@group wheel +@dir %%WWWDIR%%/templates_c +@dir %%WWWDIR%%/templates/tips +@dir %%WWWDIR%%/templates/reports +@dir %%WWWDIR%%/templates/reminders +@dir %%WWWDIR%%/templates/notifications +@dir %%WWWDIR%%/templates/manage +@dir %%WWWDIR%%/templates/js +@dir %%WWWDIR%%/templates/include/issue_fields +@dir %%WWWDIR%%/templates/include +@dir %%WWWDIR%%/templates/help +@dir %%WWWDIR%%/templates/expandable_cell +@dir %%WWWDIR%%/templates/customer/example +@dir %%WWWDIR%%/templates/customer +@dir %%WWWDIR%%/templates +@dir %%WWWDIR%%/setup +@dir %%WWWDIR%%/rpc +@dir %%WWWDIR%%/reports +@dir %%WWWDIR%%/misc/upgrade/v2.1_to_v2.1.1 +@dir %%WWWDIR%%/misc/upgrade/v2.1.1_to_v2.2 +@dir %%WWWDIR%%/misc/upgrade/v2.0_to_v2.1 +@dir %%WWWDIR%%/misc/upgrade/v2.0-beta_to_v2.0 +@dir %%WWWDIR%%/misc/upgrade/v1.7.1_to_v2.0 +@dir %%WWWDIR%%/misc/upgrade/v1.7.0_to_v1.7.1 +@dir %%WWWDIR%%/misc/upgrade/v1.6.1_to_v1.7.0 +@dir %%WWWDIR%%/misc/upgrade/v1.6.0_to_v1.6.1 +@dir %%WWWDIR%%/misc/upgrade/v1.5_to_v1.5.1 +@dir %%WWWDIR%%/misc/upgrade/v1.5.5_to_v1.6.0 +@dir %%WWWDIR%%/misc/upgrade/v1.5.4_to_v1.5.5 +@dir %%WWWDIR%%/misc/upgrade/v1.5.3_to_v1.5.4 +@dir %%WWWDIR%%/misc/upgrade/v1.5.2_to_v1.5.3 +@dir %%WWWDIR%%/misc/upgrade/v1.5.1_to_v1.5.2 +@dir %%WWWDIR%%/misc/upgrade/v1.4_to_1.5 +@dir %%WWWDIR%%/misc/upgrade/v1.3_to_v1.3.1 +@dir %%WWWDIR%%/misc/upgrade/v1.3.1_to_v1.4 +@dir %%WWWDIR%%/misc/upgrade/v1.2.2_to_v1.3 +@dir %%WWWDIR%%/misc/upgrade/v1.2.1_to_v1.2.2 +@dir %%WWWDIR%%/misc/upgrade/v1.1_to_v1.2 +@dir %%WWWDIR%%/misc/upgrade/snapshot_to_v1.1 +@dir %%WWWDIR%%/misc/upgrade/patches +@dir %%WWWDIR%%/misc/upgrade +@dir %%WWWDIR%%/misc/scm +@dir %%WWWDIR%%/misc/routed_notes +@dir %%WWWDIR%%/misc/routed_emails +@dir %%WWWDIR%%/misc/routed_drafts +@dir %%WWWDIR%%/misc/localization/sv/LC_MESSAGES +@dir %%WWWDIR%%/misc/localization/sv +@dir %%WWWDIR%%/misc/localization/ru/LC_MESSAGES +@dir %%WWWDIR%%/misc/localization/ru +@dir %%WWWDIR%%/misc/localization/pt_BR/LC_MESSAGES +@dir %%WWWDIR%%/misc/localization/pt_BR +@dir %%WWWDIR%%/misc/localization/pl/LC_MESSAGES +@dir %%WWWDIR%%/misc/localization/pl +@dir %%WWWDIR%%/misc/localization/nl/LC_MESSAGES +@dir %%WWWDIR%%/misc/localization/nl +@dir %%WWWDIR%%/misc/localization/it/LC_MESSAGES +@dir %%WWWDIR%%/misc/localization/it +@dir %%WWWDIR%%/misc/localization/fr/LC_MESSAGES +@dir %%WWWDIR%%/misc/localization/fr +@dir %%WWWDIR%%/misc/localization/fi/LC_MESSAGES +@dir %%WWWDIR%%/misc/localization/fi +@dir %%WWWDIR%%/misc/localization/es/LC_MESSAGES +@dir %%WWWDIR%%/misc/localization/es +@dir %%WWWDIR%%/misc/localization/en/LC_MESSAGES +@dir %%WWWDIR%%/misc/localization/en +@dir %%WWWDIR%%/misc/localization/de/LC_MESSAGES +@dir %%WWWDIR%%/misc/localization/de +@dir %%WWWDIR%%/misc/localization +@dir %%WWWDIR%%/misc/irc +@dir %%WWWDIR%%/misc/cli/include/pear/XML +@dir %%WWWDIR%%/misc/cli/include/pear +@dir %%WWWDIR%%/misc/cli/include +@dir %%WWWDIR%%/misc/cli +@dir %%WWWDIR%%/misc +@dir %%WWWDIR%%/manage +@dir %%WWWDIR%%/logs +@dir %%WWWDIR%%/locks +@dir %%WWWDIR%%/js/jquery +@dir %%WWWDIR%%/js +@dir %%WWWDIR%%/include/workflow +@dir %%WWWDIR%%/include/php-gettext +@dir %%WWWDIR%%/include/pear/XML/RPC +@dir %%WWWDIR%%/include/pear/XML +@dir %%WWWDIR%%/include/pear/Text/Diff/Renderer +@dir %%WWWDIR%%/include/pear/Text/Diff/Engine +@dir %%WWWDIR%%/include/pear/Text/Diff +@dir %%WWWDIR%%/include/pear/Text +@dir %%WWWDIR%%/include/pear/Net/UserAgent +@dir %%WWWDIR%%/include/pear/Net/SmartIRC +@dir %%WWWDIR%%/include/pear/Net +@dir %%WWWDIR%%/include/pear/Math +@dir %%WWWDIR%%/include/pear/Mail +@dir %%WWWDIR%%/include/pear/HTTP +@dir %%WWWDIR%%/include/pear/File +@dir %%WWWDIR%%/include/pear/Date +@dir %%WWWDIR%%/include/pear/DB +@dir %%WWWDIR%%/include/pear/Benchmark +@dir %%WWWDIR%%/include/pear/Auth/SASL +@dir %%WWWDIR%%/include/pear/Auth +@dir %%WWWDIR%%/include/pear +@dir %%WWWDIR%%/include/jpgraph +@dir %%WWWDIR%%/include/customer +@dir %%WWWDIR%%/include/custom_field +@dir %%WWWDIR%%/include/Smarty/plugins +@dir %%WWWDIR%%/include/Smarty/internals +@dir %%WWWDIR%%/include/Smarty/core +@dir %%WWWDIR%%/include/Smarty +@dir %%WWWDIR%%/include +@dir %%WWWDIR%%/images/icons +@dir %%WWWDIR%%/images/dtree +@dir %%WWWDIR%%/images +@dir %%WWWDIR%%/docs +@dir %%WWWDIR%%/customer/example +@dir %%WWWDIR%%/customer +@dir %%WWWDIR%%/css +@dir %%WWWDIR%%/config +@dir %%WWWDIR%% +@owner +@group From owner-svn-ports-head@FreeBSD.ORG Sun May 17 14:29:09 2015 Return-Path: Delivered-To: svn-ports-head@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 B806BBEF; Sun, 17 May 2015 14:29:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A69221595; Sun, 17 May 2015 14:29:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HET99F012697; Sun, 17 May 2015 14:29:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HET96M012696; Sun, 17 May 2015 14:29:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171429.t4HET96M012696@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 14:29:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386615 - head/net/nss-pam-ldapd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 14:29:09 -0000 Author: amdmi3 Date: Sun May 17 14:29:09 2015 New Revision: 386615 URL: https://svnweb.freebsd.org/changeset/ports/386615 Log: - Add CPE info Approved by: portmgr blanket Modified: head/net/nss-pam-ldapd/Makefile Modified: head/net/nss-pam-ldapd/Makefile ============================================================================== --- head/net/nss-pam-ldapd/Makefile Sun May 17 14:24:44 2015 (r386614) +++ head/net/nss-pam-ldapd/Makefile Sun May 17 14:29:09 2015 (r386615) @@ -14,6 +14,8 @@ COMMENT?= Advanced fork of nss_ldap LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual +USES= cpe +CPE_VENDOR= arthurdejong GNU_CONFIGURE= yes USE_OPENLDAP= yes USE_RC_SUBR= nslcd From owner-svn-ports-head@FreeBSD.ORG Sun May 17 14:43:38 2015 Return-Path: Delivered-To: svn-ports-head@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 664EED3C; Sun, 17 May 2015 14:43:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54D9B1716; Sun, 17 May 2015 14:43:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HEhcR8021601; Sun, 17 May 2015 14:43:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HEhcMA021600; Sun, 17 May 2015 14:43:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171443.t4HEhcMA021600@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 14:43:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386616 - head/science/simlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 14:43:38 -0000 Author: amdmi3 Date: Sun May 17 14:43:37 2015 New Revision: 386616 URL: https://svnweb.freebsd.org/changeset/ports/386616 Log: - Strip library Modified: head/science/simlib/Makefile Modified: head/science/simlib/Makefile ============================================================================== --- head/science/simlib/Makefile Sun May 17 14:29:09 2015 (r386615) +++ head/science/simlib/Makefile Sun May 17 14:43:37 2015 (r386616) @@ -3,6 +3,7 @@ PORTNAME= simlib PORTVERSION= 3.02 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.fit.vutbr.cz/~peringer/SIMLIB/source/ DISTNAME= ${PORTNAME}-${PORTVERSION}-20111030 @@ -31,4 +32,7 @@ post-patch: @${MV} ${WRKSRC}/examples/Makefile.FreeBSD-i386 ${WRKSRC}/examples/Makefile @${MV} ${WRKSRC}/tests/Makefile.FreeBSD-i386 ${WRKSRC}/tests/Makefile +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsimlib.so + .include From owner-svn-ports-head@FreeBSD.ORG Sun May 17 14:44:28 2015 Return-Path: Delivered-To: svn-ports-head@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 48542E24; Sun, 17 May 2015 14:44:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AEFB171F; Sun, 17 May 2015 14:44:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HEiSf5021936; Sun, 17 May 2015 14:44:28 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HEiPFv021927; Sun, 17 May 2015 14:44:25 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201505171444.t4HEiPFv021927@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 17 May 2015 14:44:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386617 - in head/net-mgmt: pandorafms_agent pandorafms_console pandorafms_console/files pandorafms_server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 14:44:28 -0000 Author: marino Date: Sun May 17 14:44:25 2015 New Revision: 386617 URL: https://svnweb.freebsd.org/changeset/ports/386617 Log: net-mgmt/pandorafms_(agent|console|server): Upgrade version 5.1SP1 => 5.1SP2 PR: 198051 Submitted by: KIKUCHI Koichiro (maintainer) Deleted: head/net-mgmt/pandorafms_console/files/patch-WLB-2014110100 Modified: head/net-mgmt/pandorafms_agent/distinfo head/net-mgmt/pandorafms_console/distinfo head/net-mgmt/pandorafms_console/files/pandora_console.conf.in head/net-mgmt/pandorafms_console/pkg-plist head/net-mgmt/pandorafms_server/bsd.pandora.mk head/net-mgmt/pandorafms_server/distinfo head/net-mgmt/pandorafms_server/pkg-plist head/net-mgmt/pandorafms_server/pkg-plist.spool Modified: head/net-mgmt/pandorafms_agent/distinfo ============================================================================== --- head/net-mgmt/pandorafms_agent/distinfo Sun May 17 14:43:37 2015 (r386616) +++ head/net-mgmt/pandorafms_agent/distinfo Sun May 17 14:44:25 2015 (r386617) @@ -1,2 +1,2 @@ -SHA256 (pandora/pandorafms_agent_unix-5.1SP1.tar.gz) = b4e4363784a133d4679bdab22c977177ccebc9758e9b6f051d15a7a6a81a7a95 -SIZE (pandora/pandorafms_agent_unix-5.1SP1.tar.gz) = 80277 +SHA256 (pandora/pandorafms_agent_unix-5.1SP2.tar.gz) = dc9ad9e5b6f6d0bae00398c543d05c610f1a438783153f30228daaffa43f7d2f +SIZE (pandora/pandorafms_agent_unix-5.1SP2.tar.gz) = 78121 Modified: head/net-mgmt/pandorafms_console/distinfo ============================================================================== --- head/net-mgmt/pandorafms_console/distinfo Sun May 17 14:43:37 2015 (r386616) +++ head/net-mgmt/pandorafms_console/distinfo Sun May 17 14:44:25 2015 (r386617) @@ -1,2 +1,2 @@ -SHA256 (pandora/pandorafms_console-5.1SP1.tar.gz) = 5696fef415db22fd0eaffb3d8286eddfe3d123c86bae9a8a4044b7937efb8742 -SIZE (pandora/pandorafms_console-5.1SP1.tar.gz) = 27900949 +SHA256 (pandora/pandorafms_console-5.1SP2.tar.gz) = 6dd31049ea19413c142582fdf294fc0a6b4a0eaed7281d4e365850201c688387 +SIZE (pandora/pandorafms_console-5.1SP2.tar.gz) = 27951868 Modified: head/net-mgmt/pandorafms_console/files/pandora_console.conf.in ============================================================================== --- head/net-mgmt/pandorafms_console/files/pandora_console.conf.in Sun May 17 14:43:37 2015 (r386616) +++ head/net-mgmt/pandorafms_console/files/pandora_console.conf.in Sun May 17 14:44:25 2015 (r386617) @@ -2,6 +2,5 @@ Alias /pandora_console %%WWWDIR%% DirectoryIndex index.php - Order deny,allow - Allow from all + Require all granted Modified: head/net-mgmt/pandorafms_console/pkg-plist ============================================================================== --- head/net-mgmt/pandorafms_console/pkg-plist Sun May 17 14:43:37 2015 (r386616) +++ head/net-mgmt/pandorafms_console/pkg-plist Sun May 17 14:44:25 2015 (r386617) @@ -1,8 +1,5 @@ -@mode 444 -@sample %%APACHEETCDIR%%/Includes/pandora_console.conf.sample @owner www @group www -@mode %%WWWDIR%%/ajax.php %%WWWDIR%%/attachment/index.html %%WWWDIR%%/attachment/mibs/index.html @@ -669,6 +666,7 @@ %%WWWDIR%%/images/grafica_h.png %%WWWDIR%%/images/grafica_m.png %%WWWDIR%%/images/grafica_w.png +%%WWWDIR%%/images/grafico_llave.png %%WWWDIR%%/images/graphmenu_arrow.png %%WWWDIR%%/images/graphmenu_arrow_hide.png %%WWWDIR%%/images/greyback.gif @@ -2772,7 +2770,7 @@ @comment install.php @unexec if [ -e %D/%%WWWDIR%%/install.php ];then rm -f %D/%%WWWDIR%%/install.php ;fi %%WWWDIR%%/install.done -@exec [ -e %D/%B/include/config.php ] || cp -p %D/%F %B/install.php +@exec [ -e %B/include/config.php ] || cp -p %D/%F %B/install.php %%WWWDIR%%/mobile/images/ajax-loader.gif %%WWWDIR%%/mobile/images/bricks.png %%WWWDIR%%/mobile/images/datos_blue.png @@ -2927,3 +2925,4 @@ %%WWWDIR%%/pandoradb.postgreSQL.sql %%WWWDIR%%/pandoradb.sql %%WWWDIR%%/pandoradb_data.sql +@sample(,,444) %%APACHEETCDIR%%/Includes/pandora_console.conf.sample Modified: head/net-mgmt/pandorafms_server/bsd.pandora.mk ============================================================================== --- head/net-mgmt/pandorafms_server/bsd.pandora.mk Sun May 17 14:43:37 2015 (r386616) +++ head/net-mgmt/pandorafms_server/bsd.pandora.mk Sun May 17 14:44:25 2015 (r386617) @@ -1,6 +1,6 @@ # $FreeBSD$ -PANDORA_VERSION= 5.1SP1 +PANDORA_VERSION= 5.1SP2 PANDORA_LICENSE= GPLv2 PANDORA_LICENSE_FILE= ${WRKSRC}/COPYING @@ -23,6 +23,7 @@ DISTNAME= ${PORTNAME:S/pandora_/pandoraf DIST_SUBDIR= pandora NO_BUILD= yes +NO_ARCH= yes USERS= pandora GROUPS= pandora Modified: head/net-mgmt/pandorafms_server/distinfo ============================================================================== --- head/net-mgmt/pandorafms_server/distinfo Sun May 17 14:43:37 2015 (r386616) +++ head/net-mgmt/pandorafms_server/distinfo Sun May 17 14:44:25 2015 (r386617) @@ -1,2 +1,2 @@ -SHA256 (pandora/pandorafms_server-5.1SP1.tar.gz) = c7b49da0b941315a59de9d3edebb10f0103eb4ee59956e961d3b6787f4449b27 -SIZE (pandora/pandorafms_server-5.1SP1.tar.gz) = 4011575 +SHA256 (pandora/pandorafms_server-5.1SP2.tar.gz) = ede3c6aa28bc65d8a0fd614c1b4ca697f107ae913d76dae387b984f9eacd3912 +SIZE (pandora/pandorafms_server-5.1SP2.tar.gz) = 4017932 Modified: head/net-mgmt/pandorafms_server/pkg-plist ============================================================================== --- head/net-mgmt/pandorafms_server/pkg-plist Sun May 17 14:43:37 2015 (r386616) +++ head/net-mgmt/pandorafms_server/pkg-plist Sun May 17 14:44:25 2015 (r386617) @@ -1,12 +1,3 @@ -@mode 440 -@sample %%ETCDIR%%/pandora_server.conf.sample -@mode 555 -bin/pandora_exec -bin/pandora_server -%%TENTACLE%%bin/tentacle_server -etc/rc.d/pandora_server -etc/rc.d/tentacle_server -@mode %%PERL5_MAN3%%/PandoraFMS::Core.3.gz %%PERL5_MAN3%%/PandoraFMS::GIS.3.gz %%PERL5_MAN3%%/PandoraFMS::GeoIP.3.gz @@ -115,3 +106,10 @@ man/man1/tentacle_server.1.gz %%DATADIR%%/util/trap_rate.sh %%DATADIR%%/util/udp_client.pl %%DATADIR%%/util/windows.README +@mode 555 +bin/pandora_exec +bin/pandora_server +%%TENTACLE%%bin/tentacle_server +etc/rc.d/pandora_server +etc/rc.d/tentacle_server +@sample(,,440) %%ETCDIR%%/pandora_server.conf.sample Modified: head/net-mgmt/pandorafms_server/pkg-plist.spool ============================================================================== --- head/net-mgmt/pandorafms_server/pkg-plist.spool Sun May 17 14:43:37 2015 (r386616) +++ head/net-mgmt/pandorafms_server/pkg-plist.spool Sun May 17 14:44:25 2015 (r386617) @@ -1,18 +1,8 @@ -@owner pandora -@group wheel -%%USE_LOGDIR%%@mode 770 -%%USE_LOGDIR%%@dir %%LOGDIR%% -%%USE_SPOOL_OUT%%@mode 700 -%%USE_SPOOL_OUT%%@dir %%SPOOLDIR%%/data_out -@mode 770 -@group www -%%USE_SPOOL_IN%%@dir %%SPOOLDIR%%/data_in/collections -%%USE_SPOOL_IN%%@dir %%SPOOLDIR%%/data_in/conf -%%USE_SPOOL_IN%%@dir %%SPOOLDIR%%/data_in/md5 -%%USE_SPOOL_IN%%@dir %%SPOOLDIR%%/data_in/netflow -%%USE_SPOOL_IN%%@dir %%SPOOLDIR%%/data_in -@dir %%SPOOLDIR%% -@comment unset mode/owner/group -@mode -@owner -@group +%%USE_LOGDIR%%@dir(pandora,wheel,770) %%LOGDIR%% +%%USE_SPOOL_OUT%%@dir(pandora,wheel,700) %%SPOOLDIR%%/data_out +%%USE_SPOOL_IN%%@dir(pandora,www,770) %%SPOOLDIR%%/data_in/collections +%%USE_SPOOL_IN%%@dir(pandora,www,770) %%SPOOLDIR%%/data_in/conf +%%USE_SPOOL_IN%%@dir(pandora,www,770) %%SPOOLDIR%%/data_in/md5 +%%USE_SPOOL_IN%%@dir(pandora,www,770) %%SPOOLDIR%%/data_in/netflow +%%USE_SPOOL_IN%%@dir(pandora,www,770) %%SPOOLDIR%%/data_in +@dir(pandora,www,770) %%SPOOLDIR%% From owner-svn-ports-head@FreeBSD.ORG Sun May 17 14:57:55 2015 Return-Path: Delivered-To: svn-ports-head@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 BC7AA1C9; Sun, 17 May 2015 14:57:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB194183B; Sun, 17 May 2015 14:57:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HEvtYs027326; Sun, 17 May 2015 14:57:55 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HEvsvw027315; Sun, 17 May 2015 14:57:54 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201505171457.t4HEvsvw027315@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 17 May 2015 14:57:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386618 - in head/devel: . neotoma neotoma/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 14:57:55 -0000 Author: olgeni Date: Sun May 17 14:57:53 2015 New Revision: 386618 URL: https://svnweb.freebsd.org/changeset/ports/386618 Log: Add devel/neotoma, an Erlang library and packrat parser-generator for parsing expression grammars. Added: head/devel/neotoma/ head/devel/neotoma/Makefile (contents, props changed) head/devel/neotoma/distinfo (contents, props changed) head/devel/neotoma/files/ head/devel/neotoma/files/patch-src_neotoma.app.src (contents, props changed) head/devel/neotoma/pkg-descr (contents, props changed) head/devel/neotoma/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun May 17 14:44:25 2015 (r386617) +++ head/devel/Makefile Sun May 17 14:57:53 2015 (r386618) @@ -1375,6 +1375,7 @@ SUBDIR += ndesk-dbus SUBDIR += ndesk-dbus-glib SUBDIR += ndesk-options + SUBDIR += neotoma SUBDIR += netscape-java40 SUBDIR += newfile SUBDIR += newt Added: head/devel/neotoma/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/neotoma/Makefile Sun May 17 14:57:53 2015 (r386618) @@ -0,0 +1,37 @@ +# $FreeBSD$ + +PORTNAME= neotoma +PORTVERSION= 1.7.2 +CATEGORIES= devel + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Erlang library and packrat parser-generator + +LICENSE= MIT + +BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PLIST_SUB= VERSION="${PORTVERSION}" + +USE_GITHUB= yes +GH_ACCOUNT= seancribbs + +.include + +post-patch: + @${REINPLACE_CMD} -e "s/%%PORTVERSION%%/${PORTVERSION}/" ${WRKSRC}/src/neotoma.app.src + @${RM} ${WRKSRC}/src/*.bak ${WRKSRC}/src/*.orig + +do-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.textile ${STAGEDIR}${DOCSDIR} +.endif + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + ${INSTALL_DATA} ${WRKSRC}/ebin/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/ebin + ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION}/src + +.include Added: head/devel/neotoma/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/neotoma/distinfo Sun May 17 14:57:53 2015 (r386618) @@ -0,0 +1,2 @@ +SHA256 (seancribbs-neotoma-1.7.2_GH0.tar.gz) = 73c356991b9685e86cd142d3b09e808dc9ef300bd7261113a0463c74de81a6ea +SIZE (seancribbs-neotoma-1.7.2_GH0.tar.gz) = 181946 Added: head/devel/neotoma/files/patch-src_neotoma.app.src ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/neotoma/files/patch-src_neotoma.app.src Sun May 17 14:57:53 2015 (r386618) @@ -0,0 +1,11 @@ +--- src/neotoma.app.src.orig 2015-05-14 15:21:25 UTC ++++ src/neotoma.app.src +@@ -1,7 +1,7 @@ + {application, neotoma, + [ + {description, "PEG/Packrat toolkit and parser-generator."}, +- {vsn, git}, ++ {vsn, "%%PORTVERSION%%"}, + {applications, [kernel, stdlib]} + ] + }. Added: head/devel/neotoma/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/neotoma/pkg-descr Sun May 17 14:57:53 2015 (r386618) @@ -0,0 +1,4 @@ +Erlang library and packrat parser-generator for parsing expression +grammars. + +WWW: https://github.com/seancribbs/neotoma Added: head/devel/neotoma/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/neotoma/pkg-plist Sun May 17 14:57:53 2015 (r386618) @@ -0,0 +1,8 @@ +lib/erlang/lib/neotoma-%%VERSION%%/ebin/neotoma.app +lib/erlang/lib/neotoma-%%VERSION%%/ebin/neotoma.beam +lib/erlang/lib/neotoma-%%VERSION%%/ebin/neotoma_parse.beam +lib/erlang/lib/neotoma-%%VERSION%%/src/neotoma.app.src +lib/erlang/lib/neotoma-%%VERSION%%/src/neotoma.erl +lib/erlang/lib/neotoma-%%VERSION%%/src/neotoma_parse.erl +lib/erlang/lib/neotoma-%%VERSION%%/src/neotoma_parse.erl.safe +%%PORTDOCS%%%%DOCSDIR%%/README.textile From owner-svn-ports-head@FreeBSD.ORG Sun May 17 14:58:26 2015 Return-Path: Delivered-To: svn-ports-head@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 5B4162AB; Sun, 17 May 2015 14:58:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48EB71841; Sun, 17 May 2015 14:58:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HEwQlD027493; Sun, 17 May 2015 14:58:26 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HEwQ4N027492; Sun, 17 May 2015 14:58:26 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201505171458.t4HEwQ4N027492@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 17 May 2015 14:58:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386619 - head/devel/erlang-msgpack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 14:58:26 -0000 Author: olgeni Date: Sun May 17 14:58:25 2015 New Revision: 386619 URL: https://svnweb.freebsd.org/changeset/ports/386619 Log: Simplify RUN_DEPENDS. Modified: head/devel/erlang-msgpack/Makefile Modified: head/devel/erlang-msgpack/Makefile ============================================================================== --- head/devel/erlang-msgpack/Makefile Sun May 17 14:57:53 2015 (r386618) +++ head/devel/erlang-msgpack/Makefile Sun May 17 14:58:25 2015 (r386619) @@ -11,8 +11,8 @@ COMMENT= MessagePack (de)serializer for LICENSE= APACHE20 -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang +BUILD_DEPENDS= erl:${PORTSDIR}/lang/erlang +RUN_DEPENDS:= ${BUILD_DEPENDS} PLIST_SUB= VERSION="${PORTVERSION}" From owner-svn-ports-head@FreeBSD.ORG Sun May 17 15:03:15 2015 Return-Path: Delivered-To: svn-ports-head@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 6D7133BD; Sun, 17 May 2015 15:03:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59CDA1907; Sun, 17 May 2015 15:03:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HF3FcH031836; Sun, 17 May 2015 15:03:15 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HF3FRL031835; Sun, 17 May 2015 15:03:15 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201505171503.t4HF3FRL031835@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 17 May 2015 15:03:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386620 - head/mail/mime-construct X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 15:03:15 -0000 Author: marino Date: Sun May 17 15:03:14 2015 New Revision: 386620 URL: https://svnweb.freebsd.org/changeset/ports/386620 Log: mail/mime-construct: Remove RUN_DEPENDS; reset maintainership Remove converters/p5-MIME-Base64 from RUN_DEPENDS since it is already in all supported Perl releases. While here, reset maintainership since it's been 5 years since maintainer was last seen. PR: 196700 Submitted by: Yasuhiro KIMURA Approved by: maintainer timeout (4 months, maintainer reset) Modified: head/mail/mime-construct/Makefile Modified: head/mail/mime-construct/Makefile ============================================================================== --- head/mail/mime-construct/Makefile Sun May 17 14:58:25 2015 (r386619) +++ head/mail/mime-construct/Makefile Sun May 17 15:03:14 2015 (r386620) @@ -3,16 +3,15 @@ PORTNAME= mime-construct PORTVERSION= 1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.argon.org/~roderick/ \ ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ -MAINTAINER= alexey@renatasystems.org +MAINTAINER= ports@FreeBSD.org COMMENT= Construct and optionally send MIME messages from command line -BUILD_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ - p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ +BUILD_DEPENDS= p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \ p5-Proc-WaitStat>=0:${PORTSDIR}/devel/p5-Proc-WaitStat RUN_DEPENDS:= ${BUILD_DEPENDS} From owner-svn-ports-head@FreeBSD.ORG Sun May 17 15:03:38 2015 Return-Path: Delivered-To: svn-ports-head@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 D005F4A3; Sun, 17 May 2015 15:03:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF098190F; Sun, 17 May 2015 15:03:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HF3cxJ031988; Sun, 17 May 2015 15:03:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HF3cS1031986; Sun, 17 May 2015 15:03:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171503.t4HF3cS1031986@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 15:03:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386621 - head/net-im/ekiga X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 15:03:38 -0000 Author: amdmi3 Date: Sun May 17 15:03:37 2015 New Revision: 386621 URL: https://svnweb.freebsd.org/changeset/ports/386621 Log: - Add CPE info Approved by: portmgr blanket Modified: head/net-im/ekiga/Makefile Modified: head/net-im/ekiga/Makefile ============================================================================== --- head/net-im/ekiga/Makefile Sun May 17 15:03:14 2015 (r386620) +++ head/net-im/ekiga/Makefile Sun May 17 15:03:37 2015 (r386621) @@ -20,7 +20,7 @@ LIB_DEPENDS= libboost_signals.so:${PORTS RUN_DEPENDS= gnome-icon-theme>=3.0.0:${PORTSDIR}/misc/gnome-icon-theme GNU_CONFIGURE= yes -USES= gettext gmake libtool pathfix perl5 pkgconfig \ +USES= cpe gettext gmake libtool pathfix perl5 pkgconfig \ tar:xz USE_XORG= xv USE_GNOME= gtk20 intlhack libxml2 From owner-svn-ports-head@FreeBSD.ORG Sun May 17 15:04:40 2015 Return-Path: Delivered-To: svn-ports-head@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 7DC505A6; Sun, 17 May 2015 15:04:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D068191A; Sun, 17 May 2015 15:04:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HF4ehT032216; Sun, 17 May 2015 15:04:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HF4evt032214; Sun, 17 May 2015 15:04:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171504.t4HF4evt032214@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 15:04:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386622 - head/sysutils/lineakd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 15:04:40 -0000 Author: amdmi3 Date: Sun May 17 15:04:39 2015 New Revision: 386622 URL: https://svnweb.freebsd.org/changeset/ports/386622 Log: - Drop @dirrm* from plist Modified: head/sysutils/lineakd/Makefile Modified: head/sysutils/lineakd/Makefile ============================================================================== --- head/sysutils/lineakd/Makefile Sun May 17 15:03:37 2015 (r386621) +++ head/sysutils/lineakd/Makefile Sun May 17 15:04:39 2015 (r386622) @@ -3,7 +3,7 @@ PORTNAME= lineakd PORTVERSION= 0.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF/lineak/${PORTNAME}/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= lineak @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= kde_cv_prog_cxx_fno_check_new=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip DOCS= README TODO AUTHORS From owner-svn-ports-head@FreeBSD.ORG Sun May 17 15:08:38 2015 Return-Path: Delivered-To: svn-ports-head@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 D854A6A4; Sun, 17 May 2015 15:08:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C69451934; Sun, 17 May 2015 15:08:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HF8chQ032818; Sun, 17 May 2015 15:08:38 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HF8cbP032817; Sun, 17 May 2015 15:08:38 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201505171508.t4HF8cbP032817@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 17 May 2015 15:08:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386623 - head/mail/mime-construct X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 15:08:39 -0000 Author: marino Date: Sun May 17 15:08:38 2015 New Revision: 386623 URL: https://svnweb.freebsd.org/changeset/ports/386623 Log: mail/mime-construct: Remove empty backup MASTER_SITES Renatasystems is not hosting distfile so remove it. The primary site is still up and hosting the distfile. Modified: head/mail/mime-construct/Makefile Modified: head/mail/mime-construct/Makefile ============================================================================== --- head/mail/mime-construct/Makefile Sun May 17 15:04:39 2015 (r386622) +++ head/mail/mime-construct/Makefile Sun May 17 15:08:38 2015 (r386623) @@ -5,8 +5,7 @@ PORTNAME= mime-construct PORTVERSION= 1.11 PORTREVISION= 2 CATEGORIES= mail -MASTER_SITES= http://www.argon.org/~roderick/ \ - ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/ +MASTER_SITES= http://www.argon.org/~roderick/ MAINTAINER= ports@FreeBSD.org COMMENT= Construct and optionally send MIME messages from command line From owner-svn-ports-head@FreeBSD.ORG Sun May 17 15:09:58 2015 Return-Path: Delivered-To: svn-ports-head@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 AB5477B0; Sun, 17 May 2015 15:09:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9A9101948; Sun, 17 May 2015 15:09:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HF9wBs033054; Sun, 17 May 2015 15:09:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HF9wFn033053; Sun, 17 May 2015 15:09:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171509.t4HF9wFn033053@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 15:09:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386624 - head/audio/last.fm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 15:09:58 -0000 Author: amdmi3 Date: Sun May 17 15:09:57 2015 New Revision: 386624 URL: https://svnweb.freebsd.org/changeset/ports/386624 Log: - Add CPE info Approved by: portmgr blanket Modified: head/audio/last.fm/Makefile Modified: head/audio/last.fm/Makefile ============================================================================== --- head/audio/last.fm/Makefile Sun May 17 15:08:38 2015 (r386623) +++ head/audio/last.fm/Makefile Sun May 17 15:09:57 2015 (r386624) @@ -21,7 +21,8 @@ LIB_DEPENDS= libasound.so:${PORTSDIR}/au WRKSRC= ${WRKDIR}/last.fm-${PORTVERSION} -USES= dos2unix qmake:norecursive tar:bzip2 +USES= cpe dos2unix qmake:norecursive tar:bzip2 +CPE_VENDOR= last DOS2UNIX_GLOB= *.h *.cpp USE_QT4= moc_build rcc_build uic_build \ gui network sql xml imageformats_run From owner-svn-ports-head@FreeBSD.ORG Sun May 17 15:48:14 2015 Return-Path: Delivered-To: svn-ports-head@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 2F2E822A; Sun, 17 May 2015 15:48:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03F311D92; Sun, 17 May 2015 15:48:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HFmDRM052843; Sun, 17 May 2015 15:48:13 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HFmDeM052842; Sun, 17 May 2015 15:48:13 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201505171548.t4HFmDeM052842@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Sun, 17 May 2015 15:48:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386625 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 15:48:14 -0000 Author: mmoll Date: Sun May 17 15:48:13 2015 New Revision: 386625 URL: https://svnweb.freebsd.org/changeset/ports/386625 Log: security/vuxml: Add CVE-2015-3900 entry for devel/ruby-gems PR: 200264 Differential Revision: https://reviews.freebsd.org/D2572 Approved by: mat (mentor) Security: CVE-2015-3900 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun May 17 15:09:57 2015 (r386624) +++ head/security/vuxml/vuln.xml Sun May 17 15:48:13 2015 (r386625) @@ -57,6 +57,48 @@ Notes: --> + + rubygems -- request hijacking vulnerability + + + ruby20-gems + 2.4.7 + + + ruby21-gems + 2.4.7 + + + ruby22-gems + 2.4.7 + + + + +

Jonathan Claudius reports:

+
+

RubyGems provides the ability of a domain to direct clients to a + separate host that is used to fetch gems and make API calls against. + This mechanism is implemented via DNS, specificly a SRV record + _rubygems._tcp under the original requested domain.

+

RubyGems did not validate the hostname returned in the SRV record + before sending requests to it. This left clients open to a DNS + hijack attack, whereby an attacker could return a SRV of their + choosing and get the client to use it.

+
+ +
+ + ports/200264 + CVE-2015-3900 + http://blog.rubygems.org/2015/05/14/CVE-2015-3900.html + + + 2015-05-14 + 2015-05-17 + +
+ qemu -- possible VM escape and code execution ("VENOM") From owner-svn-ports-head@FreeBSD.ORG Sun May 17 15:49:16 2015 Return-Path: Delivered-To: svn-ports-head@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 142B1319; Sun, 17 May 2015 15:49:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02FA01D9D; Sun, 17 May 2015 15:49:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HFnFHW053105; Sun, 17 May 2015 15:49:15 GMT (envelope-from mmoll@FreeBSD.org) Received: (from mmoll@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HFnFjq053101; Sun, 17 May 2015 15:49:15 GMT (envelope-from mmoll@FreeBSD.org) Message-Id: <201505171549.t4HFnFjq053101@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mmoll set sender to mmoll@FreeBSD.org using -f From: Michael Moll Date: Sun, 17 May 2015 15:49:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386626 - head/devel/ruby-gems X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 15:49:16 -0000 Author: mmoll Date: Sun May 17 15:49:14 2015 New Revision: 386626 URL: https://svnweb.freebsd.org/changeset/ports/386626 Log: devel/ruby-gems: update to 2.4.7 PR: 200264 Differential Revision: https://reviews.freebsd.org/D2572 Submitted by: Santiago Pastorino Approved by: mat (mentor) Security: CVE-2015-3900 Modified: head/devel/ruby-gems/Makefile head/devel/ruby-gems/distinfo Modified: head/devel/ruby-gems/Makefile ============================================================================== --- head/devel/ruby-gems/Makefile Sun May 17 15:48:13 2015 (r386625) +++ head/devel/ruby-gems/Makefile Sun May 17 15:49:14 2015 (r386626) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gems -PORTVERSION= 2.4.6 +PORTVERSION= 2.4.7 CATEGORIES= devel ruby MASTER_SITES= http://production.cf.rubygems.org/rubygems/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} Modified: head/devel/ruby-gems/distinfo ============================================================================== --- head/devel/ruby-gems/distinfo Sun May 17 15:48:13 2015 (r386625) +++ head/devel/ruby-gems/distinfo Sun May 17 15:49:14 2015 (r386626) @@ -1,2 +1,2 @@ -SHA256 (ruby/rubygems-2.4.6.tgz) = 76d3f3b10aa824d23a511f098ab777c6473b98ffa733f7be4222408897b68db9 -SIZE (ruby/rubygems-2.4.6.tgz) = 447588 +SHA256 (ruby/rubygems-2.4.7.tgz) = 62fabf8b1a3009cf65f0fc9c2bad68754aa229780d7139232c4ca9f4708ad6ec +SIZE (ruby/rubygems-2.4.7.tgz) = 447941 From owner-svn-ports-head@FreeBSD.ORG Sun May 17 16:01:36 2015 Return-Path: Delivered-To: svn-ports-head@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 EBE25682; Sun, 17 May 2015 16:01:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAD8C1F49; Sun, 17 May 2015 16:01:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HG1aW6061439; Sun, 17 May 2015 16:01:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HG1aj3061415; Sun, 17 May 2015 16:01:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171601.t4HG1aj3061415@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 16:01:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386627 - head/audio/vorbis-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 16:01:37 -0000 Author: amdmi3 Date: Sun May 17 16:01:36 2015 New Revision: 386627 URL: https://svnweb.freebsd.org/changeset/ports/386627 Log: - Add CPE info - Add LICENSE Approved by: portmgr blanket Modified: head/audio/vorbis-tools/Makefile Modified: head/audio/vorbis-tools/Makefile ============================================================================== --- head/audio/vorbis-tools/Makefile Sun May 17 15:49:14 2015 (r386626) +++ head/audio/vorbis-tools/Makefile Sun May 17 16:01:36 2015 (r386627) @@ -11,6 +11,9 @@ MASTER_SITES= http://downloads.xiph.org/ MAINTAINER= naddy@FreeBSD.org COMMENT= Play, encode, and manage Ogg Vorbis files +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \ libcurl.so:${PORTSDIR}/ftp/curl \ libFLAC.so:${PORTSDIR}/audio/flac \ @@ -18,7 +21,8 @@ LIB_DEPENDS= libao.so:${PORTSDIR}/audio/ libspeex.so:${PORTSDIR}/audio/speex \ libvorbis.so:${PORTSDIR}/audio/libvorbis -USES= iconv pkgconfig +USES= cpe iconv pkgconfig +CPE_VENDOR= xiph GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" CPPFLAGS+= -I${LOCALBASE}/include From owner-svn-ports-head@FreeBSD.ORG Sun May 17 16:07:21 2015 Return-Path: Delivered-To: svn-ports-head@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 CF34C7A4; Sun, 17 May 2015 16:07:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BE2A41F71; Sun, 17 May 2015 16:07:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HG7LRS063088; Sun, 17 May 2015 16:07:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HG7L6C063087; Sun, 17 May 2015 16:07:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171607.t4HG7L6C063087@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 16:07:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386628 - head/textproc/silvercity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 16:07:21 -0000 Author: amdmi3 Date: Sun May 17 16:07:20 2015 New Revision: 386628 URL: https://svnweb.freebsd.org/changeset/ports/386628 Log: - Strip library Modified: head/textproc/silvercity/Makefile Modified: head/textproc/silvercity/Makefile ============================================================================== --- head/textproc/silvercity/Makefile Sun May 17 16:01:36 2015 (r386627) +++ head/textproc/silvercity/Makefile Sun May 17 16:07:20 2015 (r386628) @@ -3,6 +3,7 @@ PORTNAME= silvercity PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/Python%20SilverCity%20Bindings/${PORTVERSION} DISTNAME= SilverCity-${PORTVERSION} @@ -14,4 +15,7 @@ USES= dos2unix python USE_PYTHON= distutils PYDISTUTILS_PKGNAME= SilverCity +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/SilverCity/_SilverCity.so + .include From owner-svn-ports-head@FreeBSD.ORG Sun May 17 16:28:10 2015 Return-Path: Delivered-To: svn-ports-head@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 A2B5BCC5; Sun, 17 May 2015 16:28:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91E0F1189; Sun, 17 May 2015 16:28:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HGSAbA073309; Sun, 17 May 2015 16:28:10 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HGSAPp073308; Sun, 17 May 2015 16:28:10 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201505171628.t4HGSAPp073308@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 17 May 2015 16:28:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386629 - head/net/shaperprobe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 16:28:10 -0000 Author: marino Date: Sun May 17 16:28:09 2015 New Revision: 386629 URL: https://svnweb.freebsd.org/changeset/ports/386629 Log: net/shaperprobe: mark BROKEN, no longer works (set removal in 3 weeks) PR: 197327 Submitted by: MikeM (comcast) Removal Rec: Josh Carroll (maintainer) Modified: head/net/shaperprobe/Makefile Modified: head/net/shaperprobe/Makefile ============================================================================== --- head/net/shaperprobe/Makefile Sun May 17 16:07:20 2015 (r386628) +++ head/net/shaperprobe/Makefile Sun May 17 16:28:09 2015 (r386629) @@ -13,6 +13,10 @@ COMMENT= Utility to check for traffic sh LICENSE= GPLv2 +BROKEN= due to changes at M-Labs; author is non-responsive +DEPRECATED= broken with no known fix (PR 197327) +EXPIRATION_DATE= 2015-06-05 + USES= tar:tgz MAKEFILE= Makefile.osx From owner-svn-ports-head@FreeBSD.ORG Sun May 17 16:31:52 2015 Return-Path: Delivered-To: svn-ports-head@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 54737DFB; Sun, 17 May 2015 16:31:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 298E71242; Sun, 17 May 2015 16:31:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HGVqCL076853; Sun, 17 May 2015 16:31:52 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HGVp8D076851; Sun, 17 May 2015 16:31:51 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201505171631.t4HGVp8D076851@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 17 May 2015 16:31:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386630 - head/textproc/dblatex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 16:31:52 -0000 Author: marino Date: Sun May 17 16:31:51 2015 New Revision: 386630 URL: https://svnweb.freebsd.org/changeset/ports/386630 Log: textproc/dblatex: Fix failure to invoke, reset maintainer The shebang "env python" won't work. Normally shebangfix would be used to fix this, but dblatex is actually built so we need to use sed in the post-install target to adjust it. While here, reset the maintainer. This PR is the fourth consecutive timeout. Also clean up the port. PR: 196617 Submitted by: holger (freyther.de) Modified: head/textproc/dblatex/Makefile head/textproc/dblatex/pkg-descr Modified: head/textproc/dblatex/Makefile ============================================================================== --- head/textproc/dblatex/Makefile Sun May 17 16:28:09 2015 (r386629) +++ head/textproc/dblatex/Makefile Sun May 17 16:31:51 2015 (r386630) @@ -3,11 +3,11 @@ PORTNAME= dblatex PORTVERSION= 0.3.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= johnson.peter@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= DocBook to LaTeX/ConTeXt Publishing BUILD_DEPENDS= ${LOCALBASE}/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty:${PORTSDIR}/print/texlive-texmf @@ -18,19 +18,21 @@ USES= tar:bzip2 python:2 USE_PYTHON= distutils autoplist USE_TEX= tex +PYDISTUTILS_INSTALLARGS+= --catalogs=${LOCALBASE}/share/xml/catalog.ports + OPTIONS_DEFINE= DOCS .include post-patch: .if ! ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -e '/pdfdocs),/d' ${WRKSRC}/setup.py - @${REINPLACE_CMD} -e '/htmldoc)/d' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e '/pdfdocs),/d ; /htmldoc)/d' ${WRKSRC}/setup.py .endif @${REINPLACE_CMD} -e "s,share/man/man1,man/man1,g" ${WRKSRC}/setup.py -.include - -PYDISTUTILS_INSTALLARGS+= --catalogs=${PREFIX}/share/xml/catalog.ports +post-install: + # shebangfix can't be used because dblatex is built from scratch + ${REINPLACE_CMD} -e 's|/usr/bin/env python|${PREFIX}/bin/python2|' \ + ${STAGEDIR}${PREFIX}/bin/dblatex -.include +.include Modified: head/textproc/dblatex/pkg-descr ============================================================================== --- head/textproc/dblatex/pkg-descr Sun May 17 16:28:09 2015 (r386629) +++ head/textproc/dblatex/pkg-descr Sun May 17 16:31:51 2015 (r386630) @@ -13,4 +13,4 @@ stylesheets. (3) Post-processing is done by Python, to make publication faster, convert the images if needed, and do the whole compilation. -WWW: http://dblatex.sourceforge.net/ +WWW: http://dblatex.sourceforge.net/ From owner-svn-ports-head@FreeBSD.ORG Sun May 17 16:44:52 2015 Return-Path: Delivered-To: svn-ports-head@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 F12ACF0; Sun, 17 May 2015 16:44:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFF2F1350; Sun, 17 May 2015 16:44:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HGipFc082771; Sun, 17 May 2015 16:44:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HGipcm082770; Sun, 17 May 2015 16:44:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171644.t4HGipcm082770@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 16:44:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386631 - head/audio/csound X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 16:44:52 -0000 Author: amdmi3 Date: Sun May 17 16:44:51 2015 New Revision: 386631 URL: https://svnweb.freebsd.org/changeset/ports/386631 Log: - Add CPE info - Add LICENSE_FILE Approved by: portmgr blanket Modified: head/audio/csound/Makefile Modified: head/audio/csound/Makefile ============================================================================== --- head/audio/csound/Makefile Sun May 17 16:31:51 2015 (r386630) +++ head/audio/csound/Makefile Sun May 17 16:44:51 2015 (r386631) @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Sound synthesizer LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= swig13>0:${PORTSDIR}/devel/swig13 \ eigen>0:${PORTSDIR}/math/eigen3 \ @@ -40,7 +41,8 @@ CONFLICTS_INSTALL= outguess-* csound6 WRKSRC= ${WRKDIR}/${PORTNAME:S/c/C/}${PORTVERSION} -USES= bison gettext scons compiler:openmp python +USES= bison cpe gettext scons compiler:openmp python +CPE_VENDOR= csounds MAKE_ARGS= instdir="${STAGEDIR}" prefix="${PREFIX}" \ CC="${CC}" CXX="${CXX}" \ buildCsoundAC=0 buildCsoundVST=0 buildInterfaces=1 \ From owner-svn-ports-head@FreeBSD.ORG Sun May 17 16:46:20 2015 Return-Path: Delivered-To: svn-ports-head@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 0461E1EF; Sun, 17 May 2015 16:46:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD39E136A; Sun, 17 May 2015 16:46:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HGkJEY083135; Sun, 17 May 2015 16:46:19 GMT (envelope-from nox@FreeBSD.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HGkJL9083133; Sun, 17 May 2015 16:46:19 GMT (envelope-from nox@FreeBSD.org) Message-Id: <201505171646.t4HGkJL9083133@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nox set sender to nox@FreeBSD.org using -f From: Juergen Lock Date: Sun, 17 May 2015 16:46:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386632 - in head/emulators/qemu-sbruno: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 16:46:20 -0000 Author: nox Date: Sun May 17 16:46:18 2015 New Revision: 386632 URL: https://svnweb.freebsd.org/changeset/ports/386632 Log: Catch up with github tree - changelog: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user Deleted: head/emulators/qemu-sbruno/files/patch-CVE-2015-3456 Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Sun May 17 16:44:51 2015 (r386631) +++ head/emulators/qemu-sbruno/Makefile Sun May 17 16:46:18 2015 (r386632) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.3.50.g20150501 -PORTREVISION= 1 +PORTVERSION= 2.3.50.g20150517 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox \ @@ -21,7 +20,7 @@ COMMENT?= QEMU CPU Emulator - github bsd USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 38afafe +GH_TAGNAME= c65473e HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build @@ -133,7 +132,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --cc --smbd=${LOCALBASE}/sbin/smbd \ --enable-debug \ --enable-debug-info \ - --extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"${PREFIX}\\\" + --extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\" .if empty(PORT_OPTIONS:MX11) CONFIGURE_ARGS+= --disable-sdl Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Sun May 17 16:44:51 2015 (r386631) +++ head/emulators/qemu-sbruno/distinfo Sun May 17 16:46:18 2015 (r386632) @@ -1,4 +1,4 @@ -SHA256 (qemu/2.3.50.g20150501/seanbruno-qemu-bsd-user-2.3.50.g20150501-38afafe_GH0.tar.gz) = 85cb6a43861711202c432d876d6c6efbbe75616f1ad4a0a116868ccfdbbef369 -SIZE (qemu/2.3.50.g20150501/seanbruno-qemu-bsd-user-2.3.50.g20150501-38afafe_GH0.tar.gz) = 10906252 -SHA256 (qemu/2.3.50.g20150501/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.3.50.g20150501/dtc-v1.4.0.tar.gz) = 131893 +SHA256 (qemu/2.3.50.g20150517/seanbruno-qemu-bsd-user-2.3.50.g20150517-c65473e_GH0.tar.gz) = eff1dc0aaae0a2400f4d9ab42ea7d6b723eb6d5a96cc72a8b310ebe2e82d77e1 +SIZE (qemu/2.3.50.g20150517/seanbruno-qemu-bsd-user-2.3.50.g20150517-c65473e_GH0.tar.gz) = 10985886 +SHA256 (qemu/2.3.50.g20150517/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.3.50.g20150517/dtc-v1.4.0.tar.gz) = 131893 From owner-svn-ports-head@FreeBSD.ORG Sun May 17 17:05:43 2015 Return-Path: Delivered-To: svn-ports-head@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 1D3406F1; Sun, 17 May 2015 17:05:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0942B1603; Sun, 17 May 2015 17:05:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HH5hl9093073; Sun, 17 May 2015 17:05:43 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HH5gAX093070; Sun, 17 May 2015 17:05:42 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201505171705.t4HH5gAX093070@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: Romain Tartière Date: Sun, 17 May 2015 17:05:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386633 - in head/lang/mono: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 17:05:43 -0000 Author: romain Date: Sun May 17 17:05:41 2015 New Revision: 386633 URL: https://svnweb.freebsd.org/changeset/ports/386633 Log: Update to 4.0.1.28 Based on [1]. PR: 200118 [1] Submitted by: anders@jensenwaud.com [1] Deleted: head/lang/mono/files/patch-mono_metadata_Makefile.in Modified: head/lang/mono/Makefile head/lang/mono/distinfo head/lang/mono/pkg-plist Modified: head/lang/mono/Makefile ============================================================================== --- head/lang/mono/Makefile Sun May 17 16:46:18 2015 (r386632) +++ head/lang/mono/Makefile Sun May 17 17:05:41 2015 (r386633) @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= mono -PORTVERSION= 3.12.1 -PORTREVISION= 1 +PORTVERSION= 4.0.1.28 CATEGORIES= lang MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ -PATCHFILES= fb3468e61c943790ddad0f8cfb3e0cb0e3a00d0d.patch \ - 396d9dbeb1a93665ede08c0e24e3e051e2c3e1de.patch +PATCHFILES= # PATCH_SITES= https://github.com/mono/mono/commit/ PATCH_DIST_STRIP=-p1 +WRKSRC= ${WRKDIR}/mono-4.0.1 MAINTAINER= mono@FreeBSD.org COMMENT= Open source implementation of .NET Development Framework Modified: head/lang/mono/distinfo ============================================================================== --- head/lang/mono/distinfo Sun May 17 16:46:18 2015 (r386632) +++ head/lang/mono/distinfo Sun May 17 17:05:41 2015 (r386633) @@ -1,6 +1,2 @@ -SHA256 (mono-3.12.1.tar.bz2) = 5d8cf153af2948c06bc9fbf5088f6834868e4db8e5f41c7cff76da173732b60d -SIZE (mono-3.12.1.tar.bz2) = 73487974 -SHA256 (fb3468e61c943790ddad0f8cfb3e0cb0e3a00d0d.patch) = 22af40601f76960d902ac5b89c5eda08ec789bbf5effbc3e751330ea39a801e9 -SIZE (fb3468e61c943790ddad0f8cfb3e0cb0e3a00d0d.patch) = 4475 -SHA256 (396d9dbeb1a93665ede08c0e24e3e051e2c3e1de.patch) = fa80a44b968aa7a92eb92730c18bdf077e95effd1e5ccee95d23a4c4e8d7d981 -SIZE (396d9dbeb1a93665ede08c0e24e3e051e2c3e1de.patch) = 21017 +SHA256 (mono-4.0.1.28.tar.bz2) = 31f7da2b2c3b39e4b3c549c0fef29604b22e827ac46cf6aa454bd5b22e4f2ec5 +SIZE (mono-4.0.1.28.tar.bz2) = 96008426 Modified: head/lang/mono/pkg-plist ============================================================================== --- head/lang/mono/pkg-plist Sun May 17 16:46:18 2015 (r386632) +++ head/lang/mono/pkg-plist Sun May 17 17:05:41 2015 (r386633) @@ -16,7 +16,6 @@ bin/dtd2xsd bin/gacutil bin/gacutil2 bin/genxs -bin/gmcs bin/httpcfg bin/ikdasm bin/ilasm @@ -57,7 +56,6 @@ bin/monodis bin/monodocer bin/monodocs2html bin/monodocs2slashdoc -bin/monograph bin/monolinker bin/monop bin/monop2 @@ -182,17 +180,11 @@ lib/mono/2.0/I18N.West.dll lib/mono/2.0/I18N.dll lib/mono/2.0/IBM.Data.DB2.dll lib/mono/2.0/ICSharpCode.SharpZipLib.dll -lib/mono/2.0/MSBuild/Microsoft.Build.CommonTypes.xsd -lib/mono/2.0/MSBuild/Microsoft.Build.Core.xsd lib/mono/2.0/Microsoft.Build.Engine.dll lib/mono/2.0/Microsoft.Build.Framework.dll lib/mono/2.0/Microsoft.Build.Tasks.dll lib/mono/2.0/Microsoft.Build.Utilities.dll -lib/mono/2.0/Microsoft.Build.xsd -lib/mono/2.0/Microsoft.CSharp.targets -lib/mono/2.0/Microsoft.Common.targets -lib/mono/2.0/Microsoft.Common.tasks -lib/mono/2.0/Microsoft.VisualBasic.targets +lib/mono/2.0/Microsoft.VisualBasic.dll lib/mono/2.0/Microsoft.VisualC.dll lib/mono/2.0/Mono.C5.dll lib/mono/2.0/Mono.CSharp.dll @@ -215,8 +207,6 @@ lib/mono/2.0/Mono.XBuild.Tasks.dll lib/mono/2.0/Novell.Directory.Ldap.dll lib/mono/2.0/Npgsql.dll lib/mono/2.0/PEAPI.dll -lib/mono/2.0/RabbitMQ.Client.Apigen.exe -lib/mono/2.0/RabbitMQ.Client.Apigen.exe.mdb lib/mono/2.0/RabbitMQ.Client.dll lib/mono/2.0/System.ComponentModel.DataAnnotations.dll lib/mono/2.0/System.Configuration.Install.dll @@ -261,64 +251,13 @@ lib/mono/2.0/System.Xml.Linq.dll lib/mono/2.0/System.Xml.dll lib/mono/2.0/System.dll lib/mono/2.0/WindowsBase.dll -lib/mono/2.0/al.exe -lib/mono/2.0/al.exe.mdb lib/mono/2.0/cscompmgd.dll -lib/mono/2.0/culevel.exe -lib/mono/2.0/culevel.exe.mdb -lib/mono/2.0/gacutil.exe -lib/mono/2.0/gacutil.exe.mdb -lib/mono/2.0/genxs.exe -lib/mono/2.0/genxs.exe.mdb -lib/mono/2.0/ilasm.exe -lib/mono/2.0/ilasm.exe.mdb -lib/mono/2.0/mkbundle.exe -lib/mono/2.0/mkbundle.exe.mdb -lib/mono/2.0/mono-service.exe -lib/mono/2.0/mono-service.exe.mdb -lib/mono/2.0/monolinker.exe -lib/mono/2.0/monolinker.exe.mdb -lib/mono/2.0/monop.exe -lib/mono/2.0/monop.exe.mdb lib/mono/2.0/mscorlib.dll -lib/mono/2.0/mscorlib.dll.mdb -lib/mono/2.0/nunit-console-runner.dll -lib/mono/2.0/nunit-console.exe -lib/mono/2.0/nunit-console.exe.config -lib/mono/2.0/nunit-console.exe.mdb -lib/mono/2.0/nunit.core.dll -lib/mono/2.0/nunit.core.extensions.dll -lib/mono/2.0/nunit.core.interfaces.dll -lib/mono/2.0/nunit.framework.dll -lib/mono/2.0/nunit.framework.extensions.dll -lib/mono/2.0/nunit.mocks.dll -lib/mono/2.0/nunit.util.dll -lib/mono/2.0/resgen.exe -lib/mono/2.0/resgen.exe.mdb -lib/mono/2.0/wsdl.exe -lib/mono/2.0/wsdl.exe.mdb -lib/mono/2.0/xbuild.exe -lib/mono/2.0/xbuild.exe.config -lib/mono/2.0/xbuild.exe.mdb -lib/mono/2.0/xbuild.rsp -lib/mono/2.0/xsd.exe -lib/mono/2.0/xsd.exe.mdb -lib/mono/3.5/MSBuild/Microsoft.Build.CommonTypes.xsd -lib/mono/3.5/MSBuild/Microsoft.Build.Core.xsd lib/mono/3.5/Microsoft.Build.Engine.dll lib/mono/3.5/Microsoft.Build.Framework.dll lib/mono/3.5/Microsoft.Build.Tasks.v3.5.dll lib/mono/3.5/Microsoft.Build.Utilities.v3.5.dll -lib/mono/3.5/Microsoft.Build.xsd -lib/mono/3.5/Microsoft.CSharp.targets -lib/mono/3.5/Microsoft.Common.targets -lib/mono/3.5/Microsoft.Common.tasks -lib/mono/3.5/Microsoft.VisualBasic.targets lib/mono/3.5/Mono.XBuild.Tasks.dll -lib/mono/3.5/xbuild.exe -lib/mono/3.5/xbuild.exe.config -lib/mono/3.5/xbuild.exe.mdb -lib/mono/3.5/xbuild.rsp lib/mono/4.0/Accessibility.dll lib/mono/4.0/Commons.Xml.Relaxng.dll lib/mono/4.0/CustomMarshalers.dll @@ -336,6 +275,7 @@ lib/mono/4.0/Microsoft.Build.Tasks.v4.0. lib/mono/4.0/Microsoft.Build.Utilities.v4.0.dll lib/mono/4.0/Microsoft.Build.dll lib/mono/4.0/Microsoft.CSharp.dll +lib/mono/4.0/Microsoft.VisualBasic.dll lib/mono/4.0/Microsoft.VisualC.dll lib/mono/4.0/Microsoft.Web.Infrastructure.dll lib/mono/4.0/Mono.C5.dll @@ -349,18 +289,15 @@ lib/mono/4.0/Mono.Http.dll lib/mono/4.0/Mono.Management.dll lib/mono/4.0/Mono.Messaging.RabbitMQ.dll lib/mono/4.0/Mono.Messaging.dll -lib/mono/4.0/Mono.Parallel.dll lib/mono/4.0/Mono.Posix.dll lib/mono/4.0/Mono.Security.Win32.dll lib/mono/4.0/Mono.Security.dll lib/mono/4.0/Mono.Simd.dll lib/mono/4.0/Mono.Tasklets.dll lib/mono/4.0/Mono.WebBrowser.dll -lib/mono/4.0/Mono.XBuild.Tasks.dll lib/mono/4.0/Novell.Directory.Ldap.dll lib/mono/4.0/Npgsql.dll lib/mono/4.0/PEAPI.dll -lib/mono/4.0/RabbitMQ.Client.Apigen.exe lib/mono/4.0/RabbitMQ.Client.dll lib/mono/4.0/System.ComponentModel.Composition.dll lib/mono/4.0/System.ComponentModel.DataAnnotations.dll @@ -423,8 +360,6 @@ lib/mono/4.0/mscorlib.dll lib/mono/4.5/Accessibility.dll lib/mono/4.5/Commons.Xml.Relaxng.dll lib/mono/4.5/CustomMarshalers.dll -lib/mono/4.5/EntityFramework.SqlServer.dll -lib/mono/4.5/EntityFramework.dll lib/mono/4.5/Facades/System.Collections.Concurrent.dll lib/mono/4.5/Facades/System.Collections.dll lib/mono/4.5/Facades/System.ComponentModel.Annotations.dll @@ -518,7 +453,6 @@ lib/mono/4.5/Mono.Tasklets.dll lib/mono/4.5/Mono.WebBrowser.dll lib/mono/4.5/Mono.XBuild.Tasks.dll lib/mono/4.5/Novell.Directory.Ldap.dll -lib/mono/4.5/Npgsql.dll lib/mono/4.5/PEAPI.dll lib/mono/4.5/RabbitMQ.Client.Apigen.exe lib/mono/4.5/RabbitMQ.Client.Apigen.exe.mdb @@ -529,6 +463,7 @@ lib/mono/4.5/System.Configuration.Instal lib/mono/4.5/System.Configuration.dll lib/mono/4.5/System.Core.dll lib/mono/4.5/System.Data.DataSetExtensions.dll +lib/mono/4.5/System.Data.Entity.dll lib/mono/4.5/System.Data.Linq.dll lib/mono/4.5/System.Data.OracleClient.dll lib/mono/4.5/System.Data.Services.Client.dll @@ -724,6 +659,8 @@ lib/mono/4.5/sqlsharp.exe lib/mono/4.5/sqlsharp.exe.mdb lib/mono/4.5/svcutil.exe lib/mono/4.5/svcutil.exe.mdb +lib/mono/4.5/symbolicate.exe +lib/mono/4.5/symbolicate.exe.mdb lib/mono/4.5/wsdl.exe lib/mono/4.5/wsdl.exe.mdb lib/mono/4.5/xbuild.exe @@ -732,290 +669,168 @@ lib/mono/4.5/xbuild.exe.mdb lib/mono/4.5/xbuild.rsp lib/mono/4.5/xsd.exe lib/mono/4.5/xsd.exe.mdb -lib/mono/compat-2.0/ICSharpCode.SharpZipLib.dll -lib/mono/compat-2.0/System.Web.Extensions.Design.dll -lib/mono/compat-2.0/System.Web.Extensions.dll -lib/mono/compat-2.0/System.Web.Mvc.dll -lib/mono/gac/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll -lib/mono/gac/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.mdb lib/mono/gac/Accessibility/4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll lib/mono/gac/Accessibility/4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.mdb -lib/mono/gac/Commons.Xml.Relaxng/2.0.0.0__0738eb9f132ed756/Commons.Xml.Relaxng.dll -lib/mono/gac/Commons.Xml.Relaxng/2.0.0.0__0738eb9f132ed756/Commons.Xml.Relaxng.dll.mdb lib/mono/gac/Commons.Xml.Relaxng/4.0.0.0__0738eb9f132ed756/Commons.Xml.Relaxng.dll lib/mono/gac/Commons.Xml.Relaxng/4.0.0.0__0738eb9f132ed756/Commons.Xml.Relaxng.dll.mdb -lib/mono/gac/CustomMarshalers/2.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll -lib/mono/gac/CustomMarshalers/2.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll.mdb lib/mono/gac/CustomMarshalers/4.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll lib/mono/gac/CustomMarshalers/4.0.0.0__b03f5f7f11d50a3a/CustomMarshalers.dll.mdb -lib/mono/gac/EntityFramework.SqlServer/6.0.0.0__b77a5c561934e089/EntityFramework.SqlServer.dll -lib/mono/gac/EntityFramework.SqlServer/6.0.0.0__b77a5c561934e089/EntityFramework.SqlServer.dll.mdb -lib/mono/gac/EntityFramework/6.0.0.0__b77a5c561934e089/EntityFramework.dll -lib/mono/gac/EntityFramework/6.0.0.0__b77a5c561934e089/EntityFramework.dll.mdb -lib/mono/gac/I18N.CJK/2.0.0.0__0738eb9f132ed756/I18N.CJK.dll -lib/mono/gac/I18N.CJK/2.0.0.0__0738eb9f132ed756/I18N.CJK.dll.mdb lib/mono/gac/I18N.CJK/4.0.0.0__0738eb9f132ed756/I18N.CJK.dll lib/mono/gac/I18N.CJK/4.0.0.0__0738eb9f132ed756/I18N.CJK.dll.mdb -lib/mono/gac/I18N.MidEast/2.0.0.0__0738eb9f132ed756/I18N.MidEast.dll -lib/mono/gac/I18N.MidEast/2.0.0.0__0738eb9f132ed756/I18N.MidEast.dll.mdb lib/mono/gac/I18N.MidEast/4.0.0.0__0738eb9f132ed756/I18N.MidEast.dll lib/mono/gac/I18N.MidEast/4.0.0.0__0738eb9f132ed756/I18N.MidEast.dll.mdb -lib/mono/gac/I18N.Other/2.0.0.0__0738eb9f132ed756/I18N.Other.dll -lib/mono/gac/I18N.Other/2.0.0.0__0738eb9f132ed756/I18N.Other.dll.mdb lib/mono/gac/I18N.Other/4.0.0.0__0738eb9f132ed756/I18N.Other.dll lib/mono/gac/I18N.Other/4.0.0.0__0738eb9f132ed756/I18N.Other.dll.mdb -lib/mono/gac/I18N.Rare/2.0.0.0__0738eb9f132ed756/I18N.Rare.dll -lib/mono/gac/I18N.Rare/2.0.0.0__0738eb9f132ed756/I18N.Rare.dll.mdb lib/mono/gac/I18N.Rare/4.0.0.0__0738eb9f132ed756/I18N.Rare.dll lib/mono/gac/I18N.Rare/4.0.0.0__0738eb9f132ed756/I18N.Rare.dll.mdb -lib/mono/gac/I18N.West/2.0.0.0__0738eb9f132ed756/I18N.West.dll -lib/mono/gac/I18N.West/2.0.0.0__0738eb9f132ed756/I18N.West.dll.mdb lib/mono/gac/I18N.West/4.0.0.0__0738eb9f132ed756/I18N.West.dll lib/mono/gac/I18N.West/4.0.0.0__0738eb9f132ed756/I18N.West.dll.mdb -lib/mono/gac/I18N/2.0.0.0__0738eb9f132ed756/I18N.dll -lib/mono/gac/I18N/2.0.0.0__0738eb9f132ed756/I18N.dll.mdb lib/mono/gac/I18N/4.0.0.0__0738eb9f132ed756/I18N.dll lib/mono/gac/I18N/4.0.0.0__0738eb9f132ed756/I18N.dll.mdb lib/mono/gac/IBM.Data.DB2/1.0.0.0__7c307b91aa13d208/IBM.Data.DB2.dll lib/mono/gac/IBM.Data.DB2/1.0.0.0__7c307b91aa13d208/IBM.Data.DB2.dll.mdb -lib/mono/gac/ICSharpCode.SharpZipLib/2.6.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll -lib/mono/gac/ICSharpCode.SharpZipLib/2.6.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll.mdb -lib/mono/gac/ICSharpCode.SharpZipLib/2.84.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll -lib/mono/gac/ICSharpCode.SharpZipLib/2.84.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll.mdb lib/mono/gac/ICSharpCode.SharpZipLib/4.84.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll lib/mono/gac/ICSharpCode.SharpZipLib/4.84.0.0__1b03e6acf1164f73/ICSharpCode.SharpZipLib.dll.mdb lib/mono/gac/Microsoft.Build.Engine/12.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Engine.dll lib/mono/gac/Microsoft.Build.Engine/12.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Engine.dll.mdb -lib/mono/gac/Microsoft.Build.Engine/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Engine.dll -lib/mono/gac/Microsoft.Build.Engine/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Engine.dll.mdb -lib/mono/gac/Microsoft.Build.Engine/3.5.0.0__b03f5f7f11d50a3a/Microsoft.Build.Engine.dll -lib/mono/gac/Microsoft.Build.Engine/3.5.0.0__b03f5f7f11d50a3a/Microsoft.Build.Engine.dll.mdb +lib/mono/gac/Microsoft.Build.Engine/14.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Engine.dll +lib/mono/gac/Microsoft.Build.Engine/14.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Engine.dll.mdb lib/mono/gac/Microsoft.Build.Engine/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Engine.dll lib/mono/gac/Microsoft.Build.Engine/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Engine.dll.mdb lib/mono/gac/Microsoft.Build.Framework/12.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll lib/mono/gac/Microsoft.Build.Framework/12.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll.mdb -lib/mono/gac/Microsoft.Build.Framework/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll -lib/mono/gac/Microsoft.Build.Framework/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll.mdb -lib/mono/gac/Microsoft.Build.Framework/3.5.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll -lib/mono/gac/Microsoft.Build.Framework/3.5.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll.mdb +lib/mono/gac/Microsoft.Build.Framework/14.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll +lib/mono/gac/Microsoft.Build.Framework/14.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll.mdb lib/mono/gac/Microsoft.Build.Framework/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll lib/mono/gac/Microsoft.Build.Framework/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll.mdb +lib/mono/gac/Microsoft.Build.Tasks.Core/14.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.Core.dll +lib/mono/gac/Microsoft.Build.Tasks.Core/14.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.Core.dll.mdb lib/mono/gac/Microsoft.Build.Tasks.v12.0/12.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.v12.0.dll lib/mono/gac/Microsoft.Build.Tasks.v12.0/12.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.v12.0.dll.mdb -lib/mono/gac/Microsoft.Build.Tasks.v3.5/3.5.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.v3.5.dll -lib/mono/gac/Microsoft.Build.Tasks.v3.5/3.5.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.v3.5.dll.mdb lib/mono/gac/Microsoft.Build.Tasks.v4.0/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.v4.0.dll lib/mono/gac/Microsoft.Build.Tasks.v4.0/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.v4.0.dll.mdb -lib/mono/gac/Microsoft.Build.Tasks/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.dll -lib/mono/gac/Microsoft.Build.Tasks/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.dll.mdb +lib/mono/gac/Microsoft.Build.Utilities.Core/14.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.Core.dll +lib/mono/gac/Microsoft.Build.Utilities.Core/14.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.Core.dll.mdb lib/mono/gac/Microsoft.Build.Utilities.v12.0/12.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.v12.0.dll lib/mono/gac/Microsoft.Build.Utilities.v12.0/12.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.v12.0.dll.mdb -lib/mono/gac/Microsoft.Build.Utilities.v3.5/3.5.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.v3.5.dll -lib/mono/gac/Microsoft.Build.Utilities.v3.5/3.5.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.v3.5.dll.mdb lib/mono/gac/Microsoft.Build.Utilities.v4.0/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.v4.0.dll lib/mono/gac/Microsoft.Build.Utilities.v4.0/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.v4.0.dll.mdb -lib/mono/gac/Microsoft.Build.Utilities/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.dll -lib/mono/gac/Microsoft.Build.Utilities/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.dll.mdb lib/mono/gac/Microsoft.Build/12.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.dll lib/mono/gac/Microsoft.Build/12.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.dll.mdb +lib/mono/gac/Microsoft.Build/14.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.dll +lib/mono/gac/Microsoft.Build/14.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.dll.mdb lib/mono/gac/Microsoft.Build/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.dll lib/mono/gac/Microsoft.Build/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.dll.mdb lib/mono/gac/Microsoft.CSharp/4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll lib/mono/gac/Microsoft.CSharp/4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll.mdb lib/mono/gac/Microsoft.VisualC/0.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll lib/mono/gac/Microsoft.VisualC/0.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll.mdb -lib/mono/gac/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll -lib/mono/gac/Microsoft.VisualC/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll.mdb lib/mono/gac/Microsoft.Web.Infrastructure/1.0.0.0__31bf3856ad364e35/Microsoft.Web.Infrastructure.dll lib/mono/gac/Microsoft.Web.Infrastructure/1.0.0.0__31bf3856ad364e35/Microsoft.Web.Infrastructure.dll.mdb lib/mono/gac/Mono.C5/1.1.1.0__ba07f434b1c35cbd/Mono.C5.dll lib/mono/gac/Mono.C5/1.1.1.0__ba07f434b1c35cbd/Mono.C5.dll.mdb -lib/mono/gac/Mono.CSharp/2.0.0.0__0738eb9f132ed756/Mono.CSharp.dll -lib/mono/gac/Mono.CSharp/2.0.0.0__0738eb9f132ed756/Mono.CSharp.dll.mdb lib/mono/gac/Mono.CSharp/4.0.0.0__0738eb9f132ed756/Mono.CSharp.dll lib/mono/gac/Mono.CSharp/4.0.0.0__0738eb9f132ed756/Mono.CSharp.dll.mdb -lib/mono/gac/Mono.Cairo/2.0.0.0__0738eb9f132ed756/Mono.Cairo.dll -lib/mono/gac/Mono.Cairo/2.0.0.0__0738eb9f132ed756/Mono.Cairo.dll.mdb lib/mono/gac/Mono.Cairo/4.0.0.0__0738eb9f132ed756/Mono.Cairo.dll lib/mono/gac/Mono.Cairo/4.0.0.0__0738eb9f132ed756/Mono.Cairo.dll.mdb -lib/mono/gac/Mono.Cecil.Mdb/0.9.5.0__0738eb9f132ed756/Mono.Cecil.Mdb.dll -lib/mono/gac/Mono.Cecil.Mdb/0.9.5.0__0738eb9f132ed756/Mono.Cecil.Mdb.dll.mdb lib/mono/gac/Mono.Cecil/0.9.5.0__0738eb9f132ed756/Mono.Cecil.dll lib/mono/gac/Mono.Cecil/0.9.5.0__0738eb9f132ed756/Mono.Cecil.dll.mdb lib/mono/gac/Mono.CodeContracts/4.0.0.0__0738eb9f132ed756/Mono.CodeContracts.dll lib/mono/gac/Mono.CodeContracts/4.0.0.0__0738eb9f132ed756/Mono.CodeContracts.dll.mdb -lib/mono/gac/Mono.CompilerServices.SymbolWriter/2.0.0.0__0738eb9f132ed756/Mono.CompilerServices.SymbolWriter.dll -lib/mono/gac/Mono.CompilerServices.SymbolWriter/2.0.0.0__0738eb9f132ed756/Mono.CompilerServices.SymbolWriter.dll.mdb lib/mono/gac/Mono.CompilerServices.SymbolWriter/4.0.0.0__0738eb9f132ed756/Mono.CompilerServices.SymbolWriter.dll lib/mono/gac/Mono.CompilerServices.SymbolWriter/4.0.0.0__0738eb9f132ed756/Mono.CompilerServices.SymbolWriter.dll.mdb -lib/mono/gac/Mono.Data.Sqlite/2.0.0.0__0738eb9f132ed756/Mono.Data.Sqlite.dll -lib/mono/gac/Mono.Data.Sqlite/2.0.0.0__0738eb9f132ed756/Mono.Data.Sqlite.dll.mdb lib/mono/gac/Mono.Data.Sqlite/4.0.0.0__0738eb9f132ed756/Mono.Data.Sqlite.dll lib/mono/gac/Mono.Data.Sqlite/4.0.0.0__0738eb9f132ed756/Mono.Data.Sqlite.dll.mdb -lib/mono/gac/Mono.Data.Tds/2.0.0.0__0738eb9f132ed756/Mono.Data.Tds.dll -lib/mono/gac/Mono.Data.Tds/2.0.0.0__0738eb9f132ed756/Mono.Data.Tds.dll.mdb lib/mono/gac/Mono.Data.Tds/4.0.0.0__0738eb9f132ed756/Mono.Data.Tds.dll lib/mono/gac/Mono.Data.Tds/4.0.0.0__0738eb9f132ed756/Mono.Data.Tds.dll.mdb -lib/mono/gac/Mono.Debugger.Soft/2.0.0.0__0738eb9f132ed756/Mono.Debugger.Soft.dll -lib/mono/gac/Mono.Debugger.Soft/2.0.0.0__0738eb9f132ed756/Mono.Debugger.Soft.dll.mdb lib/mono/gac/Mono.Debugger.Soft/4.0.0.0__0738eb9f132ed756/Mono.Debugger.Soft.dll lib/mono/gac/Mono.Debugger.Soft/4.0.0.0__0738eb9f132ed756/Mono.Debugger.Soft.dll.mdb -lib/mono/gac/Mono.Http/2.0.0.0__0738eb9f132ed756/Mono.Http.dll -lib/mono/gac/Mono.Http/2.0.0.0__0738eb9f132ed756/Mono.Http.dll.mdb lib/mono/gac/Mono.Http/4.0.0.0__0738eb9f132ed756/Mono.Http.dll lib/mono/gac/Mono.Http/4.0.0.0__0738eb9f132ed756/Mono.Http.dll.mdb -lib/mono/gac/Mono.Management/2.0.0.0__0738eb9f132ed756/Mono.Management.dll -lib/mono/gac/Mono.Management/2.0.0.0__0738eb9f132ed756/Mono.Management.dll.mdb lib/mono/gac/Mono.Management/4.0.0.0__0738eb9f132ed756/Mono.Management.dll lib/mono/gac/Mono.Management/4.0.0.0__0738eb9f132ed756/Mono.Management.dll.mdb -lib/mono/gac/Mono.Messaging.RabbitMQ/2.0.0.0__0738eb9f132ed756/Mono.Messaging.RabbitMQ.dll -lib/mono/gac/Mono.Messaging.RabbitMQ/2.0.0.0__0738eb9f132ed756/Mono.Messaging.RabbitMQ.dll.mdb lib/mono/gac/Mono.Messaging.RabbitMQ/4.0.0.0__0738eb9f132ed756/Mono.Messaging.RabbitMQ.dll lib/mono/gac/Mono.Messaging.RabbitMQ/4.0.0.0__0738eb9f132ed756/Mono.Messaging.RabbitMQ.dll.mdb -lib/mono/gac/Mono.Messaging/2.0.0.0__0738eb9f132ed756/Mono.Messaging.dll -lib/mono/gac/Mono.Messaging/2.0.0.0__0738eb9f132ed756/Mono.Messaging.dll.mdb lib/mono/gac/Mono.Messaging/4.0.0.0__0738eb9f132ed756/Mono.Messaging.dll lib/mono/gac/Mono.Messaging/4.0.0.0__0738eb9f132ed756/Mono.Messaging.dll.mdb lib/mono/gac/Mono.Parallel/4.0.0.0__0738eb9f132ed756/Mono.Parallel.dll lib/mono/gac/Mono.Parallel/4.0.0.0__0738eb9f132ed756/Mono.Parallel.dll.mdb -lib/mono/gac/Mono.Posix/2.0.0.0__0738eb9f132ed756/Mono.Posix.dll -lib/mono/gac/Mono.Posix/2.0.0.0__0738eb9f132ed756/Mono.Posix.dll.mdb lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756/Mono.Posix.dll lib/mono/gac/Mono.Posix/4.0.0.0__0738eb9f132ed756/Mono.Posix.dll.mdb -lib/mono/gac/Mono.Security.Win32/2.0.0.0__0738eb9f132ed756/Mono.Security.Win32.dll -lib/mono/gac/Mono.Security.Win32/2.0.0.0__0738eb9f132ed756/Mono.Security.Win32.dll.mdb lib/mono/gac/Mono.Security.Win32/4.0.0.0__0738eb9f132ed756/Mono.Security.Win32.dll lib/mono/gac/Mono.Security.Win32/4.0.0.0__0738eb9f132ed756/Mono.Security.Win32.dll.mdb -lib/mono/gac/Mono.Security/2.0.0.0__0738eb9f132ed756/Mono.Security.dll -lib/mono/gac/Mono.Security/2.0.0.0__0738eb9f132ed756/Mono.Security.dll.mdb lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.dll.mdb -lib/mono/gac/Mono.Simd/2.0.0.0__0738eb9f132ed756/Mono.Simd.dll -lib/mono/gac/Mono.Simd/2.0.0.0__0738eb9f132ed756/Mono.Simd.dll.mdb lib/mono/gac/Mono.Simd/4.0.0.0__0738eb9f132ed756/Mono.Simd.dll lib/mono/gac/Mono.Simd/4.0.0.0__0738eb9f132ed756/Mono.Simd.dll.mdb -lib/mono/gac/Mono.Tasklets/2.0.0.0__0738eb9f132ed756/Mono.Tasklets.dll -lib/mono/gac/Mono.Tasklets/2.0.0.0__0738eb9f132ed756/Mono.Tasklets.dll.mdb lib/mono/gac/Mono.Tasklets/4.0.0.0__0738eb9f132ed756/Mono.Tasklets.dll lib/mono/gac/Mono.Tasklets/4.0.0.0__0738eb9f132ed756/Mono.Tasklets.dll.mdb -lib/mono/gac/Mono.WebBrowser/2.0.0.0__0738eb9f132ed756/Mono.WebBrowser.dll -lib/mono/gac/Mono.WebBrowser/2.0.0.0__0738eb9f132ed756/Mono.WebBrowser.dll.mdb lib/mono/gac/Mono.WebBrowser/4.0.0.0__0738eb9f132ed756/Mono.WebBrowser.dll lib/mono/gac/Mono.WebBrowser/4.0.0.0__0738eb9f132ed756/Mono.WebBrowser.dll.mdb -lib/mono/gac/Mono.XBuild.Tasks/2.0.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll -lib/mono/gac/Mono.XBuild.Tasks/2.0.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll.mdb -lib/mono/gac/Mono.XBuild.Tasks/3.5.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll -lib/mono/gac/Mono.XBuild.Tasks/3.5.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll.mdb +lib/mono/gac/Mono.XBuild.Tasks/12.0.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll +lib/mono/gac/Mono.XBuild.Tasks/12.0.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll.mdb +lib/mono/gac/Mono.XBuild.Tasks/14.0.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll +lib/mono/gac/Mono.XBuild.Tasks/14.0.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll.mdb lib/mono/gac/Mono.XBuild.Tasks/4.0.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll lib/mono/gac/Mono.XBuild.Tasks/4.0.0.0__0738eb9f132ed756/Mono.XBuild.Tasks.dll.mdb -lib/mono/gac/Novell.Directory.Ldap/2.0.0.0__0738eb9f132ed756/Novell.Directory.Ldap.dll -lib/mono/gac/Novell.Directory.Ldap/2.0.0.0__0738eb9f132ed756/Novell.Directory.Ldap.dll.mdb lib/mono/gac/Novell.Directory.Ldap/4.0.0.0__0738eb9f132ed756/Novell.Directory.Ldap.dll lib/mono/gac/Novell.Directory.Ldap/4.0.0.0__0738eb9f132ed756/Novell.Directory.Ldap.dll.mdb -lib/mono/gac/Npgsql/2.0.0.0__5d8b90d52f46fda7/Npgsql.dll -lib/mono/gac/Npgsql/2.0.0.0__5d8b90d52f46fda7/Npgsql.dll.mdb -lib/mono/gac/Npgsql/4.0.0.0__5d8b90d52f46fda7/Npgsql.dll -lib/mono/gac/Npgsql/4.0.0.0__5d8b90d52f46fda7/Npgsql.dll.mdb -lib/mono/gac/PEAPI/2.0.0.0__0738eb9f132ed756/PEAPI.dll -lib/mono/gac/PEAPI/2.0.0.0__0738eb9f132ed756/PEAPI.dll.mdb lib/mono/gac/PEAPI/4.0.0.0__0738eb9f132ed756/PEAPI.dll lib/mono/gac/PEAPI/4.0.0.0__0738eb9f132ed756/PEAPI.dll.mdb -lib/mono/gac/RabbitMQ.Client/2.0.0.0__b03f5f7f11d50a3a/RabbitMQ.Client.dll -lib/mono/gac/RabbitMQ.Client/2.0.0.0__b03f5f7f11d50a3a/RabbitMQ.Client.dll.mdb lib/mono/gac/RabbitMQ.Client/4.0.0.0__b03f5f7f11d50a3a/RabbitMQ.Client.dll lib/mono/gac/RabbitMQ.Client/4.0.0.0__b03f5f7f11d50a3a/RabbitMQ.Client.dll.mdb lib/mono/gac/System.ComponentModel.Composition/4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll lib/mono/gac/System.ComponentModel.Composition/4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll.mdb -lib/mono/gac/System.ComponentModel.DataAnnotations/3.5.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll -lib/mono/gac/System.ComponentModel.DataAnnotations/3.5.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll.mdb lib/mono/gac/System.ComponentModel.DataAnnotations/4.0.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll lib/mono/gac/System.ComponentModel.DataAnnotations/4.0.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll.mdb -lib/mono/gac/System.Configuration.Install/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll -lib/mono/gac/System.Configuration.Install/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll.mdb lib/mono/gac/System.Configuration.Install/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll lib/mono/gac/System.Configuration.Install/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll.mdb -lib/mono/gac/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll -lib/mono/gac/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.mdb lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll lib/mono/gac/System.Configuration/4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.mdb -lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll -lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll.mdb lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll.mdb -lib/mono/gac/System.Data.DataSetExtensions/3.5.0.0__b77a5c561934e089/System.Data.DataSetExtensions.dll -lib/mono/gac/System.Data.DataSetExtensions/3.5.0.0__b77a5c561934e089/System.Data.DataSetExtensions.dll.mdb lib/mono/gac/System.Data.DataSetExtensions/4.0.0.0__b77a5c561934e089/System.Data.DataSetExtensions.dll lib/mono/gac/System.Data.DataSetExtensions/4.0.0.0__b77a5c561934e089/System.Data.DataSetExtensions.dll.mdb -lib/mono/gac/System.Data.Linq/3.5.0.0__b77a5c561934e089/System.Data.Linq.dll -lib/mono/gac/System.Data.Linq/3.5.0.0__b77a5c561934e089/System.Data.Linq.dll.mdb +lib/mono/gac/System.Data.Entity/4.0.0.0__b77a5c561934e089/System.Data.Entity.dll +lib/mono/gac/System.Data.Entity/4.0.0.0__b77a5c561934e089/System.Data.Entity.dll.mdb lib/mono/gac/System.Data.Linq/4.0.0.0__b77a5c561934e089/System.Data.Linq.dll lib/mono/gac/System.Data.Linq/4.0.0.0__b77a5c561934e089/System.Data.Linq.dll.mdb -lib/mono/gac/System.Data.OracleClient/2.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll -lib/mono/gac/System.Data.OracleClient/2.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll.mdb lib/mono/gac/System.Data.OracleClient/4.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll lib/mono/gac/System.Data.OracleClient/4.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll.mdb -lib/mono/gac/System.Data.Services.Client/3.5.0.0__b77a5c561934e089/System.Data.Services.Client.dll -lib/mono/gac/System.Data.Services.Client/3.5.0.0__b77a5c561934e089/System.Data.Services.Client.dll.mdb lib/mono/gac/System.Data.Services.Client/4.0.0.0__b77a5c561934e089/System.Data.Services.Client.dll lib/mono/gac/System.Data.Services.Client/4.0.0.0__b77a5c561934e089/System.Data.Services.Client.dll.mdb -lib/mono/gac/System.Data.Services/3.5.0.0__b77a5c561934e089/System.Data.Services.dll -lib/mono/gac/System.Data.Services/3.5.0.0__b77a5c561934e089/System.Data.Services.dll.mdb lib/mono/gac/System.Data.Services/4.0.0.0__b77a5c561934e089/System.Data.Services.dll lib/mono/gac/System.Data.Services/4.0.0.0__b77a5c561934e089/System.Data.Services.dll.mdb -lib/mono/gac/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll -lib/mono/gac/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll.mdb lib/mono/gac/System.Data/4.0.0.0__b77a5c561934e089/System.Data.dll lib/mono/gac/System.Data/4.0.0.0__b77a5c561934e089/System.Data.dll.mdb -lib/mono/gac/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll -lib/mono/gac/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll.mdb lib/mono/gac/System.Design/4.0.0.0__b03f5f7f11d50a3a/System.Design.dll lib/mono/gac/System.Design/4.0.0.0__b03f5f7f11d50a3a/System.Design.dll.mdb -lib/mono/gac/System.DirectoryServices.Protocols/2.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.Protocols.dll -lib/mono/gac/System.DirectoryServices.Protocols/2.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.Protocols.dll.mdb lib/mono/gac/System.DirectoryServices.Protocols/4.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.Protocols.dll lib/mono/gac/System.DirectoryServices.Protocols/4.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.Protocols.dll.mdb -lib/mono/gac/System.DirectoryServices/2.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.dll -lib/mono/gac/System.DirectoryServices/2.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.dll.mdb lib/mono/gac/System.DirectoryServices/4.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.dll lib/mono/gac/System.DirectoryServices/4.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.dll.mdb -lib/mono/gac/System.Drawing.Design/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.Design.dll -lib/mono/gac/System.Drawing.Design/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.Design.dll.mdb lib/mono/gac/System.Drawing.Design/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.Design.dll lib/mono/gac/System.Drawing.Design/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.Design.dll.mdb -lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll -lib/mono/gac/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.mdb lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll lib/mono/gac/System.Drawing/4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.mdb lib/mono/gac/System.Dynamic/4.0.0.0__b77a5c561934e089/System.Dynamic.dll lib/mono/gac/System.Dynamic/4.0.0.0__b77a5c561934e089/System.Dynamic.dll.mdb -lib/mono/gac/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll -lib/mono/gac/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll.mdb lib/mono/gac/System.EnterpriseServices/4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll lib/mono/gac/System.EnterpriseServices/4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll.mdb lib/mono/gac/System.IO.Compression.FileSystem/4.0.0.0__b77a5c561934e089/System.IO.Compression.FileSystem.dll lib/mono/gac/System.IO.Compression.FileSystem/4.0.0.0__b77a5c561934e089/System.IO.Compression.FileSystem.dll.mdb lib/mono/gac/System.IO.Compression/4.0.0.0__b77a5c561934e089/System.IO.Compression.dll lib/mono/gac/System.IO.Compression/4.0.0.0__b77a5c561934e089/System.IO.Compression.dll.mdb -lib/mono/gac/System.IdentityModel.Selectors/3.0.0.0__b77a5c561934e089/System.IdentityModel.Selectors.dll -lib/mono/gac/System.IdentityModel.Selectors/3.0.0.0__b77a5c561934e089/System.IdentityModel.Selectors.dll.mdb lib/mono/gac/System.IdentityModel.Selectors/4.0.0.0__b77a5c561934e089/System.IdentityModel.Selectors.dll lib/mono/gac/System.IdentityModel.Selectors/4.0.0.0__b77a5c561934e089/System.IdentityModel.Selectors.dll.mdb -lib/mono/gac/System.IdentityModel/3.0.0.0__b77a5c561934e089/System.IdentityModel.dll -lib/mono/gac/System.IdentityModel/3.0.0.0__b77a5c561934e089/System.IdentityModel.dll.mdb lib/mono/gac/System.IdentityModel/4.0.0.0__b77a5c561934e089/System.IdentityModel.dll lib/mono/gac/System.IdentityModel/4.0.0.0__b77a5c561934e089/System.IdentityModel.dll.mdb lib/mono/gac/System.Json.Microsoft/4.0.0.0__31bf3856ad364e35/System.Json.Microsoft.dll lib/mono/gac/System.Json.Microsoft/4.0.0.0__31bf3856ad364e35/System.Json.Microsoft.dll.mdb -lib/mono/gac/System.Json/2.0.0.0__31bf3856ad364e35/System.Json.dll -lib/mono/gac/System.Json/2.0.0.0__31bf3856ad364e35/System.Json.dll.mdb lib/mono/gac/System.Json/4.0.0.0__31bf3856ad364e35/System.Json.dll lib/mono/gac/System.Json/4.0.0.0__31bf3856ad364e35/System.Json.dll.mdb -lib/mono/gac/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll -lib/mono/gac/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll.mdb lib/mono/gac/System.Management/4.0.0.0__b03f5f7f11d50a3a/System.Management.dll lib/mono/gac/System.Management/4.0.0.0__b03f5f7f11d50a3a/System.Management.dll.mdb -lib/mono/gac/System.Messaging/2.0.0.0__b03f5f7f11d50a3a/System.Messaging.dll -lib/mono/gac/System.Messaging/2.0.0.0__b03f5f7f11d50a3a/System.Messaging.dll.mdb lib/mono/gac/System.Messaging/4.0.0.0__b03f5f7f11d50a3a/System.Messaging.dll lib/mono/gac/System.Messaging/4.0.0.0__b03f5f7f11d50a3a/System.Messaging.dll.mdb lib/mono/gac/System.Net.Http.Formatting/4.0.0.0__31bf3856ad364e35/System.Net.Http.Formatting.dll @@ -1024,8 +839,6 @@ lib/mono/gac/System.Net.Http.WebRequest/ lib/mono/gac/System.Net.Http.WebRequest/4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.WebRequest.dll.mdb lib/mono/gac/System.Net.Http/4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll lib/mono/gac/System.Net.Http/4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll.mdb -lib/mono/gac/System.Net/3.5.0.0__b77a5c561934e089/System.Net.dll -lib/mono/gac/System.Net/3.5.0.0__b77a5c561934e089/System.Net.dll.mdb lib/mono/gac/System.Net/4.0.0.0__b03f5f7f11d50a3a/System.Net.dll lib/mono/gac/System.Net/4.0.0.0__b03f5f7f11d50a3a/System.Net.dll.mdb lib/mono/gac/System.Numerics/4.0.0.0__b77a5c561934e089/System.Numerics.dll @@ -1056,20 +869,12 @@ lib/mono/gac/System.Runtime.Caching/4.0. lib/mono/gac/System.Runtime.Caching/4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Caching.dll.mdb lib/mono/gac/System.Runtime.DurableInstancing/4.0.0.0__31bf3856ad364e35/System.Runtime.DurableInstancing.dll lib/mono/gac/System.Runtime.DurableInstancing/4.0.0.0__31bf3856ad364e35/System.Runtime.DurableInstancing.dll.mdb -lib/mono/gac/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll -lib/mono/gac/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll.mdb lib/mono/gac/System.Runtime.Remoting/4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll lib/mono/gac/System.Runtime.Remoting/4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll.mdb -lib/mono/gac/System.Runtime.Serialization.Formatters.Soap/2.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll -lib/mono/gac/System.Runtime.Serialization.Formatters.Soap/2.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll.mdb lib/mono/gac/System.Runtime.Serialization.Formatters.Soap/4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll lib/mono/gac/System.Runtime.Serialization.Formatters.Soap/4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll.mdb -lib/mono/gac/System.Runtime.Serialization/3.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll -lib/mono/gac/System.Runtime.Serialization/3.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll.mdb lib/mono/gac/System.Runtime.Serialization/4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll lib/mono/gac/System.Runtime.Serialization/4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll.mdb -lib/mono/gac/System.Security/2.0.0.0__b03f5f7f11d50a3a/System.Security.dll -lib/mono/gac/System.Security/2.0.0.0__b03f5f7f11d50a3a/System.Security.dll.mdb lib/mono/gac/System.Security/4.0.0.0__b03f5f7f11d50a3a/System.Security.dll lib/mono/gac/System.Security/4.0.0.0__b03f5f7f11d50a3a/System.Security.dll.mdb lib/mono/gac/System.ServiceModel.Activation/4.0.0.0__31bf3856ad364e35/System.ServiceModel.Activation.dll @@ -1078,44 +883,24 @@ lib/mono/gac/System.ServiceModel.Discove lib/mono/gac/System.ServiceModel.Discovery/4.0.0.0__31bf3856ad364e35/System.ServiceModel.Discovery.dll.mdb lib/mono/gac/System.ServiceModel.Routing/4.0.0.0__31bf3856ad364e35/System.ServiceModel.Routing.dll lib/mono/gac/System.ServiceModel.Routing/4.0.0.0__31bf3856ad364e35/System.ServiceModel.Routing.dll.mdb -lib/mono/gac/System.ServiceModel.Web/3.5.0.0__31bf3856ad364e35/System.ServiceModel.Web.dll -lib/mono/gac/System.ServiceModel.Web/3.5.0.0__31bf3856ad364e35/System.ServiceModel.Web.dll.mdb lib/mono/gac/System.ServiceModel.Web/4.0.0.0__31bf3856ad364e35/System.ServiceModel.Web.dll lib/mono/gac/System.ServiceModel.Web/4.0.0.0__31bf3856ad364e35/System.ServiceModel.Web.dll.mdb -lib/mono/gac/System.ServiceModel/3.0.0.0__b77a5c561934e089/System.ServiceModel.dll -lib/mono/gac/System.ServiceModel/3.0.0.0__b77a5c561934e089/System.ServiceModel.dll.mdb lib/mono/gac/System.ServiceModel/4.0.0.0__b77a5c561934e089/System.ServiceModel.dll lib/mono/gac/System.ServiceModel/4.0.0.0__b77a5c561934e089/System.ServiceModel.dll.mdb -lib/mono/gac/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll -lib/mono/gac/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll.mdb lib/mono/gac/System.ServiceProcess/4.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll lib/mono/gac/System.ServiceProcess/4.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll.mdb lib/mono/gac/System.Threading.Tasks.Dataflow/4.0.0.0__b77a5c561934e089/System.Threading.Tasks.Dataflow.dll lib/mono/gac/System.Threading.Tasks.Dataflow/4.0.0.0__b77a5c561934e089/System.Threading.Tasks.Dataflow.dll.mdb -lib/mono/gac/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll -lib/mono/gac/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll.mdb lib/mono/gac/System.Transactions/4.0.0.0__b77a5c561934e089/System.Transactions.dll lib/mono/gac/System.Transactions/4.0.0.0__b77a5c561934e089/System.Transactions.dll.mdb -lib/mono/gac/System.Web.Abstractions/3.5.0.0__31bf3856ad364e35/System.Web.Abstractions.dll -lib/mono/gac/System.Web.Abstractions/3.5.0.0__31bf3856ad364e35/System.Web.Abstractions.dll.mdb lib/mono/gac/System.Web.Abstractions/4.0.0.0__31bf3856ad364e35/System.Web.Abstractions.dll lib/mono/gac/System.Web.Abstractions/4.0.0.0__31bf3856ad364e35/System.Web.Abstractions.dll.mdb lib/mono/gac/System.Web.ApplicationServices/4.0.0.0__31bf3856ad364e35/System.Web.ApplicationServices.dll lib/mono/gac/System.Web.ApplicationServices/4.0.0.0__31bf3856ad364e35/System.Web.ApplicationServices.dll.mdb -lib/mono/gac/System.Web.DynamicData/3.5.0.0__31bf3856ad364e35/System.Web.DynamicData.dll -lib/mono/gac/System.Web.DynamicData/3.5.0.0__31bf3856ad364e35/System.Web.DynamicData.dll.mdb lib/mono/gac/System.Web.DynamicData/4.0.0.0__31bf3856ad364e35/System.Web.DynamicData.dll lib/mono/gac/System.Web.DynamicData/4.0.0.0__31bf3856ad364e35/System.Web.DynamicData.dll.mdb -lib/mono/gac/System.Web.Extensions.Design/1.0.61025.0__31bf3856ad364e35/System.Web.Extensions.Design.dll -lib/mono/gac/System.Web.Extensions.Design/1.0.61025.0__31bf3856ad364e35/System.Web.Extensions.Design.dll.mdb -lib/mono/gac/System.Web.Extensions.Design/3.5.0.0__31bf3856ad364e35/System.Web.Extensions.Design.dll -lib/mono/gac/System.Web.Extensions.Design/3.5.0.0__31bf3856ad364e35/System.Web.Extensions.Design.dll.mdb lib/mono/gac/System.Web.Extensions.Design/4.0.0.0__31bf3856ad364e35/System.Web.Extensions.Design.dll lib/mono/gac/System.Web.Extensions.Design/4.0.0.0__31bf3856ad364e35/System.Web.Extensions.Design.dll.mdb -lib/mono/gac/System.Web.Extensions/1.0.61025.0__31bf3856ad364e35/System.Web.Extensions.dll -lib/mono/gac/System.Web.Extensions/1.0.61025.0__31bf3856ad364e35/System.Web.Extensions.dll.mdb -lib/mono/gac/System.Web.Extensions/3.5.0.0__31bf3856ad364e35/System.Web.Extensions.dll -lib/mono/gac/System.Web.Extensions/3.5.0.0__31bf3856ad364e35/System.Web.Extensions.dll.mdb lib/mono/gac/System.Web.Extensions/4.0.0.0__31bf3856ad364e35/System.Web.Extensions.dll lib/mono/gac/System.Web.Extensions/4.0.0.0__31bf3856ad364e35/System.Web.Extensions.dll.mdb lib/mono/gac/System.Web.Http.SelfHost/4.0.0.0__31bf3856ad364e35/System.Web.Http.SelfHost.dll @@ -1124,20 +909,12 @@ lib/mono/gac/System.Web.Http.WebHost/4.0 lib/mono/gac/System.Web.Http.WebHost/4.0.0.0__31bf3856ad364e35/System.Web.Http.WebHost.dll.mdb lib/mono/gac/System.Web.Http/4.0.0.0__31bf3856ad364e35/System.Web.Http.dll lib/mono/gac/System.Web.Http/4.0.0.0__31bf3856ad364e35/System.Web.Http.dll.mdb -lib/mono/gac/System.Web.Mvc/1.0.0.0__31bf3856ad364e35/System.Web.Mvc.dll -lib/mono/gac/System.Web.Mvc/1.0.0.0__31bf3856ad364e35/System.Web.Mvc.dll.mdb -lib/mono/gac/System.Web.Mvc/2.0.0.0__31bf3856ad364e35/System.Web.Mvc.dll -lib/mono/gac/System.Web.Mvc/2.0.0.0__31bf3856ad364e35/System.Web.Mvc.dll.mdb -lib/mono/gac/System.Web.Mvc/3.0.0.0__31bf3856ad364e35/System.Web.Mvc.dll -lib/mono/gac/System.Web.Mvc/3.0.0.0__31bf3856ad364e35/System.Web.Mvc.dll.mdb +lib/mono/gac/System.Web.Mvc/%%GTK3_VERSION%%.0__31bf3856ad364e35/System.Web.Mvc.dll +lib/mono/gac/System.Web.Mvc/%%GTK3_VERSION%%.0__31bf3856ad364e35/System.Web.Mvc.dll.mdb lib/mono/gac/System.Web.Razor/2.0.0.0__31bf3856ad364e35/System.Web.Razor.dll lib/mono/gac/System.Web.Razor/2.0.0.0__31bf3856ad364e35/System.Web.Razor.dll.mdb -lib/mono/gac/System.Web.Routing/3.5.0.0__31bf3856ad364e35/System.Web.Routing.dll -lib/mono/gac/System.Web.Routing/3.5.0.0__31bf3856ad364e35/System.Web.Routing.dll.mdb lib/mono/gac/System.Web.Routing/4.0.0.0__31bf3856ad364e35/System.Web.Routing.dll lib/mono/gac/System.Web.Routing/4.0.0.0__31bf3856ad364e35/System.Web.Routing.dll.mdb -lib/mono/gac/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll -lib/mono/gac/System.Web.Services/2.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll.mdb lib/mono/gac/System.Web.Services/4.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll lib/mono/gac/System.Web.Services/4.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll.mdb lib/mono/gac/System.Web.WebPages.Deployment/2.0.0.0__31bf3856ad364e35/System.Web.WebPages.Deployment.dll @@ -1146,44 +923,28 @@ lib/mono/gac/System.Web.WebPages.Razor/2 lib/mono/gac/System.Web.WebPages.Razor/2.0.0.0__31bf3856ad364e35/System.Web.WebPages.Razor.dll.mdb lib/mono/gac/System.Web.WebPages/2.0.0.0__31bf3856ad364e35/System.Web.WebPages.dll lib/mono/gac/System.Web.WebPages/2.0.0.0__31bf3856ad364e35/System.Web.WebPages.dll.mdb -lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll -lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll.mdb lib/mono/gac/System.Web/4.0.0.0__b03f5f7f11d50a3a/System.Web.dll lib/mono/gac/System.Web/4.0.0.0__b03f5f7f11d50a3a/System.Web.dll.mdb lib/mono/gac/System.Windows.Forms.DataVisualization/4.0.0.0__31bf3856ad364e35/System.Windows.Forms.DataVisualization.dll lib/mono/gac/System.Windows.Forms.DataVisualization/4.0.0.0__31bf3856ad364e35/System.Windows.Forms.DataVisualization.dll.mdb -lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll -lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.mdb lib/mono/gac/System.Windows.Forms/4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll lib/mono/gac/System.Windows.Forms/4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.mdb lib/mono/gac/System.Windows/4.0.0.0__b03f5f7f11d50a3a/System.Windows.dll lib/mono/gac/System.Xaml/4.0.0.0__b77a5c561934e089/System.Xaml.dll lib/mono/gac/System.Xaml/4.0.0.0__b77a5c561934e089/System.Xaml.dll.mdb -lib/mono/gac/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll -lib/mono/gac/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll.mdb lib/mono/gac/System.Xml.Linq/4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll lib/mono/gac/System.Xml.Linq/4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll.mdb lib/mono/gac/System.Xml.Serialization/4.0.0.0__b77a5c561934e089/System.Xml.Serialization.dll -lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll -lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.mdb lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll lib/mono/gac/System.Xml/4.0.0.0__b77a5c561934e089/System.Xml.dll.mdb -lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll -lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll.mdb lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll.mdb lib/mono/gac/WebMatrix.Data/4.0.0.0__0738eb9f132ed756/WebMatrix.Data.dll lib/mono/gac/WebMatrix.Data/4.0.0.0__0738eb9f132ed756/WebMatrix.Data.dll.mdb -lib/mono/gac/WindowsBase/3.0.0.0__31bf3856ad364e35/WindowsBase.dll -lib/mono/gac/WindowsBase/3.0.0.0__31bf3856ad364e35/WindowsBase.dll.mdb lib/mono/gac/WindowsBase/4.0.0.0__31bf3856ad364e35/WindowsBase.dll lib/mono/gac/WindowsBase/4.0.0.0__31bf3856ad364e35/WindowsBase.dll.mdb lib/mono/gac/cscompmgd/0.0.0.0__b03f5f7f11d50a3a/cscompmgd.dll lib/mono/gac/cscompmgd/0.0.0.0__b03f5f7f11d50a3a/cscompmgd.dll.mdb -lib/mono/gac/cscompmgd/8.0.0.0__b03f5f7f11d50a3a/cscompmgd.dll -lib/mono/gac/cscompmgd/8.0.0.0__b03f5f7f11d50a3a/cscompmgd.dll.mdb -lib/mono/gac/mono-service/2.0.0.0__0738eb9f132ed756/mono-service.exe -lib/mono/gac/mono-service/2.0.0.0__0738eb9f132ed756/mono-service.exe.mdb lib/mono/gac/mono-service/4.0.0.0__0738eb9f132ed756/mono-service.exe lib/mono/gac/mono-service/4.0.0.0__0738eb9f132ed756/mono-service.exe.mdb lib/mono/gac/monodoc/1.0.0.0__0738eb9f132ed756/monodoc.dll @@ -1205,6 +966,7 @@ lib/mono/gac/nunit.mocks/2.4.8.0__96d09a lib/mono/gac/nunit.mocks/2.4.8.0__96d09a1eb7f44a77/nunit.mocks.dll.mdb lib/mono/gac/nunit.util/2.4.8.0__96d09a1eb7f44a77/nunit.util.dll lib/mono/gac/nunit.util/2.4.8.0__96d09a1eb7f44a77/nunit.util.dll.mdb +lib/mono/lldb/mono.py lib/mono/mono-configuration-crypto/4.5/Mono.Configuration.Crypto.dll lib/mono/mono-configuration-crypto/4.5/Mono.Configuration.Crypto.dll.mdb lib/mono/mono-configuration-crypto/4.5/mono-configuration-crypto.exe @@ -1234,6 +996,23 @@ lib/mono/xbuild/12.0/bin/xbuild.exe lib/mono/xbuild/12.0/bin/xbuild.exe.config lib/mono/xbuild/12.0/bin/xbuild.exe.mdb lib/mono/xbuild/12.0/bin/xbuild.rsp +lib/mono/xbuild/14.0/bin/MSBuild/Microsoft.Build.CommonTypes.xsd +lib/mono/xbuild/14.0/bin/MSBuild/Microsoft.Build.Core.xsd +lib/mono/xbuild/14.0/bin/Microsoft.Build.Engine.dll +lib/mono/xbuild/14.0/bin/Microsoft.Build.Framework.dll +lib/mono/xbuild/14.0/bin/Microsoft.Build.Tasks.Core.dll +lib/mono/xbuild/14.0/bin/Microsoft.Build.Utilities.Core.dll +lib/mono/xbuild/14.0/bin/Microsoft.Build.dll +lib/mono/xbuild/14.0/bin/Microsoft.Build.xsd +lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets +lib/mono/xbuild/14.0/bin/Microsoft.Common.targets +lib/mono/xbuild/14.0/bin/Microsoft.Common.tasks +lib/mono/xbuild/14.0/bin/Microsoft.VisualBasic.targets +lib/mono/xbuild/14.0/bin/Mono.XBuild.Tasks.dll +lib/mono/xbuild/14.0/bin/xbuild.exe +lib/mono/xbuild/14.0/bin/xbuild.exe.config +lib/mono/xbuild/14.0/bin/xbuild.exe.mdb +lib/mono/xbuild/14.0/bin/xbuild.rsp lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.props lib/mono/xbuild/Microsoft/Portable/Microsoft.Portable.Core.targets lib/mono/xbuild/Microsoft/Portable/v4.0/Microsoft.Portable.CSharp.targets From owner-svn-ports-head@FreeBSD.ORG Sun May 17 17:08:42 2015 Return-Path: Delivered-To: svn-ports-head@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 DD49585D; Sun, 17 May 2015 17:08:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBCCD1633; Sun, 17 May 2015 17:08:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HH8glx093535; Sun, 17 May 2015 17:08:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HH8gej093534; Sun, 17 May 2015 17:08:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171708.t4HH8gej093534@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 17:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386634 - head/www/elinks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 17:08:43 -0000 Author: amdmi3 Date: Sun May 17 17:08:42 2015 New Revision: 386634 URL: https://svnweb.freebsd.org/changeset/ports/386634 Log: - Add CPE info Approved by: portmgr blanket Modified: head/www/elinks/Makefile Modified: head/www/elinks/Makefile ============================================================================== --- head/www/elinks/Makefile Sun May 17 17:05:41 2015 (r386633) +++ head/www/elinks/Makefile Sun May 17 17:08:42 2015 (r386634) @@ -11,7 +11,7 @@ MAINTAINER= beat@FreeBSD.org COMMENT= Elinks - links text WWW browser with enhancements GNU_CONFIGURE= yes -USES= bison gmake tar:bzip2 +USES= bison cpe gmake tar:bzip2 USE_OPENSSL= yes LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@FreeBSD.ORG Sun May 17 17:43:00 2015 Return-Path: Delivered-To: svn-ports-head@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 0DC46C84; Sun, 17 May 2015 17:43:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E380D1A3B; Sun, 17 May 2015 17:42:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HHgxSE012405; Sun, 17 May 2015 17:42:59 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HHgxEH012402; Sun, 17 May 2015 17:42:59 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201505171742.t4HHgxEH012402@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 17 May 2015 17:42:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386635 - head/sysutils/xfburn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 17:43:00 -0000 Author: olivierd Date: Sun May 17 17:42:58 2015 New Revision: 386635 URL: https://svnweb.freebsd.org/changeset/ports/386635 Log: - Update to 0.5.4 - GSTREAMER option is now set by default (it can transcode different formats of audio files) Changelog: http://git.xfce.org/apps/xfburn/tree/NEWS?id=xfburn-0.5.4#n1 Modified: head/sysutils/xfburn/Makefile head/sysutils/xfburn/distinfo head/sysutils/xfburn/pkg-plist Modified: head/sysutils/xfburn/Makefile ============================================================================== --- head/sysutils/xfburn/Makefile Sun May 17 17:08:42 2015 (r386634) +++ head/sysutils/xfburn/Makefile Sun May 17 17:42:58 2015 (r386635) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfburn -PORTVERSION= 0.5.2 -PORTREVISION= 2 +PORTVERSION= 0.5.4 CATEGORIES= sysutils MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -26,10 +25,16 @@ INSTALLS_ICONS= yes CONFIGURE_ARGS=--disable-gudev OPTIONS_DEFINE= GSTREAMER NLS +OPTIONS_DEFAULT= GSTREAMER NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls -GSTREAMER_USE= gstreamer=yes +GSTREAMER_USE= gstreamer1=yes,faac,flac,lame,vorbis,wavpack GSTREAMER_CONFIGURE_ENABLE= gstreamer +post-patch: + ${REINPLACE_CMD} -e 's|media-cdrom|media-optical|g' \ + ${WRKSRC}/desktop-integration/thunar-sendto-xfburn.desktop.in \ + ${WRKSRC}/xfburn.desktop.in + .include Modified: head/sysutils/xfburn/distinfo ============================================================================== --- head/sysutils/xfburn/distinfo Sun May 17 17:08:42 2015 (r386634) +++ head/sysutils/xfburn/distinfo Sun May 17 17:42:58 2015 (r386635) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfburn-0.5.2.tar.bz2) = 63682aab3c30c77e464b2b3b84606d1e1dcefc98e7042072fa09b729d6f84412 -SIZE (xfce4/xfburn-0.5.2.tar.bz2) = 760833 +SHA256 (xfce4/xfburn-0.5.4.tar.bz2) = 9a0053ff106ae475871a2bed328d5d7c5a2fc4280a24e956ca85b6a13a9fc1f6 +SIZE (xfce4/xfburn-0.5.4.tar.bz2) = 773300 Modified: head/sysutils/xfburn/pkg-plist ============================================================================== --- head/sysutils/xfburn/pkg-plist Sun May 17 17:08:42 2015 (r386634) +++ head/sysutils/xfburn/pkg-plist Sun May 17 17:42:58 2015 (r386635) @@ -74,6 +74,7 @@ share/icons/hicolor/scalable/stock/media %%NLS%%share/locale/ko/LC_MESSAGES/xfburn.mo %%NLS%%share/locale/lt/LC_MESSAGES/xfburn.mo %%NLS%%share/locale/lv/LC_MESSAGES/xfburn.mo +%%NLS%%share/locale/ms/LC_MESSAGES/xfburn.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfburn.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfburn.mo %%NLS%%share/locale/nn/LC_MESSAGES/xfburn.mo @@ -88,6 +89,7 @@ share/icons/hicolor/scalable/stock/media %%NLS%%share/locale/sq/LC_MESSAGES/xfburn.mo %%NLS%%share/locale/sr/LC_MESSAGES/xfburn.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfburn.mo +%%NLS%%share/locale/te/LC_MESSAGES/xfburn.mo %%NLS%%share/locale/th/LC_MESSAGES/xfburn.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfburn.mo %%NLS%%share/locale/ug/LC_MESSAGES/xfburn.mo From owner-svn-ports-head@FreeBSD.ORG Sun May 17 17:46:59 2015 Return-Path: Delivered-To: svn-ports-head@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 2E156D82; Sun, 17 May 2015 17:46:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BC8D1A51; Sun, 17 May 2015 17:46:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HHkwRw013074; Sun, 17 May 2015 17:46:58 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HHkwE6013071; Sun, 17 May 2015 17:46:58 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201505171746.t4HHkwE6013071@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Sun, 17 May 2015 17:46:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386636 - head/x11-wm/xfce4-desktop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 17:46:59 -0000 Author: olivierd Date: Sun May 17 17:46:58 2015 New Revision: 386636 URL: https://svnweb.freebsd.org/changeset/ports/386636 Log: Update to 4.12.2 (bugfix) Changelog: http://git.xfce.org/xfce/xfdesktop/tree/NEWS?id=xfdesktop-4.12.2#n1 Modified: head/x11-wm/xfce4-desktop/Makefile head/x11-wm/xfce4-desktop/distinfo Modified: head/x11-wm/xfce4-desktop/Makefile ============================================================================== --- head/x11-wm/xfce4-desktop/Makefile Sun May 17 17:42:58 2015 (r386635) +++ head/x11-wm/xfce4-desktop/Makefile Sun May 17 17:46:58 2015 (r386636) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-desktop -PORTVERSION= 4.12.1 +PORTVERSION= 4.12.2 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE/src/xfce/xfdesktop/${PORTVERSION:R}/ DISTNAME= xfdesktop-${PORTVERSION} Modified: head/x11-wm/xfce4-desktop/distinfo ============================================================================== --- head/x11-wm/xfce4-desktop/distinfo Sun May 17 17:42:58 2015 (r386635) +++ head/x11-wm/xfce4-desktop/distinfo Sun May 17 17:46:58 2015 (r386636) @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfdesktop-4.12.1.tar.bz2) = 95beff25b20957ec7b7c617b2f3f77a90b8d334393cd7dc3c1c1efa30151a725 -SIZE (xfce4/xfdesktop-4.12.1.tar.bz2) = 1417153 +SHA256 (xfce4/xfdesktop-4.12.2.tar.bz2) = c9788883163b57bac39d12e5f8310c869d176454879defb78b67f8e9f1ad5225 +SIZE (xfce4/xfdesktop-4.12.2.tar.bz2) = 1419922 From owner-svn-ports-head@FreeBSD.ORG Sun May 17 17:52:24 2015 Return-Path: Delivered-To: svn-ports-head@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 1BC5FEA1; Sun, 17 May 2015 17:52:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A3301B18; Sun, 17 May 2015 17:52:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HHqN8j017409; Sun, 17 May 2015 17:52:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HHqNFJ017408; Sun, 17 May 2015 17:52:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171752.t4HHqNFJ017408@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 17:52:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386637 - head/audio/flite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 17:52:24 -0000 Author: amdmi3 Date: Sun May 17 17:52:23 2015 New Revision: 386637 URL: https://svnweb.freebsd.org/changeset/ports/386637 Log: - Add CPE info Approved by: portmgr blanket Modified: head/audio/flite/Makefile Modified: head/audio/flite/Makefile ============================================================================== --- head/audio/flite/Makefile Sun May 17 17:46:58 2015 (r386636) +++ head/audio/flite/Makefile Sun May 17 17:52:23 2015 (r386637) @@ -13,7 +13,8 @@ COMMENT= Small run-time speech synthesis OPTIONS_DEFINE= DOCS -USES= tar:bzip2 gmake desthack +USES= cpe desthack gmake tar:bzip2 +CPE_VENDOR= cmu GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared=yes USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Sun May 17 17:53:17 2015 Return-Path: Delivered-To: svn-ports-head@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 0F4E4F8A; Sun, 17 May 2015 17:53:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1C3F1B20; Sun, 17 May 2015 17:53:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HHrG1J017621; Sun, 17 May 2015 17:53:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HHrGLi017620; Sun, 17 May 2015 17:53:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171753.t4HHrGLi017620@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 17:53:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386638 - head/www/nostromo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 17:53:17 -0000 Author: amdmi3 Date: Sun May 17 17:53:16 2015 New Revision: 386638 URL: https://svnweb.freebsd.org/changeset/ports/386638 Log: - Drop @dirrm* from plist - Add empty directory to plist Modified: head/www/nostromo/pkg-plist Modified: head/www/nostromo/pkg-plist ============================================================================== --- head/www/nostromo/pkg-plist Sun May 17 17:52:23 2015 (r386637) +++ head/www/nostromo/pkg-plist Sun May 17 17:53:16 2015 (r386638) @@ -8,9 +8,4 @@ sbin/nhttpd %%NOSTROMODIR%%/htdocs/cgi-bin/printenv %%NOSTROMODIR%%/icons/dir.gif %%NOSTROMODIR%%/icons/file.gif -@dirrmtry %%NOSTROMODIR%%/conf -@dirrmtry %%NOSTROMODIR%%/htdocs/cgi-bin -@dirrmtry %%NOSTROMODIR%%/htdocs -@dirrmtry %%NOSTROMODIR%%/icons -@dirrmtry %%NOSTROMODIR%%/logs -@dirrmtry %%NOSTROMODIR%% +@dir(,,775) %%NOSTROMOLOGDIR%% From owner-svn-ports-head@FreeBSD.ORG Sun May 17 18:15:47 2015 Return-Path: Delivered-To: svn-ports-head@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 C16FE47E; Sun, 17 May 2015 18:15:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF65C1D1B; Sun, 17 May 2015 18:15:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HIFl6F027824; Sun, 17 May 2015 18:15:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HIFltd027823; Sun, 17 May 2015 18:15:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171815.t4HIFltd027823@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 18:15:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386639 - head/net-p2p/cpuminer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 18:15:47 -0000 Author: amdmi3 Date: Sun May 17 18:15:46 2015 New Revision: 386639 URL: https://svnweb.freebsd.org/changeset/ports/386639 Log: - Add CPE info Approved by: portmgr blanket Modified: head/net-p2p/cpuminer/Makefile Modified: head/net-p2p/cpuminer/Makefile ============================================================================== --- head/net-p2p/cpuminer/Makefile Sun May 17 17:53:16 2015 (r386638) +++ head/net-p2p/cpuminer/Makefile Sun May 17 18:15:46 2015 (r386639) @@ -16,6 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libjansson.so:${PORTSDIR}/devel/jansson +USES= cpe +CPE_VENDOR= cpuminer_project WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_AUTOTOOLS= aclocal autoheader automake autoconf AUTOMAKE_ARGS= --gnu --add-missing --copy From owner-svn-ports-head@FreeBSD.ORG Sun May 17 18:18:28 2015 Return-Path: Delivered-To: svn-ports-head@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 98F5D577; Sun, 17 May 2015 18:18:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79BC21D32; Sun, 17 May 2015 18:18:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HIISH8028319; Sun, 17 May 2015 18:18:28 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HIIRNo028311; Sun, 17 May 2015 18:18:27 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201505171818.t4HIIRNo028311@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 17 May 2015 18:18:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386640 - in head/devel: . rebar3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 18:18:28 -0000 Author: olgeni Date: Sun May 17 18:18:26 2015 New Revision: 386640 URL: https://svnweb.freebsd.org/changeset/ports/386640 Log: Add devel/rebar3, a build tool for Erlang. Added: head/devel/rebar3/ head/devel/rebar3/Makefile (contents, props changed) head/devel/rebar3/distinfo (contents, props changed) head/devel/rebar3/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun May 17 18:15:46 2015 (r386639) +++ head/devel/Makefile Sun May 17 18:18:26 2015 (r386640) @@ -4348,6 +4348,7 @@ SUBDIR += re2c SUBDIR += readline SUBDIR += rebar + SUBDIR += rebar3 SUBDIR += regexx SUBDIR += regexxer SUBDIR += remake Added: head/devel/rebar3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rebar3/Makefile Sun May 17 18:18:26 2015 (r386640) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= rebar3 +PORTVERSION= 20150517 +CATEGORIES= devel +MASTER_SITES+= http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ + LOCAL/olgeni:deps +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} rebar3-deps-1.tar.gz:deps + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Build tool for Erlang + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang \ + ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git +RUN_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang + +USE_GITHUB= yes +GH_ACCOUNT= rebar +GH_TAGNAME= 9ad3025 + +PLIST_FILES= bin/${PORTNAME} + +post-extract: + @${CP} -R ${WRKDIR}/_build ${WRKSRC}/ + +do-build: + @cd ${WRKSRC} && ./bootstrap + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + +.include Added: head/devel/rebar3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rebar3/distinfo Sun May 17 18:18:26 2015 (r386640) @@ -0,0 +1,4 @@ +SHA256 (rebar-rebar3-20150517-9ad3025_GH0.tar.gz) = aa1e593b606377dfa1fa8f0193c3b6105021e773128b88896cf2223dd815c4c4 +SIZE (rebar-rebar3-20150517-9ad3025_GH0.tar.gz) = 137588 +SHA256 (rebar3-deps-1.tar.gz) = e3fe87c4867798a158a1b5678f84ecd01e29d2f8457e78f535d0a98ec69a10be +SIZE (rebar3-deps-1.tar.gz) = 7728623 Added: head/devel/rebar3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rebar3/pkg-descr Sun May 17 18:18:26 2015 (r386640) @@ -0,0 +1,12 @@ +rebar 3.0 is an Erlang build tool that makes it easy to compile and +test Erlang applications, port drivers and releases. + +rebar is a self-contained Erlang script, so it's easy to distribute +or even embed directly in a project. Where possible, rebar uses +standard Erlang/OTP conventions for project structures, thus +minimizing the amount of build configuration work. rebar also +provides dependency management, enabling application writers to +easily re-use common libraries from a variety of locations (git, +hg, etc). + +WWW: https://www.rebar3.org/ From owner-svn-ports-head@FreeBSD.ORG Sun May 17 18:31:48 2015 Return-Path: Delivered-To: svn-ports-head@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 D3B648AE; Sun, 17 May 2015 18:31:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF23A1EEF; Sun, 17 May 2015 18:31:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HIVmkV036700; Sun, 17 May 2015 18:31:48 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HIVlAT036695; Sun, 17 May 2015 18:31:47 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201505171831.t4HIVlAT036695@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 17 May 2015 18:31:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386641 - in head/devel: . relx relx/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 18:31:49 -0000 Author: olgeni Date: Sun May 17 18:31:46 2015 New Revision: 386641 URL: https://svnweb.freebsd.org/changeset/ports/386641 Log: Add devel/relx, a release creation tool for Erlang. Added: head/devel/relx/ head/devel/relx/Makefile (contents, props changed) head/devel/relx/distinfo (contents, props changed) head/devel/relx/files/ head/devel/relx/files/patch-src_relx.app.src (contents, props changed) head/devel/relx/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun May 17 18:18:26 2015 (r386640) +++ head/devel/Makefile Sun May 17 18:31:46 2015 (r386641) @@ -4351,6 +4351,7 @@ SUBDIR += rebar3 SUBDIR += regexx SUBDIR += regexxer + SUBDIR += relx SUBDIR += remake SUBDIR += renpy SUBDIR += replay Added: head/devel/relx/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/relx/Makefile Sun May 17 18:31:46 2015 (r386641) @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= relx +PORTVERSION= 2.0.0 +DISTVERSIONPREFIX=v +CATEGORIES= devel +MASTER_SITES+= http://olgeni.olgeni.com/~olgeni/distfiles/:deps \ + LOCAL/olgeni:deps +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} relx-deps-1.tar.gz:deps + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Sane, simple release creation for Erlang + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang \ + ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git +RUN_DEPENDS= ${LOCALBASE}/bin/erl:${PORTSDIR}/lang/erlang + +USE_GITHUB= yes +GH_ACCOUNT= erlware + +PLIST_FILES= bin/${PORTNAME} + +post-extract: + @${CP} -R ${WRKDIR}/_build ${WRKSRC}/ + +post-patch: + @${REINPLACE_CMD} -e "s/%%PORTVERSION%%/${PORTVERSION}/" ${WRKSRC}/src/relx.app.src + @${RM} ${WRKSRC}/src/*.bak ${WRKSRC}/src/*.orig + +do-build: + @cd ${WRKSRC} && ./rebar3 escriptize + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/_build/default/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + +.include Added: head/devel/relx/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/relx/distinfo Sun May 17 18:31:46 2015 (r386641) @@ -0,0 +1,4 @@ +SHA256 (erlware-relx-v2.0.0_GH0.tar.gz) = 449e6394414af6d7aa9810dea441b8146eab878148489197a3751e4b70c79fc9 +SIZE (erlware-relx-v2.0.0_GH0.tar.gz) = 1446671 +SHA256 (relx-deps-1.tar.gz) = 1a730e88a1399579f2b16a8296ced0c4a68bf66de7d3ca901b139ab666271bda +SIZE (relx-deps-1.tar.gz) = 2287874 Added: head/devel/relx/files/patch-src_relx.app.src ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/relx/files/patch-src_relx.app.src Sun May 17 18:31:46 2015 (r386641) @@ -0,0 +1,11 @@ +--- src/relx.app.src.orig 2015-05-17 16:12:26 UTC ++++ src/relx.app.src +@@ -20,7 +20,7 @@ + + {application, relx, + [{description, "Release assembler for Erlang/OTP Releases"}, +- {vsn, "semver"}, ++ {vsn, "%%PORTVERSION%%"}, + {modules, []}, + {registered, []}, + {applications, [kernel, stdlib, getopt, erlware_commons, providers]}]}. Added: head/devel/relx/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/relx/pkg-descr Sun May 17 18:31:46 2015 (r386641) @@ -0,0 +1,9 @@ +Relx assembles releases for an Erlang/OTP release. Given a release +specification and a list of directories in which to search for OTP +applications it will generate a release output. + +That output depends heavily on what plugins available and what +options are defined, but usually it is simply a well configured +release directory. + +WWW: https://github.com/erlware/relx From owner-svn-ports-head@FreeBSD.ORG Sun May 17 18:45:32 2015 Return-Path: Delivered-To: svn-ports-head@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 A39C2C3B; Sun, 17 May 2015 18:45:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9188B1023; Sun, 17 May 2015 18:45:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HIjWkQ042825; Sun, 17 May 2015 18:45:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HIjWhq042824; Sun, 17 May 2015 18:45:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505171845.t4HIjWhq042824@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 17 May 2015 18:45:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386642 - head/audio/mumble X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 18:45:32 -0000 Author: amdmi3 Date: Sun May 17 18:45:31 2015 New Revision: 386642 URL: https://svnweb.freebsd.org/changeset/ports/386642 Log: - Add CPE info - Add LICENSE_FILE Approved by: portmgr blanket Modified: head/audio/mumble/Makefile Modified: head/audio/mumble/Makefile ============================================================================== --- head/audio/mumble/Makefile Sun May 17 18:31:46 2015 (r386641) +++ head/audio/mumble/Makefile Sun May 17 18:45:31 2015 (r386642) @@ -11,6 +11,7 @@ MAINTAINER= feld@FreeBSD.org COMMENT= Voice chat software primarily intended for use while gaming LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS+= libspeex.so:${PORTSDIR}/audio/speex \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ @@ -21,7 +22,7 @@ LIB_DEPENDS+= libspeex.so:${PORTSDIR}/au PLIST_SUB+= PORTVERSION="${PORTVERSION}" -USES= compiler gmake pkgconfig qmake +USES= compiler cpe gmake pkgconfig qmake USE_LDCONFIG= yes USE_QT4= gui svg iconengines_run xml sql network l10n \ linguist_build moc_build rcc_build uic_build \ From owner-svn-ports-head@FreeBSD.ORG Sun May 17 19:50:16 2015 Return-Path: Delivered-To: svn-ports-head@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 CE6946D2; Sun, 17 May 2015 19:50:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BBCF71651; Sun, 17 May 2015 19:50:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HJoGwP075046; Sun, 17 May 2015 19:50:16 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HJoG4r075044; Sun, 17 May 2015 19:50:16 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201505171950.t4HJoG4r075044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 17 May 2015 19:50:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386643 - in head/www/node: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 19:50:16 -0000 Author: robak Date: Sun May 17 19:50:15 2015 New Revision: 386643 URL: https://svnweb.freebsd.org/changeset/ports/386643 Log: www/node: update 0.12.2 -> 0.12.3 - Remove obsolete patches PR: 200240 Submitted by: Daniel Lin (maintainer) Deleted: head/www/node/files/patch-lib_dns.js head/www/node/files/patch-src_node.cc Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Sun May 17 18:45:31 2015 (r386642) +++ head/www/node/Makefile Sun May 17 19:50:15 2015 (r386643) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.12.2 +PORTVERSION= 0.12.3 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Sun May 17 18:45:31 2015 (r386642) +++ head/www/node/distinfo Sun May 17 19:50:15 2015 (r386643) @@ -1,2 +1,2 @@ -SHA256 (node-v0.12.2.tar.gz) = ac7e78ade93e633e7ed628532bb8e650caba0c9c33af33581957f3382e2a772d -SIZE (node-v0.12.2.tar.gz) = 19311976 +SHA256 (node-v0.12.3.tar.gz) = e65d83c6f2c874e28f65c5e192ac0acd2bbb52bfcf9d77e33442d6765a3eb9da +SIZE (node-v0.12.3.tar.gz) = 19622994 From owner-svn-ports-head@FreeBSD.ORG Sun May 17 21:03:44 2015 Return-Path: Delivered-To: svn-ports-head@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 568178EC; Sun, 17 May 2015 21:03:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44B1E1EB6; Sun, 17 May 2015 21:03:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HL3i44011306; Sun, 17 May 2015 21:03:44 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HL3hVr011303; Sun, 17 May 2015 21:03:43 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505172103.t4HL3hVr011303@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 17 May 2015 21:03:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386644 - in head/www/kcgi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 21:03:44 -0000 Author: bapt Date: Sun May 17 21:03:43 2015 New Revision: 386644 URL: https://svnweb.freebsd.org/changeset/ports/386644 Log: Remove limitation of FSIZE otherwise gzip output got truncated at 8192 Added: head/www/kcgi/files/ head/www/kcgi/files/patch-sandbox-capsicum.c (contents, props changed) Modified: head/www/kcgi/Makefile Modified: head/www/kcgi/Makefile ============================================================================== --- head/www/kcgi/Makefile Sun May 17 19:50:15 2015 (r386643) +++ head/www/kcgi/Makefile Sun May 17 21:03:43 2015 (r386644) @@ -2,6 +2,7 @@ PORTNAME= kcgi PORTVERSION= 0.5.8 +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/ Added: head/www/kcgi/files/patch-sandbox-capsicum.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/kcgi/files/patch-sandbox-capsicum.c Sun May 17 21:03:43 2015 (r386644) @@ -0,0 +1,13 @@ +--- sandbox-capsicum.c.orig 2015-05-17 21:02:13 UTC ++++ sandbox-capsicum.c +@@ -55,9 +55,7 @@ ksandbox_capsicum_init_child(void *arg, + rl_zero.rlim_cur = rl_zero.rlim_max = 0; + + if (-1 == setrlimit(RLIMIT_NOFILE, &rl_zero)) +- XWARNX("setrlimit: rlimit_fsize"); +- if (-1 == setrlimit(RLIMIT_FSIZE, &rl_zero)) +- XWARNX("setrlimit: rlimit_fsize"); ++ XWARNX("setrlimit: rlimit_nofile"); + if (-1 == setrlimit(RLIMIT_NPROC, &rl_zero)) + XWARNX("setrlimit: rlimit_nproc"); + From owner-svn-ports-head@FreeBSD.ORG Sun May 17 22:13:21 2015 Return-Path: Delivered-To: svn-ports-head@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 CFC283A9; Sun, 17 May 2015 22:13:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEE9615D1; Sun, 17 May 2015 22:13:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HMDLS5045328; Sun, 17 May 2015 22:13:21 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HMDL11045327; Sun, 17 May 2015 22:13:21 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201505172213.t4HMDL11045327@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 17 May 2015 22:13:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386645 - in head/www/kcgi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 22:13:21 -0000 Author: bapt Date: Sun May 17 22:13:20 2015 New Revision: 386645 URL: https://svnweb.freebsd.org/changeset/ports/386645 Log: Back out r386644 it was wrong Deleted: head/www/kcgi/files/ Modified: head/www/kcgi/Makefile Modified: head/www/kcgi/Makefile ============================================================================== --- head/www/kcgi/Makefile Sun May 17 21:03:43 2015 (r386644) +++ head/www/kcgi/Makefile Sun May 17 22:13:20 2015 (r386645) @@ -2,7 +2,7 @@ PORTNAME= kcgi PORTVERSION= 0.5.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/ From owner-svn-ports-head@FreeBSD.ORG Sun May 17 22:44:10 2015 Return-Path: Delivered-To: svn-ports-head@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 5F192670; Sun, 17 May 2015 22:44:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AF17185F; Sun, 17 May 2015 22:44:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HMiAVQ060129; Sun, 17 May 2015 22:44:10 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HMi9bO060127; Sun, 17 May 2015 22:44:09 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201505172244.t4HMi9bO060127@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Sun, 17 May 2015 22:44:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386646 - in head/ports-mgmt/portlint: . src X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 22:44:10 -0000 Author: marcus Date: Sun May 17 22:44:09 2015 New Revision: 386646 URL: https://svnweb.freebsd.org/changeset/ports/386646 Log: Update to 2.16.4 * Correct a typo. This should have been SITE_ARCH_REL. [1] * Pre-populate USES with an explicit grep of the Makefile. [2] * Correct a typo to prevent direct command usage checking in pkg-* files. [3] * Adjust the order of first-paragraph items so that proper checking is done. [4] * Adjust the warning about installing docs by wrapping with .if ${PORT_OPTIONS:MDOCS}. [5] * Add a check for ${SETENV} instead of ${ENV}. [5] PR: 199974 [2] 199693 [3] 199428 [4] 199417 [5] Submitted by: adamw [4] sunpoet [1] Modified: head/ports-mgmt/portlint/Makefile head/ports-mgmt/portlint/src/portlint.pl Modified: head/ports-mgmt/portlint/Makefile ============================================================================== --- head/ports-mgmt/portlint/Makefile Sun May 17 22:13:20 2015 (r386645) +++ head/ports-mgmt/portlint/Makefile Sun May 17 22:44:09 2015 (r386646) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portlint -PORTVERSION= 2.16.3 +PORTVERSION= 2.16.4 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none Modified: head/ports-mgmt/portlint/src/portlint.pl ============================================================================== --- head/ports-mgmt/portlint/src/portlint.pl Sun May 17 22:13:20 2015 (r386645) +++ head/ports-mgmt/portlint/src/portlint.pl Sun May 17 22:44:09 2015 (r386646) @@ -15,7 +15,7 @@ # was removed. # # $FreeBSD$ -# $MCom: portlint/portlint.pl,v 1.354 2015/04/13 04:48:55 jclarke Exp $ +# $MCom: portlint/portlint.pl,v 1.361 2015/05/17 21:39:49 jclarke Exp $ # use strict; @@ -50,7 +50,7 @@ $portdir = '.'; # version variables my $major = 2; my $minor = 16; -my $micro = 3; +my $micro = 4; # default setting - for FreeBSD my $portsdir = '/usr/ports'; @@ -213,6 +213,12 @@ while () { close(IN); +open(MK, 'Makefile') || die "Makefile: $!"; +my @muses = grep($_ = /^USES[?+]?=\s*(.*)/ && $1, ); +foreach my $muse (@muses) { + $makevar{USES} .= " " . $muse; +} + # # check for files. # @@ -1275,6 +1281,16 @@ sub checkmakefile { } # + # checking for use of ${ENV} + # + print "OK: checking for use of \${ENV} instead of \${SETENV}.\n" if ($verbose); + if ($whole =~ /\$\{ENV}/m) { + my $lineno = &linenumber($`); + &perror("WARN", $file, $lineno, "most uses of \${ENV} should really ". + "be \${SETENV} to avoid strange behaviors in sh(1)."); + } + + # # whole file: use of :LU variable expansion modifiers # print "OK: checking for use of :LU variable expansion modifiers.\n" if ($verbose); @@ -1696,10 +1712,12 @@ sub checkmakefile { } if ($sharedocused && $whole !~ /defined\s*\(?NOPORTDOCS\)?/ && $whole !~ /def\s*\(?NOPORTDOCS\)?/) { - if ($docsused == 0 + if ($docsused == 1 && $whole !~ m#(\$[\{\(]PREFIX[\}\)]|$localbase)/share/doc/#) { - &perror("WARN", $file, -1, "use \".if \${PORT_OPTIONS:MDOCS}\" to wrap ". - "installation of files into $localbase/share/doc."); + &perror("WARN", $file, -1, "you should only use \".if \${PORT_OPTIONS:MDOCS}\" to wrap ". + "installation of files into $localbase/share/doc if the". + " collection of files is large and it takes considerable time". + " to copy."); } } else { $docsused++; @@ -1992,7 +2010,7 @@ xargs xmkmf if ($j =~ m'\${STAGEDIR}\${SITE_ARCH}') { my $lineno = &linenumber($`); &perror("WARN", $file, $lineno, "\${STAGEDIR}\${SITE_ARCH} should be ". - "replaced by \${STAGEDIR}\${PREFIX}/\${SITE_BASE_REL}."); + "replaced by \${STAGEDIR}\${PREFIX}/\${SITE_ARCH_REL}."); } # @@ -2672,9 +2690,10 @@ DIST_SUBDIR EXTRACT_ONLY } push(@varnames, qw( -PORTNAME PORTVERSION PORTREVISION PORTEPOCH CATEGORIES MASTER_SITES -PKGNAMEPREFIX PKGNAMESUFFIX DISTNAME EXTRACT_SUFX -DISTFILES EXTRACT_ONLY +PORTNAME PORTVERSION DISTVERSIONPREFIX DISTVERSION DISTVERSIONSUFFIX +PORTREVISION PORTEPOCH CATEGORIES MASTER_SITES MASTER_SITE_SUBDIR +PROJECTHOST PKGNAMEPREFIX PKGNAMESUFFIX DISTNAME EXTRACT_SUFX DISTFILES +DIST_SUBDIR EXTRACT_ONLY )); # @@ -3255,7 +3274,7 @@ work \${WRKDIR} instead EOF foreach my $i (keys %cmdnames) { # use (?![\w-]) instead of \b to exclude pkg-* - if ($s =~ /^[^#]*(\.\/|\$[\{\(]\.CURDIR[\}\)]\/|[ \t])(\b$i)(?![\w-])/ + if ($file =~ /^[^#]*(\.\/|\$[\{\(]\.CURDIR[\}\)]\/|[ \t])(\b$i)(?![\w-])/ && $s !~ /^COMMENT(.)?=[^\n]+$i/m && $s !~ /^IGNORE(.)?=[^\n]+$i/m && $s !~ /^BROKEN(.)?=[^\n]+$i/m From owner-svn-ports-head@FreeBSD.ORG Sun May 17 23:48:04 2015 Return-Path: Delivered-To: svn-ports-head@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 11B41F68; Sun, 17 May 2015 23:48:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F28BA1E00; Sun, 17 May 2015 23:48:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HNm3n6090193; Sun, 17 May 2015 23:48:03 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HNm1oP090179; Sun, 17 May 2015 23:48:01 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201505172348.t4HNm1oP090179@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 17 May 2015 23:48:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386647 - in head/ports-mgmt: . genpatch genpatch/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 23:48:04 -0000 Author: marino Date: Sun May 17 23:48:01 2015 New Revision: 386647 URL: https://svnweb.freebsd.org/changeset/ports/386647 Log: Add new port ports-mgmt/genpatch (toolset used in dports for 18 months) ===== This is a set of three simple tools written in sh(1) for generating single patches for use in Ports. This set is ideal for creating a new patch when it is inconvenient or undesirable to use the "make makepatch" utility. The first tool is "dupe" which is a quick copy utility. The second tool is "genpatch" which creates patches in the standards diff format and using the standard file name conventions. The last tool is "portfix" which runs "dupe", an editor of choice, and "genpatch" serially as a macro as a convenient and quick way to create port patches. Please see the dupe, genpatch, and portfix man pages for details. Added: head/ports-mgmt/genpatch/ head/ports-mgmt/genpatch/Makefile (contents, props changed) head/ports-mgmt/genpatch/files/ head/ports-mgmt/genpatch/files/dupe (contents, props changed) head/ports-mgmt/genpatch/files/dupe.1 (contents, props changed) head/ports-mgmt/genpatch/files/genpatch.1 (contents, props changed) head/ports-mgmt/genpatch/files/genpatch.in (contents, props changed) head/ports-mgmt/genpatch/files/portfix.1 (contents, props changed) head/ports-mgmt/genpatch/files/portfix.in (contents, props changed) head/ports-mgmt/genpatch/pkg-descr (contents, props changed) Modified: head/ports-mgmt/Makefile Modified: head/ports-mgmt/Makefile ============================================================================== --- head/ports-mgmt/Makefile Sun May 17 22:44:09 2015 (r386646) +++ head/ports-mgmt/Makefile Sun May 17 23:48:01 2015 (r386647) @@ -10,6 +10,7 @@ SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += fbsdmon + SUBDIR += genpatch SUBDIR += genplist SUBDIR += gnome-packagekit SUBDIR += hs-porte Added: head/ports-mgmt/genpatch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/genpatch/Makefile Sun May 17 23:48:01 2015 (r386647) @@ -0,0 +1,46 @@ +# Created by: John Marino +# $FreeBSD$ + +PORTNAME= genpatch +PORTVERSION= 1.40 +CATEGORIES= ports-mgmt +MASTER_SITES= # none +DISTFILES= # none + +MAINTAINER= marino@FreeBSD.org +COMMENT= Single patch generator tool compatible with makepatch format + +LICENSE= BSD2CLAUSE + +NO_BUILD= yes +SUB_FILES= genpatch portfix +SUB_LIST= WORKPATH=${PORTWORK} +PLIST_FILES= bin/dupe \ + bin/genpatch \ + bin/portfix \ + man/man1/dupe.1.gz \ + man/man1/genpatch.1.gz \ + man/man1/portfix.1.gz + +.if defined(PACKAGE_BUILDING) # use known default values, poudriere overrides +. if defined(.MAKE.BUILT.BY) # DragonFly! +PORTWORK= /usr/obj/dports +. else +PORTWORK= /usr/ports +. endif +.else +. if defined(WRKDIRPREFIX) && !empty(WRKDIRPREFIX) +PORTWORK= ${WRKDIRPREFIX} +. else +PORTWORK= ${PORTSDIR} +. endif +.endif + +do-install: + ${INSTALL_SCRIPT} ${FILESDIR}/dupe ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/genpatch ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/portfix ${STAGEDIR}${PREFIX}/bin + (cd ${FILESDIR} && ${INSTALL_MAN} dupe.1 genpatch.1 portfix.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) + +.include Added: head/ports-mgmt/genpatch/files/dupe ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/genpatch/files/dupe Sun May 17 23:48:01 2015 (r386647) @@ -0,0 +1,49 @@ +#!/bin/sh +# +# Usage: dupe origfile +# +# This will make a duplicate of the file indicate by the first argument. +# If .orig does not exist, the duplicate will have this name, +# otherwise it will be called .intermediate. +# This is a complementary tool of genpatch +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR +# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR +# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +# + +if [ $# -eq 1 ]; then + old=${1} + if [ ! -f ${old} ]; then + echo "${0}: '${old}' does not exist! aborting..." + exit 1; + fi + if [ -f "${old}.orig" ]; then + new="${old}.intermediate" + else + new="${old}.orig" + fi +else + echo "${0}: need exactly one argument" + echo "${0} " + exit 1; +fi + +cp -p ${old} ${new} Added: head/ports-mgmt/genpatch/files/dupe.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/genpatch/files/dupe.1 Sun May 17 23:48:01 2015 (r386647) @@ -0,0 +1,30 @@ +.Dd May 17, 2015 +.Dt DUPE 1 +.Os +.Sh NAME +.Nm dupe +.Nd duplicate a file quickly +.Sh SYNOPSIS +.Nm +.Ar original +.Sh DESCRIPTION +This utility is always called by +.Xr portfix 1 , +but sometimes it is useful in its own right. + +.Nm +takes exactly one argument, a path to a file. It will duplicate the +.Op original +file to ".orig" unless there is already an existing file with +this exact name. In that case, the target file name will be ".intermediate" +and any existing file of that name will be unconditionally overwritten. +.Pp +.Sh ERRORS +.Nm +will abort if zero or more than one argument is given, or if +.Op original +is not a path to a valid regular file. +.Pp +.Sh SEE ALSO +.Xr genpatch 1 , +.Xr portfix 1 Added: head/ports-mgmt/genpatch/files/genpatch.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/genpatch/files/genpatch.1 Sun May 17 23:48:01 2015 (r386647) @@ -0,0 +1,87 @@ +.Dd 17 May, 2015 +.Dt GENPATCH 1 +.Os +.Sh NAME +.Nm genpatch +.Nd generate patch quickly in standard FreeBSD ports format +.Sh SYNOPSIS +.Nm +.Ar newfile +.Nm +.Ar oldfile +.Ar newfile +.Sh DESCRIPTION +This utility is always called by +.Xr portfix 1 , +but quite often it is useful in its own right. + +It creates patches using the standard FreeBSD ports format defined by the "make makepatch" +ports utility, but there are different operational modes. + +If +.Nm +is called when the current working directory is a subdirectory of WRKDIRPREFIX if defined +or PORTSDIR if not, then a patch will be saved in the current directory using the naming +standard used by "make makepatch". Note that the utility assumes that it has been executed +in the WRKSRC directory, the standard location for applying ports patches. + +If +.Nm +is executed outside of WRKDIRPREFIX (or PORTSDIR), then a patch will not be created. The +contents of the patch will be send to stdout, so the user will have to direct it to a +file manually as desired. + +If only one argument is given, +.Nm +will search for a file named ".intermediate" and if found, it will generated diff +output between it and +.Op newfile . +If that file doesn't exist, it will search for ".orig" and attempt to create diff +output between it and +.Op newfile . +.Pp +.Sh ERRORS +.Nm +will abort if no arguments or more than 2 arguments are given. If only one argument ( +.Op newfile +) is given, then a regular file called ".orig" or ".intermediate" +must exist otherwise +.Nm +will abort. If two arguments are given, both must be existing regular files. +.Pp +.Sh ENVIRONMENT +.Bl -tag -width "PORTEDITOR" -indent +.It Ev WORKTREE +Overrides hardcoded WRKDIRPREFIX (or PORTSDIR). This is useful for ports outside of the tree +or when +.Nm +was installed via binary packages and WRKDIRPREFIX is defined (or PORTSDIR is non-standard) +.Pp +.Sh NOTES +.Bl -enum -compact +.It +FreeBSD does not set WRKDIRPREFIX by default +.It +The default PORTSDIR for FreeBSD is +.Pa /usr/ports +so on standard FreeBSD systems +.Nm +will generate a patch file in the current directory if executed on any subdirectory of +.Pa /usr/ports . +.It +Dragonfly sets WRKDIRPREFIX to +.Pa /usr/obj/dports +by default, so on standard systems patch +files are generated automatically if +.Nm +is executed from a subdirectory of +.Pa /usr/obj/dports . +.It +The root directory used for this calculation is permanently set when +.Nm +is built, but it can be overridden with the WORKTREE environment variable. +.El +.Pp +.Sh SEE ALSO +.Xr dupe 1 , +.Xr portfix 1 Added: head/ports-mgmt/genpatch/files/genpatch.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/genpatch/files/genpatch.in Sun May 17 23:48:01 2015 (r386647) @@ -0,0 +1,98 @@ +#!/bin/sh +# +# Usage: genpatch newfile +# genpatch oldfile newfile +# +# Will output a patch ready for dports (unified diff). +# If only newfile is given, oldfile is assumed as newfile.intermediate (1st) +# or newfile.orig (2nd) if such a file exists +# If the realpath doesn't start with /usr/obj/