From owner-svn-ports-all@freebsd.org Sun Jan 3 00:07:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E68CAA5E977; Sun, 3 Jan 2016 00:07:01 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 B06C2123D; Sun, 3 Jan 2016 00:07:01 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03070l4064572; Sun, 3 Jan 2016 00:07:00 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03070Tn064571; Sun, 3 Jan 2016 00:07:00 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601030007.u03070Tn064571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 00:07:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405101 - head/emulators/mednafen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 00:07:02 -0000 Author: rakuco Date: Sun Jan 3 00:07:00 2016 New Revision: 405101 URL: https://svnweb.freebsd.org/changeset/ports/405101 Log: Fix MASTER_SITES and unmark BROKEN. Modified: head/emulators/mednafen/Makefile Modified: head/emulators/mednafen/Makefile ============================================================================== --- head/emulators/mednafen/Makefile Sat Jan 2 23:09:36 2016 (r405100) +++ head/emulators/mednafen/Makefile Sun Jan 3 00:07:00 2016 (r405101) @@ -5,13 +5,11 @@ PORTVERSION= 0.9.33.2 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= emulators games -MASTER_SITES= SF/${PORTNAME}/Mednafen/${PORTVERSION} +MASTER_SITES= http://mednafen.fobby.net/releases/files/ MAINTAINER= acm@FreeBSD.org COMMENT= Portable multi-system emulator -BROKEN= unfetchable - LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING From owner-svn-ports-all@freebsd.org Sun Jan 3 00:08:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51D7DA5E9BD; Sun, 3 Jan 2016 00:08:39 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1FEB1132B; Sun, 3 Jan 2016 00:08:39 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0308cgb064716; Sun, 3 Jan 2016 00:08:38 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0308cXa064715; Sun, 3 Jan 2016 00:08:38 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601030008.u0308cXa064715@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 00:08:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405102 - head/games/arkanoidsb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 00:08:39 -0000 Author: rakuco Date: Sun Jan 3 00:08:37 2016 New Revision: 405102 URL: https://svnweb.freebsd.org/changeset/ports/405102 Log: Fix MASTER_SITES and unmark BROKEN. Modified: head/games/arkanoidsb/Makefile Modified: head/games/arkanoidsb/Makefile ============================================================================== --- head/games/arkanoidsb/Makefile Sun Jan 3 00:07:00 2016 (r405101) +++ head/games/arkanoidsb/Makefile Sun Jan 3 00:08:37 2016 (r405102) @@ -5,13 +5,11 @@ PORTNAME= arkanoidsb PORTVERSION= 1.3.2.10 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.wegroup.org/downloads/ +MASTER_SITES= http://www.tinyorange.com/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Arkanoid and space game -BROKEN= unfetchable - WRKSRC= ${WRKDIR}/${PORTNAME} USES= tar:bzip2 From owner-svn-ports-all@freebsd.org Sun Jan 3 00:14:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B135A5EC1E; Sun, 3 Jan 2016 00:14:14 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 4EF5217A4; Sun, 3 Jan 2016 00:14:14 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u030EDWq067596; Sun, 3 Jan 2016 00:14:13 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u030EDfO067595; Sun, 3 Jan 2016 00:14:13 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601030014.u030EDfO067595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 00:14:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405103 - head/games/circuslinux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 00:14:14 -0000 Author: rakuco Date: Sun Jan 3 00:14:13 2016 New Revision: 405103 URL: https://svnweb.freebsd.org/changeset/ports/405103 Log: Fix MASTER_SITES and unmark BROKEN. Modified: head/games/circuslinux/Makefile Modified: head/games/circuslinux/Makefile ============================================================================== --- head/games/circuslinux/Makefile Sun Jan 3 00:08:37 2016 (r405102) +++ head/games/circuslinux/Makefile Sun Jan 3 00:14:13 2016 (r405103) @@ -5,13 +5,11 @@ PORTNAME= circuslinux PORTVERSION= 1.0.3 PORTREVISION= 14 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/circus-linux/src/ +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/circus-linux/src/ MAINTAINER= ports@FreeBSD.org COMMENT= "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari" -BROKEN= unfetchable - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.txt From owner-svn-ports-all@freebsd.org Sun Jan 3 00:21:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CC69A5EEC1; Sun, 3 Jan 2016 00:21:57 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6AD811B89; Sun, 3 Jan 2016 00:21:57 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u030Luj6070377; Sun, 3 Jan 2016 00:21:56 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u030LupI070376; Sun, 3 Jan 2016 00:21:56 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601030021.u030LupI070376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 00:21:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405104 - head/net/pure-sockets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 00:21:57 -0000 Author: rakuco Date: Sun Jan 3 00:21:56 2016 New Revision: 405104 URL: https://svnweb.freebsd.org/changeset/ports/405104 Log: Fix MASTER_SITES and unmark BROKEN. Modified: head/net/pure-sockets/Makefile Modified: head/net/pure-sockets/Makefile ============================================================================== --- head/net/pure-sockets/Makefile Sun Jan 3 00:14:13 2016 (r405103) +++ head/net/pure-sockets/Makefile Sun Jan 3 00:21:56 2016 (r405104) @@ -5,14 +5,12 @@ PORTNAME= pure-sockets PORTVERSION= 0.6 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure MAINTAINER= ports@FreeBSD.org COMMENT= Pure language interface to the Berkeley socket functions -BROKEN= unfetchable - LICENSE= GPLv3 LGPL3 LICENSE_COMB= dual From owner-svn-ports-all@freebsd.org Sun Jan 3 00:39:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0355EA53447; Sun, 3 Jan 2016 00:39:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C7E1F11CE; Sun, 3 Jan 2016 00:39:11 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u030dAjr073575; Sun, 3 Jan 2016 00:39:10 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u030dAsM073574; Sun, 3 Jan 2016 00:39:10 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601030039.u030dAsM073574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 00:39:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405105 - head/print/kover X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 00:39:12 -0000 Author: rakuco Date: Sun Jan 3 00:39:10 2016 New Revision: 405105 URL: https://svnweb.freebsd.org/changeset/ports/405105 Log: Fix MASTER_SITES and unmark BROKEN. Modified: head/print/kover/Makefile Modified: head/print/kover/Makefile ============================================================================== --- head/print/kover/Makefile Sun Jan 3 00:21:56 2016 (r405104) +++ head/print/kover/Makefile Sun Jan 3 00:39:10 2016 (r405105) @@ -5,13 +5,11 @@ PORTNAME= kover PORTVERSION= 6 PORTREVISION= 5 CATEGORIES= print kde -MASTER_SITES= http://lisas.de/kover/ +MASTER_SITES= https://lisas.de/kover/ MAINTAINER= ports@FreeBSD.org COMMENT= WYSIWYG CD cover printer -BROKEN= unfetchable - LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING From owner-svn-ports-all@freebsd.org Sun Jan 3 00:39:36 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93CC9A53496; Sun, 3 Jan 2016 00:39:36 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6627E12F5; Sun, 3 Jan 2016 00:39:36 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u030dZmA073678; Sun, 3 Jan 2016 00:39:35 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u030dZ9R073677; Sun, 3 Jan 2016 00:39:35 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601030039.u030dZ9R073677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 00:39:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405106 - head/print/kover X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 00:39:36 -0000 Author: rakuco Date: Sun Jan 3 00:39:35 2016 New Revision: 405106 URL: https://svnweb.freebsd.org/changeset/ports/405106 Log: Fix WWW URL. Modified: head/print/kover/pkg-descr Modified: head/print/kover/pkg-descr ============================================================================== --- head/print/kover/pkg-descr Sun Jan 3 00:39:10 2016 (r405105) +++ head/print/kover/pkg-descr Sun Jan 3 00:39:35 2016 (r405106) @@ -9,4 +9,4 @@ Some features: o do CDDB query without the CD o files created with K3B can be imported -WWW: http://lisas.de/kover/ +WWW: https://lisas.de/kover/ From owner-svn-ports-all@freebsd.org Sun Jan 3 00:40:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7458A53510; Sun, 3 Jan 2016 00:40:16 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8544813E0; Sun, 3 Jan 2016 00:40:16 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u030eFOF073816; Sun, 3 Jan 2016 00:40:15 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u030eFoE073815; Sun, 3 Jan 2016 00:40:15 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601030040.u030eFoE073815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 00:40:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405107 - head/www/erwn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 00:40:16 -0000 Author: rakuco Date: Sun Jan 3 00:40:15 2016 New Revision: 405107 URL: https://svnweb.freebsd.org/changeset/ports/405107 Log: Fix WWW URL after r405019. Modified: head/www/erwn/pkg-descr Modified: head/www/erwn/pkg-descr ============================================================================== --- head/www/erwn/pkg-descr Sun Jan 3 00:39:35 2016 (r405106) +++ head/www/erwn/pkg-descr Sun Jan 3 00:40:15 2016 (r405107) @@ -7,4 +7,4 @@ include: - drag'n'drop support - source highlighting -WWW: http://lisas.de/erwin/index.php3 +WWW: https://lisas.de/erwin/index.php3 From owner-svn-ports-all@freebsd.org Sun Jan 3 00:41:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4B26A5358A; Sun, 3 Jan 2016 00:41:57 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 745B51629; Sun, 3 Jan 2016 00:41:57 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u030fuVa073958; Sun, 3 Jan 2016 00:41:56 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u030fu1k073957; Sun, 3 Jan 2016 00:41:56 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601030041.u030fu1k073957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 00:41:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405108 - head/sysutils/ucspi-unix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 00:41:57 -0000 Author: rakuco Date: Sun Jan 3 00:41:56 2016 New Revision: 405108 URL: https://svnweb.freebsd.org/changeset/ports/405108 Log: Fix MASTER_SITES and unmark BROKEN. Modified: head/sysutils/ucspi-unix/Makefile Modified: head/sysutils/ucspi-unix/Makefile ============================================================================== --- head/sysutils/ucspi-unix/Makefile Sun Jan 3 00:40:15 2016 (r405107) +++ head/sysutils/ucspi-unix/Makefile Sun Jan 3 00:41:56 2016 (r405108) @@ -5,13 +5,11 @@ PORTNAME= ucspi-unix PORTVERSION= 0.36 PORTREVISION= 5 CATEGORIES= sysutils -MASTER_SITES= http://untroubled.org/${PORTNAME}/ +MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= Unix-domain socket client-server command-line tools -BROKEN= unfetchable - LICENSE= GPLv2 BUILD_DEPENDS= ${BGLIBS_LIB}/libbg.a:${PORTSDIR}/devel/bglibs From owner-svn-ports-all@freebsd.org Sun Jan 3 02:09:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0B95A5FC6D; Sun, 3 Jan 2016 02:09:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9DB931339; Sun, 3 Jan 2016 02:09:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0329vWm099524; Sun, 3 Jan 2016 02:09:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0329vm1099523; Sun, 3 Jan 2016 02:09:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201601030209.u0329vm1099523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 3 Jan 2016 02:09:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405109 - head/misc/gnome-osd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 02:09:58 -0000 Author: amdmi3 Date: Sun Jan 3 02:09:57 2016 New Revision: 405109 URL: https://svnweb.freebsd.org/changeset/ports/405109 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers Modified: head/misc/gnome-osd/Makefile Modified: head/misc/gnome-osd/Makefile ============================================================================== --- head/misc/gnome-osd/Makefile Sun Jan 3 00:41:56 2016 (r405108) +++ head/misc/gnome-osd/Makefile Sun Jan 3 02:09:57 2016 (r405109) @@ -11,9 +11,13 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= On-Screen-Display infrastructure using Pango text rendering +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gettext-tools gmake pathfix pkgconfig python USE_GNOME= gnomeprefix intlhack pygnome2 GNU_CONFIGURE= yes +NO_ARCH= yes GCONF_SCHEMAS= gnome-osd.schemas @@ -22,7 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS NEWS README \ ${STAGEDIR}${DOCSDIR}) From owner-svn-ports-all@freebsd.org Sun Jan 3 02:25:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AFA6A5375D; Sun, 3 Jan 2016 02:25:01 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 275D11F7B; Sun, 3 Jan 2016 02:25:01 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u032P0sN005231; Sun, 3 Jan 2016 02:25:00 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u032P0VT005229; Sun, 3 Jan 2016 02:25:00 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601030225.u032P0VT005229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 3 Jan 2016 02:25:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405110 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 02:25:01 -0000 Author: junovitch Date: Sun Jan 3 02:25:00 2016 New Revision: 405110 URL: https://svnweb.freebsd.org/changeset/ports/405110 Log: Document recent QEMU denial of service vulnerabilities PR: 205813 PR: 205814 Security: CVE-2015-8701 Security: CVE-2015-8666 Security: CVE-2015-8619 Security: CVE-2015-8613 Security: CVE-2015-8567 Security: CVE-2015-8568 Security: CVE-2015-8558 Security: CVE-2015-7549 Security: CVE-2015-8504 Security: CVE-2015-7504 Security: CVE-2015-7512 Security: CVE-2015-8345 Security: https://vuxml.FreeBSD.org/freebsd/1384f2fd-b1be-11e5-9728-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/152acff3-b1bd-11e5-9728-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/62ab8707-b1bc-11e5-9728-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/b3f9f8ef-b1bb-11e5-9728-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/9ad8993e-b1ba-11e5-9728-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/60cb2055-b1b8-11e5-9728-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/3fb06284-b1b7-11e5-9728-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/67feba97-b1b5-11e5-9728-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/405446f4-b1b3-11e5-9728-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/b56fe6bb-b1b1-11e5-9728-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jan 3 02:09:57 2016 (r405109) +++ head/security/vuxml/vuln.xml Sun Jan 3 02:25:00 2016 (r405110) @@ -58,6 +58,426 @@ Notes: --> + + qemu -- denial of service vulnerability in Rocker switch emulation + + + qemu + qemu-devel + 0 + + + qemu-sbruno + qemu-user-static + 0 + + + + +

Prasad J Pandit, Red Hat Product Security Team, reports:

+
+

Qemu emulator built with the Rocker switch emulation support is + vulnerable to an off-by-one error. It happens while processing + transmit(tx) descriptors in 'tx_consume' routine, if a descriptor + was to have more than allowed (ROCKER_TX_FRAGS_MAX=16) fragments. +

+

A privileged user inside guest could use this flaw to cause memory + leakage on the host or crash the Qemu process instance resulting in + DoS issue.

+
+ +
+ + CVE-2015-8701 + ports/205813 + ports/205814 + http://www.openwall.com/lists/oss-security/2015/12/28/6 + https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg04629.html + + + 2015-12-28 + 2016-01-03 + +
+ + + qemu -- denial of service vulnerability in Q35 chipset emulation + + + qemu + qemu-devel + 2.5.0 + + + qemu-sbruno + qemu-user-static + 2.5.50.g20151224 + + + + +

Prasad J Pandit, Red Hat Product Security Team, reports:

+
+

Qemu emulator built with the Q35 chipset based pc system emulator + is vulnerable to a heap based buffer overflow. It occurs during VM + guest migration, as more(16 bytes) data is moved into allocated + (8 bytes) memory area.

+

A privileged guest user could use this issue to corrupt the VM + guest image, potentially leading to a DoS. This issue affects q35 + machine types.

+
+ +
+ + CVE-2015-8666 + http://www.openwall.com/lists/oss-security/2015/12/24/1 + http://git.qemu.org/?p=qemu.git;a=commit;h=d9a3b33d2c9f996537b7f1d0246dee2d0120cefb + https://github.com/seanbruno/qemu-bsd-user/commit/d9a3b33d2c9f996537b7f1d0246dee2d0120cefb + + + 2015-11-19 + 2016-01-03 + +
+ + + qemu -- denial of service vulnerability in Human Monitor Interface support + + + qemu + qemu-devel + 0 + + + qemu-sbruno + qemu-user-static + 0 + + + + +

Prasad J Pandit, Red Hat Product Security Team, reports:

+
+

Qemu emulator built with the Human Monitor Interface(HMP) support + is vulnerable to an OOB write issue. It occurs while processing + 'sendkey' command in hmp_sendkey routine, if the command argument is + longer than the 'keyname_buf' buffer size.

+

A user/process could use this flaw to crash the Qemu process + instance resulting in DoS.

+
+ +
+ + CVE-2015-8619 + ports/205813 + ports/205814 + http://www.openwall.com/lists/oss-security/2015/12/22/8 + https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg02930.html + + + 2015-12-23 + 2016-01-03 + +
+ + + qemu -- denial of service vulnerability in MegaRAID SAS HBA emulation + + + qemu + qemu-devel + 0 + + + qemu-sbruno + qemu-user-static + 0 + + + + +

Prasad J Pandit, Red Hat Product Security Team, reports:

+
+

Qemu emulator built with the SCSI MegaRAID SAS HBA emulation + support is vulnerable to a stack buffer overflow issue. It occurs + while processing the SCSI controller's CTRL_GET_INFO command. A + privileged guest user could use this flaw to crash the Qemu process + instance resulting in DoS.

+
+ +
+ + CVE-2015-8613 + ports/205813 + ports/205814 + http://www.openwall.com/lists/oss-security/2015/12/21/7 + https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg03737.html + + + 2015-12-21 + 2016-01-03 + +
+ + + qemu -- denial of service vulnerability in VMWARE VMXNET3 NIC support + + + qemu + qemu-devel + 0 + + + qemu-sbruno + qemu-user-static + 0 + + + + +

Prasad J Pandit, Red Hat Product Security Team, reports:

+
+

Qemu emulator built with a VMWARE VMXNET3 paravirtual NIC emulator + support is vulnerable to a memory leakage flaw. It occurs when a + guest repeatedly tries to activate the vmxnet3 device.

+

A privileged guest user could use this flaw to leak host memory, + resulting in DoS on the host.

+
+ +
+ + CVE-2015-8567 + CVE-2015-8568 + ports/205813 + ports/205814 + http://www.openwall.com/lists/oss-security/2015/12/15/4 + https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg02299.html + + + 2015-12-15 + 2016-01-03 + +
+ + + qemu -- denial of service vulnerability in USB EHCI emulation support + + + qemu + qemu-devel + 0 + + + qemu-sbruno + qemu-user-static + 2.5.50.g20151224 + + + + +

Prasad J Pandit, Red Hat Product Security Team, reports:

+
+

Qemu emulator built with the USB EHCI emulation support is + vulnerable to an infinite loop issue. It occurs during communication + between host controller interface(EHCI) and a respective device + driver. These two communicate via a isochronous transfer descriptor + list(iTD) and an infinite loop unfolds if there is a closed loop in + this list.

+

A privileges user inside guest could use this flaw to consume + excessive CPU cycles & resources on the host.

+
+ +
+ + CVE-2015-8558 + ports/205814 + http://www.openwall.com/lists/oss-security/2015/12/14/9 + http://git.qemu.org/?p=qemu.git;a=commit;h=156a2e4dbffa85997636a7a39ef12da6f1b40254 + https://github.com/seanbruno/qemu-bsd-user/commit/156a2e4dbffa85997636a7a39ef12da6f1b40254 + + + 2015-12-14 + 2016-01-03 + +
+ + + qemu -- denial of service vulnerability in MSI-X support + + + qemu + qemu-devel + 2.5.0 + + + qemu-sbruno + qemu-user-static + 2.5.50.g20151224 + + + + +

Prasad J Pandit, Red Hat Product Security Team, reports:

+
+

Qemu emulator built with the PCI MSI-X support is vulnerable to + null pointer dereference issue. It occurs when the controller + attempts to write to the pending bit array(PBA) memory region. + Because the MSI-X MMIO support did not define the .write method.

+

A privileges used inside guest could use this flaw to crash the + Qemu process resulting in DoS issue.

+
+ +
+ + CVE-2015-7549 + http://www.openwall.com/lists/oss-security/2015/12/14/2 + http://git.qemu.org/?p=qemu.git;a=commit;h=43b11a91dd861a946b231b89b7542856ade23d1b + https://github.com/seanbruno/qemu-bsd-user/commit/43b11a91dd861a946b231b89b7542856ade23d1b + + + 2015-06-26 + 2016-01-03 + +
+ + + qemu -- denial of service vulnerability in VNC + + + qemu + qemu-devel + 2.5.0 + + + qemu-sbruno + qemu-user-static + 2.5.50.g20151224 + + + + +

Prasad J Pandit, Red Hat Product Security Team, reports:

+
+

Qemu emulator built with the VNC display driver support is + vulnerable to an arithmetic exception flaw. It occurs on the VNC + server side while processing the 'SetPixelFormat' messages from a + client.

+

A privileged remote client could use this flaw to crash the guest + resulting in DoS.

+
+ +
+ + CVE-2015-8504 + http://www.openwall.com/lists/oss-security/2015/12/08/4 + http://git.qemu.org/?p=qemu.git;a=commitdiff;h=4c65fed8bdf96780735dbdb92a8bd0d6b6526cc3 + https://github.com/seanbruno/qemu-bsd-user/commit/4c65fed8bdf96780735dbdb92a8bd0d6b6526cc3 + + + 2015-12-08 + 2016-01-03 + +
+ + + qemu -- denial of service vulnerabilities in AMD PC-Net II NIC support + + + qemu + qemu-devel + 2.5.0 + + + qemu-sbruno + qemu-user-static + 2.5.50.g20151224 + + + + +

Prasad J Pandit, Red Hat Product Security Team, reports:

+
+

Qemu emulator built with the AMD PC-Net II Ethernet Controller + support is vulnerable to a heap buffer overflow flaw. While + receiving packets in the loopback mode, it appends CRC code to the + receive buffer. If the data size given is same as the receive buffer + size, the appended CRC code overwrites 4 bytes beyond this + 's->buffer' array.

+

A privileged(CAP_SYS_RAWIO) user inside guest could use this flaw + to crash the Qemu instance resulting in DoS or potentially execute + arbitrary code with privileges of the Qemu process on the host.

+
+
+

The AMD PC-Net II emulator(hw/net/pcnet.c), while receiving packets + from a remote host(non-loopback mode), fails to validate the + received data size, thus resulting in a buffer overflow issue. It + could potentially lead to arbitrary code execution on the host, with + privileges of the Qemu process. It requires the guest NIC to have + larger MTU limit.

+

A remote user could use this flaw to crash the guest instance + resulting in DoS or potentially execute arbitrary code on a remote + host with privileges of the Qemu process.

+
+ +
+ + CVE-2015-7504 + CVE-2015-7512 + http://www.openwall.com/lists/oss-security/2015/11/30/2 + http://www.openwall.com/lists/oss-security/2015/11/30/3 + http://git.qemu.org/?p=qemu.git;a=commit;h=837f21aacf5a714c23ddaadbbc5212f9b661e3f7 + http://git.qemu.org/?p=qemu.git;a=commit;h=8b98a2f07175d46c3f7217639bd5e03f2ec56343 + https://github.com/seanbruno/qemu-bsd-user/commit/837f21aacf5a714c23ddaadbbc5212f9b661e3f7 + https://github.com/seanbruno/qemu-bsd-user/commit/8b98a2f07175d46c3f7217639bd5e03f2ec56343 + + + 2015-11-30 + 2016-01-03 + +
+ + + qemu -- denial of service vulnerabilities in eepro100 NIC support + + + qemu + qemu-devel + 0 + + + qemu-sbruno + qemu-user-static + 0 + + + + +

Prasad J Pandit, Red Hat Product Security Team, reports:

+
+

Qemu emulator built with the i8255x (PRO100) emulation support is + vulnerable to an infinite loop issue. It could occur while + processing a chain of commands located in the Command Block List + (CBL). Each Command Block(CB) points to the next command in the + list. An infinite loop unfolds if the link to the next CB points + to the same block or there is a closed loop in the chain.

+

A privileged(CAP_SYS_RAWIO) user inside guest could use this flaw + to crash the Qemu instance resulting in DoS.

+
+ +
+ + CVE-2015-8345 + ports/205813 + ports/205814 + http://www.openwall.com/lists/oss-security/2015/11/25/3 + https://lists.gnu.org/archive/html/qemu-devel/2015-10/msg03911.html + + + 2015-10-16 + 2016-01-03 + +
+ qemu -- denial of service vulnerability in virtio-net support From owner-svn-ports-all@freebsd.org Sun Jan 3 02:52:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C36EFA5F311; Sun, 3 Jan 2016 02:52:46 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 75B481CDE; Sun, 3 Jan 2016 02:52:46 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u032qjqB013816; Sun, 3 Jan 2016 02:52:45 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u032qj0D013814; Sun, 3 Jan 2016 02:52:45 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601030252.u032qj0D013814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 3 Jan 2016 02:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405111 - head/devel/py-robotframework X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 02:52:46 -0000 Author: junovitch Date: Sun Jan 3 02:52:45 2016 New Revision: 405111 URL: https://svnweb.freebsd.org/changeset/ports/405111 Log: devel/py-robotframework: update 2.9.2 -> 3.0 Robot Framework 3.0 is a new major release with Python 3 support and a new powerful listener interface that allows modifying executed tests as well as execution results. Also start-up scripts have been enhanced and it is now possible to run tests with new robot command and like python -m robot. Changes: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-3.0.rst PR: 205795 Submitted by: vladimir.chukharev@gmail.com (maintainer) Modified: head/devel/py-robotframework/Makefile head/devel/py-robotframework/distinfo Modified: head/devel/py-robotframework/Makefile ============================================================================== --- head/devel/py-robotframework/Makefile Sun Jan 3 02:25:00 2016 (r405110) +++ head/devel/py-robotframework/Makefile Sun Jan 3 02:52:45 2016 (r405111) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework -PORTVERSION= 2.9.2 +PORTVERSION= 3.0 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Generic test automation framewo LICENSE= APACHE20 NO_ARCH= yes -USES= python:2 +USES= python USE_PYTHON= autoplist distutils .include Modified: head/devel/py-robotframework/distinfo ============================================================================== --- head/devel/py-robotframework/distinfo Sun Jan 3 02:25:00 2016 (r405110) +++ head/devel/py-robotframework/distinfo Sun Jan 3 02:52:45 2016 (r405111) @@ -1,2 +1,2 @@ -SHA256 (robotframework-2.9.2.tar.gz) = f98b4b3612f7758c0034ebce1baf6e52114ba4342c7da448c1a110d34484317c -SIZE (robotframework-2.9.2.tar.gz) = 424237 +SHA256 (robotframework-3.0.tar.gz) = cd16f5f83031b8a754ca0a7523ce10b5046a17f3b9422626804ec05b7c501c87 +SIZE (robotframework-3.0.tar.gz) = 430381 From owner-svn-ports-all@freebsd.org Sun Jan 3 05:47:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73C5DA5FB67; Sun, 3 Jan 2016 05:47:44 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2B4891D2F; Sun, 3 Jan 2016 05:47:44 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u035lhDn064714; Sun, 3 Jan 2016 05:47:43 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u035lgov064710; Sun, 3 Jan 2016 05:47:42 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201601030547.u035lgov064710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sun, 3 Jan 2016 05:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405112 - in head/ports-mgmt: . py-skog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 05:47:44 -0000 Author: koobs Date: Sun Jan 3 05:47:42 2016 New Revision: 405112 URL: https://svnweb.freebsd.org/changeset/ports/405112 Log: [NEW] ports-mgmt/py-skog: Generate visual dependency trees for FreeBSD ports A tool to generate human-readable trees of dependencies of a FreeBSD port. WWW: https://github.com/bbqsrc/skog-python Added: head/ports-mgmt/py-skog/ head/ports-mgmt/py-skog/Makefile (contents, props changed) head/ports-mgmt/py-skog/distinfo (contents, props changed) head/ports-mgmt/py-skog/pkg-descr (contents, props changed) Modified: head/ports-mgmt/Makefile Modified: head/ports-mgmt/Makefile ============================================================================== --- head/ports-mgmt/Makefile Sun Jan 3 02:52:45 2016 (r405111) +++ head/ports-mgmt/Makefile Sun Jan 3 05:47:42 2016 (r405112) @@ -62,6 +62,7 @@ SUBDIR += poudriere-devel SUBDIR += psearch SUBDIR += py-pytoport + SUBDIR += py-skog SUBDIR += symports SUBDIR += tinderbox SUBDIR += tinderbox-devel Added: head/ports-mgmt/py-skog/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/py-skog/Makefile Sun Jan 3 05:47:42 2016 (r405112) @@ -0,0 +1,19 @@ +# Created by: Kubilay Kocak +# $FreeBSD$ + +PORTNAME= skog +PORTVERSION= 0.1.0 +CATEGORIES= ports-mgmt python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= brendan+freebsd@bbqsrc.net +COMMENT= Generate visual dependency trees for FreeBSD ports + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.2+ +USE_PYTHON= autoplist concurrent distutils + +.include Added: head/ports-mgmt/py-skog/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/py-skog/distinfo Sun Jan 3 05:47:42 2016 (r405112) @@ -0,0 +1,2 @@ +SHA256 (skog-0.1.0.tar.gz) = 4fb39d5af085e56ff12b52522cf6832833aacd5db29688be48b14e366f0e25b3 +SIZE (skog-0.1.0.tar.gz) = 4250 Added: head/ports-mgmt/py-skog/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/py-skog/pkg-descr Sun Jan 3 05:47:42 2016 (r405112) @@ -0,0 +1,3 @@ +A tool to generate human-readable trees of dependencies of a FreeBSD port. + +WWW: https://github.com/bbqsrc/skog-python From owner-svn-ports-all@freebsd.org Sun Jan 3 06:18:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 612ADA602AF; Sun, 3 Jan 2016 06:18:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2C23C1960; Sun, 3 Jan 2016 06:18:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u036INwx073499; Sun, 3 Jan 2016 06:18:23 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u036INuC073498; Sun, 3 Jan 2016 06:18:23 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201601030618.u036INuC073498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 3 Jan 2016 06:18:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405113 - head/x11-toolkits/py-fltk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 06:18:24 -0000 Author: wen Date: Sun Jan 3 06:18:23 2016 New Revision: 405113 URL: https://svnweb.freebsd.org/changeset/ports/405113 Log: - Fix build on FreeBSD-9 Reported by: pkg-fallout@ Modified: head/x11-toolkits/py-fltk/Makefile Modified: head/x11-toolkits/py-fltk/Makefile ============================================================================== --- head/x11-toolkits/py-fltk/Makefile Sun Jan 3 05:47:42 2016 (r405112) +++ head/x11-toolkits/py-fltk/Makefile Sun Jan 3 06:18:23 2016 (r405113) @@ -28,6 +28,12 @@ PORTDOCS= * PORTEXAMPLES= * WRKSRC= ${WRKDIR}/pyFltk-${PORTVERSION} +.include + +#.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +USE_GCC= yes +#.endif + post-patch: @${REINPLACE_CMD} -e "s|/usr/X11R6|${LOCALBASE}|g;s|package_data.*},||g;s|sunos5|dragonfly4', 'freebsd8', 'freebsd9', 'freebsd10', 'freebsd11|g" ${WRKSRC}/setup.py From owner-svn-ports-all@freebsd.org Sun Jan 3 06:19:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38AD1A60344; Sun, 3 Jan 2016 06:19:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 07B731A61; Sun, 3 Jan 2016 06:19:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u036JmF3073658; Sun, 3 Jan 2016 06:19:48 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u036Jmu4073656; Sun, 3 Jan 2016 06:19:48 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601030619.u036Jmu4073656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 06:19:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405114 - head/x11/rendercheck X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 06:19:49 -0000 Author: miwi Date: Sun Jan 3 06:19:47 2016 New Revision: 405114 URL: https://svnweb.freebsd.org/changeset/ports/405114 Log: - Update to 1.5 PR: 205463 Submitted by: jochen@jochen-neumeister.de Modified: head/x11/rendercheck/Makefile head/x11/rendercheck/distinfo Modified: head/x11/rendercheck/Makefile ============================================================================== --- head/x11/rendercheck/Makefile Sun Jan 3 06:18:23 2016 (r405113) +++ head/x11/rendercheck/Makefile Sun Jan 3 06:19:47 2016 (r405114) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rendercheck -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= x11 MAINTAINER= ports@FreeBSD.org Modified: head/x11/rendercheck/distinfo ============================================================================== --- head/x11/rendercheck/distinfo Sun Jan 3 06:18:23 2016 (r405113) +++ head/x11/rendercheck/distinfo Sun Jan 3 06:19:47 2016 (r405114) @@ -1,2 +1,2 @@ -SHA256 (xorg/app/rendercheck-1.4.tar.bz2) = 6835ce19788e2e9b9ac0307b92adac88daee57edd56e0739c822a0811bc83b87 -SIZE (xorg/app/rendercheck-1.4.tar.bz2) = 125828 +SHA256 (xorg/app/rendercheck-1.5.tar.bz2) = 00605679436d65ccf9a6f1f1cb206df7a2e8b28a7821e867922d2b14b009f1cc +SIZE (xorg/app/rendercheck-1.5.tar.bz2) = 143656 From owner-svn-ports-all@freebsd.org Sun Jan 3 06:25:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94A6BA605A2; Sun, 3 Jan 2016 06:25:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 66ECC1ED7; Sun, 3 Jan 2016 06:25:45 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u036PiLL076500; Sun, 3 Jan 2016 06:25:44 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u036Pimt076499; Sun, 3 Jan 2016 06:25:44 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601030625.u036Pimt076499@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 06:25:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405115 - head/net/py-xmlrpc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 06:25:45 -0000 Author: miwi Date: Sun Jan 3 06:25:44 2016 New Revision: 405115 URL: https://svnweb.freebsd.org/changeset/ports/405115 Log: - Conver to options helper Modified: head/net/py-xmlrpc/Makefile Modified: head/net/py-xmlrpc/Makefile ============================================================================== --- head/net/py-xmlrpc/Makefile Sun Jan 3 06:19:47 2016 (r405114) +++ head/net/py-xmlrpc/Makefile Sun Jan 3 06:25:44 2016 (r405115) @@ -18,12 +18,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= python USE_PYTHON= distutils autoplist +OPTIONS_DEFINE= EXAMPLES + EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} PORTEXAMPLES= * post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_xmlrpc.so +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) From owner-svn-ports-all@freebsd.org Sun Jan 3 07:31:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48800A5F3ED; Sun, 3 Jan 2016 07:31:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0112718AB; Sun, 3 Jan 2016 07:31:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u037VosM095455; Sun, 3 Jan 2016 07:31:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u037Vo0V095454; Sun, 3 Jan 2016 07:31:50 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601030731.u037Vo0V095454@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 3 Jan 2016 07:31:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405116 - branches/2016Q1 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 07:31:51 -0000 Author: antoine Date: Sun Jan 3 07:31:49 2016 New Revision: 405116 URL: https://svnweb.freebsd.org/changeset/ports/405116 Log: Branch 2016Q1 Added: branches/2016Q1/ - copied from r405040, head/ From owner-svn-ports-all@freebsd.org Sun Jan 3 08:05:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F420CA5FF35; Sun, 3 Jan 2016 08:05:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C7EAA1B1D; Sun, 3 Jan 2016 08:05:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03855Ta007565; Sun, 3 Jan 2016 08:05:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03855TY007564; Sun, 3 Jan 2016 08:05:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601030805.u03855TY007564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 08:05:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405117 - head/editors/vim/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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 08:05:07 -0000 Author: sunpoet Date: Sun Jan 3 08:05:05 2016 New Revision: 405117 URL: https://svnweb.freebsd.org/changeset/ports/405117 Log: - Add python3.5 Modified: head/editors/vim/files/patch-src-auto-configure Modified: head/editors/vim/files/patch-src-auto-configure ============================================================================== --- head/editors/vim/files/patch-src-auto-configure Sun Jan 3 07:31:49 2016 (r405116) +++ head/editors/vim/files/patch-src-auto-configure Sun Jan 3 08:05:05 2016 (r405117) @@ -60,7 +60,7 @@ fi - for ac_prog in python3 python -+ for ac_prog in python3.4 python3.3 python3.2 ++ for ac_prog in python3.5 python3.4 python3.3 python3.2 do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 From owner-svn-ports-all@freebsd.org Sun Jan 3 08:22:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66A0CA603AE; Sun, 3 Jan 2016 08:22:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3472B14A3; Sun, 3 Jan 2016 08:22:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u038Mc0Y013565; Sun, 3 Jan 2016 08:22:38 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u038McQC013564; Sun, 3 Jan 2016 08:22:38 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201601030822.u038McQC013564@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 3 Jan 2016 08:22:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405118 - head/x11-toolkits/py-fltk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 08:22:39 -0000 Author: wen Date: Sun Jan 3 08:22:38 2016 New Revision: 405118 URL: https://svnweb.freebsd.org/changeset/ports/405118 Log: - Remove unneeded comment from last commit Spotted by: miwi@(thanks !) Modified: head/x11-toolkits/py-fltk/Makefile Modified: head/x11-toolkits/py-fltk/Makefile ============================================================================== --- head/x11-toolkits/py-fltk/Makefile Sun Jan 3 08:05:05 2016 (r405117) +++ head/x11-toolkits/py-fltk/Makefile Sun Jan 3 08:22:38 2016 (r405118) @@ -30,9 +30,9 @@ WRKSRC= ${WRKDIR}/pyFltk-${PORTVERSION} .include -#.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 USE_GCC= yes -#.endif +.endif post-patch: @${REINPLACE_CMD} -e "s|/usr/X11R6|${LOCALBASE}|g;s|package_data.*},||g;s|sunos5|dragonfly4', 'freebsd8', 'freebsd9', 'freebsd10', 'freebsd11|g" ${WRKSRC}/setup.py From owner-svn-ports-all@freebsd.org Sun Jan 3 08:45:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 040AAA609F4; Sun, 3 Jan 2016 08:45:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C2BD61114; Sun, 3 Jan 2016 08:45:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u038jcn4019651; Sun, 3 Jan 2016 08:45:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u038jccR019650; Sun, 3 Jan 2016 08:45:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601030845.u038jccR019650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 3 Jan 2016 08:45:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405119 - branches/2016Q1/x11/antimicro X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 08:45:40 -0000 Author: antoine Date: Sun Jan 3 08:45:38 2016 New Revision: 405119 URL: https://svnweb.freebsd.org/changeset/ports/405119 Log: MFH: r405098 Fix linking after r404875. There was a typo in the line setting LDFLAGS: we need -L/some/dir, not /some/dir. From the logs: /usr/local/lib: file not recognized: Is a directory c++: error: linker command failed with exit code 1 (use -v to see invocation) Thanks to antoine for raising the issue, and sorry for the brain fart. Modified: branches/2016Q1/x11/antimicro/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/x11/antimicro/Makefile ============================================================================== --- branches/2016Q1/x11/antimicro/Makefile Sun Jan 3 08:22:38 2016 (r405118) +++ branches/2016Q1/x11/antimicro/Makefile Sun Jan 3 08:45:38 2016 (r405119) @@ -16,7 +16,7 @@ GH_ACCOUNT= Ryochan7 # Upstream assumes ${LOCALBASE}/lib is part of the default linker path. Pull # request 268 fixes it for X11 libraries, but SDL2 is still using pkg-config # output (without full paths). -LDFLAGS+= ${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib USE_XORG= x11 xtst USE_QT5= linguisttools_build qmake_build buildtools_build widgets network From owner-svn-ports-all@freebsd.org Sun Jan 3 09:24:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F618A5F7AF; Sun, 3 Jan 2016 09:24:57 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x22b.google.com (mail-io0-x22b.google.com [IPv6:2607:f8b0:4001:c06::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 40EF5189E; Sun, 3 Jan 2016 09:24:57 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x22b.google.com with SMTP id 77so103002644ioc.2; Sun, 03 Jan 2016 01:24:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=iNrZl3saNRQ2Yk8iMQIF6trP3OEZtnZlIqgKOTLBKvk=; b=gTRkh/plenT/GhynkaTJQBrqsKSW2MXMuJH7KfhfHqOrU/JB3lEttqiiT6dmNk4LRa oZYKUfgnDcBvpZQfASGt1bZtgAQWVIiw9cRDVZUHbssTEF6CxT2R7nT26mz/PgUfsR7B 0ipS77+qgr8VuVc374tmdH/0iG1FESodMRpHM8+kG2R369pnXDhmNm8qePwE0JP8pkMr iJDJyvo+omFngo4JajWkwv62MTjzecDb9FBxtQ+fJ8IONQvtGAh4Y6YZbgcVwiqor5Ml ATkHtFB3AG2DdCNyhk7hjXs/jz/KdyHe5esT0mMylZ0JytLuN6/RRFb+2fxW1UY8WJkv T5Uw== MIME-Version: 1.0 X-Received: by 10.107.132.159 with SMTP id o31mr37187689ioi.32.1451813096731; Sun, 03 Jan 2016 01:24:56 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.159.195 with HTTP; Sun, 3 Jan 2016 01:24:56 -0800 (PST) In-Reply-To: <201601030618.u036INuC073498@repo.freebsd.org> References: <201601030618.u036INuC073498@repo.freebsd.org> Date: Sun, 3 Jan 2016 10:24:56 +0100 X-Google-Sender-Auth: gXV-aRFvTVgwuYD0loboQzblyKE Message-ID: Subject: Re: svn commit: r405113 - head/x11-toolkits/py-fltk From: Antoine Brodin To: Wen Heping Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 09:24:57 -0000 On Sun, Jan 3, 2016 at 7:18 AM, Wen Heping wrote: > Author: wen > Date: Sun Jan 3 06:18:23 2016 > New Revision: 405113 > URL: https://svnweb.freebsd.org/changeset/ports/405113 > > Log: > - Fix build on FreeBSD-9 > > Reported by: pkg-fallout@ > > Modified: > head/x11-toolkits/py-fltk/Makefile > > Modified: head/x11-toolkits/py-fltk/Makefile > ============================================================================== > --- head/x11-toolkits/py-fltk/Makefile Sun Jan 3 05:47:42 2016 (r405112) > +++ head/x11-toolkits/py-fltk/Makefile Sun Jan 3 06:18:23 2016 (r405113) > @@ -28,6 +28,12 @@ PORTDOCS= * > PORTEXAMPLES= * > WRKSRC= ${WRKDIR}/pyFltk-${PORTVERSION} > > +.include > + > +#.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 > +USE_GCC= yes > +#.endif > + Hi, Are the commented lines intended or not? (this changes depends on FreeBSD 10+) Antoine From owner-svn-ports-all@freebsd.org Sun Jan 3 09:41:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69C23A5FB71; Sun, 3 Jan 2016 09:41:00 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 371C31E66; Sun, 3 Jan 2016 09:41:00 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u039ex4M035375; Sun, 3 Jan 2016 09:40:59 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u039exVL035374; Sun, 3 Jan 2016 09:40:59 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201601030940.u039exVL035374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Sun, 3 Jan 2016 09:40:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org Subject: svn commit: r405120 - svnadmin/conf X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 09:41:00 -0000 Author: culot Date: Sun Jan 3 09:40:59 2016 New Revision: 405120 URL: https://svnweb.freebsd.org/changeset/ports/405120 Log: - Take mmoll's commit bit in for safekeeping, on his request Modified: svnadmin/conf/access Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Sun Jan 3 08:45:38 2016 (r405119) +++ svnadmin/conf/access Sun Jan 3 09:40:59 2016 (r405120) @@ -127,7 +127,6 @@ mich milki miwi mm -mmoll mr mva naddy From owner-svn-ports-all@freebsd.org Sun Jan 3 09:54:11 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04A64A600EC; Sun, 3 Jan 2016 09:54:11 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A64941870; Sun, 3 Jan 2016 09:54:10 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u039s9Ga041204; Sun, 3 Jan 2016 09:54:09 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u039s9nm041203; Sun, 3 Jan 2016 09:54:09 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601030954.u039s9nm041203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 3 Jan 2016 09:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405121 - head/games/r1q2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 09:54:11 -0000 Author: pawel Date: Sun Jan 3 09:54:09 2016 New Revision: 405121 URL: https://svnweb.freebsd.org/changeset/ports/405121 Log: Switch to USES=execinfo PR: 205296 Submitted by: myself Approved by: maintainer timeout Modified: head/games/r1q2/Makefile Modified: head/games/r1q2/Makefile ============================================================================== --- head/games/r1q2/Makefile Sun Jan 3 09:40:59 2016 (r405120) +++ head/games/r1q2/Makefile Sun Jan 3 09:54:09 2016 (r405121) @@ -11,14 +11,10 @@ DISTNAME= ${PORTNAME}-b${PORTVERSION}-sr MAINTAINER= danfe@FreeBSD.org COMMENT= Enhanced Quake II client/server focusing on stability -.if !exists(/usr/include/execinfo.h) -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -.endif - ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= sets the FPU rounding mode and precision (not available in fenv.h) -USES= dos2unix gmake zip +USES= dos2unix execinfo gmake zip NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/binaries ALL_TARGET= # From owner-svn-ports-all@freebsd.org Sun Jan 3 09:57:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7563A602B0; Sun, 3 Jan 2016 09:57:49 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7A7851BDC; Sun, 3 Jan 2016 09:57:49 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u039vms4041524; Sun, 3 Jan 2016 09:57:48 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u039vmla041523; Sun, 3 Jan 2016 09:57:48 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601030957.u039vmla041523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 3 Jan 2016 09:57:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405122 - head/graphics/picpuz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 09:57:49 -0000 Author: pawel Date: Sun Jan 3 09:57:48 2016 New Revision: 405122 URL: https://svnweb.freebsd.org/changeset/ports/405122 Log: Switch to USES=execinfo PR: 205325 Submitted by: myself Approved by: maintainer timeout Modified: head/graphics/picpuz/Makefile Modified: head/graphics/picpuz/Makefile ============================================================================== --- head/graphics/picpuz/Makefile Sun Jan 3 09:54:09 2016 (r405121) +++ head/graphics/picpuz/Makefile Sun Jan 3 09:57:48 2016 (r405122) @@ -11,12 +11,11 @@ MASTER_SITES= http://kornelix.squarespac MAINTAINER= devel@stasyan.com COMMENT= Jigsaw puzzle program -USES= gmake pkgconfig +USES= execinfo gmake pkgconfig USE_GNOME= gtk20 ALL_TARGET= # #RUN_DEPENDS+= xdg-desktop-menu:${PORTSDIR}/devel/xdg-utils -LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo DESKTOP_ENTRIES="Picpuz" \ "Jigsaw Puzzle" \ "${PREFIX}/share/pixmaps/picpuz.png" \ From owner-svn-ports-all@freebsd.org Sun Jan 3 10:00:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 257BBA6059D; Sun, 3 Jan 2016 10:00:50 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E6A921D9A; Sun, 3 Jan 2016 10:00:49 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03A0mHD041762; Sun, 3 Jan 2016 10:00:48 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03A0muU041761; Sun, 3 Jan 2016 10:00:48 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601031000.u03A0muU041761@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 3 Jan 2016 10:00:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405123 - head/net/crtmpserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 10:00:50 -0000 Author: pawel Date: Sun Jan 3 10:00:48 2016 New Revision: 405123 URL: https://svnweb.freebsd.org/changeset/ports/405123 Log: Switch to USES=execinfo PR: 205349 Submitted by: myself Approved by: maintainer timeout Modified: head/net/crtmpserver/Makefile Modified: head/net/crtmpserver/Makefile ============================================================================== --- head/net/crtmpserver/Makefile Sun Jan 3 09:57:48 2016 (r405122) +++ head/net/crtmpserver/Makefile Sun Jan 3 10:00:48 2016 (r405123) @@ -12,11 +12,9 @@ COMMENT= C++ RTSP/RTMP/MPEG-TS Server LICENSE= GPLv3 -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo - MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= cmake:outsource lua +USES= cmake:outsource execinfo lua CMAKE_SOURCE_PATH= ${WRKSRC}/builders/cmake CMAKE_ARGS= -DCRTMPSERVER_INSTALL_PREFIX:STRING=${PREFIX} -DTEMP_FRAMEWORK_VER=${PORTVERSION} USE_OPENSSL= yes From owner-svn-ports-all@freebsd.org Sun Jan 3 10:14:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57060A60A31; Sun, 3 Jan 2016 10:14:10 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 29E0E1982; Sun, 3 Jan 2016 10:14:10 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03AE9s2047497; Sun, 3 Jan 2016 10:14:09 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03AE9cB047496; Sun, 3 Jan 2016 10:14:09 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601031014.u03AE9cB047496@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 3 Jan 2016 10:14:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405124 - head/sysutils/clsync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 10:14:10 -0000 Author: pawel Date: Sun Jan 3 10:14:09 2016 New Revision: 405124 URL: https://svnweb.freebsd.org/changeset/ports/405124 Log: - Switch to our framework's USES=execinfo - Add EXECINFO_LDFLAGS to LDFLAGS so that libexecinfo can be found by configure script on FreeBSD 9.x where libexecinfo comes from ports PR: 205383 Submitted by: myself Approved by: maintainer timeout Modified: head/sysutils/clsync/Makefile Modified: head/sysutils/clsync/Makefile ============================================================================== --- head/sysutils/clsync/Makefile Sun Jan 3 10:00:48 2016 (r405123) +++ head/sysutils/clsync/Makefile Sun Jan 3 10:14:09 2016 (r405124) @@ -11,12 +11,12 @@ COMMENT= Live file sync daemon based on LICENSE= GPLv3 -LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify GNU_CONFIGURE= yes -USES= autoreconf compiler:features gmake libtool pkgconfig +USES= autoreconf compiler:features execinfo gmake libtool pkgconfig USE_GNOME= glib20 +LDFLAGS+= ${EXECINFO_LDFLAGS} USE_RC_SUBR= clsync From owner-svn-ports-all@freebsd.org Sun Jan 3 10:14:16 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7B52A60A6A for ; Sun, 3 Jan 2016 10:14:16 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-vk0-x22f.google.com (mail-vk0-x22f.google.com [IPv6:2607:f8b0:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B2861A5E for ; Sun, 3 Jan 2016 10:14:16 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-vk0-x22f.google.com with SMTP id f2so198575678vkb.3 for ; Sun, 03 Jan 2016 02:14:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=YJHr3oprtcSmP6aq7Op7WnkZGW1Ax3+tmWvd9l4J0qE=; b=Syt2GN9UKepjt+O/fTBIn9jySThiJbPY2ZapA/PYGLp413qRmsxU5m9WENRTHLZ4VE 86cmg2NJwWrwVgE7aEBPHNp4arSzlfGOB/mqmKn4DzZx4V2BBEL8CVMWGe5i0Uwxd9eY wiyYeJs4Nc362wQZDMi6tQOFGUG3a2qjuQl5n5L4rmagu8iMA1NPcdKDfxOZ6M+wha6S qXxWQkKoIq7UZnJKonWKIdiF7FdzcInWcXF53v+8k5UOflkl7U47V5y2D9YvWJipv1zb 7yvA1hv02mR/9HdI39DDoEl1coGWHICnE++Yf1j7OGxA1rdT/Rred2ZWgh5oTNbX4WGT BFHQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=YJHr3oprtcSmP6aq7Op7WnkZGW1Ax3+tmWvd9l4J0qE=; b=HlnChNouxF5NWj6HiclHgapEqvf7Z3y6eKWlEKEby8ABs3+OwItQy5Ff4agz33ONsg +X36IfTk7uesX66PSJWcDHsfOZmGVZeQYEwlLC53nsLl2Qc2QxpFyAsF/HzL2coLnIXQ RrEbdfisllvCgDdcXXhgDsAScTYctgRQEhjZDi2Vq0sEcmcpOBNtn1K5I6kfnhANwp2X sAFrIh5tXmnay8jplJ6qqhr1d4Nw/rr/Ajnm5yUeHZjqiZzyGnOVmTSlWwV1zmBVK3Wc /+xY4en7Tt7cE2Q5EiGbE/gattZcVlxCa8LTqWHLmJECJB9CN1apkKc5DMdMv5gNtRVn qzPg== X-Gm-Message-State: ALoCoQluYiZsYcVSS33acXrpJxjGeqQ9vB9L6d3Jyal/d37Cs/BWCF1BqPdpyb9JS5axYZ5nGyxSZZwPVjrX4JkRfUXAtwYvIQ== X-Received: by 10.31.0.136 with SMTP id 130mr52139536vka.139.1451816054970; Sun, 03 Jan 2016 02:14:14 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.31.219.3 with HTTP; Sun, 3 Jan 2016 02:13:35 -0800 (PST) In-Reply-To: References: <201601030618.u036INuC073498@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 18:13:35 +0800 X-Google-Sender-Auth: esqp6yX-QzVHmNf3RxRGvEw2cyM Message-ID: Subject: Re: svn commit: r405113 - head/x11-toolkits/py-fltk To: Antoine Brodin Cc: Wen Heping , "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 10:14:17 -0000 On Sun, Jan 3, 2016 at 5:24 PM, Antoine Brodin wrote: > On Sun, Jan 3, 2016 at 7:18 AM, Wen Heping wrote: > > Author: wen > > Date: Sun Jan 3 06:18:23 2016 > > New Revision: 405113 > > URL: https://svnweb.freebsd.org/changeset/ports/405113 > > > > Log: > > - Fix build on FreeBSD-9 > > > > Reported by: pkg-fallout@ > > > > Modified: > > head/x11-toolkits/py-fltk/Makefile > > > > Modified: head/x11-toolkits/py-fltk/Makefile > > > ============================================================================== > > --- head/x11-toolkits/py-fltk/Makefile Sun Jan 3 05:47:42 2016 > (r405112) > > +++ head/x11-toolkits/py-fltk/Makefile Sun Jan 3 06:18:23 2016 > (r405113) > > @@ -28,6 +28,12 @@ PORTDOCS= * > > PORTEXAMPLES= * > > WRKSRC= ${WRKDIR}/pyFltk-${PORTVERSION} > > > > +.include > > + > > +#.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 > > +USE_GCC= yes > > +#.endif > > + > > > Hi, > > Are the commented lines intended or not? (this changes depends on FreeBSD > 10+) > It's fixed in r405118. > > Antoine > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > From owner-svn-ports-all@freebsd.org Sun Jan 3 10:28:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD04FA60F1F; Sun, 3 Jan 2016 10:28:51 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 86FF91EFC; Sun, 3 Jan 2016 10:28:51 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03ASo22050666; Sun, 3 Jan 2016 10:28:50 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03ASos9050664; Sun, 3 Jan 2016 10:28:50 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201601031028.u03ASos9050664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 3 Jan 2016 10:28:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405125 - head/www/erlang-hackney X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 10:28:51 -0000 Author: olgeni Date: Sun Jan 3 10:28:50 2016 New Revision: 405125 URL: https://svnweb.freebsd.org/changeset/ports/405125 Log: Upgrade www/erlang-hackney to version 1.4.9. Modified: head/www/erlang-hackney/Makefile head/www/erlang-hackney/distinfo Modified: head/www/erlang-hackney/Makefile ============================================================================== --- head/www/erlang-hackney/Makefile Sun Jan 3 10:14:09 2016 (r405124) +++ head/www/erlang-hackney/Makefile Sun Jan 3 10:28:50 2016 (r405125) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hackney -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 CATEGORIES= www PKGNAMEPREFIX= erlang- Modified: head/www/erlang-hackney/distinfo ============================================================================== --- head/www/erlang-hackney/distinfo Sun Jan 3 10:14:09 2016 (r405124) +++ head/www/erlang-hackney/distinfo Sun Jan 3 10:28:50 2016 (r405125) @@ -1,2 +1,2 @@ -SHA256 (benoitc-hackney-1.4.8_GH0.tar.gz) = f736aaf2e50cc03f0a9b6c7c12e64075c2d8001ff061e014c69b220c02fd88d5 -SIZE (benoitc-hackney-1.4.8_GH0.tar.gz) = 114884 +SHA256 (benoitc-hackney-1.4.9_GH0.tar.gz) = cbcbf13c739ea68ded7d75019b51773c692b856cc79e013c6ca7220c37d6ec08 +SIZE (benoitc-hackney-1.4.9_GH0.tar.gz) = 114892 From owner-svn-ports-all@freebsd.org Sun Jan 3 10:32:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77854A5F112; Sun, 3 Jan 2016 10:32:52 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 42E6E124F; Sun, 3 Jan 2016 10:32:52 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03AWpX3053462; Sun, 3 Jan 2016 10:32:51 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03AWpFk053461; Sun, 3 Jan 2016 10:32:51 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601031032.u03AWpFk053461@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 3 Jan 2016 10:32:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405126 - head/print/scribus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 10:32:52 -0000 Author: pawel Date: Sun Jan 3 10:32:51 2016 New Revision: 405126 URL: https://svnweb.freebsd.org/changeset/ports/405126 Log: Switch to USES=execinfo PR: 205384 Submitted by: myself Approved by: maintainer timeout Modified: head/print/scribus/Makefile Modified: head/print/scribus/Makefile ============================================================================== --- head/print/scribus/Makefile Sun Jan 3 10:28:50 2016 (r405125) +++ head/print/scribus/Makefile Sun Jan 3 10:32:51 2016 (r405126) @@ -21,15 +21,14 @@ LIB_DEPENDS= liblcms.so:${PORTSDIR}/grap libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ libcairo.so:${PORTSDIR}/graphics/cairo \ libhyphen.so:${PORTSDIR}/textproc/hyphen \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:${PORTSDIR}/graphics/py-pillow USE_QT4= gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 -USES= cmake desktop-file-utils ghostscript:run jpeg pkgconfig \ - python shared-mime-info tar:bz2 +USES= cmake desktop-file-utils execinfo ghostscript:run jpeg \ + pkgconfig python shared-mime-info tar:bz2 USE_LDCONFIG= yes CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit From owner-svn-ports-all@freebsd.org Sun Jan 3 10:42:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1827A5F528; Sun, 3 Jan 2016 10:42:45 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 817A0187F; Sun, 3 Jan 2016 10:42:45 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03AgiDw056386; Sun, 3 Jan 2016 10:42:44 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Agi1L056385; Sun, 3 Jan 2016 10:42:44 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201601031042.u03Agi1L056385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Sun, 3 Jan 2016 10:42:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405127 - head/x11/nvidia-settings X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 10:42:45 -0000 Author: pawel Date: Sun Jan 3 10:42:44 2016 New Revision: 405127 URL: https://svnweb.freebsd.org/changeset/ports/405127 Log: Install desktop entry file PR: 205360 Submitted by: myself Approved by: maintainer timeout Modified: head/x11/nvidia-settings/Makefile Modified: head/x11/nvidia-settings/Makefile ============================================================================== --- head/x11/nvidia-settings/Makefile Sun Jan 3 10:32:51 2016 (r405126) +++ head/x11/nvidia-settings/Makefile Sun Jan 3 10:42:44 2016 (r405127) @@ -3,7 +3,7 @@ PORTNAME= nvidia-settings PORTVERSION= 355.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= bland@FreeBSD.org @@ -24,7 +24,9 @@ USE_XORG= xext xv PLIST_FILES= bin/nvidia-settings \ man/man1/nvidia-settings.1.gz \ - lib/libnvidia-gtk2.so.${PORTVERSION} + lib/libnvidia-gtk2.so.${PORTVERSION} \ + share/applications/nvidia-settings.desktop \ + share/pixmaps/nvidia-settings.png LDFLAGS+= -pthread MAKE_ENV= NV_USE_BUNDLED_LIBJANSSON=0 \ @@ -38,8 +40,15 @@ MAKE_ENV= NV_USE_BUNDLED_LIBJANSSON=0 \ post-patch: .SILENT ${REINPLACE_CMD} \ -e '/^MANDIR/s|share/||' ${WRKSRC}/utils.mk + ${REINPLACE_CMD} -E -e 's,__(PIXMAP|UTILS)_PATH__/,,' \ + -e '/^Categories/ s,=.*,= Settings;HardwareSettings;,' \ + ${WRKSRC}/doc/nvidia-settings.desktop post-install: .SILENT ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnvidia-gtk2.so.${PORTVERSION} + ${INSTALL_DATA} ${WRKSRC}/doc/nvidia-settings.desktop \ + ${STAGEDIR}/${DESKTOPDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/nvidia-settings.png \ + ${STAGEDIR}/${PREFIX}/share/pixmaps .include From owner-svn-ports-all@freebsd.org Sun Jan 3 11:04:17 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00B08A5FAA2; Sun, 3 Jan 2016 11:04:17 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C52471FF7; Sun, 3 Jan 2016 11:04:16 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03B4FvO062343; Sun, 3 Jan 2016 11:04:15 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03B4FHq062342; Sun, 3 Jan 2016 11:04:15 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201601031104.u03B4FHq062342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 3 Jan 2016 11:04:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405128 - head/devel/glib20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 11:04:17 -0000 Author: kwm Date: Sun Jan 3 11:04:15 2016 New Revision: 405128 URL: https://svnweb.freebsd.org/changeset/ports/405128 Log: Add -f to unlink to silence unlink telling the user that gschemas.compiled does not exists. This is not a problem, as the file is only generated if glib schemas are installed. Modified: head/devel/glib20/pkg-plist Modified: head/devel/glib20/pkg-plist ============================================================================== --- head/devel/glib20/pkg-plist Sun Jan 3 10:42:44 2016 (r405127) +++ head/devel/glib20/pkg-plist Sun Jan 3 11:04:15 2016 (r405128) @@ -448,5 +448,5 @@ share/locale/zh_TW/LC_MESSAGES/glib20.mo @dir lib/gio/modules @dir share/GConf/gsettings @postexec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2>/dev/null || /usr/bin/true -@postunexec /bin/unlink %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true +@postunexec /bin/unlink -f %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true @postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true From owner-svn-ports-all@freebsd.org Sun Jan 3 11:23:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7E15A60346; Sun, 3 Jan 2016 11:23:39 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A4B861B5A; Sun, 3 Jan 2016 11:23:39 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03BNcZu068136; Sun, 3 Jan 2016 11:23:38 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03BNcZp068134; Sun, 3 Jan 2016 11:23:38 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201601031123.u03BNcZp068134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 3 Jan 2016 11:23:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405129 - head/devel/gputils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 11:23:39 -0000 Author: tijl Date: Sun Jan 3 11:23:38 2016 New Revision: 405129 URL: https://svnweb.freebsd.org/changeset/ports/405129 Log: Update gputils to 1.4.2-1 Modified: head/devel/gputils/Makefile head/devel/gputils/distinfo Modified: head/devel/gputils/Makefile ============================================================================== --- head/devel/gputils/Makefile Sun Jan 3 11:04:15 2016 (r405128) +++ head/devel/gputils/Makefile Sun Jan 3 11:23:38 2016 (r405129) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= gputils -PORTVERSION= 1.4.2 +DISTVERSION= 1.4.2-1 CATEGORIES= devel -MASTER_SITES= SF +MASTER_SITES= SF/gputils/gputils/${PORTVERSION:R} MAINTAINER= tijl@FreeBSD.org COMMENT= Utilities for Microchip PIC microcontrollers @@ -16,6 +16,7 @@ CONFLICTS= gplink-[0-9]* GNU_CONFIGURE= yes USES= bison gmake CONFIGURE_ARGS= --disable-dependency-tracking --disable-html-doc +WRKSRC= ${WRKDIR}/gputils-${PORTVERSION:R} .include Modified: head/devel/gputils/distinfo ============================================================================== --- head/devel/gputils/distinfo Sun Jan 3 11:04:15 2016 (r405128) +++ head/devel/gputils/distinfo Sun Jan 3 11:23:38 2016 (r405129) @@ -1,2 +1,2 @@ -SHA256 (gputils-1.4.2.tar.gz) = 6d931ffdd78d78fef5856291d4f02dfa2090e96dbd23457f904f8dad05cec0e2 -SIZE (gputils-1.4.2.tar.gz) = 12510651 +SHA256 (gputils-1.4.2-1.tar.gz) = e27b5c5ef3802a9c6c4a859d9ac2c380c31b3a2d6d6880718198bd1139b71271 +SIZE (gputils-1.4.2-1.tar.gz) = 12505612 From owner-svn-ports-all@freebsd.org Sun Jan 3 11:32:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06303A60588; Sun, 3 Jan 2016 11:32:44 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C49A31EB8; Sun, 3 Jan 2016 11:32:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03BWg7S070965; Sun, 3 Jan 2016 11:32:42 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03BWgWt070964; Sun, 3 Jan 2016 11:32:42 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601031132.u03BWgWt070964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 3 Jan 2016 11:32:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405130 - head/net/go-geoip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 11:32:44 -0000 Author: antoine Date: Sun Jan 3 11:32:42 2016 New Revision: 405130 URL: https://svnweb.freebsd.org/changeset/ports/405130 Log: Fix after last commit Reported by: pkg-fallout MFH: 2016Q1 Modified: head/net/go-geoip/Makefile Modified: head/net/go-geoip/Makefile ============================================================================== --- head/net/go-geoip/Makefile Sun Jan 3 11:23:38 2016 (r405129) +++ head/net/go-geoip/Makefile Sun Jan 3 11:32:42 2016 (r405130) @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= abh GH_TAGNAME= da13074 -GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} .include .include "${PORTSDIR}/lang/go/files/bsd.go.mk" From owner-svn-ports-all@freebsd.org Sun Jan 3 11:33:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63254A605C8; Sun, 3 Jan 2016 11:33:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 32CED1FBB; Sun, 3 Jan 2016 11:33:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03BX9L4071118; Sun, 3 Jan 2016 11:33:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03BX9eS071117; Sun, 3 Jan 2016 11:33:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601031133.u03BX9eS071117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 3 Jan 2016 11:33:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405131 - branches/2016Q1/net/go-geoip X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 11:33:10 -0000 Author: antoine Date: Sun Jan 3 11:33:09 2016 New Revision: 405131 URL: https://svnweb.freebsd.org/changeset/ports/405131 Log: MFH: r405130 Fix after last commit Reported by: pkg-fallout Modified: branches/2016Q1/net/go-geoip/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/net/go-geoip/Makefile ============================================================================== --- branches/2016Q1/net/go-geoip/Makefile Sun Jan 3 11:32:42 2016 (r405130) +++ branches/2016Q1/net/go-geoip/Makefile Sun Jan 3 11:33:09 2016 (r405131) @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= abh GH_TAGNAME= da13074 -GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} .include .include "${PORTSDIR}/lang/go/files/bsd.go.mk" From owner-svn-ports-all@freebsd.org Sun Jan 3 11:38:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5494A60711; Sun, 3 Jan 2016 11:38:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 88DCA118C; Sun, 3 Jan 2016 11:38:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Bck9u071415; Sun, 3 Jan 2016 11:38:46 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Bckhs071412; Sun, 3 Jan 2016 11:38:46 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031138.u03Bckhs071412@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 11:38:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405132 - head/security/afl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 11:38:48 -0000 Author: miwi Date: Sun Jan 3 11:38:46 2016 New Revision: 405132 URL: https://svnweb.freebsd.org/changeset/ports/405132 Log: - Update to 1.95b - Convert to options helper PR: 205375 Submitted by: Fabian Keil Modified: head/security/afl/Makefile head/security/afl/distinfo head/security/afl/pkg-plist Modified: head/security/afl/Makefile ============================================================================== --- head/security/afl/Makefile Sun Jan 3 11:33:09 2016 (r405131) +++ head/security/afl/Makefile Sun Jan 3 11:38:46 2016 (r405132) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= afl -PORTVERSION= 1.86b +PORTVERSION= 1.95b CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ @@ -37,13 +37,8 @@ BUILD_DEPENDS += ${LOCALBASE}/bin/as:${P RUN_DEPENDS += ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils .endif -.if ${PORT_OPTIONS:MMINIMIZE_CORPUS} -RUN_DEPENDS+= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash -.endif - -.if ${PORT_OPTIONS:MPLOT_SUPPORT} -RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -.endif +MINIMIZE_CORPUS_RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +PLOT_SUPORT_RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot post-patch: .if ! ${PORT_OPTIONS:MTEST_INSTRUMENTATION} @@ -60,11 +55,6 @@ post-patch: ${REINPLACE_CMD} -e 's@\( as_params\[0\] = "\)@\1${LOCALBASE}/bin/@' \ ${WRKSRC}/afl-as.c .endif -# XXX remove once 8.4-RELEASE is EOL -# GNU as 2.15 doesn't understand lahf/sahf on amd64 - ${REINPLACE_CMD} -e 's@ifdef.*\(__OpenBSD__\)@if defined(\1) || \ - (defined(__FreeBSD__) \&\& __FreeBSD__ < 9)@' \ - ${WRKSRC}/afl-as.h post-install: ${INSTALL_DATA} ${WRKSRC}/docs/COPYING ${STAGEDIR}${DOCSDIR}/ @@ -73,8 +63,7 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/${afl_script} ${STAGEDIR}${PREFIX}/bin/ .endfor -.if ${PORT_OPTIONS:MMINIMIZE_CORPUS} +post-install-MINIMIZE_CORPUS-on: ${INSTALL_SCRIPT} ${WRKSRC}/afl-cmin ${STAGEDIR}${PREFIX}/bin/ -.endif .include Modified: head/security/afl/distinfo ============================================================================== --- head/security/afl/distinfo Sun Jan 3 11:33:09 2016 (r405131) +++ head/security/afl/distinfo Sun Jan 3 11:38:46 2016 (r405132) @@ -1,2 +1,2 @@ -SHA256 (afl-1.86b.tgz) = 19588e43d14d3f76c5970f7e64ab314d13b325198a7a8eff8a9e3d6a1cb3c9af -SIZE (afl-1.86b.tgz) = 801376 +SHA256 (afl-1.95b.tgz) = 21ec6bb8c182fd821d25c8b67283f81a632c4f74419c9db5fec0135dd0c9ae2a +SIZE (afl-1.95b.tgz) = 804542 Modified: head/security/afl/pkg-plist ============================================================================== --- head/security/afl/pkg-plist Sun Jan 3 11:33:09 2016 (r405131) +++ head/security/afl/pkg-plist Sun Jan 3 11:38:46 2016 (r405132) @@ -72,3 +72,4 @@ lib/afl/as %%PORTDOCS%%%%DOCSDIR%%/sister_projects.txt %%PORTDOCS%%%%DOCSDIR%%/status_screen.txt %%PORTDOCS%%%%DOCSDIR%%/technical_details.txt +%%PORTDOCS%%%%DOCSDIR%%/QuickStartGuide.txt From owner-svn-ports-all@freebsd.org Sun Jan 3 12:04:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06C7BA5F34E; Sun, 3 Jan 2016 12:04:42 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C963E1EF0; Sun, 3 Jan 2016 12:04:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03C4eAW080066; Sun, 3 Jan 2016 12:04:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03C4eO2080065; Sun, 3 Jan 2016 12:04:40 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601031204.u03C4eO2080065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 3 Jan 2016 12:04:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405133 - head/news/newsx/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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 12:04:42 -0000 Author: antoine Date: Sun Jan 3 12:04:40 2016 New Revision: 405133 URL: https://svnweb.freebsd.org/changeset/ports/405133 Log: Fix staging (as a regular user) / packaging (as root) Reported by: pkg-fallout MFH: 2016Q1 Added: head/news/newsx/files/patch-src_Makefile.in (contents, props changed) Added: head/news/newsx/files/patch-src_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/newsx/files/patch-src_Makefile.in Sun Jan 3 12:04:40 2016 (r405133) @@ -0,0 +1,21 @@ +--- src/Makefile.in.orig 2003-05-18 17:26:44 UTC ++++ src/Makefile.in +@@ -533,7 +533,7 @@ crc.h: mkcrc.c + + # Prepare a place for newsx in the news spool: + install-exec-local: +- if test ! -d ${INHOSTS} ; then \ ++ if test ! -d ${DESTDIR}${INHOSTS} ; then \ + if test -d ${SPOOL}/in.hosts ; then \ + echo The default location has changed, so we move ;\ + echo the directory ${SPOOL}/in.hosts to ${INHOSTS} ;\ +@@ -541,8 +541,7 @@ install-exec-local: + else \ + echo Creating directory ${INHOSTS} ;\ + umask @INN_NEWSUMASK@ ;\ +- mkdir ${INHOSTS} ;\ +- chown ${NEWSUSER} ${INHOSTS} ;\ ++ mkdir -p ${DESTDIR}${INHOSTS} ;\ + fi ;\ + fi + # Tell versions [3.59,3.63) of GNU make to not export all variables. From owner-svn-ports-all@freebsd.org Sun Jan 3 12:05:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3CE1A5F3BA; Sun, 3 Jan 2016 12:05:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7210C1FF2; Sun, 3 Jan 2016 12:05:09 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03C58UV080209; Sun, 3 Jan 2016 12:05:08 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03C583n080208; Sun, 3 Jan 2016 12:05:08 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201601031205.u03C583n080208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 3 Jan 2016 12:05:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405134 - branches/2016Q1/news/newsx/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 12:05:09 -0000 Author: antoine Date: Sun Jan 3 12:05:08 2016 New Revision: 405134 URL: https://svnweb.freebsd.org/changeset/ports/405134 Log: MFH: r405133 Fix staging (as a regular user) / packaging (as root) Reported by: pkg-fallout Added: branches/2016Q1/news/newsx/files/patch-src_Makefile.in - copied unchanged from r405133, head/news/newsx/files/patch-src_Makefile.in Modified: Directory Properties: branches/2016Q1/ (props changed) Copied: branches/2016Q1/news/newsx/files/patch-src_Makefile.in (from r405133, head/news/newsx/files/patch-src_Makefile.in) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2016Q1/news/newsx/files/patch-src_Makefile.in Sun Jan 3 12:05:08 2016 (r405134, copy of r405133, head/news/newsx/files/patch-src_Makefile.in) @@ -0,0 +1,21 @@ +--- src/Makefile.in.orig 2003-05-18 17:26:44 UTC ++++ src/Makefile.in +@@ -533,7 +533,7 @@ crc.h: mkcrc.c + + # Prepare a place for newsx in the news spool: + install-exec-local: +- if test ! -d ${INHOSTS} ; then \ ++ if test ! -d ${DESTDIR}${INHOSTS} ; then \ + if test -d ${SPOOL}/in.hosts ; then \ + echo The default location has changed, so we move ;\ + echo the directory ${SPOOL}/in.hosts to ${INHOSTS} ;\ +@@ -541,8 +541,7 @@ install-exec-local: + else \ + echo Creating directory ${INHOSTS} ;\ + umask @INN_NEWSUMASK@ ;\ +- mkdir ${INHOSTS} ;\ +- chown ${NEWSUSER} ${INHOSTS} ;\ ++ mkdir -p ${DESTDIR}${INHOSTS} ;\ + fi ;\ + fi + # Tell versions [3.59,3.63) of GNU make to not export all variables. From owner-svn-ports-all@freebsd.org Sun Jan 3 12:10:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29191A5F591; Sun, 3 Jan 2016 12:10:59 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EDB9D11B8; Sun, 3 Jan 2016 12:10:58 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03CAwpR080500; Sun, 3 Jan 2016 12:10:58 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03CAvvJ080498; Sun, 3 Jan 2016 12:10:57 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601031210.u03CAvvJ080498@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 3 Jan 2016 12:10:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405135 - head/www/lighttpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 12:10:59 -0000 Author: riggs Date: Sun Jan 3 12:10:57 2016 New Revision: 405135 URL: https://svnweb.freebsd.org/changeset/ports/405135 Log: Update to upstream version 1.4.39 PR: 205827 Submitted by: pkubaj@riseup.net (maintainer) Modified: head/www/lighttpd/Makefile head/www/lighttpd/distinfo Modified: head/www/lighttpd/Makefile ============================================================================== --- head/www/lighttpd/Makefile Sun Jan 3 12:05:08 2016 (r405134) +++ head/www/lighttpd/Makefile Sun Jan 3 12:10:57 2016 (r405135) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= lighttpd -PORTVERSION= 1.4.38 +PORTVERSION= 1.4.39 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ Modified: head/www/lighttpd/distinfo ============================================================================== --- head/www/lighttpd/distinfo Sun Jan 3 12:05:08 2016 (r405134) +++ head/www/lighttpd/distinfo Sun Jan 3 12:10:57 2016 (r405135) @@ -1,5 +1,5 @@ -SHA256 (lighttpd-1.4.38.tar.xz) = 4912568b7befcf3f552ca4668bd7f38cd85f42a22944359d00816ec27eb1e504 -SIZE (lighttpd-1.4.38.tar.xz) = 578452 +SHA256 (lighttpd-1.4.39.tar.xz) = 7eb9a1853c3d6dd5851682b0733a729ba4158d6bdff80974d5ef5f1f6887365b +SIZE (lighttpd-1.4.39.tar.xz) = 579180 SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = d7c3704d5253c4f3c18459f89059063b311e50096cd2c38fc982cec683c32e61 SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = 44695 SHA256 (lighttpd-1.4.26_mod_geoip.patch.gz) = db43cc0ed7c808b5eed3185d97346e70dea0f1ef4fa9ed436d08e4faff7f97e7 From owner-svn-ports-all@freebsd.org Sun Jan 3 12:51:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2A90A5341B; Sun, 3 Jan 2016 12:51:37 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6080F13D4; Sun, 3 Jan 2016 12:51:37 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Cpa84092512; Sun, 3 Jan 2016 12:51:36 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Cpasx092511; Sun, 3 Jan 2016 12:51:36 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201601031251.u03Cpasx092511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 3 Jan 2016 12:51:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405136 - head/audio/acoustid-fingerprinter/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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 12:51:37 -0000 Author: jhale Date: Sun Jan 3 12:51:36 2016 New Revision: 405136 URL: https://svnweb.freebsd.org/changeset/ports/405136 Log: Add upstream patch to fix taglib version detection Reported by: pkg-fallout Obtained from: https://bitbucket.org/acoustid/acoustid-fingerprinter/commits/681ef059e4bdb0a9b1a073d6cbb9bb54e993fef9 Added: head/audio/acoustid-fingerprinter/files/patch-git_68ef05 (contents, props changed) Added: head/audio/acoustid-fingerprinter/files/patch-git_68ef05 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/acoustid-fingerprinter/files/patch-git_68ef05 Sun Jan 3 12:51:36 2016 (r405136) @@ -0,0 +1,41 @@ +From 681ef059e4bdb0a9b1a073d6cbb9bb54e993fef9 Mon Sep 17 00:00:00 2001 +From: Johannes Dewender +Date: Tue, 8 Dec 2015 17:48:33 +0100 +Subject: [PATCH] fix cmake for taglib 1.10 + +We have to use VERSION_LESS, rather than STRLESS. +Otherwise we get this error message: +- TagLib version too old: version searched :1.6, found 1.10 +--- + cmake/modules/FindTaglib.cmake | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/cmake/modules/FindTaglib.cmake b/cmake/modules/FindTaglib.cmake +index 76b83ac..5a985f9 100644 +--- cmake/modules/FindTaglib.cmake ++++ cmake/modules/FindTaglib.cmake +@@ -29,10 +29,10 @@ if(TAGLIBCONFIG_EXECUTABLE) + + exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION) + +- if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ if(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") + message(STATUS "TagLib version too old: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}") + set(TAGLIB_FOUND FALSE) +- else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ else(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") + + exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES) + +@@ -42,7 +42,7 @@ if(TAGLIBCONFIG_EXECUTABLE) + set(TAGLIB_FOUND TRUE) + endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS) + string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}") +- endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ endif(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") + mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES) + + else(TAGLIBCONFIG_EXECUTABLE) +-- +2.1.1.1.g1fb337f + From owner-svn-ports-all@freebsd.org Sun Jan 3 12:53:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 484D6A534A4; Sun, 3 Jan 2016 12:53:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1560C15B4; Sun, 3 Jan 2016 12:53:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Crp8M094608; Sun, 3 Jan 2016 12:53:51 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03CrpCX094607; Sun, 3 Jan 2016 12:53:51 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031253.u03CrpCX094607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 12:53:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405137 - head/devel/py-fusefs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 12:53:52 -0000 Author: miwi Date: Sun Jan 3 12:53:50 2016 New Revision: 405137 URL: https://svnweb.freebsd.org/changeset/ports/405137 Log: - Convert to options helper Modified: head/devel/py-fusefs/Makefile Modified: head/devel/py-fusefs/Makefile ============================================================================== --- head/devel/py-fusefs/Makefile Sun Jan 3 12:51:36 2016 (r405136) +++ head/devel/py-fusefs/Makefile Sun Jan 3 12:53:50 2016 (r405137) @@ -15,6 +15,8 @@ COMMENT= FUSE Python bindings LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +OPTIONS_DEFINE= DOCS EXAMPLES + USES= fuse pkgconfig python iconv USE_PYTHON= distutils autoplist @@ -30,8 +32,10 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/fuseparts/_fusemodule.so +post-install-DOCS-on: @${INSTALL} -d ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ +post-install-EXAMPLES-on: @${INSTALL} -d ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/example/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/ From owner-svn-ports-all@freebsd.org Sun Jan 3 12:54:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CC67A53532; Sun, 3 Jan 2016 12:54:50 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 F1887175E; Sun, 3 Jan 2016 12:54:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03CsnlA094736; Sun, 3 Jan 2016 12:54:49 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03CsnQ4094735; Sun, 3 Jan 2016 12:54:49 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031254.u03CsnQ4094735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 12:54:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405138 - head/devel/py-bison X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 12:54:50 -0000 Author: miwi Date: Sun Jan 3 12:54:48 2016 New Revision: 405138 URL: https://svnweb.freebsd.org/changeset/ports/405138 Log: - Convert to options helper Modified: head/devel/py-bison/Makefile Modified: head/devel/py-bison/Makefile ============================================================================== --- head/devel/py-bison/Makefile Sun Jan 3 12:53:50 2016 (r405137) +++ head/devel/py-bison/Makefile Sun Jan 3 12:54:48 2016 (r405138) @@ -36,8 +36,10 @@ BROKEN= Does not compile on ia64 post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/bison_.so +ports-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) +ports-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) From owner-svn-ports-all@freebsd.org Sun Jan 3 13:04:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFEC1A537E3; Sun, 3 Jan 2016 13:04:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A70DD1AB6; Sun, 3 Jan 2016 13:04:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03D4IFT097672; Sun, 3 Jan 2016 13:04:18 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03D4IF7097667; Sun, 3 Jan 2016 13:04:18 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601031304.u03D4IF7097667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 13:04:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405139 - in head: . audio audio/kstreamripper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 13:04:19 -0000 Author: rakuco Date: Sun Jan 3 13:04:18 2016 New Revision: 405139 URL: https://svnweb.freebsd.org/changeset/ports/405139 Log: Ressurrect audio/kstreamripper and update to 0.7.100. Update to the latest release to make the port fetchable again. Stop passing -DWITHOUT_LIBPROXY=YES to CMake because upstream disabled libproxy support a few releases ago. PR: 204171 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (65 days) Added: head/audio/kstreamripper/ - copied from r404988, head/audio/kstreamripper/ Modified: head/MOVED head/audio/Makefile head/audio/kstreamripper/Makefile head/audio/kstreamripper/distinfo head/audio/kstreamripper/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Sun Jan 3 12:54:48 2016 (r405138) +++ head/MOVED Sun Jan 3 13:04:18 2016 (r405139) @@ -8089,7 +8089,6 @@ dns/bind10|dns/bundy|2015-12-31|Has expi lang/perl5.16||2015-12-31|Has expired: Unsupported, please upgrade to a more recent version of Perl devel/py-distutils-extra|devel/py-python-distutils-extra|2015-12-31|Renamed to match upstream naming irc/irssi-devel||2016-01-01|Has expired: Older than irc/irssi -audio/kstreamripper||2016-01-01|Has expired: Broken for more than 6 months multimedia/spotify-websocket-api||2016-01-01|Has expired: login fails due to protocol changes net-mgmt/unifi2|net-mgmt/unifi3|2016-01-01|Has expired: Unifi 2.x is EoL. Please upgrade to net-mgmt/unifi3 misc/kde4-l10n-th||2016-01-01|Has expired: Upstream ceased maintainance of this translation Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Jan 3 12:54:48 2016 (r405138) +++ head/audio/Makefile Sun Jan 3 13:04:18 2016 (r405139) @@ -335,6 +335,7 @@ SUBDIR += kmix SUBDIR += kscd SUBDIR += ksmp3play + SUBDIR += kstreamripper SUBDIR += ladspa SUBDIR += lame SUBDIR += lash Modified: head/audio/kstreamripper/Makefile ============================================================================== --- head/audio/kstreamripper/Makefile Fri Jan 1 12:57:37 2016 (r404988) +++ head/audio/kstreamripper/Makefile Sun Jan 3 13:04:18 2016 (r405139) @@ -2,24 +2,19 @@ # $FreeBSD$ PORTNAME= kstreamripper -PORTVERSION= 0.7.1 -PORTREVISION= 5 +PORTVERSION= 0.7.100 CATEGORIES= audio kde -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= syncer@gmail.com COMMENT= Program for recording streams for KDE4 RUN_DEPENDS= ${LOCALBASE}/bin/streamripper:${PORTSDIR}/audio/streamripper -BROKEN= Unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-26 USES= cmake gettext-tools tar:bzip2 USE_KDE4= kdelibs kdeprefix automoc4 USE_QT4= qmake_build moc_build rcc_build uic_build -CMAKE_ARGS+= -DWITHOUT_LIBPROXY=YES # requires libproxy >= 0.3.1 WRKSRC= ${WRKDIR}/${PORTNAME} .include Modified: head/audio/kstreamripper/distinfo ============================================================================== --- head/audio/kstreamripper/distinfo Fri Jan 1 12:57:37 2016 (r404988) +++ head/audio/kstreamripper/distinfo Sun Jan 3 13:04:18 2016 (r405139) @@ -1,2 +1,2 @@ -SHA256 (kstreamripper-0.7.1.tar.bz2) = 86cc98d8a32c8599d94a3df35b873cbface1b981204d4f623e3afc152a08cd42 -SIZE (kstreamripper-0.7.1.tar.bz2) = 1014164 +SHA256 (kstreamripper-0.7.100.tar.bz2) = 7d081453034c0bd3429766118a7e18b65d0b2acc8d306993ff17df7ec647d76d +SIZE (kstreamripper-0.7.100.tar.bz2) = 1019096 Modified: head/audio/kstreamripper/pkg-plist ============================================================================== --- head/audio/kstreamripper/pkg-plist Fri Jan 1 12:57:37 2016 (r404988) +++ head/audio/kstreamripper/pkg-plist Sun Jan 3 13:04:18 2016 (r405139) @@ -1,8 +1,6 @@ bin/kstreamripper share/applications/kde4/kstreamripper.desktop -share/apps/kstreamripper/action-favorite-genres-amarok.svgz share/apps/kstreamripper/kstreamripperui.rc -share/apps/kstreamripper/parse_rules.txt share/apps/kstreamripper/tips share/config.kcfg/settings_general.kcfg share/config.kcfg/settings_stream.kcfg From owner-svn-ports-all@freebsd.org Sun Jan 3 13:08:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF4E9A5387A; Sun, 3 Jan 2016 13:08:20 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8C5CB1BF4; Sun, 3 Jan 2016 13:08:20 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03D8JkG098020; Sun, 3 Jan 2016 13:08:19 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03D8JoX098018; Sun, 3 Jan 2016 13:08:19 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601031308.u03D8JoX098018@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 13:08:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405140 - in branches/2016Q1: . audio audio/kstreamripper X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 13:08:21 -0000 Author: rakuco Date: Sun Jan 3 13:08:19 2016 New Revision: 405140 URL: https://svnweb.freebsd.org/changeset/ports/405140 Log: MFH: r405139 Ressurrect audio/kstreamripper and update to 0.7.100. Update to the latest release to make the port fetchable again. Stop passing -DWITHOUT_LIBPROXY=YES to CMake because upstream disabled libproxy support a few releases ago. PR: 204171 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (65 days) Approved by: portmgr blanket Added: branches/2016Q1/audio/kstreamripper/ - copied from r405139, head/audio/kstreamripper/ Modified: branches/2016Q1/MOVED branches/2016Q1/audio/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/MOVED ============================================================================== --- branches/2016Q1/MOVED Sun Jan 3 13:04:18 2016 (r405139) +++ branches/2016Q1/MOVED Sun Jan 3 13:08:19 2016 (r405140) @@ -8088,7 +8088,6 @@ net/remmina-plugin-rdp||2015-12-30|Has e dns/bind10|dns/bundy|2015-12-31|Has expired: Is not developed any more, use dns/bundy lang/perl5.16||2015-12-31|Has expired: Unsupported, please upgrade to a more recent version of Perl irc/irssi-devel||2016-01-01|Has expired: Older than irc/irssi -audio/kstreamripper||2016-01-01|Has expired: Broken for more than 6 months multimedia/spotify-websocket-api||2016-01-01|Has expired: login fails due to protocol changes net-mgmt/unifi2|net-mgmt/unifi3|2016-01-01|Has expired: Unifi 2.x is EoL. Please upgrade to net-mgmt/unifi3 misc/kde4-l10n-th||2016-01-01|Has expired: Upstream ceased maintainance of this translation Modified: branches/2016Q1/audio/Makefile ============================================================================== --- branches/2016Q1/audio/Makefile Sun Jan 3 13:04:18 2016 (r405139) +++ branches/2016Q1/audio/Makefile Sun Jan 3 13:08:19 2016 (r405140) @@ -335,6 +335,7 @@ SUBDIR += kmix SUBDIR += kscd SUBDIR += ksmp3play + SUBDIR += kstreamripper SUBDIR += ladspa SUBDIR += lame SUBDIR += lash From owner-svn-ports-all@freebsd.org Sun Jan 3 13:21:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF346A53DD6; Sun, 3 Jan 2016 13:21:39 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 97F481236; Sun, 3 Jan 2016 13:21:39 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03DLck7003682; Sun, 3 Jan 2016 13:21:38 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03DLcto003681; Sun, 3 Jan 2016 13:21:38 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201601031321.u03DLcto003681@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 3 Jan 2016 13:21:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405141 - head/audio/taglib-extras/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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 13:21:39 -0000 Author: jhale Date: Sun Jan 3 13:21:38 2016 New Revision: 405141 URL: https://svnweb.freebsd.org/changeset/ports/405141 Log: Add upstream patch to fix taglib version detection Reported by: pkg-fallout Obtained from: https://websvn.kde.org/?view=revision&revision=1444333 Added: head/audio/taglib-extras/files/ head/audio/taglib-extras/files/patch-svn_1444333 (contents, props changed) Added: head/audio/taglib-extras/files/patch-svn_1444333 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/taglib-extras/files/patch-svn_1444333 Sun Jan 3 13:21:38 2016 (r405141) @@ -0,0 +1,24 @@ +--- cmake/modules/FindTaglib.cmake 2009/03/18 13:31:18 940895 ++++ cmake/modules/FindTaglib.cmake 2015/11/16 19:05:39 1444333 +@@ -29,10 +29,10 @@ + + exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION) + +- if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ if("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) + message(STATUS "TagLib version not found: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}") + set(TAGLIB_FOUND FALSE) +- else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ else("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) + + exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES) + +@@ -42,7 +42,7 @@ + set(TAGLIB_FOUND TRUE) + endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS) + string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}") +- endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ endif("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) + mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES) + + else(TAGLIBCONFIG_EXECUTABLE) From owner-svn-ports-all@freebsd.org Sun Jan 3 13:41:39 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72A96A5F534; Sun, 3 Jan 2016 13:41:39 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 220A91A56; Sun, 3 Jan 2016 13:41:39 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03DfcZX008949; Sun, 3 Jan 2016 13:41:38 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Dfc5G008947; Sun, 3 Jan 2016 13:41:38 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201601031341.u03Dfc5G008947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 3 Jan 2016 13:41:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405142 - in head/x11/kdelibs4: . 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 13:41:39 -0000 Author: jhale Date: Sun Jan 3 13:41:37 2016 New Revision: 405142 URL: https://svnweb.freebsd.org/changeset/ports/405142 Log: - Add upstream patch to fix taglib version detection - Bump PORTREVISION as FindTaglib.cmake is modified Reported by: pkg-fallout Obtained from: https://quickgit.kde.org/?p=kdelibs.git&a=commit&h=967fc70300d5c2ae34d39b61757b717f6fca8805 Added: head/x11/kdelibs4/files/patch-git_967fc70 (contents, props changed) Modified: head/x11/kdelibs4/Makefile Modified: head/x11/kdelibs4/Makefile ============================================================================== --- head/x11/kdelibs4/Makefile Sun Jan 3 13:21:38 2016 (r405141) +++ head/x11/kdelibs4/Makefile Sun Jan 3 13:41:37 2016 (r405142) @@ -3,7 +3,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} Added: head/x11/kdelibs4/files/patch-git_967fc70 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kdelibs4/files/patch-git_967fc70 Sun Jan 3 13:41:37 2016 (r405142) @@ -0,0 +1,35 @@ +From: Rex Dieter +Date: Sat, 07 Nov 2015 12:54:26 +0000 +Subject: FindTaglib.cmake: fix version detection for 1.10 +X-Git-Tag: v4.14.15 +X-Git-Url: http://quickgit.kde.org/?p=kdelibs.git&a=commitdiff&h=967fc70300d5c2ae34d39b61757b717f6fca8805 +--- +FindTaglib.cmake: fix version detection for 1.10 +--- + + +--- cmake/modules/FindTaglib.cmake ++++ cmake/modules/FindTaglib.cmake +@@ -29,10 +29,10 @@ + + exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION) + +- if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ if("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) + message(STATUS "TagLib version not found: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}") + set(TAGLIB_FOUND FALSE) +- else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ else("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) + + exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES) + +@@ -43,7 +43,7 @@ + message(STATUS "Found taglib: ${TAGLIB_LIBRARIES}") + endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS) + string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}") +- endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ endif("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) + mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES) + + else(TAGLIBCONFIG_EXECUTABLE) + From owner-svn-ports-all@freebsd.org Sun Jan 3 13:43:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFA00A5F5B4; Sun, 3 Jan 2016 13:43:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9FE371BD9; Sun, 3 Jan 2016 13:43:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Dh4ln009724; Sun, 3 Jan 2016 13:43:04 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Dh4iw009722; Sun, 3 Jan 2016 13:43:04 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031343.u03Dh4iw009722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 13:43:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405143 - head/www/typo3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 13:43:05 -0000 Author: miwi Date: Sun Jan 3 13:43:04 2016 New Revision: 405143 URL: https://svnweb.freebsd.org/changeset/ports/405143 Log: - Update to 7.6.2 PR: 205837 Submitted by: maintainer Modified: head/www/typo3/Makefile head/www/typo3/distinfo Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Sun Jan 3 13:41:37 2016 (r405142) +++ head/www/typo3/Makefile Sun Jan 3 13:43:04 2016 (r405143) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 7.6.1 +PORTVERSION= 7.6.2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Sun Jan 3 13:41:37 2016 (r405142) +++ head/www/typo3/distinfo Sun Jan 3 13:43:04 2016 (r405143) @@ -1,2 +1,2 @@ -SHA256 (typo3_src-7.6.1.tar.gz) = e666fb4f0a65c122b3716da16659902c49207af20a976e97c197679e063439c0 -SIZE (typo3_src-7.6.1.tar.gz) = 20599637 +SHA256 (typo3_src-7.6.2.tar.gz) = b62ed2cc20b4747980cb8e8a8f23e92360c9a6a4c3de693fdc8efb161f909161 +SIZE (typo3_src-7.6.2.tar.gz) = 20601470 From owner-svn-ports-all@freebsd.org Sun Jan 3 13:47:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0590AA5F682; Sun, 3 Jan 2016 13:47:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C6CAB1D3A; Sun, 3 Jan 2016 13:47:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Dl1ub010001; Sun, 3 Jan 2016 13:47:01 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Dl1P4010000; Sun, 3 Jan 2016 13:47:01 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031347.u03Dl1P4010000@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 13:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405144 - head/graphics/py-exif X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 13:47:03 -0000 Author: miwi Date: Sun Jan 3 13:47:01 2016 New Revision: 405144 URL: https://svnweb.freebsd.org/changeset/ports/405144 Log: - Convert to options helper Modified: head/graphics/py-exif/Makefile Modified: head/graphics/py-exif/Makefile ============================================================================== --- head/graphics/py-exif/Makefile Sun Jan 3 13:43:04 2016 (r405143) +++ head/graphics/py-exif/Makefile Sun Jan 3 13:47:01 2016 (r405144) @@ -42,6 +42,7 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/share/exiftool && ${INSTALL_DATA} *.html *.txt \ ${STAGEDIR}${DATADIR} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README* ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Sun Jan 3 13:47:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31102A5F6B2; Sun, 3 Jan 2016 13:47:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 003351E11; Sun, 3 Jan 2016 13:47:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03DlSvj010115; Sun, 3 Jan 2016 13:47:28 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03DlSfO010114; Sun, 3 Jan 2016 13:47:28 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031347.u03DlSfO010114@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 13:47:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405145 - head/devel/py-iniparse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 13:47:29 -0000 Author: miwi Date: Sun Jan 3 13:47:27 2016 New Revision: 405145 URL: https://svnweb.freebsd.org/changeset/ports/405145 Log: - Convert to options helper Modified: head/devel/py-iniparse/Makefile Modified: head/devel/py-iniparse/Makefile ============================================================================== --- head/devel/py-iniparse/Makefile Sun Jan 3 13:47:01 2016 (r405144) +++ head/devel/py-iniparse/Makefile Sun Jan 3 13:47:27 2016 (r405145) @@ -12,13 +12,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Better INI parser for Python +OPTIONS_DEFINE= DOCS + USES= python USE_PYTHON= distutils autoplist PORTDOCS= Changelog README DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Sun Jan 3 13:50:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0CC8A5F74E; Sun, 3 Jan 2016 13:50:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A1D8F1F06; Sun, 3 Jan 2016 13:50:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03DoDZu010334; Sun, 3 Jan 2016 13:50:13 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03DoDml010332; Sun, 3 Jan 2016 13:50:13 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031350.u03DoDml010332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 13:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405146 - head/ports-mgmt/py-pytoport X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 13:50:14 -0000 Author: miwi Date: Sun Jan 3 13:50:13 2016 New Revision: 405146 URL: https://svnweb.freebsd.org/changeset/ports/405146 Log: - Update to 0.4.0 - Switch to CHEESESHOP PR: 205729 Submitted by: maintainer Modified: head/ports-mgmt/py-pytoport/Makefile head/ports-mgmt/py-pytoport/distinfo (contents, props changed) Modified: head/ports-mgmt/py-pytoport/Makefile ============================================================================== --- head/ports-mgmt/py-pytoport/Makefile Sun Jan 3 13:47:27 2016 (r405145) +++ head/ports-mgmt/py-pytoport/Makefile Sun Jan 3 13:50:13 2016 (r405146) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= pytoport -PORTVERSION= 0.2.0 -DISTVERSIONPREFIX= v +PORTVERSION= 0.4.0 CATEGORIES= ports-mgmt python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= brendan+freebsd@bbqsrc.net @@ -13,12 +13,9 @@ COMMENT= Generate FreeBSD ports from Pyt LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-licensee>0:${PORTSDIR}/devel/rubygem-licensee - -USE_GITHUB= yes -GH_ACCOUNT= freebsd +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx-lookup>=0.3.0:${PORTSDIR}/misc/py-spdx-lookup USES= python:3.2+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include Modified: head/ports-mgmt/py-pytoport/distinfo ============================================================================== --- head/ports-mgmt/py-pytoport/distinfo Sun Jan 3 13:47:27 2016 (r405145) +++ head/ports-mgmt/py-pytoport/distinfo Sun Jan 3 13:50:13 2016 (r405146) @@ -1,2 +1,2 @@ -SHA256 (freebsd-pytoport-v0.2.0_GH0.tar.gz) = 44cfb9674596fa676b00cf319493608f2c755311baf48aebfb25065482bf46af -SIZE (freebsd-pytoport-v0.2.0_GH0.tar.gz) = 4594 +SHA256 (pytoport-0.4.0.tar.gz) = a045333af456fc3bc3212512bacdb0675890692d83518ef4a476637d5a20406c +SIZE (pytoport-0.4.0.tar.gz) = 6026 From owner-svn-ports-all@freebsd.org Sun Jan 3 13:57:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92869A5F975; Sun, 3 Jan 2016 13:57:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 5CF241368; Sun, 3 Jan 2016 13:57:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03DvmNG013296; Sun, 3 Jan 2016 13:57:48 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Dvmc6013294; Sun, 3 Jan 2016 13:57:48 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031357.u03Dvmc6013294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 13:57:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405147 - in head/misc: py-spdx py-spdx-lookup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 13:57:49 -0000 Author: miwi Date: Sun Jan 3 13:57:48 2016 New Revision: 405147 URL: https://svnweb.freebsd.org/changeset/ports/405147 Log: - Mark python:3.2 as minimum Submitted by: maintainer via irc Modified: head/misc/py-spdx-lookup/Makefile head/misc/py-spdx/Makefile Modified: head/misc/py-spdx-lookup/Makefile ============================================================================== --- head/misc/py-spdx-lookup/Makefile Sun Jan 3 13:50:13 2016 (r405146) +++ head/misc/py-spdx-lookup/Makefile Sun Jan 3 13:57:48 2016 (r405147) @@ -3,6 +3,7 @@ PORTNAME= spdx-lookup PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx>0:${PORTSDIR}/misc/py-spdx -USES= python +USES= python:3.2+ USE_PYTHON= autoplist distutils .include Modified: head/misc/py-spdx/Makefile ============================================================================== --- head/misc/py-spdx/Makefile Sun Jan 3 13:50:13 2016 (r405146) +++ head/misc/py-spdx/Makefile Sun Jan 3 13:57:48 2016 (r405147) @@ -3,6 +3,7 @@ PORTNAME= spdx DISTVERSION= 2.3.0b1.post2 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= SPDX license list database LICENSE= CC0-1.0 -USES= python +USES= python:3.2+ USE_PYTHON= autoplist distutils .include From owner-svn-ports-all@freebsd.org Sun Jan 3 14:21:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 594B7A5FFA4; Sun, 3 Jan 2016 14:21:14 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2BAF21B47; Sun, 3 Jan 2016 14:21:14 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03ELD0j019400; Sun, 3 Jan 2016 14:21:13 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03ELDYQ019398; Sun, 3 Jan 2016 14:21:13 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601031421.u03ELDYQ019398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 14:21:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405148 - head/devel/dwarfdump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:21:14 -0000 Author: rakuco Date: Sun Jan 3 14:21:12 2016 New Revision: 405148 URL: https://svnweb.freebsd.org/changeset/ports/405148 Log: Fix MASTER_SITES and unmark BROKEN. Modified: head/devel/dwarfdump/Makefile head/devel/dwarfdump/pkg-descr Modified: head/devel/dwarfdump/Makefile ============================================================================== --- head/devel/dwarfdump/Makefile Sun Jan 3 13:57:48 2016 (r405147) +++ head/devel/dwarfdump/Makefile Sun Jan 3 14:21:12 2016 (r405148) @@ -4,14 +4,12 @@ PORTNAME= dwarfdump PORTVERSION= 20130207 CATEGORIES= devel -MASTER_SITES= http://reality.sgiweb.org/davea/ +MASTER_SITES= http://www.prevanders.net/ DISTNAME= libdwarf-${PORTVERSION} MAINTAINER= joerg@FreeBSD.org COMMENT= Tool to display DWARF debugging information in ELF files -BROKEN= unfetchable - BUILD_DEPENDS= ${LOCALBASE}/lib/libdwarf.a:${PORTSDIR}/devel/libdwarf WRKSRC= ${WRKDIR}/dwarf-${PORTVERSION}/dwarfdump Modified: head/devel/dwarfdump/pkg-descr ============================================================================== --- head/devel/dwarfdump/pkg-descr Sun Jan 3 13:57:48 2016 (r405147) +++ head/devel/dwarfdump/pkg-descr Sun Jan 3 14:21:12 2016 (r405148) @@ -1,4 +1,4 @@ The dwarfdump tool prints the various elements of DWARF debugging information found in ELF object files. -WWW: http://reality.sgiweb.org/davea/dwarf.html +WWW: http://www.prevanders.net/dwarf.html From owner-svn-ports-all@freebsd.org Sun Jan 3 14:22:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C402A5FFE9; Sun, 3 Jan 2016 14:22:05 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0952A1CAF; Sun, 3 Jan 2016 14:22:04 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03EM4jS021826; Sun, 3 Jan 2016 14:22:04 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03EM3K9021824; Sun, 3 Jan 2016 14:22:03 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601031422.u03EM3K9021824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 14:22:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405149 - branches/2016Q1/devel/dwarfdump X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:22:05 -0000 Author: rakuco Date: Sun Jan 3 14:22:03 2016 New Revision: 405149 URL: https://svnweb.freebsd.org/changeset/ports/405149 Log: MFH: r405148 Fix MASTER_SITES and unmark BROKEN. Approved by: portmgr blanket Modified: branches/2016Q1/devel/dwarfdump/Makefile branches/2016Q1/devel/dwarfdump/pkg-descr Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/dwarfdump/Makefile ============================================================================== --- branches/2016Q1/devel/dwarfdump/Makefile Sun Jan 3 14:21:12 2016 (r405148) +++ branches/2016Q1/devel/dwarfdump/Makefile Sun Jan 3 14:22:03 2016 (r405149) @@ -4,14 +4,12 @@ PORTNAME= dwarfdump PORTVERSION= 20130207 CATEGORIES= devel -MASTER_SITES= http://reality.sgiweb.org/davea/ +MASTER_SITES= http://www.prevanders.net/ DISTNAME= libdwarf-${PORTVERSION} MAINTAINER= joerg@FreeBSD.org COMMENT= Tool to display DWARF debugging information in ELF files -BROKEN= unfetchable - BUILD_DEPENDS= ${LOCALBASE}/lib/libdwarf.a:${PORTSDIR}/devel/libdwarf WRKSRC= ${WRKDIR}/dwarf-${PORTVERSION}/dwarfdump Modified: branches/2016Q1/devel/dwarfdump/pkg-descr ============================================================================== --- branches/2016Q1/devel/dwarfdump/pkg-descr Sun Jan 3 14:21:12 2016 (r405148) +++ branches/2016Q1/devel/dwarfdump/pkg-descr Sun Jan 3 14:22:03 2016 (r405149) @@ -1,4 +1,4 @@ The dwarfdump tool prints the various elements of DWARF debugging information found in ELF object files. -WWW: http://reality.sgiweb.org/davea/dwarf.html +WWW: http://www.prevanders.net/dwarf.html From owner-svn-ports-all@freebsd.org Sun Jan 3 14:24:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87C74A60128; Sun, 3 Jan 2016 14:24:10 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 582B41EAC; Sun, 3 Jan 2016 14:24:10 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03EO9xL022326; Sun, 3 Jan 2016 14:24:09 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03EO94H022324; Sun, 3 Jan 2016 14:24:09 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601031424.u03EO94H022324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 14:24:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405150 - head/devel/libcfg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:24:10 -0000 Author: rakuco Date: Sun Jan 3 14:24:09 2016 New Revision: 405150 URL: https://svnweb.freebsd.org/changeset/ports/405150 Log: Fix MASTER_SITES and unmark BROKEN. Modified: head/devel/libcfg/Makefile head/devel/libcfg/pkg-descr Modified: head/devel/libcfg/Makefile ============================================================================== --- head/devel/libcfg/Makefile Sun Jan 3 14:22:03 2016 (r405149) +++ head/devel/libcfg/Makefile Sun Jan 3 14:24:09 2016 (r405150) @@ -5,14 +5,12 @@ PORTNAME= libcfg PORTVERSION= 0.6.2 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= http://platon.sk/upload/_projects/00003/ +MASTER_SITES= http://opensource.platon.org/projects/ DISTNAME= ${PORTNAME}+-${DISTVERSION} MAINTAINER= rodrigo@FreeBSD.org COMMENT= Library for command line and configuration file parsing -BROKEN= unfetchable - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/devel/libcfg/pkg-descr ============================================================================== --- head/devel/libcfg/pkg-descr Sun Jan 3 14:22:03 2016 (r405149) +++ head/devel/libcfg/pkg-descr Sun Jan 3 14:24:09 2016 (r405150) @@ -5,4 +5,4 @@ postfixes, and more. It supports many da decimal numbers, strings with many additional data type flags (such as multiple values for a single option). -WWW: http://platon.sk/projects/libcfg+ +WWW: http://opensource.platon.org/projects/main_page.php?project_id=3 From owner-svn-ports-all@freebsd.org Sun Jan 3 14:24:55 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D655A60171; Sun, 3 Jan 2016 14:24:55 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C89561FA5; Sun, 3 Jan 2016 14:24:54 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03EOr4D022493; Sun, 3 Jan 2016 14:24:53 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03EOrlg022490; Sun, 3 Jan 2016 14:24:53 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601031424.u03EOrlg022490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 14:24:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405151 - branches/2016Q1/devel/libcfg X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:24:55 -0000 Author: rakuco Date: Sun Jan 3 14:24:53 2016 New Revision: 405151 URL: https://svnweb.freebsd.org/changeset/ports/405151 Log: MFH: r405150 Fix MASTER_SITES and unmark BROKEN. Approved by: portmgr blanket Modified: branches/2016Q1/devel/libcfg/Makefile branches/2016Q1/devel/libcfg/pkg-descr Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/libcfg/Makefile ============================================================================== --- branches/2016Q1/devel/libcfg/Makefile Sun Jan 3 14:24:09 2016 (r405150) +++ branches/2016Q1/devel/libcfg/Makefile Sun Jan 3 14:24:53 2016 (r405151) @@ -5,14 +5,12 @@ PORTNAME= libcfg PORTVERSION= 0.6.2 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= http://platon.sk/upload/_projects/00003/ +MASTER_SITES= http://opensource.platon.org/projects/ DISTNAME= ${PORTNAME}+-${DISTVERSION} MAINTAINER= rodrigo@FreeBSD.org COMMENT= Library for command line and configuration file parsing -BROKEN= unfetchable - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING Modified: branches/2016Q1/devel/libcfg/pkg-descr ============================================================================== --- branches/2016Q1/devel/libcfg/pkg-descr Sun Jan 3 14:24:09 2016 (r405150) +++ branches/2016Q1/devel/libcfg/pkg-descr Sun Jan 3 14:24:53 2016 (r405151) @@ -5,4 +5,4 @@ postfixes, and more. It supports many da decimal numbers, strings with many additional data type flags (such as multiple values for a single option). -WWW: http://platon.sk/projects/libcfg+ +WWW: http://opensource.platon.org/projects/main_page.php?project_id=3 From owner-svn-ports-all@freebsd.org Sun Jan 3 14:26:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FF83A601FD; Sun, 3 Jan 2016 14:26:51 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 538771118; Sun, 3 Jan 2016 14:26:51 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03EQoIO022657; Sun, 3 Jan 2016 14:26:50 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03EQoNP022656; Sun, 3 Jan 2016 14:26:50 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601031426.u03EQoNP022656@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 14:26:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405152 - head/devel/libgpc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:26:51 -0000 Author: rakuco Date: Sun Jan 3 14:26:50 2016 New Revision: 405152 URL: https://svnweb.freebsd.org/changeset/ports/405152 Log: Fix MASTER_SITES and unmark BROKEN. Modified: head/devel/libgpc/Makefile Modified: head/devel/libgpc/Makefile ============================================================================== --- head/devel/libgpc/Makefile Sun Jan 3 14:24:53 2016 (r405151) +++ head/devel/libgpc/Makefile Sun Jan 3 14:26:50 2016 (r405152) @@ -4,13 +4,12 @@ PORTNAME= libgpc PORTVERSION= 2.32 CATEGORIES= devel math graphics -MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ +MASTER_SITES= http://www.cs.man.ac.uk/~toby/alan/software/assets/ DISTNAME= gpc${PORTVERSION:S/.//} MAINTAINER= mi@aldan.algebra.com COMMENT= Generic Polygon Clipper -BROKEN= unfetchable USES= dos2unix uidfix zip PLIST_FILES= lib/libgpc.so.2 \ lib/libgpc.so lib/libgpc.a \ From owner-svn-ports-all@freebsd.org Sun Jan 3 14:28:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEFF0A60250; Sun, 3 Jan 2016 14:28:22 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7E119123B; Sun, 3 Jan 2016 14:28:22 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03ESLRn022847; Sun, 3 Jan 2016 14:28:21 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03ESLGt022846; Sun, 3 Jan 2016 14:28:21 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201601031428.u03ESLGt022846@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 3 Jan 2016 14:28:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405153 - branches/2016Q1/devel/libgpc X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:28:22 -0000 Author: rakuco Date: Sun Jan 3 14:28:21 2016 New Revision: 405153 URL: https://svnweb.freebsd.org/changeset/ports/405153 Log: MFH: r405152 Fix MASTER_SITES and unmark BROKEN. Approved by: portmgr blanket Modified: branches/2016Q1/devel/libgpc/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/libgpc/Makefile ============================================================================== --- branches/2016Q1/devel/libgpc/Makefile Sun Jan 3 14:26:50 2016 (r405152) +++ branches/2016Q1/devel/libgpc/Makefile Sun Jan 3 14:28:21 2016 (r405153) @@ -4,13 +4,12 @@ PORTNAME= libgpc PORTVERSION= 2.32 CATEGORIES= devel math graphics -MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/toby/gpc/ +MASTER_SITES= http://www.cs.man.ac.uk/~toby/alan/software/assets/ DISTNAME= gpc${PORTVERSION:S/.//} MAINTAINER= mi@aldan.algebra.com COMMENT= Generic Polygon Clipper -BROKEN= unfetchable USES= dos2unix uidfix zip PLIST_FILES= lib/libgpc.so.2 \ lib/libgpc.so lib/libgpc.a \ From owner-svn-ports-all@freebsd.org Sun Jan 3 14:32:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47825A60433; Sun, 3 Jan 2016 14:32:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 158181733; Sun, 3 Jan 2016 14:32:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03EW42W023407; Sun, 3 Jan 2016 14:32:04 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03EW42L023395; Sun, 3 Jan 2016 14:32:04 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031432.u03EW42L023395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 14:32:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405154 - head/www/typo3-lts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:32:05 -0000 Author: miwi Date: Sun Jan 3 14:32:03 2016 New Revision: 405154 URL: https://svnweb.freebsd.org/changeset/ports/405154 Log: - Update to 6.2.17 PR: 205838 Submitted by: maintainer Modified: head/www/typo3-lts/Makefile head/www/typo3-lts/distinfo Modified: head/www/typo3-lts/Makefile ============================================================================== --- head/www/typo3-lts/Makefile Sun Jan 3 14:28:21 2016 (r405153) +++ head/www/typo3-lts/Makefile Sun Jan 3 14:32:03 2016 (r405154) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.2.16 +PORTVERSION= 6.2.17 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} PKGNAMESUFFIX= -lts Modified: head/www/typo3-lts/distinfo ============================================================================== --- head/www/typo3-lts/distinfo Sun Jan 3 14:28:21 2016 (r405153) +++ head/www/typo3-lts/distinfo Sun Jan 3 14:32:03 2016 (r405154) @@ -1,2 +1,2 @@ -SHA256 (typo3_src-6.2.16.tar.gz) = fd2cc35c3ca9c8888e1cebeab2084308907a0a9c29efdb4d9d09cb9efd8399de -SIZE (typo3_src-6.2.16.tar.gz) = 21183466 +SHA256 (typo3_src-6.2.17.tar.gz) = c15a13ff151a0f47c6b6a0d2e6327c84b80582141b3bcdb2df599f6fc11bd9e9 +SIZE (typo3_src-6.2.17.tar.gz) = 21188594 From owner-svn-ports-all@freebsd.org Sun Jan 3 14:34:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3792CA60501; Sun, 3 Jan 2016 14:34:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0891218BE; Sun, 3 Jan 2016 14:34:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03EYYul025745; Sun, 3 Jan 2016 14:34:34 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03EYYgZ025744; Sun, 3 Jan 2016 14:34:34 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031434.u03EYYgZ025744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 14:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405155 - head/devel/py-kjbuckets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:34:35 -0000 Author: miwi Date: Sun Jan 3 14:34:33 2016 New Revision: 405155 URL: https://svnweb.freebsd.org/changeset/ports/405155 Log: - Convert to options helper Modified: head/devel/py-kjbuckets/Makefile Modified: head/devel/py-kjbuckets/Makefile ============================================================================== --- head/devel/py-kjbuckets/Makefile Sun Jan 3 14:32:03 2016 (r405154) +++ head/devel/py-kjbuckets/Makefile Sun Jan 3 14:34:33 2016 (r405155) @@ -16,6 +16,8 @@ COMMENT= Graph and set datatypes for Pyt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../COPYRIGHT.txt +OPTIONS_DEFINE= DOCS EXAMPLES + USES= python USE_PYTHON= distutils autoplist WRKSRC= ${WRKDIR}/${DISTNAME}/kjbuckets @@ -25,9 +27,11 @@ PORTEXAMPLES= * post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/kjbuckets.so +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../COPYRIGHT.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../doc/kjbuckets.txt ${STAGEDIR}${DOCSDIR} +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/../doc/demo/kjbuckets/*.py ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-all@freebsd.org Sun Jan 3 14:35:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59A6CA6054C; Sun, 3 Jan 2016 14:35:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2918319D4; Sun, 3 Jan 2016 14:35:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03EZ1xU025865; Sun, 3 Jan 2016 14:35:01 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03EZ11l025864; Sun, 3 Jan 2016 14:35:01 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031435.u03EZ11l025864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 14:35:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405156 - head/devel/py-grouch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:35:02 -0000 Author: miwi Date: Sun Jan 3 14:35:01 2016 New Revision: 405156 URL: https://svnweb.freebsd.org/changeset/ports/405156 Log: - Convert to options helper Modified: head/devel/py-grouch/Makefile Modified: head/devel/py-grouch/Makefile ============================================================================== --- head/devel/py-grouch/Makefile Sun Jan 3 14:34:33 2016 (r405155) +++ head/devel/py-grouch/Makefile Sun Jan 3 14:35:01 2016 (r405156) @@ -12,18 +12,21 @@ DISTNAME= Grouch-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= System for describing and enforcing a Python object schema +OPTIONS_DEFINE= DOCS EXAMPLES + USES= python:2 USE_PYTHON= distutils autoplist PORTDOCS= * PORTEXAMPLES= * -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docfile in CHANGES README ${INSTALL_DATA} ${WRKSRC}/${docfile}.txt ${STAGEDIR}${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-all@freebsd.org Sun Jan 3 14:35:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6F74A6057B; Sun, 3 Jan 2016 14:35:30 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 890461AA9; Sun, 3 Jan 2016 14:35:30 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03EZTim025988; Sun, 3 Jan 2016 14:35:29 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03EZT8S025987; Sun, 3 Jan 2016 14:35:29 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201601031435.u03EZT8S025987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 3 Jan 2016 14:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405157 - head/audio/soundkonverter/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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:35:30 -0000 Author: jhale Date: Sun Jan 3 14:35:29 2016 New Revision: 405157 URL: https://svnweb.freebsd.org/changeset/ports/405157 Log: Add patch to fix taglib version detection Reported by: pkg-fallout Added: head/audio/soundkonverter/files/ head/audio/soundkonverter/files/patch-cmake_modules_FindTaglib.cmake (contents, props changed) Added: head/audio/soundkonverter/files/patch-cmake_modules_FindTaglib.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/soundkonverter/files/patch-cmake_modules_FindTaglib.cmake Sun Jan 3 14:35:29 2016 (r405157) @@ -0,0 +1,24 @@ +--- cmake/modules/FindTaglib.cmake.orig 2016-01-03 14:26:03 UTC ++++ cmake/modules/FindTaglib.cmake +@@ -29,10 +29,10 @@ if(TAGLIBCONFIG_EXECUTABLE) + + exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION) + +- if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ if(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") + message(STATUS "TagLib version too old: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}") + set(TAGLIB_FOUND FALSE) +- else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ else(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") + + exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES) + +@@ -42,7 +42,7 @@ if(TAGLIBCONFIG_EXECUTABLE) + set(TAGLIB_FOUND TRUE) + endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS) + string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}") +- endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ endif(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") + mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES) + + else(TAGLIBCONFIG_EXECUTABLE) From owner-svn-ports-all@freebsd.org Sun Jan 3 14:45:05 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02974A60B51; Sun, 3 Jan 2016 14:45:05 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 AD8FC1376; Sun, 3 Jan 2016 14:45:04 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Ej3jq029067; Sun, 3 Jan 2016 14:45:03 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Ej3n8029066; Sun, 3 Jan 2016 14:45:03 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201601031445.u03Ej3n8029066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 3 Jan 2016 14:45:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405158 - head/audio/amarok-kde4/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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:45:05 -0000 Author: jhale Date: Sun Jan 3 14:45:03 2016 New Revision: 405158 URL: https://svnweb.freebsd.org/changeset/ports/405158 Log: Add upstream patch to fix taglib version detection Reported by: pkg-fallout Obtained from: https://quickgit.kde.org/?p=amarok.git&a=commit&h=fec8817c530ce42b6485fdabff6051784b8d9904 Added: head/audio/amarok-kde4/files/patch-git_fec8817 (contents, props changed) Added: head/audio/amarok-kde4/files/patch-git_fec8817 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/amarok-kde4/files/patch-git_fec8817 Sun Jan 3 14:45:03 2016 (r405158) @@ -0,0 +1,40 @@ +From: Omar Plummer +Date: Thu, 06 Aug 2015 22:24:27 +0000 +Subject: Fix TagLib version check. +X-Git-Url: http://quickgit.kde.org/?p=amarok.git&a=commitdiff&h=fec8817c530ce42b6485fdabff6051784b8d9904 +--- +Fix TagLib version check. + +The version check compared version strings lexicographically, so "1.7" +(the min version) compared as greater than "1.10.0". + +BUG: 351013 +REVIEW: 124639 +--- + + +--- cmake/modules/FindTaglib.cmake ++++ cmake/modules/FindTaglib.cmake +@@ -29,10 +29,10 @@ + + exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION) + +- if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ if("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) + message(STATUS "TagLib version too old: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}") + set(TAGLIB_FOUND FALSE) +- else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ else("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) + + exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES) + +@@ -42,7 +42,7 @@ + set(TAGLIB_FOUND TRUE) + endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS) + string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}") +- endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ endif("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION) + mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES) + + else(TAGLIBCONFIG_EXECUTABLE) + From owner-svn-ports-all@freebsd.org Sun Jan 3 14:59:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51579A60F19; Sun, 3 Jan 2016 14:59:52 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0B8B81ABD; Sun, 3 Jan 2016 14:59:51 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Exp1C032182; Sun, 3 Jan 2016 14:59:51 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Expgj032181; Sun, 3 Jan 2016 14:59:51 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201601031459.u03Expgj032181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 3 Jan 2016 14:59:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405159 - head/audio/tomahawk/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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 14:59:52 -0000 Author: jhale Date: Sun Jan 3 14:59:51 2016 New Revision: 405159 URL: https://svnweb.freebsd.org/changeset/ports/405159 Log: Add upstream patch to fix taglib version detection Reported by: pkg-fallout Obtained from: https://github.com/tomahawk-player/tomahawk/commit/ee4656383a92a78299aff6f8637f174fff328e98 Added: head/audio/tomahawk/files/patch-git_ee46563 (contents, props changed) Added: head/audio/tomahawk/files/patch-git_ee46563 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/tomahawk/files/patch-git_ee46563 Sun Jan 3 14:59:51 2016 (r405159) @@ -0,0 +1,26 @@ +diff --git a/CMakeModules/FindTaglib.cmake b/CMakeModules/FindTaglib.cmake +index e0efbef..f54ff78 100644 +--- CMakeModules/FindTaglib.cmake ++++ CMakeModules/FindTaglib.cmake +@@ -34,10 +34,10 @@ ELSE() + + exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION) + +- if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ if(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") + message(STATUS "TagLib version not found: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}") + set(TAGLIB_FOUND FALSE) +- else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ else(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") + + exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES) + +@@ -48,7 +48,7 @@ ELSE() + # message(STATUS "Found taglib: ${TAGLIB_LIBRARIES}") + endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS) + string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}") +- endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ endif(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") + mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES) + + else(TAGLIBCONFIG_EXECUTABLE) From owner-svn-ports-all@freebsd.org Sun Jan 3 15:01:28 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44FA4A60FC9; Sun, 3 Jan 2016 15:01:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 14A5E1D11; Sun, 3 Jan 2016 15:01:28 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03F1RNY034933; Sun, 3 Jan 2016 15:01:27 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03F1RDG034931; Sun, 3 Jan 2016 15:01:27 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031501.u03F1RDG034931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 15:01:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405160 - head/multimedia/nordlicht X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 15:01:28 -0000 Author: miwi Date: Sun Jan 3 15:01:26 2016 New Revision: 405160 URL: https://svnweb.freebsd.org/changeset/ports/405160 Log: - Update to 0.4.2 PR: 205823 Submitted by: maintainer Modified: head/multimedia/nordlicht/Makefile head/multimedia/nordlicht/distinfo Modified: head/multimedia/nordlicht/Makefile ============================================================================== --- head/multimedia/nordlicht/Makefile Sun Jan 3 14:59:51 2016 (r405159) +++ head/multimedia/nordlicht/Makefile Sun Jan 3 15:01:26 2016 (r405160) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nordlicht -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.2 DISTVERSIONPREFIX= v CATEGORIES= multimedia Modified: head/multimedia/nordlicht/distinfo ============================================================================== --- head/multimedia/nordlicht/distinfo Sun Jan 3 14:59:51 2016 (r405159) +++ head/multimedia/nordlicht/distinfo Sun Jan 3 15:01:26 2016 (r405160) @@ -1,2 +1,2 @@ -SHA256 (nordlicht-nordlicht-v0.4.0_GH0.tar.gz) = dce586372b66959f158ba86739b66f0c7f6285306c8779b29ddb89eac9c31cdd -SIZE (nordlicht-nordlicht-v0.4.0_GH0.tar.gz) = 37743 +SHA256 (nordlicht-nordlicht-v0.4.2_GH0.tar.gz) = 83260154d7d66d24486d0161d6635b755d913e26b15a82f4213640087c7a1dda +SIZE (nordlicht-nordlicht-v0.4.2_GH0.tar.gz) = 37681 From owner-svn-ports-all@freebsd.org Sun Jan 3 15:08:51 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF3CBA5F249; Sun, 3 Jan 2016 15:08:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C16CB1FAD; Sun, 3 Jan 2016 15:08:51 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03F8orO035305; Sun, 3 Jan 2016 15:08:50 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03F8oZr035304; Sun, 3 Jan 2016 15:08:50 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031508.u03F8oZr035304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 15:08:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405161 - head/graphics/py-paint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 15:08:52 -0000 Author: miwi Date: Sun Jan 3 15:08:50 2016 New Revision: 405161 URL: https://svnweb.freebsd.org/changeset/ports/405161 Log: - Convert to options helper Modified: head/graphics/py-paint/Makefile Modified: head/graphics/py-paint/Makefile ============================================================================== --- head/graphics/py-paint/Makefile Sun Jan 3 15:01:26 2016 (r405160) +++ head/graphics/py-paint/Makefile Sun Jan 3 15:08:50 2016 (r405161) @@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libttf.so:${PORTSDIR}/print/freetype +OPTIONS_DEFINE= EXAMPLES + USES= python USE_PYTHON= distutils autoplist USE_GNOME= libartlgpl2 @@ -34,6 +36,7 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/paint.so +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${CP} ${WRKSRC}/test* ${STAGEDIR}${EXAMPLESDIR} From owner-svn-ports-all@freebsd.org Sun Jan 3 15:16:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25459A5F4E9; Sun, 3 Jan 2016 15:16:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EA0511398; Sun, 3 Jan 2016 15:16:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03FGEiF038266; Sun, 3 Jan 2016 15:16:14 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03FGE3e038265; Sun, 3 Jan 2016 15:16:14 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031516.u03FGE3e038265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 15:16:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405162 - head/graphics/py-graphy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 15:16:15 -0000 Author: miwi Date: Sun Jan 3 15:16:13 2016 New Revision: 405162 URL: https://svnweb.freebsd.org/changeset/ports/405162 Log: - Convert to options helper Modified: head/graphics/py-graphy/Makefile Modified: head/graphics/py-graphy/Makefile ============================================================================== --- head/graphics/py-graphy/Makefile Sun Jan 3 15:08:50 2016 (r405161) +++ head/graphics/py-graphy/Makefile Sun Jan 3 15:16:13 2016 (r405162) @@ -34,8 +34,10 @@ do-install: @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} @(cd ${WRKSRC}/${PORTNAME}/ && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}) +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) From owner-svn-ports-all@freebsd.org Sun Jan 3 15:17:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFE9CA5F53D; Sun, 3 Jan 2016 15:17:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8250114D0; Sun, 3 Jan 2016 15:17:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03FHDZr038406; Sun, 3 Jan 2016 15:17:13 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03FHDAb038404; Sun, 3 Jan 2016 15:17:13 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031517.u03FHDAb038404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 15:17:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405163 - head/sysutils/daemonize X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 15:17:14 -0000 Author: miwi Date: Sun Jan 3 15:17:13 2016 New Revision: 405163 URL: https://svnweb.freebsd.org/changeset/ports/405163 Log: - Update to 1.7.7 PR: 205808 Submitted by: maintainer Modified: head/sysutils/daemonize/Makefile head/sysutils/daemonize/distinfo (contents, props changed) Modified: head/sysutils/daemonize/Makefile ============================================================================== --- head/sysutils/daemonize/Makefile Sun Jan 3 15:16:13 2016 (r405162) +++ head/sysutils/daemonize/Makefile Sun Jan 3 15:17:13 2016 (r405163) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= daemonize -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.7 DISTVERSIONPREFIX= release- CATEGORIES= sysutils @@ -10,6 +10,7 @@ COMMENT= Tool to run a command as a daem LICENSE= BSD3CLAUSE +USES= gmake GNU_CONFIGURE= yes USE_GITHUB= yes Modified: head/sysutils/daemonize/distinfo ============================================================================== --- head/sysutils/daemonize/distinfo Sun Jan 3 15:16:13 2016 (r405162) +++ head/sysutils/daemonize/distinfo Sun Jan 3 15:17:13 2016 (r405163) @@ -1,2 +1,2 @@ -SHA256 (bmc-daemonize-release-1.7.6_GH0.tar.gz) = 8d5717ae5e5bbd4cd6687abe1310f4d817468c67b851ce95dda73038ab40db1f -SIZE (bmc-daemonize-release-1.7.6_GH0.tar.gz) = 65928 +SHA256 (bmc-daemonize-release-1.7.7_GH0.tar.gz) = b3cafea3244ed5015a3691456644386fc438102adbdc305af553928a185bea05 +SIZE (bmc-daemonize-release-1.7.7_GH0.tar.gz) = 65958 From owner-svn-ports-all@freebsd.org Sun Jan 3 15:18:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30A99A5F65A; Sun, 3 Jan 2016 15:18:20 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 F26B617C5; Sun, 3 Jan 2016 15:18:19 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03FIJKC038577; Sun, 3 Jan 2016 15:18:19 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03FII47038575; Sun, 3 Jan 2016 15:18:18 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601031518.u03FII47038575@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 3 Jan 2016 15:18:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405164 - head/devel/py-setuptools_scm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 15:18:20 -0000 Author: miwi Date: Sun Jan 3 15:18:18 2016 New Revision: 405164 URL: https://svnweb.freebsd.org/changeset/ports/405164 Log: - Update to 1.10.1 PR: 205713 Submitted by: douglas@douglasthrift.net Approved by: maintainer implicit Modified: head/devel/py-setuptools_scm/Makefile head/devel/py-setuptools_scm/distinfo Modified: head/devel/py-setuptools_scm/Makefile ============================================================================== --- head/devel/py-setuptools_scm/Makefile Sun Jan 3 15:17:13 2016 (r405163) +++ head/devel/py-setuptools_scm/Makefile Sun Jan 3 15:18:18 2016 (r405164) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= setuptools_scm -PORTVERSION= 1.8.0 +PORTVERSION= 1.10.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-setuptools_scm/distinfo ============================================================================== --- head/devel/py-setuptools_scm/distinfo Sun Jan 3 15:17:13 2016 (r405163) +++ head/devel/py-setuptools_scm/distinfo Sun Jan 3 15:18:18 2016 (r405164) @@ -1,2 +1,2 @@ -SHA256 (setuptools_scm-1.8.0.tar.bz2) = ddbf365e60e5f8e3f86fe117edeee4a7e1dd8ce7a9337951c9c163e7c506e602 -SIZE (setuptools_scm-1.8.0.tar.bz2) = 14491 +SHA256 (setuptools_scm-1.10.1.tar.bz2) = 1cdea91bbe1ec4d52b3e9c451ab32ae6e1f3aa3fd91e90580490a9eb75bea286 +SIZE (setuptools_scm-1.10.1.tar.bz2) = 16244 From owner-svn-ports-all@freebsd.org Sun Jan 3 15:21:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 025FEA5F851; Sun, 3 Jan 2016 15:21:14 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C79E919F1; Sun, 3 Jan 2016 15:21:13 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03FLCTK040737; Sun, 3 Jan 2016 15:21:12 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03FLCbZ040735; Sun, 3 Jan 2016 15:21:12 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201601031521.u03FLCbZ040735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 3 Jan 2016 15:21:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405165 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 15:21:14 -0000 Author: junovitch Date: Sun Jan 3 15:21:12 2016 New Revision: 405165 URL: https://svnweb.freebsd.org/changeset/ports/405165 Log: Extend VuXML entry for QEMU DoS in AMD PC-Net II NIC support to cover Xen PR: 205841 Security: CVE-2015-7504 Security: https://vuxml.FreeBSD.org/freebsd/405446f4-b1b3-11e5-9728-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jan 3 15:18:18 2016 (r405164) +++ head/security/vuxml/vuln.xml Sun Jan 3 15:21:12 2016 (r405165) @@ -380,7 +380,7 @@ Notes: - qemu -- denial of service vulnerabilities in AMD PC-Net II NIC support + qemu and xen-tools -- denial of service vulnerabilities in AMD PC-Net II NIC support qemu @@ -392,6 +392,10 @@ Notes: qemu-user-static 2.5.50.g20151224 + + xen-tools + 4.5.2 + @@ -429,10 +433,12 @@ Notes: http://git.qemu.org/?p=qemu.git;a=commit;h=8b98a2f07175d46c3f7217639bd5e03f2ec56343 https://github.com/seanbruno/qemu-bsd-user/commit/837f21aacf5a714c23ddaadbbc5212f9b661e3f7 https://github.com/seanbruno/qemu-bsd-user/commit/8b98a2f07175d46c3f7217639bd5e03f2ec56343 + http://xenbits.xen.org/xsa/advisory-162.html 2015-11-30 2016-01-03 + 2016-01-03 From owner-svn-ports-all@freebsd.org Sun Jan 3 15:55:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D892A60439; Sun, 3 Jan 2016 15:55:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 4CE211BB6; Sun, 3 Jan 2016 15:55:24 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03FtNDC050747; Sun, 3 Jan 2016 15:55:23 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03FtNhx050742; Sun, 3 Jan 2016 15:55:23 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201601031555.u03FtNhx050742@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 3 Jan 2016 15:55:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405166 - in head/multimedia/oscam: . 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 15:55:24 -0000 Author: riggs Date: Sun Jan 3 15:55:22 2016 New Revision: 405166 URL: https://svnweb.freebsd.org/changeset/ports/405166 Log: Add rc script, enable communication with multimedia/tvheadend PR: 205569 Submitted by: franz@bett.ag (maintainer) Reviewed by: riggs Approved by: franz@bett.ag (maintainer) Added: head/multimedia/oscam/files/oscam.in (contents, props changed) head/multimedia/oscam/files/patch-module-dvbapi.c (contents, props changed) Modified: head/multimedia/oscam/Makefile head/multimedia/oscam/files/patch-config.h (contents, props changed) Modified: head/multimedia/oscam/Makefile ============================================================================== --- head/multimedia/oscam/Makefile Sun Jan 3 15:21:12 2016 (r405165) +++ head/multimedia/oscam/Makefile Sun Jan 3 15:55:22 2016 (r405166) @@ -3,6 +3,7 @@ PORTNAME= oscam PORTVERSION= 1.20 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://el8.nl/~fbettag/oscam/ @@ -12,6 +13,7 @@ COMMENT= Softcam software to decrypt dig LICENSE= GPLv3 USES= gmake tar:bzip2 +USE_RC_SUBR= oscam MAKE_ARGS+= HOSTCC=clang CC=clang .if target(gen-dist) Added: head/multimedia/oscam/files/oscam.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/oscam/files/oscam.in Sun Jan 3 15:55:22 2016 (r405166) @@ -0,0 +1,46 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: oscam +# REQUIRE: DAEMON +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf[.local] to enable oscam +# +# oscam_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable oscam. +# oscam_flags (str): Custom flags for oscam. + +. /etc/rc.subr + +name=oscam +rcvar=oscam_enable +load_rc_config $name + +: ${oscam_enable:=NO} + +pidfile="/var/run/${name}.pid" +confdir="/usr/local/etc/oscam" +logdir="/var/log/oscam" +command="/usr/local/bin/oscam" + +command_args="-b -B ${pidfile} -c ${confdir}" +start_precmd="${name}_prestart" + +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin + +oscam_prestart() +{ + if [ ! -f "${pidfile}" ]; then + /usr/bin/install -m 644 /dev/null ${pidfile} + fi + if [ ! -d "${confdir}" ]; then + /usr/bin/install -m 755 -d ${confdir} + fi + if [ ! -d "${logdir}" ]; then + /usr/bin/install -m 755 -d ${logdir} + fi +} + +run_rc_command "$1" Modified: head/multimedia/oscam/files/patch-config.h ============================================================================== --- head/multimedia/oscam/files/patch-config.h Sun Jan 3 15:21:12 2016 (r405165) +++ head/multimedia/oscam/files/patch-config.h Sun Jan 3 15:55:22 2016 (r405166) @@ -1,15 +1,18 @@ --- config.h.orig 2015-09-30 21:11:35 UTC +++ config.h -@@ -7,7 +7,7 @@ +@@ -5,10 +5,8 @@ + #define WEBIF_LIVELOG 1 + #define WEBIF_JQUERY 1 #define TOUCH 1 - //#define WITH_SSL 1 - #if defined(__linux__) || defined(__CYGWIN__) --#define HAVE_DVBAPI 1 -+//#define HAVE_DVBAPI 1 - #endif +-//#define WITH_SSL 1 +-#if defined(__linux__) || defined(__CYGWIN__) ++#define WITH_SSL 1 + #define HAVE_DVBAPI 1 +-#endif #define READ_SDT_CHARSETS 1 #define CLOCKFIX 1 -@@ -23,18 +23,18 @@ + #define IRDETO_GUESSING 1 +@@ -23,18 +21,18 @@ #define MODULE_MONITOR 1 //#define MODULE_CAMD33 1 Added: head/multimedia/oscam/files/patch-module-dvbapi.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/oscam/files/patch-module-dvbapi.c Sun Jan 3 15:55:22 2016 (r405166) @@ -0,0 +1,48 @@ +--- module-dvbapi.c.orig 2015-10-10 17:22:23 UTC ++++ module-dvbapi.c +@@ -3,7 +3,6 @@ + #include "globals.h" + + #ifdef HAVE_DVBAPI +- + #include "module-dvbapi.h" + #include "module-cacheex.h" + #include "module-dvbapi-azbox.h" +@@ -4290,6 +4289,7 @@ static void *dvbapi_main_local(void *cli + { + int32_t i, j; + struct s_client *client = (struct s_client *) cli; ++ const char pmt_server_socket[]="/tmp/.listen.camd.socket"; + client->thread = pthread_self(); + SAFE_SETSPECIFIC(getclient, cli); + +@@ -4298,11 +4298,9 @@ static void *dvbapi_main_local(void *cli + int32_t maxpfdsize = (MAX_DEMUX * maxfilter) + MAX_DEMUX + 2; + struct pollfd pfd2[maxpfdsize]; + struct timeb start, end; // start time poll, end time poll +-#define PMT_SERVER_SOCKET "/tmp/.listen.camd.socket" + struct sockaddr_un saddr; + saddr.sun_family = AF_UNIX; +- strncpy(saddr.sun_path, PMT_SERVER_SOCKET, 107); +- saddr.sun_path[107] = '\0'; ++ strncpy(saddr.sun_path, pmt_server_socket, sizeof(saddr.sun_path)/sizeof(saddr.sun_path[0])); + + int32_t rc, pfdcount, g, connfd, clilen; + int32_t ids[maxpfdsize], fdn[maxpfdsize], type[maxpfdsize]; +@@ -4366,13 +4364,15 @@ static void *dvbapi_main_local(void *cli + signal_action.sa_flags = SA_RESTART; + sigaction(SIGRTMIN + 1, &signal_action, NULL); + ++ /* + dir_fd = open(TMPDIR, O_RDONLY); + if(dir_fd >= 0) + { + fcntl(dir_fd, F_SETSIG, SIGRTMIN + 1); + fcntl(dir_fd, F_NOTIFY, DN_MODIFY | DN_CREATE | DN_DELETE | DN_MULTISHOT); + event_handler(SIGRTMIN + 1); +- } ++ }*/ ++ cs_log("Only PMT 4-6 supported on FreeBSD, sorry..."); + } + else + { From owner-svn-ports-all@freebsd.org Sun Jan 3 16:47:22 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62815A5F71B; Sun, 3 Jan 2016 16:47:22 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 349891C01; Sun, 3 Jan 2016 16:47:22 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03GlLvL066924; Sun, 3 Jan 2016 16:47:21 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03GlLsN066923; Sun, 3 Jan 2016 16:47:21 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201601031647.u03GlLsN066923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 3 Jan 2016 16:47:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405167 - head/x11/leechcraft/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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 16:47:22 -0000 Author: jhale Date: Sun Jan 3 16:47:21 2016 New Revision: 405167 URL: https://svnweb.freebsd.org/changeset/ports/405167 Log: Add patch to fix taglib version detection Reported by: pkg-fallout Added: head/x11/leechcraft/files/patch-plugins_lmp_cmake_FindTaglib.cmake (contents, props changed) Added: head/x11/leechcraft/files/patch-plugins_lmp_cmake_FindTaglib.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/leechcraft/files/patch-plugins_lmp_cmake_FindTaglib.cmake Sun Jan 3 16:47:21 2016 (r405167) @@ -0,0 +1,11 @@ +--- plugins/lmp/cmake/FindTaglib.cmake.orig 2016-01-03 16:39:26 UTC ++++ plugins/lmp/cmake/FindTaglib.cmake +@@ -29,7 +29,7 @@ if(TAGLIBCONFIG_EXECUTABLE) + + exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION) + +- if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") ++ if(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}") + message(STATUS "TagLib version not found: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}") + set(TAGLIB_FOUND FALSE) + else() From owner-svn-ports-all@freebsd.org Sun Jan 3 17:43:52 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56372A60A74; Sun, 3 Jan 2016 17:43:52 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 23F3C1F6C; Sun, 3 Jan 2016 17:43:52 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Hhpdb084254; Sun, 3 Jan 2016 17:43:51 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Hhpns084252; Sun, 3 Jan 2016 17:43:51 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201601031743.u03Hhpns084252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 3 Jan 2016 17:43:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405168 - head/devel/py-demjson X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 17:43:52 -0000 Author: robak Date: Sun Jan 3 17:43:50 2016 New Revision: 405168 URL: https://svnweb.freebsd.org/changeset/ports/405168 Log: devel/py-demjson: update 2.2.3 -> 2.2.4 - Add LICENSE_FILES Modified: head/devel/py-demjson/Makefile head/devel/py-demjson/distinfo Modified: head/devel/py-demjson/Makefile ============================================================================== --- head/devel/py-demjson/Makefile Sun Jan 3 16:47:21 2016 (r405167) +++ head/devel/py-demjson/Makefile Sun Jan 3 17:43:50 2016 (r405168) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= demjson -PORTVERSION= 2.2.3 +PORTVERSION= 2.2.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://deron.meranda.us/python/demjson/dist/ @@ -12,6 +12,7 @@ MAINTAINER= robak@FreeBSD.org COMMENT= Encoder, Decoder and Lint/Validator for JSON LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_PYTHON= distutils autoplist Modified: head/devel/py-demjson/distinfo ============================================================================== --- head/devel/py-demjson/distinfo Sun Jan 3 16:47:21 2016 (r405167) +++ head/devel/py-demjson/distinfo Sun Jan 3 17:43:50 2016 (r405168) @@ -1,2 +1,2 @@ -SHA256 (demjson-2.2.3.tar.gz) = 9fb0f3c02fe500104680af2889a64d1637b395aebdb37341ae2309d77854f40c -SIZE (demjson-2.2.3.tar.gz) = 131263 +SHA256 (demjson-2.2.4.tar.gz) = 31de2038a0fdd9c4c11f8bf3b13fe77bc2a128307f965c8d5fb4dc6d6f6beb79 +SIZE (demjson-2.2.4.tar.gz) = 131457 From owner-svn-ports-all@freebsd.org Sun Jan 3 17:50:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79583A60CA0; Sun, 3 Jan 2016 17:50:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 49F0011CE; Sun, 3 Jan 2016 17:50:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Ho5gI084572; Sun, 3 Jan 2016 17:50:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Ho5hE084571; Sun, 3 Jan 2016 17:50:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601031750.u03Ho5hE084571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 17:50:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405169 - head/databases/postgis20 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 17:50:06 -0000 Author: sunpoet Date: Sun Jan 3 17:50:05 2016 New Revision: 405169 URL: https://svnweb.freebsd.org/changeset/ports/405169 Log: - Remove superfluous / Modified: head/databases/postgis20/Makefile Modified: head/databases/postgis20/Makefile ============================================================================== --- head/databases/postgis20/Makefile Sun Jan 3 17:43:50 2016 (r405168) +++ head/databases/postgis20/Makefile Sun Jan 3 17:50:05 2016 (r405169) @@ -60,9 +60,9 @@ RASTER_LIB_DEPENDS= libgdal.so:${PORTSDI TOPOLOGY_CONFIGURE_WITH=topology post-install: - ${MKDIR} ${STAGEDIR}/${DATADIR}/utils/ ${STAGEDIR}/${DATADIR}/tiger_2010/ - cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR}/utils/ - cd ${WRKSRC}/extras/tiger_geocoder/tiger_2010/ && ${COPYTREE_SHARE} . ${STAGEDIR}/${DATADIR}/tiger_2010/ - ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/* ${STAGEDIR}/${PREFIX}/lib/*.so ${STAGEDIR}/${PREFIX}/lib/postgresql/*.so + ${MKDIR} ${STAGEDIR}${DATADIR}/utils/ ${STAGEDIR}${DATADIR}/tiger_2010/ + cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/utils/ + cd ${WRKSRC}/extras/tiger_geocoder/tiger_2010/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/tiger_2010/ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STAGEDIR}${PREFIX}/lib/*.so ${STAGEDIR}${PREFIX}/lib/postgresql/*.so .include From owner-svn-ports-all@freebsd.org Sun Jan 3 17:50:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF930A60CCF; Sun, 3 Jan 2016 17:50:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 677D81229; Sun, 3 Jan 2016 17:50:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Ho92Q084661; Sun, 3 Jan 2016 17:50:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Ho9lg084660; Sun, 3 Jan 2016 17:50:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601031750.u03Ho9lg084660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 17:50:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405170 - head/databases/postgis21 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 17:50:10 -0000 Author: sunpoet Date: Sun Jan 3 17:50:09 2016 New Revision: 405170 URL: https://svnweb.freebsd.org/changeset/ports/405170 Log: - Do not silence installation message - Remove superfluous / - Use . instead of \* for COPYTREE_SHARE Approved by: portmgr (blanket) Modified: head/databases/postgis21/Makefile Modified: head/databases/postgis21/Makefile ============================================================================== --- head/databases/postgis21/Makefile Sun Jan 3 17:50:05 2016 (r405169) +++ head/databases/postgis21/Makefile Sun Jan 3 17:50:09 2016 (r405170) @@ -57,14 +57,14 @@ post-patch: pre-configure: @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL -post-install: .SILENT - ${MKDIR} ${STAGEDIR}/${DATADIR}/tiger_2011 - (cd ${WRKSRC}/extras/tiger_geocoder/tiger_2011/ && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}/tiger_2011/ "! ( -name *\.orig -o -name *\.bak )" ) - ${MKDIR} ${STAGEDIR}/${DATADIR}/utils - (cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}/utils/ "! ( -name *\.orig -o -name *\.bak )" ) - ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/shp2pgsql - ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/pgsql2shp - ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/liblwgeom-${PORTVERSION}.so - ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/postgresql/postgis-2.1.so +post-install: + ${MKDIR} ${STAGEDIR}${DATADIR}/tiger_2011 + (cd ${WRKSRC}/extras/tiger_geocoder/tiger_2011/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/tiger_2011/ "! ( -name *\.orig -o -name *\.bak )" ) + ${MKDIR} ${STAGEDIR}${DATADIR}/utils + (cd ${WRKSRC}/utils/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/utils/ "! ( -name *\.orig -o -name *\.bak )" ) + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/shp2pgsql + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pgsql2shp + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblwgeom-${PORTVERSION}.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/postgis-2.1.so .include From owner-svn-ports-all@freebsd.org Sun Jan 3 17:50:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6126EA60CF4; Sun, 3 Jan 2016 17:50:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 19E1412FB; Sun, 3 Jan 2016 17:50:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03HoEwx084776; Sun, 3 Jan 2016 17:50:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03HoEp3084774; Sun, 3 Jan 2016 17:50:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601031750.u03HoEp3084774@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 17:50:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405171 - head/deskutils/todo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 17:50:15 -0000 Author: sunpoet Date: Sun Jan 3 17:50:13 2016 New Revision: 405171 URL: https://svnweb.freebsd.org/changeset/ports/405171 Log: - Add LICENSE_FILE - Use USE_GITHUB=yes - Bump PORTREVISION for package change Modified: head/deskutils/todo/Makefile head/deskutils/todo/distinfo Modified: head/deskutils/todo/Makefile ============================================================================== --- head/deskutils/todo/Makefile Sun Jan 3 17:50:09 2016 (r405170) +++ head/deskutils/todo/Makefile Sun Jan 3 17:50:13 2016 (r405171) @@ -4,15 +4,14 @@ PORTNAME= todo PORTVERSION= 2.10 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils -MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${PORTVERSION}/ -DISTNAME= todo.txt_cli-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Todo.txt Manager LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= bash:${PORTSDIR}/shells/bash @@ -28,9 +27,13 @@ PLIST_FILES= bin/todo \ GH_ACCOUNT= ginatrapani GH_PROJECT= todo.txt-cli +USE_GITHUB= yes SHEBANG_FILES= todo.sh todo_completion +post-patch: + @${REINPLACE_CMD} -e 's|@DEV_VERSION@|${PORTVERSION}|' ${WRKSRC}/todo.sh + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${STAGEDIR}${PREFIX}/bin/todo ${INSTALL_DATA} ${WRKSRC}/todo.cfg ${STAGEDIR}${PREFIX}/etc/todo.cfg Modified: head/deskutils/todo/distinfo ============================================================================== --- head/deskutils/todo/distinfo Sun Jan 3 17:50:09 2016 (r405170) +++ head/deskutils/todo/distinfo Sun Jan 3 17:50:13 2016 (r405171) @@ -1,2 +1,2 @@ -SHA256 (todo.txt_cli-2.10.tar.gz) = b59417a26feeafd811e0f1ff17e85e69ac5bcb1a0544b736f539ffb8fe27f6a9 -SIZE (todo.txt_cli-2.10.tar.gz) = 14349 +SHA256 (ginatrapani-todo.txt-cli-v2.10_GH0.tar.gz) = 55b6b86a970c25efcd05b24b37e8141bab623ddfa681638d49fd6fd6907eda2c +SIZE (ginatrapani-todo.txt-cli-v2.10_GH0.tar.gz) = 56509 From owner-svn-ports-all@freebsd.org Sun Jan 3 17:50:20 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04E9CA60D19; Sun, 3 Jan 2016 17:50:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C9BC713B6; Sun, 3 Jan 2016 17:50:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03HoInG084879; Sun, 3 Jan 2016 17:50:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03HoISh084878; Sun, 3 Jan 2016 17:50:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601031750.u03HoISh084878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 17:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405172 - head/devel/p5-Lexical-Var X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 17:50:20 -0000 Author: sunpoet Date: Sun Jan 3 17:50:18 2016 New Revision: 405172 URL: https://svnweb.freebsd.org/changeset/ports/405172 Log: - Strip shared library - Bump PORTREVISION for package change Modified: head/devel/p5-Lexical-Var/Makefile Modified: head/devel/p5-Lexical-Var/Makefile ============================================================================== --- head/devel/p5-Lexical-Var/Makefile Sun Jan 3 17:50:13 2016 (r405171) +++ head/devel/p5-Lexical-Var/Makefile Sun Jan 3 17:50:18 2016 (r405172) @@ -3,7 +3,7 @@ PORTNAME= Lexical-Var PORTVERSION= 0.009 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,4 +20,7 @@ USE_PERL5= modbuild post-patch: @${REINPLACE_CMD} -e '/Lexical::SealRequireHints/d' ${WRKSRC}/Build.PL ${WRKSRC}/lib/Lexical/Var.pm +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lexical/Var/Var.so + .include From owner-svn-ports-all@freebsd.org Sun Jan 3 17:50:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB79BA60D39; Sun, 3 Jan 2016 17:50:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7DA9514EE; Sun, 3 Jan 2016 17:50:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03HoNHc084993; Sun, 3 Jan 2016 17:50:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03HoNBb084991; Sun, 3 Jan 2016 17:50:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601031750.u03HoNBb084991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 17:50:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405173 - head/editors/vim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 17:50:24 -0000 Author: sunpoet Date: Sun Jan 3 17:50:23 2016 New Revision: 405173 URL: https://svnweb.freebsd.org/changeset/ports/405173 Log: - Update to 7.4.1030 Changes: https://github.com/vim/vim/commits/master Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sun Jan 3 17:50:18 2016 (r405172) +++ head/editors/vim/Makefile Sun Jan 3 17:50:23 2016 (r405173) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 7.4.979 +PORTVERSION= 7.4.1030 DISTVERSIONPREFIX= v CATEGORIES?= editors @@ -109,6 +109,7 @@ MAKE_ARGS+= CONF_OPT_PYTHON="--enable-py .endif post-patch: + @${FIND} ${WRKSRC}/ -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} -e 's| $$<| $$>|' @${REINPLACE_CMD} -e '/^install_normal: / s|install-icons|# &|; /cd $$(DEST_BIN); ln -s/d' ${WRKSRC}/src/Makefile @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|g' ${WRKSRC}/src/auto/configure @${ECHO_CMD} '#define SYS_VIMRC_FILE "'${ETCDIR}'/vimrc"' >> ${WRKSRC}/src/feature.h Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sun Jan 3 17:50:18 2016 (r405172) +++ head/editors/vim/distinfo Sun Jan 3 17:50:23 2016 (r405173) @@ -1,2 +1,2 @@ -SHA256 (vim-vim-v7.4.979_GH0.tar.bz2) = b91bd610a07d6d72cb113fe06f2db722a130f8218568e0958a84c266758bd75b -SIZE (vim-vim-v7.4.979_GH0.tar.bz2) = 12315573 +SHA256 (vim-vim-v7.4.1030_GH0.tar.bz2) = 67c503b31981d2ba09d9ad9cbb7fe7e6c148693c165d4ab87aa282ec4acb281a +SIZE (vim-vim-v7.4.1030_GH0.tar.bz2) = 12689045 From owner-svn-ports-all@freebsd.org Sun Jan 3 17:50:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7F56A60D6A; Sun, 3 Jan 2016 17:50:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 711B91604; Sun, 3 Jan 2016 17:50:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03HoSCM085123; Sun, 3 Jan 2016 17:50:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03HoSQu085121; Sun, 3 Jan 2016 17:50:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601031750.u03HoSQu085121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 17:50:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405174 - head/devel/swig30 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 17:50:29 -0000 Author: sunpoet Date: Sun Jan 3 17:50:28 2016 New Revision: 405174 URL: https://svnweb.freebsd.org/changeset/ports/405174 Log: - Update to 3.0.8 - Use PLIST_FILES instead of PLIST - Remove PLIST_SUB - Convert to new options target helper Changes: http://swig.org/release.html Deleted: head/devel/swig30/pkg-plist Modified: head/devel/swig30/Makefile head/devel/swig30/distinfo Modified: head/devel/swig30/Makefile ============================================================================== --- head/devel/swig30/Makefile Sun Jan 3 17:50:23 2016 (r405173) +++ head/devel/swig30/Makefile Sun Jan 3 17:50:28 2016 (r405174) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swig -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.8 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 30 @@ -26,7 +26,8 @@ GNU_CONFIGURE= yes TEST_TARGET= check USES= gmake lua -PLIST_SUB= MAJOR_VER=${PORTVERSION:R} +PLIST_FILES= bin/ccache-swig${PORTVERSION:R} \ + bin/swig${PORTVERSION:R} PORTDATA= * PORTDOCS= * PORTEXAMPLES= * @@ -48,7 +49,11 @@ post-configure: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ccache-swig${PORTVERSION:R} ${STAGEDIR}${PREFIX}/bin/swig${PORTVERSION:R} + +post-install-DOCS-on: cd ${WRKSRC}/Doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${PORTVERSION} + +post-install-EXAMPLES-on: cd ${WRKSRC}/Examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/${PORTVERSION} .include Modified: head/devel/swig30/distinfo ============================================================================== --- head/devel/swig30/distinfo Sun Jan 3 17:50:23 2016 (r405173) +++ head/devel/swig30/distinfo Sun Jan 3 17:50:28 2016 (r405174) @@ -1,2 +1,2 @@ -SHA256 (swig-3.0.7.tar.gz) = 06dc8816a225667ce1eee545af3caf87e1bbaa379c32838d4cea53152514348d -SIZE (swig-3.0.7.tar.gz) = 5923046 +SHA256 (swig-3.0.8.tar.gz) = 58a475dbbd4a4d7075e5fe86d4e54c9edde39847cdb96a3053d87cb64a23a453 +SIZE (swig-3.0.8.tar.gz) = 7937213 From owner-svn-ports-all@freebsd.org Sun Jan 3 17:50:35 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75428A60D99; Sun, 3 Jan 2016 17:50:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 353D017AA; Sun, 3 Jan 2016 17:50:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03HoYux085299; Sun, 3 Jan 2016 17:50:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03HoXX3085294; Sun, 3 Jan 2016 17:50:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601031750.u03HoXX3085294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 17:50:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405175 - in head/sysutils: . p5-Schedule-Cron-Events X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 17:50:35 -0000 Author: sunpoet Date: Sun Jan 3 17:50:33 2016 New Revision: 405175 URL: https://svnweb.freebsd.org/changeset/ports/405175 Log: - Add p5-Schedule-Cron-Events 1.94 - While I'm here, add NO_ARCH Given a line from a crontab, tells you the time at which cron will next run the line, or when the last event occurred, relative to any date you choose. The object keeps that reference date internally, and updates it when you call nextEvent() or previousEvent() - such that successive calls will give you a sequence of events going forward, or backwards, in time. Use setCounterToNow() to reset this reference time to the current date on your system, or use setCounterToDate() to set the reference to any arbitrary time, or resetCounter() to take the object back to the date you constructed it with. This module uses Set::Crontab to understand the date specification, so we should be able to handle all forms of cron entries. WWW: http://search.cpan.org/dist/Schedule-Cron-Events/ PR: 205247 Submitted by: Andrey Kuzmin Added: head/sysutils/p5-Schedule-Cron-Events/ head/sysutils/p5-Schedule-Cron-Events/Makefile (contents, props changed) head/sysutils/p5-Schedule-Cron-Events/distinfo (contents, props changed) head/sysutils/p5-Schedule-Cron-Events/pkg-descr (contents, props changed) head/sysutils/p5-Schedule-Cron-Events/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Jan 3 17:50:28 2016 (r405174) +++ head/sysutils/Makefile Sun Jan 3 17:50:33 2016 (r405175) @@ -653,6 +653,7 @@ SUBDIR += p5-Samba-SIDhelper SUBDIR += p5-Schedule-At SUBDIR += p5-Schedule-Cron + SUBDIR += p5-Schedule-Cron-Events SUBDIR += p5-Schedule-Load SUBDIR += p5-Schedule-Match SUBDIR += p5-Shell-Command Added: head/sysutils/p5-Schedule-Cron-Events/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Schedule-Cron-Events/Makefile Sun Jan 3 17:50:33 2016 (r405175) @@ -0,0 +1,23 @@ +# Created by: Andrey Kuzmin +# $FreeBSD$ + +PORTNAME= Schedule-Cron-Events +PORTVERSION= 1.94 +CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= akuz84@gmail.com +COMMENT= Take a line from a crontab and find out when events will occur + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Set-Crontab>=0:${PORTSDIR}/devel/p5-Set-Crontab +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include Added: head/sysutils/p5-Schedule-Cron-Events/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Schedule-Cron-Events/distinfo Sun Jan 3 17:50:33 2016 (r405175) @@ -0,0 +1,2 @@ +SHA256 (Schedule-Cron-Events-1.94.tar.gz) = 97c544533f617ee4ed7dc4fdc36f72339949432dad7b309f4ed7860cb5de8797 +SIZE (Schedule-Cron-Events-1.94.tar.gz) = 11245 Added: head/sysutils/p5-Schedule-Cron-Events/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Schedule-Cron-Events/pkg-descr Sun Jan 3 17:50:33 2016 (r405175) @@ -0,0 +1,14 @@ +Given a line from a crontab, tells you the time at which cron will next run the +line, or when the last event occurred, relative to any date you choose. The +object keeps that reference date internally, and updates it when you call +nextEvent() or previousEvent() - such that successive calls will give you a +sequence of events going forward, or backwards, in time. + +Use setCounterToNow() to reset this reference time to the current date on your +system, or use setCounterToDate() to set the reference to any arbitrary time, or +resetCounter() to take the object back to the date you constructed it with. + +This module uses Set::Crontab to understand the date specification, so we should +be able to handle all forms of cron entries. + +WWW: http://search.cpan.org/dist/Schedule-Cron-Events/ Added: head/sysutils/p5-Schedule-Cron-Events/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/p5-Schedule-Cron-Events/pkg-plist Sun Jan 3 17:50:33 2016 (r405175) @@ -0,0 +1,4 @@ +bin/cron_event_predict.plx +%%SITE_PERL%%/Schedule/Cron/Events.pm +%%PERL5_MAN1%%/cron_event_predict.plx.1.gz +%%PERL5_MAN3%%/Schedule::Cron::Events.3.gz From owner-svn-ports-all@freebsd.org Sun Jan 3 17:50:40 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E987A60DBF; Sun, 3 Jan 2016 17:50:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3C4F518A4; Sun, 3 Jan 2016 17:50:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Hodv5085426; Sun, 3 Jan 2016 17:50:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03Hod8O085424; Sun, 3 Jan 2016 17:50:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601031750.u03Hod8O085424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 17:50:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405176 - head/security/py-keyring X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 17:50:40 -0000 Author: sunpoet Date: Sun Jan 3 17:50:38 2016 New Revision: 405176 URL: https://svnweb.freebsd.org/changeset/ports/405176 Log: - Update to 5.7.1 Changes: https://github.com/jaraco/keyring/blob/master/CHANGES.rst PR: 205714 Submitted by: Douglas Thrift (maintainer) Modified: head/security/py-keyring/Makefile head/security/py-keyring/distinfo Modified: head/security/py-keyring/Makefile ============================================================================== --- head/security/py-keyring/Makefile Sun Jan 3 17:50:33 2016 (r405175) +++ head/security/py-keyring/Makefile Sun Jan 3 17:50:38 2016 (r405176) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keyring -PORTVERSION= 5.6 +PORTVERSION= 5.7.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ COMMENT= Store and access your passwords LICENSE= PSFL -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:${PORTSDIR}/devel/py-setuptools_scm +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8:${PORTSDIR}/devel/py-pytest \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.9:${PORTSDIR}/devel/py-setuptools_scm NO_ARCH= yes USES= python Modified: head/security/py-keyring/distinfo ============================================================================== --- head/security/py-keyring/distinfo Sun Jan 3 17:50:33 2016 (r405175) +++ head/security/py-keyring/distinfo Sun Jan 3 17:50:38 2016 (r405176) @@ -1,2 +1,2 @@ -SHA256 (keyring-5.6.tar.gz) = 862e8c7ae689bd1e50bf5940c88317c3afad4b71d7c0e0748b273ef769c66adf -SIZE (keyring-5.6.tar.gz) = 69574 +SHA256 (keyring-5.7.1.tar.gz) = 3df352616b856a3aebd699ab2e946d4a6e3b0219e696d5416bfc4c16530eeac0 +SIZE (keyring-5.7.1.tar.gz) = 51956 From owner-svn-ports-all@freebsd.org Sun Jan 3 17:50:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7786A60DEC; Sun, 3 Jan 2016 17:50:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 B93361A76; Sun, 3 Jan 2016 17:50:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03Hohdo085529; Sun, 3 Jan 2016 17:50:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03HohL9085528; Sun, 3 Jan 2016 17:50:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601031750.u03HohL9085528@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 17:50:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405177 - head/databases/pyspatialite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 17:50:45 -0000 Author: sunpoet Date: Sun Jan 3 17:50:43 2016 New Revision: 405177 URL: https://svnweb.freebsd.org/changeset/ports/405177 Log: - Update MASTER_SITES and unbreak this port [1] - While I'm here, use DISTVERSIONSUFFIX instead of DISTNAME PR: 205762 Submitted by: rakuco Obtained from: antoine [1] Approved by: portmgr (blanket) With hat: python Modified: head/databases/pyspatialite/Makefile Modified: head/databases/pyspatialite/Makefile ============================================================================== --- head/databases/pyspatialite/Makefile Sun Jan 3 17:50:38 2016 (r405176) +++ head/databases/pyspatialite/Makefile Sun Jan 3 17:50:43 2016 (r405177) @@ -3,17 +3,15 @@ PORTNAME= pyspatialite PORTVERSION= 3.0.1 +DISTVERSIONSUFFIX= -alpha-0 PORTREVISION= 7 CATEGORIES= databases python -MASTER_SITES= CHEESESHOP +MASTER_SITES= CHEESESHOP/source/p/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha-0 MAINTAINER= coder@tuxfamily.org COMMENT= DB-API 2.0 interface for SQLite 3.x with Spatialite -BROKEN= unfetchable - LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE From owner-svn-ports-all@freebsd.org Sun Jan 3 17:50:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4E25A60E13; Sun, 3 Jan 2016 17:50:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9112F1B7F; Sun, 3 Jan 2016 17:50:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03HomAf085668; Sun, 3 Jan 2016 17:50:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03HomLg085666; Sun, 3 Jan 2016 17:50:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601031750.u03HomLg085666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 3 Jan 2016 17:50:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405178 - in head/audio/id3mtag: . 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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 17:50:50 -0000 Author: sunpoet Date: Sun Jan 3 17:50:48 2016 New Revision: 405178 URL: https://svnweb.freebsd.org/changeset/ports/405178 Log: - Update to 0.80 - Remove MAKE_ARGS - Add BASH option - Respect ICONV_* variables - Convert to new options target helper Changes: https://github.com/squell/id3/releases Deleted: head/audio/id3mtag/files/ Modified: head/audio/id3mtag/Makefile head/audio/id3mtag/distinfo Modified: head/audio/id3mtag/Makefile ============================================================================== --- head/audio/id3mtag/Makefile Sun Jan 3 17:50:43 2016 (r405177) +++ head/audio/id3mtag/Makefile Sun Jan 3 17:50:48 2016 (r405178) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= id3mtag -PORTVERSION= 0.79 +PORTVERSION= 0.80 CATEGORIES= audio MASTER_SITES= http://github.com/squell/id3/releases/download/${PORTVERSION}/ DISTNAME= id3-${PORTVERSION} @@ -15,26 +15,31 @@ LICENSE_FILE= ${WRKSRC}/COPYING MAKEFILE= makefile ALL_TARGET= build -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ - CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" PLIST_FILES= bin/id3 man/man1/id3.1.gz PORTDOCS= README CHANGES -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS BASH +BASH_DESC= Support for bash auto-completion +BASH_PLIST_FILES= share/bash-completion/completions/id3 USES= iconv -CFLAGS+= -I${LOCALBASE}/include -Wno-parentheses -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -CXXFLAGS+= -fno-rtti +CFLAGS+= -I${ICONV_INCLUDE_PATH} +LDFLAGS+= -L${ICONV_PREFIX}/lib ${ICONV_LIB} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/id3 ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/id3.man ${STAGEDIR}${MANPREFIX}/man/man1/id3.1 + +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor +post-install-BASH-on: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions + ${INSTALL_DATA} ${WRKSRC}/bash/complete ${STAGEDIR}${PREFIX}/${BASH_PLIST_FILES} + .include Modified: head/audio/id3mtag/distinfo ============================================================================== --- head/audio/id3mtag/distinfo Sun Jan 3 17:50:43 2016 (r405177) +++ head/audio/id3mtag/distinfo Sun Jan 3 17:50:48 2016 (r405178) @@ -1,2 +1,2 @@ -SHA256 (id3-0.79.tar.gz) = 8ef017440deed8445d957c31d82ee2f5a83d08b4c7274fcba78fb0b70f848b91 -SIZE (id3-0.79.tar.gz) = 71331 +SHA256 (id3-0.80.tar.gz) = aa61735c5806ed77b71de1408a78371d04add8c8c9b1532a055949081e5a35e2 +SIZE (id3-0.80.tar.gz) = 78289 From owner-svn-ports-all@freebsd.org Sun Jan 3 18:11:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAC67A6069D; Sun, 3 Jan 2016 18:11:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7D0741935; Sun, 3 Jan 2016 18:11:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03IB8Y6091634; Sun, 3 Jan 2016 18:11:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03IB8Bb091633; Sun, 3 Jan 2016 18:11:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201601031811.u03IB8Bb091633@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 3 Jan 2016 18:11:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405179 - head/misc/geekcode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 18:11:09 -0000 Author: amdmi3 Date: Sun Jan 3 18:11:08 2016 New Revision: 405179 URL: https://svnweb.freebsd.org/changeset/ports/405179 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers Modified: head/misc/geekcode/Makefile Modified: head/misc/geekcode/Makefile ============================================================================== --- head/misc/geekcode/Makefile Sun Jan 3 17:50:48 2016 (r405178) +++ head/misc/geekcode/Makefile Sun Jan 3 18:11:08 2016 (r405179) @@ -9,15 +9,20 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Geek Code Generator -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/geekcode PORTDOCS= geekcode.txt +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/geekcode.txt ${STAGEDIR}${DOCSDIR} From owner-svn-ports-all@freebsd.org Sun Jan 3 18:13:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67741A6086B; Sun, 3 Jan 2016 18:13:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3EC281CE0; Sun, 3 Jan 2016 18:13:46 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u03IDj8u094269; Sun, 3 Jan 2016 18:13:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u03IDjgR094266; Sun, 3 Jan 2016 18:13:45 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201601031813.u03IDjgR094266@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 3 Jan 2016 18:13:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405180 - head/math/jags X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 18:13:46 -0000 Author: pi Date: Sun Jan 3 18:13:44 2016 New Revision: 405180 URL: https://svnweb.freebsd.org/changeset/ports/405180 Log: math/jags: 3.4.0 -> 4.0.0 - New WWW - Changes: https://martynplummer.wordpress.com/2015/08/02/whats-new-in-jags-4-0-0-part-14-reproducibility-and-testing/ https://martynplummer.wordpress.com/2015/08/09/whats-new-in-jags-4-0-0-part-24-dealing-with-undefined-nodes/ https://martynplummer.wordpress.com/2015/08/16/whats-new-in-jags-4-0-0-part-34-r-style-features/#more-353 PR: 204525 Submitted by: Rainer Hurling Approved by: bf Modified: head/math/jags/Makefile head/math/jags/distinfo head/math/jags/pkg-plist Modified: head/math/jags/Makefile ============================================================================== --- head/math/jags/Makefile Sun Jan 3 18:11:08 2016 (r405179) +++ head/math/jags/Makefile Sun Jan 3 18:13:44 2016 (r405180) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= mcmc-jags -PORTVERSION= 3.4.0 -PORTREVISION= 4 +PORTVERSION= 4.0.0 CATEGORIES= math MASTER_SITES= SF/mcmc-jags/JAGS/${S}.x/Source/:1 \ SF/mcmc-jags/Examples/${S}.x/:2 \ SF/mcmc-jags/Manuals/2.x/:3 \ SF/mcmc-jags/Manuals/${S}.x/:4 DISTFILES= JAGS-${PORTVERSION}${EXTRACT_SUFX}:1 +DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTFILES:M*[12]:C|:.*||} MAINTAINER= bf@FreeBSD.org @@ -18,14 +18,12 @@ COMMENT= Just Another Gibbs Sampler LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= bison fortran gmake libtool +USES= bison compiler:features fortran gmake libtool localbase +USE_GCC= yes USE_LDCONFIG= yes -DIST_SUBDIR= ${PORTNAME} WRKSRC= ${WRKDIR}/JAGS-${PORTVERSION} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= MODULEVERSION=${S} S= ${PORTVERSION:C|\..*||} @@ -57,7 +55,7 @@ LIB_DEPENDS+= libblas.so:${PORTSDIR}/mat LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack CONFIGURE_ARGS= --with-lapack="-llapack" --with-blas="-lblas" .else -IGNORE= : invalid value for WITH_BLAS: ${WITH_BLAS} +IGNORE= invalid value for WITH_BLAS: ${WITH_BLAS} .endif post-patch: Modified: head/math/jags/distinfo ============================================================================== --- head/math/jags/distinfo Sun Jan 3 18:11:08 2016 (r405179) +++ head/math/jags/distinfo Sun Jan 3 18:13:44 2016 (r405180) @@ -1,10 +1,10 @@ -SHA256 (mcmc-jags/JAGS-3.4.0.tar.gz) = 2beaa9a2672c2c95efc55ffa4c8b597a872f20232373daebd17ad539d3d7d82b -SIZE (mcmc-jags/JAGS-3.4.0.tar.gz) = 1677450 +SHA256 (mcmc-jags/JAGS-4.0.0.tar.gz) = a1d572269029d90d4e8b25757fd7ae9678994bd682937ec505ddcf06185d2c4c +SIZE (mcmc-jags/JAGS-4.0.0.tar.gz) = 1880476 SHA256 (mcmc-jags/jags_developer_manual.pdf) = 6e7c707b94ffc931807198cc162e8b254859bb774695ae39ef1c1c175560259b SIZE (mcmc-jags/jags_developer_manual.pdf) = 71319 -SHA256 (mcmc-jags/jags_installation_manual.pdf) = 4b339af679186783f1bcfc1c31483238cbd46eb9f1f31eb853da51dae61cb3e5 -SIZE (mcmc-jags/jags_installation_manual.pdf) = 167002 -SHA256 (mcmc-jags/jags_user_manual.pdf) = febaf9b22cee57c2fc688a16969d3ddeaa83c1dee7915b872a6cf6772b1f9958 -SIZE (mcmc-jags/jags_user_manual.pdf) = 325886 -SHA256 (mcmc-jags/classic-bugs.tar.gz) = eee97e64f06189a13f6fdee738ea65db088eafa63a5eddedeef66c685f920bae -SIZE (mcmc-jags/classic-bugs.tar.gz) = 83112 +SHA256 (mcmc-jags/jags_installation_manual.pdf) = 022fcedcf85b259cfe52b13b8a1c3b02a4f0af3ab8370a160c9d5bc739699848 +SIZE (mcmc-jags/jags_installation_manual.pdf) = 208573 +SHA256 (mcmc-jags/jags_user_manual.pdf) = d4151d383868b700531fc54b1b4849085cb313e4e360d72acf031675331383bb +SIZE (mcmc-jags/jags_user_manual.pdf) = 349318 +SHA256 (mcmc-jags/classic-bugs.tar.gz) = 6428cc0a971010633a349addafcb1c87621557c9497e9fd29cb94bd4e6e04d52 +SIZE (mcmc-jags/classic-bugs.tar.gz) = 83784 Modified: head/math/jags/pkg-plist ============================================================================== --- head/math/jags/pkg-plist Sun Jan 3 18:11:08 2016 (r405179) +++ head/math/jags/pkg-plist Sun Jan 3 18:13:44 2016 (r405180) @@ -1,9 +1,7 @@ bin/mcmc-jags include/JAGS/Console.h include/JAGS/JRmath.h -include/JAGS/Module.h include/JAGS/compiler/Compiler.h -include/JAGS/compiler/ConstantFactory.h include/JAGS/compiler/Counter.h include/JAGS/compiler/CounterTab.h include/JAGS/compiler/LogicalFactory.h @@ -16,16 +14,25 @@ include/JAGS/distribution/DistError.h include/JAGS/distribution/DistPtr.h include/JAGS/distribution/DistTab.h include/JAGS/distribution/Distribution.h +include/JAGS/distribution/RScalarDist.h include/JAGS/distribution/ScalarDist.h include/JAGS/distribution/VectorDist.h include/JAGS/function/ArrayFunction.h +include/JAGS/function/ArrayLogDensity.h +include/JAGS/function/DFunction.h +include/JAGS/function/DPQFunction.h include/JAGS/function/FuncError.h include/JAGS/function/FuncTab.h include/JAGS/function/Function.h include/JAGS/function/FunctionPtr.h include/JAGS/function/LinkFunction.h +include/JAGS/function/PFunction.h +include/JAGS/function/QFunction.h include/JAGS/function/ScalarFunction.h +include/JAGS/function/ScalarLogDensity.h +include/JAGS/function/ScalarVectorFunction.h include/JAGS/function/VectorFunction.h +include/JAGS/function/VectorLogDensity.h include/JAGS/graph/AggNode.h include/JAGS/graph/ArrayLogicalNode.h include/JAGS/graph/ArrayStochasticNode.h @@ -35,9 +42,11 @@ include/JAGS/graph/Graph.h include/JAGS/graph/GraphMarks.h include/JAGS/graph/LinkNode.h include/JAGS/graph/LogicalNode.h +include/JAGS/graph/MixTab.h include/JAGS/graph/MixtureNode.h include/JAGS/graph/Node.h include/JAGS/graph/NodeError.h +include/JAGS/graph/ParentError.h include/JAGS/graph/ScalarLogicalNode.h include/JAGS/graph/ScalarStochasticNode.h include/JAGS/graph/StochasticNode.h @@ -51,27 +60,34 @@ include/JAGS/model/MonitorControl.h include/JAGS/model/MonitorFactory.h include/JAGS/model/MonitorInfo.h include/JAGS/model/NodeArray.h +include/JAGS/model/NodeArraySubset.h include/JAGS/model/SymTab.h +include/JAGS/module/Module.h include/JAGS/module/ModuleError.h include/JAGS/rng/RNG.h -include/JAGS/rng/RmathRNG.h include/JAGS/rng/RNGFactory.h +include/JAGS/rng/RmathRNG.h include/JAGS/rng/TruncatedNormal.h include/JAGS/sampler/GraphView.h +include/JAGS/sampler/ImmutableSampleMethod.h +include/JAGS/sampler/ImmutableSampler.h include/JAGS/sampler/Linear.h include/JAGS/sampler/Metropolis.h -include/JAGS/sampler/ParallelSampler.h +include/JAGS/sampler/MutableSampleMethod.h +include/JAGS/sampler/MutableSampler.h include/JAGS/sampler/RWMetropolis.h -include/JAGS/sampler/SampleMethod.h +include/JAGS/sampler/SampleMethodNoAdapt.h include/JAGS/sampler/Sampler.h include/JAGS/sampler/SamplerFactory.h include/JAGS/sampler/SingletonFactory.h +include/JAGS/sampler/SingletonGraphView.h include/JAGS/sampler/Slicer.h include/JAGS/sampler/StepAdapter.h include/JAGS/sampler/TemperedMetropolis.h include/JAGS/sarray/Range.h include/JAGS/sarray/