From owner-svn-ports-head@freebsd.org Sun Feb 25 00:01:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3374AF2E663; Sun, 25 Feb 2018 00:01:40 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D94F97E5C9; Sun, 25 Feb 2018 00:01:39 +0000 (UTC) (envelope-from stephen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D43702CA22; Sun, 25 Feb 2018 00:01:39 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P01dpS092151; Sun, 25 Feb 2018 00:01:39 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P01dUH092150; Sun, 25 Feb 2018 00:01:39 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201802250001.w1P01dUH092150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 25 Feb 2018 00:01:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462884 - head/math/octave-forge X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave-forge X-SVN-Commit-Revision: 462884 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 00:01:40 -0000 Author: stephen Date: Sun Feb 25 00:01:39 2018 New Revision: 462884 URL: https://svnweb.freebsd.org/changeset/ports/462884 Log: - Remove broken dependencies. - Update to 20180224. Modified: head/math/octave-forge/Makefile Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Sat Feb 24 23:50:25 2018 (r462883) +++ head/math/octave-forge/Makefile Sun Feb 25 00:01:39 2018 (r462884) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge -PORTVERSION= 20170622 +PORTVERSION= 20180224 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -10,29 +10,29 @@ COMMENT= Octave-forge metaport for math/octave USES= metaport -OPTIONS_DEFINE= ACTUARIAL AD AUDIO BENCHMARK BIM BIOINFO BSLTL CGI \ - CIVIL_ENGINEERING COMMUNICATIONS CONTROL DATA_SMOOTHING \ - DATABASE DATAFRAME DICOM DIVAND DOCTEST ECONOMETRICS ENGINE \ +OPTIONS_DEFINE= ACTUARIAL AUDIO BENCHMARK BIM BIOINFO BSLTL CGI \ + CIVIL_ENGINEERING CONTROL DATA_SMOOTHING \ + DATABASE DATAFRAME DIVAND DOCTEST ECONOMETRICS ENGINE \ FENV FITS \ FINANCIAL FL_CORE FPL FUZZY_LOGIC_TOOLKIT GA GEOMETRY GENERAL \ GENERATE_HTML GNUPLOT GSL IDENT IMAGE \ INFORMATIONTHEORY INTEGRATION INTERVAL IO IRSA LEVEL_SET \ LINEAR_ALGEBRA LSSA LTFAT \ MAPPING MECHANICS MISCELLANEOUS MISSING_FUNCTIONS MSH \ - MULTICORE MVN NAN NCARRAY NETCDF NLWING2 NNET NURBS OCS \ - OCT2MAT OCTCDF OCTCLIP OCTGPR OCTPROJ ODEBVP ODEPKG OPTICS \ - OPTIM OPTIMINTERP OUTLIERS PARALLEL PDB PLOT PT_BR QUATERNION \ + MULTICORE MVN NAN NCARRAY NETCDF NLWING2 NNET NURBS \ + OCT2MAT OCTCLIP OCTPROJ ODEBVP OPTICS \ + OPTIM OPTIMINTERP OUTLIERS PARALLEL PDB PLOT QUATERNION \ QUEUEING SECS1D SECS2D SECS3D SIGNAL SIMP SOCKETS SPECFUN \ - SPECIAL_MATRIX SPLINE_GCVSPL SPLINES STATISTICS STK STRINGS \ - STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO XRAYLIB \ + SPECIAL_MATRIX SPLINES STATISTICS STK STRINGS \ + STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \ ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NAD:NDICOM:NOCTGPR:NSPLINE_GCVSPL:NXRAYLIB} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NOCTCLIP:NOCTPROJ} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs .for OPT in ${OPTIONS_DEFINE} -. if ${OPTIONS_DEFINE:MGENERATE_HTML} == ${OPT} || ${OPTIONS_DEFINE:MPT_BR} == ${OPT} +. if ${OPTIONS_DEFINE:MGENERATE_HTML} == ${OPT} ${OPT}_DESC= Install package: ${OPT:tl} ${OPT}_RUN_DEPENDS= ${TARBALLS_DIR}/${OPT:tl}.tar.gz:math/octave-forge-${OPT:tl} . else From owner-svn-ports-head@freebsd.org Sun Feb 25 00:10:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7641F2F14C; Sun, 25 Feb 2018 00:10:50 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A6D57ECA2; Sun, 25 Feb 2018 00:10:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5505D2CA89; Sun, 25 Feb 2018 00:10:50 +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 w1P0AoST094850; Sun, 25 Feb 2018 00:10:50 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P0AnsC094845; Sun, 25 Feb 2018 00:10:49 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201802250010.w1P0AnsC094845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 25 Feb 2018 00:10:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462885 - in head: deskutils/treeline games/connectagram games/cutemaze games/gottet X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head: deskutils/treeline games/connectagram games/cutemaze games/gottet X-SVN-Commit-Revision: 462885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 00:10:50 -0000 Author: jhale Date: Sun Feb 25 00:10:49 2018 New Revision: 462885 URL: https://svnweb.freebsd.org/changeset/ports/462885 Log: Adopt a few ports Modified: head/deskutils/treeline/Makefile head/games/connectagram/Makefile head/games/cutemaze/Makefile head/games/gottet/Makefile Modified: head/deskutils/treeline/Makefile ============================================================================== --- head/deskutils/treeline/Makefile Sun Feb 25 00:01:39 2018 (r462884) +++ head/deskutils/treeline/Makefile Sun Feb 25 00:10:49 2018 (r462885) @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/:treeline DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:treeline EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhale@FreeBSD.org COMMENT= Structured information storage program LICENSE= GPLv2 Modified: head/games/connectagram/Makefile ============================================================================== --- head/games/connectagram/Makefile Sun Feb 25 00:01:39 2018 (r462884) +++ head/games/connectagram/Makefile Sun Feb 25 00:10:49 2018 (r462885) @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= http://gottcode.org/connectagram/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhale@FreeBSD.org COMMENT= Word unscrambling game LICENSE= GPLv3+ Modified: head/games/cutemaze/Makefile ============================================================================== --- head/games/cutemaze/Makefile Sun Feb 25 00:01:39 2018 (r462884) +++ head/games/cutemaze/Makefile Sun Feb 25 00:10:49 2018 (r462885) @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhale@FreeBSD.org COMMENT= Simple, top-down game in which mazes are randomly generated LICENSE= GPLv3+ Modified: head/games/gottet/Makefile ============================================================================== --- head/games/gottet/Makefile Sun Feb 25 00:01:39 2018 (r462884) +++ head/games/gottet/Makefile Sun Feb 25 00:10:49 2018 (r462885) @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= https://gottcode.org/gottet/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhale@FreeBSD.org COMMENT= Tetris clone LICENSE= GPLv3+ From owner-svn-ports-head@freebsd.org Sun Feb 25 00:12:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4417EF2F3F2; Sun, 25 Feb 2018 00:12:33 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDAD67EED7; Sun, 25 Feb 2018 00:12:32 +0000 (UTC) (envelope-from stephen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E875E2CBF8; Sun, 25 Feb 2018 00:12:32 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P0CWhe099404; Sun, 25 Feb 2018 00:12:32 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P0CW2F099402; Sun, 25 Feb 2018 00:12:32 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201802250012.w1P0CW2F099402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 25 Feb 2018 00:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462886 - in head: . math math/octave-forge-octcdf math/octave-forge-pt_br X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: in head: . math math/octave-forge-octcdf math/octave-forge-pt_br X-SVN-Commit-Revision: 462886 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 00:12:33 -0000 Author: stephen Date: Sun Feb 25 00:12:32 2018 New Revision: 462886 URL: https://svnweb.freebsd.org/changeset/ports/462886 Log: - Remove octave-forge ports no longer supported upstream. Deleted: head/math/octave-forge-octcdf/ head/math/octave-forge-pt_br/ Modified: head/MOVED head/math/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 25 00:10:49 2018 (r462885) +++ head/MOVED Sun Feb 25 00:12:32 2018 (r462886) @@ -10125,3 +10125,5 @@ x11/plasma-scriptengine-python|x11/plasma-scriptengine misc/tpp||2018-02-23|Has expired: Depends on expired devel/ruby-ncurses net/raggle||2018-02-23|Has expired: Depends on expired devel/ruby-ncurses devel/ruby-ncurses||2018-02-23|Has expired: Marked BROKEN for more than 6 months +math/octave-forge-octcdf||2018-02-24|No longer supported upstream +math/octave-forge-pt_br||2018-02-24|No longer supported upstream Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Feb 25 00:10:49 2018 (r462885) +++ head/math/Makefile Sun Feb 25 00:12:32 2018 (r462886) @@ -397,7 +397,6 @@ SUBDIR += octave-forge-nurbs SUBDIR += octave-forge-ocs SUBDIR += octave-forge-oct2mat - SUBDIR += octave-forge-octcdf SUBDIR += octave-forge-octclip SUBDIR += octave-forge-octproj SUBDIR += octave-forge-odebvp @@ -409,7 +408,6 @@ SUBDIR += octave-forge-parallel SUBDIR += octave-forge-pdb SUBDIR += octave-forge-plot - SUBDIR += octave-forge-pt_br SUBDIR += octave-forge-quaternion SUBDIR += octave-forge-queueing SUBDIR += octave-forge-secs1d From owner-svn-ports-head@freebsd.org Sun Feb 25 00:40:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47E8CF30C67; Sun, 25 Feb 2018 00:40:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4E1C7FD5E; Sun, 25 Feb 2018 00:40:46 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB7772CF45; Sun, 25 Feb 2018 00:40:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P0ek9Y013151; Sun, 25 Feb 2018 00:40:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P0ebBt012271; Sun, 25 Feb 2018 00:40:37 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802250040.w1P0ebBt012271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Feb 2018 00:40:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462887 - in head: archivers/py-bz2file archivers/py-python-lzo audio/blop-lv2 audio/caps-lv2 audio/jalv audio/libfilteraudio audio/libltc audio/lv2file audio/lvtk audio/mda-lv2 audio/m... X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: archivers/py-bz2file archivers/py-python-lzo audio/blop-lv2 audio/caps-lv2 audio/jalv audio/libfilteraudio audio/libltc audio/lv2file audio/lvtk audio/mda-lv2 audio/midi-matrix-lv2 audio/moon... X-SVN-Commit-Revision: 462887 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 00:40:47 -0000 Author: yuri Date: Sun Feb 25 00:40:37 2018 New Revision: 462887 URL: https://svnweb.freebsd.org/changeset/ports/462887 Log: Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org 98 ports are affected. Approved by: tcberner (mentor, implicit) Modified: head/archivers/py-bz2file/Makefile head/archivers/py-python-lzo/Makefile head/audio/blop-lv2/Makefile head/audio/caps-lv2/Makefile head/audio/jalv/Makefile head/audio/libfilteraudio/Makefile head/audio/libltc/Makefile head/audio/lv2file/Makefile head/audio/lvtk/Makefile head/audio/mda-lv2/Makefile head/audio/midi-matrix-lv2/Makefile head/audio/moony-lv2/Makefile head/audio/orbit-lv2/Makefile head/audio/py-hsaudiotag/Makefile head/audio/py-opuslib/Makefile head/audio/py-py-jack/Makefile head/audio/qmidiarp/Makefile head/audio/rtmidi/Makefile head/audio/sherlock-lv2/Makefile head/audio/stk/Makefile head/audio/swh-lv2/Makefile head/audio/synthpod-lv2/Makefile head/audio/vm-lv2/Makefile head/audio/x42-plugins-lv2/Makefile head/audio/zita-convolver/Makefile head/databases/py-oursql/Makefile head/databases/py-pickleshare/Makefile head/databases/sqlite-ext-regexp/Makefile head/databases/sqlite-ext-spellfix/Makefile head/deskutils/anamnesis/Makefile head/devel/dbus-c++/Makefile head/devel/opendht/Makefile head/devel/py-bandit/Makefile head/devel/py-constantly/Makefile head/devel/py-contextlib2/Makefile head/devel/py-cycler/Makefile head/devel/py-dill/Makefile head/devel/py-incremental/Makefile head/devel/py-ipython_genutils/Makefile head/devel/py-louie/Makefile head/devel/py-nose-cov/Makefile head/devel/py-opster/Makefile head/devel/py-pathlib2/Makefile head/devel/py-pybind11/Makefile head/devel/py-traitlets/Makefile head/dns/py-dnschain/Makefile head/finance/bitcoin-armory/Makefile head/finance/py-bitcoin/Makefile head/finance/py-python-obelisk/Makefile head/games/retroarch/Makefile head/graphics/guetzli/Makefile head/graphics/hiptext/Makefile head/graphics/lightzone/Makefile head/graphics/py-djvulibre/Makefile head/mail/mailpile/Makefile head/math/py-gmpy2/Makefile head/math/py-pyhull/Makefile head/math/py-pysparse/Makefile head/math/py-pyvtk/Makefile head/math/timbl/Makefile head/misc/py-fuzzy/Makefile head/misc/py-python-geohash/Makefile head/multimedia/py-flvlib/Makefile head/net-im/py-toxcore-c/Makefile head/net-im/py-unmessage/Makefile head/net-im/ring-daemon/Makefile head/net-im/ring-gnome/Makefile head/net-im/ring-libclient/Makefile head/net-im/telepathy-sofiasip/Makefile head/net-p2p/qbittorrent/Makefile head/net/py-cjdns/Makefile head/net/py-coherence/Makefile head/net/py-pystun/Makefile head/net/py-txrestapi/Makefile head/net/py-upnp-inspector/Makefile head/net/tiny-network-utilities/Makefile head/net/torsocks/Makefile head/net/zmap/Makefile head/science/py-scikit-fuzzy/Makefile head/science/py-scikit-sparse/Makefile head/security/eschalot/Makefile head/security/highwayhash/Makefile head/security/py-cryptlib_py/Makefile head/security/py-pgpdump/Makefile head/security/py-pyaxo/Makefile head/security/py-pyelliptic/Makefile head/security/vm-to-tor/Makefile head/sysutils/bsdstats/Makefile head/textproc/jq/Makefile head/textproc/py-hexdump/Makefile head/textproc/py-mwparserfromhell/Makefile head/textproc/py-pyphen/Makefile head/textproc/uchardet/Makefile head/textproc/zxing-cpp/Makefile head/www/butterfly/Makefile head/www/py-html/Makefile head/www/py-pywikibot/Makefile head/www/py-rfc3986/Makefile Modified: head/archivers/py-bz2file/Makefile ============================================================================== --- head/archivers/py-bz2file/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/archivers/py-bz2file/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Read and write bzip2-compressed files LICENSE= APACHE20 Modified: head/archivers/py-python-lzo/Makefile ============================================================================== --- head/archivers/py-python-lzo/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/archivers/py-python-lzo/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Python bindings for the LZO data compression library LICENSE= GPLv2 Modified: head/audio/blop-lv2/Makefile ============================================================================== --- head/audio/blop-lv2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/blop-lv2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -6,7 +6,7 @@ PORTVERSION= 1.0.0 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Bandlimited oscillator plugins for LV2-aware audio applications LICENSE= GPLv3 Modified: head/audio/caps-lv2/Makefile ============================================================================== --- head/audio/caps-lv2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/caps-lv2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -5,7 +5,7 @@ PORTNAME= caps-lv2 PORTVERSION= g20170626 CATEGORIES= audio -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= LV2 version of the C* Audio Plugin Suite LICENSE= GPLv3 Modified: head/audio/jalv/Makefile ============================================================================== --- head/audio/jalv/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/jalv/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Simple but fully featured LV2 plugin host for Jack LICENSE= PD Modified: head/audio/libfilteraudio/Makefile ============================================================================== --- head/audio/libfilteraudio/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/libfilteraudio/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -5,7 +5,7 @@ PORTNAME= libfilteraudio PORTVERSION= 0.150524 CATEGORIES= audio -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight audio filtering library made from webrtc code LICENSE= BSD3CLAUSE Modified: head/audio/libltc/Makefile ============================================================================== --- head/audio/libltc/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/libltc/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -6,7 +6,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 CATEGORIES= audio -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Linear/Logitudinal Time Code (LTC) Library LICENSE= LGPL3 Modified: head/audio/lv2file/Makefile ============================================================================== --- head/audio/lv2file/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/lv2file/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -6,7 +6,7 @@ DISTVERSION= 0.82-1-19 DISTVERSIONSUFFIX= -gaed7c77 CATEGORIES= audio -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Simple program that apples LV2 effects to audio files LICENSE= GPLv3 Modified: head/audio/lvtk/Makefile ============================================================================== --- head/audio/lvtk/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/lvtk/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -5,7 +5,7 @@ PORTNAME= lvtk PORTVERSION= 1.2.0 CATEGORIES= audio -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Wraps the LV2 C API and extensions into easy to use C++ classes LICENSE= GPLv3 Modified: head/audio/mda-lv2/Makefile ============================================================================== --- head/audio/mda-lv2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/mda-lv2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -6,7 +6,7 @@ PORTVERSION= 1.2.2 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= LV2 port of the MDA plugins by Paul Kellett LICENSE= GPLv3 Modified: head/audio/midi-matrix-lv2/Makefile ============================================================================== --- head/audio/midi-matrix-lv2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/midi-matrix-lv2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/midi_matrix.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/ PKGNAMESUFFIX= -lv2 -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= LV2 'Midi Matrix' plugin bundle: 'Channel Filter' LICENSE= ART20 Modified: head/audio/moony-lv2/Makefile ============================================================================== --- head/audio/moony-lv2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/moony-lv2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/moony.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/ PKGNAMESUFFIX= -lv2 -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Realtime Lua as programmable glue in LV2 LICENSE= ART20 Modified: head/audio/orbit-lv2/Makefile ============================================================================== --- head/audio/orbit-lv2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/orbit-lv2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/orbit.lv2/repository/archive.tar.gz?ref=aca0b7a&dummy=/ PKGNAMESUFFIX= -lv2 -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= LV2 plugin bundle from Open Music Kontrollers LICENSE= ART20 Modified: head/audio/py-hsaudiotag/Makefile ============================================================================== --- head/audio/py-hsaudiotag/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/py-hsaudiotag/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Read metdata (tags) of mp3, mp4, wma, ogg, flac and aiff files LICENSE= BSD3CLAUSE Modified: head/audio/py-opuslib/Makefile ============================================================================== --- head/audio/py-opuslib/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/py-opuslib/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Python bindings to the libopus, IETF low-delay audio codec LICENSE= BSD3CLAUSE Modified: head/audio/py-py-jack/Makefile ============================================================================== --- head/audio/py-py-jack/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/py-py-jack/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Python bindings for the Jack Audio Server LICENSE= GPLv2 Modified: head/audio/qmidiarp/Makefile ============================================================================== --- head/audio/qmidiarp/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/qmidiarp/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ PORTREVISION= 1 DISTVERSIONSUFFIX= -g1a15c13 CATEGORIES= audio -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= MIDI arpeggiator, sequencer and LFO for JACK LICENSE= GPLv2 Modified: head/audio/rtmidi/Makefile ============================================================================== --- head/audio/rtmidi/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/rtmidi/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -6,7 +6,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 3.0.0 CATEGORIES= audio -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Set of C++ classes that provide a common API for realtime MIDI I/O LICENSE= MIT Modified: head/audio/sherlock-lv2/Makefile ============================================================================== --- head/audio/sherlock-lv2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/sherlock-lv2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -6,7 +6,7 @@ PORTVERSION= 0.14.0 CATEGORIES= audio PKGNAMESUFFIX= -lv2 -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Investigative LV2 plugin bundle LICENSE= ART20 Modified: head/audio/stk/Makefile ============================================================================== --- head/audio/stk/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/stk/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -6,7 +6,7 @@ PORTVERSION= 4.6.0 CATEGORIES= audio MASTER_SITES= http://ccrma.stanford.edu/software/stk/release/ -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Synthesis ToolKit in C++ LICENSE= MIT Modified: head/audio/swh-lv2/Makefile ============================================================================== --- head/audio/swh-lv2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/swh-lv2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ DISTVERSIONSUFFIX= -g1aa77e5 CATEGORIES= audio PKGNAMESUFFIX= -lv2 -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= SWH Plugins in LV2 format LICENSE= GPLv2 Modified: head/audio/synthpod-lv2/Makefile ============================================================================== --- head/audio/synthpod-lv2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/synthpod-lv2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= audio PKGNAMESUFFIX= -lv2 -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight Nonlinear LV2 Plugin Container LICENSE= ART20 Modified: head/audio/vm-lv2/Makefile ============================================================================== --- head/audio/vm-lv2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/vm-lv2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ CATEGORIES= audio MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/vm.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/ PKGNAMESUFFIX= -lv2 -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Virtual machine LV2 plugin bundle LICENSE= ART20 Modified: head/audio/x42-plugins-lv2/Makefile ============================================================================== --- head/audio/x42-plugins-lv2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/x42-plugins-lv2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= audio MASTER_SITES= http://gareus.org/misc/x42-plugins/ PKGNAMESUFFIX= -lv2 -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Collection of LV2 plugins (submodules) BUILD_DEPENDS= lv2>0:audio/lv2 \ Modified: head/audio/zita-convolver/Makefile ============================================================================== --- head/audio/zita-convolver/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/audio/zita-convolver/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Fast, partitioned convolution engine library LICENSE= GPLv3 Modified: head/databases/py-oursql/Makefile ============================================================================== --- head/databases/py-oursql/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/databases/py-oursql/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= MySQL bindings for python LICENSE= BSD2CLAUSE Modified: head/databases/py-pickleshare/Makefile ============================================================================== --- head/databases/py-pickleshare/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/databases/py-pickleshare/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Tiny shelve-like database with concurrency support LICENSE= MIT Modified: head/databases/sqlite-ext-regexp/Makefile ============================================================================== --- head/databases/sqlite-ext-regexp/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/databases/sqlite-ext-regexp/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ MASTER_SITES= https://www.sqlite.org/2015/ http://www2 DISTNAME= sqlite-src-${PORTVERSION:S|8.|8|:S|.|0|g} DIST_SUBDIR= sqlite-ext -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Regular-expression matcher using NFA engine for SQLite LICENSE= public Modified: head/databases/sqlite-ext-spellfix/Makefile ============================================================================== --- head/databases/sqlite-ext-spellfix/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/databases/sqlite-ext-spellfix/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ MASTER_SITES= https://www.sqlite.org/2015/ http://www2 DISTNAME= sqlite-src-${PORTVERSION:S|8.|8|:S|.|0|g} DIST_SUBDIR= sqlite-ext -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Search large vocabulary for close matches for SQLite LICENSE= public Modified: head/deskutils/anamnesis/Makefile ============================================================================== --- head/deskutils/anamnesis/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/deskutils/anamnesis/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= SF -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Clipboard manager that stores all clipboard history LICENSE= GPLv3 Modified: head/devel/dbus-c++/Makefile ============================================================================== --- head/devel/dbus-c++/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/dbus-c++/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= pw CATEGORIES= devel gnome -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= C++ API for D-BUS LICENSE= LGPL21+ Modified: head/devel/opendht/Makefile ============================================================================== --- head/devel/opendht/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/opendht/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -6,7 +6,7 @@ PORTVERSION= 0.5.2 PORTREVISION= 3 CATEGORIES= devel net -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight Distributed Hash Table implementation LICENSE= GPLv3 Modified: head/devel/py-bandit/Makefile ============================================================================== --- head/devel/py-bandit/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/py-bandit/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Tool for finding common security issues in Python code LICENSE= APACHE20 Modified: head/devel/py-constantly/Makefile ============================================================================== --- head/devel/py-constantly/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/py-constantly/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Provides symbolic constant support to Python projects LICENSE= MIT Modified: head/devel/py-contextlib2/Makefile ============================================================================== --- head/devel/py-contextlib2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/py-contextlib2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Backports and enhancements for the contextlib module LICENSE= BSD2CLAUSE Modified: head/devel/py-cycler/Makefile ============================================================================== --- head/devel/py-cycler/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/py-cycler/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP/source/C/Cycler PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Composable style cycles LICENSE= BSD2CLAUSE Modified: head/devel/py-dill/Makefile ============================================================================== --- head/devel/py-dill/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/py-dill/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Serialize all of python LICENSE= BSD3CLAUSE Modified: head/devel/py-incremental/Makefile ============================================================================== --- head/devel/py-incremental/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/py-incremental/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Library that versions your Python projects LICENSE= MIT Modified: head/devel/py-ipython_genutils/Makefile ============================================================================== --- head/devel/py-ipython_genutils/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/py-ipython_genutils/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Vestigial utilities from IPython LICENSE= BSD3CLAUSE Modified: head/devel/py-louie/Makefile ============================================================================== --- head/devel/py-louie/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/py-louie/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Signal dispatching mechanism LICENSE= BSD2CLAUSE Modified: head/devel/py-nose-cov/Makefile ============================================================================== --- head/devel/py-nose-cov/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/py-nose-cov/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Nose plugin for coverage reporting LICENSE= MIT Modified: head/devel/py-opster/Makefile ============================================================================== --- head/devel/py-opster/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/py-opster/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Command line parsing speedster LICENSE= BSD2CLAUSE Modified: head/devel/py-pathlib2/Makefile ============================================================================== --- head/devel/py-pathlib2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/py-pathlib2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Object-oriented filesystem paths LICENSE= MIT Modified: head/devel/py-pybind11/Makefile ============================================================================== --- head/devel/py-pybind11/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/py-pybind11/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Seamless interoperability between C++11 and Python LICENSE= BSD3CLAUSE Modified: head/devel/py-traitlets/Makefile ============================================================================== --- head/devel/py-traitlets/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/devel/py-traitlets/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Configuration system for Python applications LICENSE= BSD3CLAUSE Modified: head/dns/py-dnschain/Makefile ============================================================================== --- head/dns/py-dnschain/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/dns/py-dnschain/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Library for looking up blockchain data via DNSChain LICENSE= MPL20 Modified: head/finance/bitcoin-armory/Makefile ============================================================================== --- head/finance/bitcoin-armory/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/finance/bitcoin-armory/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v PORTREVISION= 5 CATEGORIES= finance -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Desktop bitcoin management system LICENSE= AGPLv3 Modified: head/finance/py-bitcoin/Makefile ============================================================================== --- head/finance/py-bitcoin/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/finance/py-bitcoin/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= finance python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Python Bitcoin Tools LICENSE= MIT Modified: head/finance/py-python-obelisk/Makefile ============================================================================== --- head/finance/py-python-obelisk/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/finance/py-python-obelisk/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ CATEGORIES= finance python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Python native client for the obelisk blockchain server LICENSE= AGPLv3 Modified: head/games/retroarch/Makefile ============================================================================== --- head/games/retroarch/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/games/retroarch/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v PORTREVISION= 9 CATEGORIES= games -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Cross-platform entertainment system based on libretro API LICENSE= GPLv3 Modified: head/graphics/guetzli/Makefile ============================================================================== --- head/graphics/guetzli/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/graphics/guetzli/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= graphics -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Perceptual JPEG encoder LICENSE= APACHE20 Modified: head/graphics/hiptext/Makefile ============================================================================== --- head/graphics/hiptext/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/graphics/hiptext/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -6,7 +6,7 @@ PORTVERSION= 0.0.s20160621 PORTREVISION= 6 CATEGORIES= graphics -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Tool for rendering images and videos inside terminals LICENSE= NONE Modified: head/graphics/lightzone/Makefile ============================================================================== --- head/graphics/lightzone/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/graphics/lightzone/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= graphics java DIST_SUBDIR= ${PORTNAME} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Professional-level digital darkroom and photo editor LICENSE= BSD3CLAUSE Modified: head/graphics/py-djvulibre/Makefile ============================================================================== --- head/graphics/py-djvulibre/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/graphics/py-djvulibre/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Python support for the DjVu image format LICENSE= GPLv2 Modified: head/mail/mailpile/Makefile ============================================================================== --- head/mail/mailpile/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/mail/mailpile/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -6,7 +6,7 @@ PORTVERSION= 0.5.2 PORTREVISION= 1 CATEGORIES= mail security -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Locally hosted web-browser based mail client LICENSE= AGPLv3+ Modified: head/math/py-gmpy2/Makefile ============================================================================== --- head/math/py-gmpy2/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/math/py-gmpy2/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= GMP/MPIR, MPFR, and MPC interface to Python LICENSE= GPLv3 Modified: head/math/py-pyhull/Makefile ============================================================================== --- head/math/py-pyhull/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/math/py-pyhull/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Computation of convex hull, Delaunay triangulation and Voronoi diagram LICENSE= MIT Modified: head/math/py-pysparse/Makefile ============================================================================== --- head/math/py-pysparse/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/math/py-pysparse/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Fast sparse matrix library for Python LICENSE= BSD3CLAUSE Modified: head/math/py-pyvtk/Makefile ============================================================================== --- head/math/py-pyvtk/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/math/py-pyvtk/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyVTK-${PORTVERSION} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Tools for manipulating VTK files in Python LICENSE= GPLv2 Modified: head/math/timbl/Makefile ============================================================================== --- head/math/timbl/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/math/timbl/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://ilk.uvt.nl/downloads/pub/software/ -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Tilburg Memory Based Learner LIB_DEPENDS= libxml2.so:textproc/libxml2 Modified: head/misc/py-fuzzy/Makefile ============================================================================== --- head/misc/py-fuzzy/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/misc/py-fuzzy/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Fast Python phonetic algorithms LICENSE= MIT ART20 Modified: head/misc/py-python-geohash/Makefile ============================================================================== --- head/misc/py-python-geohash/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/misc/py-python-geohash/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Fast, accurate python geohashing library LICENSE= APACHE20 MIT BSD3CLAUSE Modified: head/multimedia/py-flvlib/Makefile ============================================================================== --- head/multimedia/py-flvlib/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/multimedia/py-flvlib/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Parsing, manipulating and indexing FLV files LICENSE= BSD3CLAUSE Modified: head/net-im/py-toxcore-c/Makefile ============================================================================== --- head/net-im/py-toxcore-c/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net-im/py-toxcore-c/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= net-im net-p2p python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Python binding for Project-Tox LICENSE= LGPL3 Modified: head/net-im/py-unmessage/Makefile ============================================================================== --- head/net-im/py-unmessage/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net-im/py-unmessage/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= net-im net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Privacy enhanced instant messenger LICENSE= GPLv3 Modified: head/net-im/ring-daemon/Makefile ============================================================================== --- head/net-im/ring-daemon/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net-im/ring-daemon/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v PORTREVISION= 6 CATEGORIES= net-im net-p2p -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Daemon part of the Ring VoIP SIP phone and IM LICENSE= GPLv3 Modified: head/net-im/ring-gnome/Makefile ============================================================================== --- head/net-im/ring-gnome/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net-im/ring-gnome/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 8 #DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Gnome client of the Ring VoIP SIP phone and IM LICENSE= GPLv3 Modified: head/net-im/ring-libclient/Makefile ============================================================================== --- head/net-im/ring-libclient/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net-im/ring-libclient/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 4 #DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Client library for the Ring VoIP SIP phone and IM LICENSE= GPLv3 Modified: head/net-im/telepathy-sofiasip/Makefile ============================================================================== --- head/net-im/telepathy-sofiasip/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net-im/telepathy-sofiasip/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= SF/tp-sofiasip/${PORTNAME}/${PORTVERSION} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= SIP (sofia-sip) Connection Manager for Telepathy Framework LIB_DEPENDS= libsofia-sip-ua.so:net/sofia-sip \ Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net-p2p/qbittorrent/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT?= Bittorrent client using Qt4/5 and libtorrent-rasterbar LICENSE= GPLv2+ Modified: head/net/py-cjdns/Makefile ============================================================================== --- head/net/py-cjdns/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net/py-cjdns/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= net security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Library to interact with the cjdns admin interface LICENSE= GPLv3 Modified: head/net/py-coherence/Makefile ============================================================================== --- head/net/py-coherence/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net/py-coherence/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -6,7 +6,7 @@ PORTVERSION= 0.6.6.2 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= DLNA/UPnP media server and framework for the digital living LICENSE= PD Modified: head/net/py-pystun/Makefile ============================================================================== --- head/net/py-pystun/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net/py-pystun/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -8,7 +8,7 @@ CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Python STUN client for getting NAT type and external IP LICENSE= MIT Modified: head/net/py-txrestapi/Makefile ============================================================================== --- head/net/py-txrestapi/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net/py-txrestapi/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Easing the creation of REST API services in Python LICENSE= MIT Modified: head/net/py-upnp-inspector/Makefile ============================================================================== --- head/net/py-upnp-inspector/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net/py-upnp-inspector/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= net python MASTER_SITES= http://coherence.beebits.net/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= UPnP Device and Service analyzer LICENSE= PD Modified: head/net/tiny-network-utilities/Makefile ============================================================================== --- head/net/tiny-network-utilities/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net/tiny-network-utilities/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -5,7 +5,7 @@ PORTNAME= tiny-network-utilities PORTVERSION= 0.150519 CATEGORIES= net -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Minimalistic DHCP, UDP proxy, etc server implementations LICENSE= BSD4CLAUSE Modified: head/net/torsocks/Makefile ============================================================================== --- head/net/torsocks/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net/torsocks/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -6,7 +6,7 @@ PORTVERSION= 2.2.0 DISTVERSIONPREFIX= v CATEGORIES= net security -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Easy way to make any app work through Tor LICENSE= GPLv2 Modified: head/net/zmap/Makefile ============================================================================== --- head/net/zmap/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/net/zmap/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= net -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Internet scanner LICENSE= APACHE20 Modified: head/science/py-scikit-fuzzy/Makefile ============================================================================== --- head/science/py-scikit-fuzzy/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/science/py-scikit-fuzzy/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Fuzzy logic toolkit for SciPy LICENSE= BSD3CLAUSE Modified: head/science/py-scikit-sparse/Makefile ============================================================================== --- head/science/py-scikit-sparse/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/science/py-scikit-sparse/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= scikits.sparse-${PORTVERSION} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Sparse matrix package LICENSE= BSD2CLAUSE Modified: head/security/eschalot/Makefile ============================================================================== --- head/security/eschalot/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/security/eschalot/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -5,7 +5,7 @@ PORTNAME= eschalot PORTVERSION= 1.2.0 CATEGORIES= security -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Vanity onion address generator for Tor LICENSE= PD Modified: head/security/highwayhash/Makefile ============================================================================== --- head/security/highwayhash/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/security/highwayhash/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -5,7 +5,7 @@ PORTNAME= highwayhash PORTVERSION= g20170512 CATEGORIES= security -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Fast strong hash functions: SipHash/HighwayHash LICENSE= APACHE20 Modified: head/security/py-cryptlib_py/Makefile ============================================================================== --- head/security/py-cryptlib_py/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/security/py-cryptlib_py/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.franken.de/pub/crypt/cryptlib/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= cl${PORTVERSION:S/.//g} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Pythin binding for cryptlib LICENSE= GPLv3 Modified: head/security/py-pgpdump/Makefile ============================================================================== --- head/security/py-pgpdump/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/security/py-pgpdump/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Python library for parsing PGP packets LICENSE= BSD2CLAUSE Modified: head/security/py-pyaxo/Makefile ============================================================================== --- head/security/py-pyaxo/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/security/py-pyaxo/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= security net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Python implementation of the Axolotl ratchet protocol LICENSE= BSD3CLAUSE Modified: head/security/py-pyelliptic/Makefile ============================================================================== --- head/security/py-pyelliptic/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/security/py-pyelliptic/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -6,7 +6,7 @@ PORTVERSION= 1.5.8 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Python OpenSSL wrapper LICENSE= BSD2CLAUSE Modified: head/security/vm-to-tor/Makefile ============================================================================== --- head/security/vm-to-tor/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/security/vm-to-tor/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -5,7 +5,7 @@ PORTNAME= vm-to-tor PORTVERSION= 0.150519 CATEGORIES= security net -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Connect virtual machines to the tor network LICENSE= BSD4CLAUSE Modified: head/sysutils/bsdstats/Makefile ============================================================================== --- head/sysutils/bsdstats/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/sysutils/bsdstats/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= sysutils DISTFILES= -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Monthly script for reporting anonymous statistics about your machine LICENSE= BSD4CLAUSE Modified: head/textproc/jq/Makefile ============================================================================== --- head/textproc/jq/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/textproc/jq/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ PORTREVISION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= textproc -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight and flexible command-line JSON processor LICENSE= MIT Modified: head/textproc/py-hexdump/Makefile ============================================================================== --- head/textproc/py-hexdump/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/textproc/py-hexdump/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Print binary in hex format LICENSE= PD Modified: head/textproc/py-mwparserfromhell/Makefile ============================================================================== --- head/textproc/py-mwparserfromhell/Makefile Sun Feb 25 00:12:32 2018 (r462886) +++ head/textproc/py-mwparserfromhell/Makefile Sun Feb 25 00:40:37 2018 (r462887) @@ -7,7 +7,7 @@ CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Parser for MediaWiki wikicode *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Sun Feb 25 00:53:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23AB0F3179A; Sun, 25 Feb 2018 00:53:02 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C656D804CF; Sun, 25 Feb 2018 00:53:01 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C0EB02D24D; Sun, 25 Feb 2018 00:53:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P0r1AE022006; Sun, 25 Feb 2018 00:53:01 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P0r10m022003; Sun, 25 Feb 2018 00:53:01 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802250053.w1P0r10m022003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Feb 2018 00:53:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462888 - head/audio/umurmur X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/umurmur X-SVN-Commit-Revision: 462888 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 00:53:02 -0000 Author: yuri Date: Sun Feb 25 00:53:01 2018 New Revision: 462888 URL: https://svnweb.freebsd.org/changeset/ports/462888 Log: audio/umurmur: Update to 0.2.17 Maintainer's timeout expired ayu@commun.jp Additional port changes: * Changed to DISTVERSION * Moved BROKEN_xx to a proper place * Grouped USExx * Added USES=localbase instead of CPPFLAGS/LDFLAGS * Updated port description * Updated WWW PR: 225051 Requested by: El Goretto Approved by: portmgr (maintainer timeout, 14 days) Approved by: tcberner (mentor, implicit) Modified: head/audio/umurmur/Makefile head/audio/umurmur/distinfo head/audio/umurmur/pkg-descr Modified: head/audio/umurmur/Makefile ============================================================================== --- head/audio/umurmur/Makefile Sun Feb 25 00:40:37 2018 (r462887) +++ head/audio/umurmur/Makefile Sun Feb 25 00:53:01 2018 (r462888) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= umurmur -PORTVERSION= 0.2.16 +DISTVERSION= 0.2.17 CATEGORIES= audio net MAINTAINER= ayu@commun.jp @@ -11,24 +11,20 @@ COMMENT= Minimalistic Murmur (Mumble server) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libconfig.so:devel/libconfig \ - libprotobuf-c.so:devel/protobuf-c - BROKEN_aarch64= fails to compile: fatal error: byteswap.h file not found BROKEN_armv6= fails to compile: fatal error: byteswap.h file not found BROKEN_SSL= openssl-devel BROKEN_SSL_REASON_openssl-devel= configure: error: could not find libcrypto -USE_GITHUB= yes +LIB_DEPENDS= libconfig.so:devel/libconfig \ + libprotobuf-c.so:devel/protobuf-c -USES= autoreconf gmake libtool ssl +USES= autoreconf gmake libtool localbase ssl GNU_CONFIGURE= yes +USE_GITHUB= yes CONFIGURE_ARGS= --with-ssl=openssl USE_RC_SUBR= umurmur - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/configure.ac Modified: head/audio/umurmur/distinfo ============================================================================== --- head/audio/umurmur/distinfo Sun Feb 25 00:40:37 2018 (r462887) +++ head/audio/umurmur/distinfo Sun Feb 25 00:53:01 2018 (r462888) @@ -1,2 +1,3 @@ -SHA256 (umurmur-umurmur-0.2.16_GH0.tar.gz) = 9b505826f0d13e60d5fd5d27cee486a11609faad45b5e229b99190aeaa846111 -SIZE (umurmur-umurmur-0.2.16_GH0.tar.gz) = 91106 +TIMESTAMP = 1519517121 +SHA256 (umurmur-umurmur-0.2.17_GH0.tar.gz) = e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2 +SIZE (umurmur-umurmur-0.2.17_GH0.tar.gz) = 93786 Modified: head/audio/umurmur/pkg-descr ============================================================================== --- head/audio/umurmur/pkg-descr Sun Feb 25 00:40:37 2018 (r462887) +++ head/audio/umurmur/pkg-descr Sun Feb 25 00:53:01 2018 (r462888) @@ -1,5 +1,7 @@ -uMurmur is a minimalistic Mumble server primarily targeted to run on -routers with an open OS like OpenWRT. -The server part of Mumble is called Murmur, hence the name uMurmur. +uMurmur is a minimalistic Mumble server primarily targeted to run on embedded +computers, like routers, with an open OS like e.g. OpenWRT. The server part of +Mumble is called Murmur, hence the name uMurmur. It is available as a +precompiled package for quite a lot distributions. Check your distribution's +package repository. -WWW: http://code.google.com/p/umurmur +WWW: http://umurmur.net/ From owner-svn-ports-head@freebsd.org Sun Feb 25 01:02:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74305F321A3; Sun, 25 Feb 2018 01:02:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5059A80D32; Sun, 25 Feb 2018 01:02:46 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 48D8C1752D; Sun, 25 Feb 2018 01:02:46 +0000 (UTC) From: Jan Beich To: Bryan Drewery Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462770 - head/lang/rust-nightly References: <201802240644.w1O6i5Gs062093@repo.freebsd.org> Date: Sun, 25 Feb 2018 02:02:35 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 01:02:46 -0000 Bryan Drewery writes: > Author: bdrewery > Date: Sat Feb 24 06:44:04 2018 > New Revision: 462770 > URL: https://svnweb.freebsd.org/changeset/ports/462770 > > Log: > Actually I didn't get i386 tested yet [...] > -ONLY_FOR_ARCHS= i386 amd64 > +ONLY_FOR_ARCHS= amd64 Can you restore? Builds fine here: 10.3 i386 lang/rust-nightly: https://ptpb.pw/GwtO 11.1 i386 lang/rust-nightly: https://ptpb.pw/AUTr 12.0 i386 lang/rust-nightly: https://ptpb.pw/5Lj7 (CPUTYPE=native) # RUST_PORT=lang/rust-nightly 10.3 i386 www/firefox: https://ptpb.pw/12nu 11.1 i386 www/firefox: https://ptpb.pw/Rm96 12.0 i386 www/firefox: https://ptpb.pw/Kxqn (CPUTYPE=native) From owner-svn-ports-head@freebsd.org Sun Feb 25 01:58:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46E0EF34E37; Sun, 25 Feb 2018 01:58:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E633D82BCD; Sun, 25 Feb 2018 01:58:45 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DECAA2DDDA; Sun, 25 Feb 2018 01:58:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P1wjPr051683; Sun, 25 Feb 2018 01:58:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P1wjgQ051679; Sun, 25 Feb 2018 01:58:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802250158.w1P1wjgQ051679@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Feb 2018 01:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462890 - head/sysutils/hfsexplorer X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/hfsexplorer X-SVN-Commit-Revision: 462890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 01:58:46 -0000 Author: yuri Date: Sun Feb 25 01:58:45 2018 New Revision: 462890 URL: https://svnweb.freebsd.org/changeset/ports/462890 Log: sysutils/hfsexplorer: Update to 0.23.1 Changelog: http://www.catacombae.org/hfsexplorer/changelog.txt Additional port changes: * Changed to DISTVERSION * Grouped USExx * Unsilenced installation lines * Updated WWW Approved by: tcberner (mentor, implicit) Modified: head/sysutils/hfsexplorer/Makefile head/sysutils/hfsexplorer/distinfo head/sysutils/hfsexplorer/pkg-descr head/sysutils/hfsexplorer/pkg-plist Modified: head/sysutils/hfsexplorer/Makefile ============================================================================== --- head/sysutils/hfsexplorer/Makefile Sun Feb 25 01:24:18 2018 (r462889) +++ head/sysutils/hfsexplorer/Makefile Sun Feb 25 01:58:45 2018 (r462890) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= hfsexplorer -PORTVERSION= 0.23 DISTVERSIONPREFIX= ${PORTNAME}- +DISTVERSION= 0.23.1 CATEGORIES= sysutils java MAINTAINER= ports@FreeBSD.org @@ -19,12 +19,12 @@ DESKTOP_ENTRIES="hfsexplorer" "reader Mac-formatted ha USE_GITHUB= yes GH_ACCOUNT= unsound - USE_JAVA= yes JAVA_VERSION= 1.6+ -OPTIONS_DEFINE= DOCS NO_ARCH= yes +OPTIONS_DEFINE= DOCS + do-configure: @cd ${WRKSRC}/dist/bin && ${REINPLACE_CMD} -e 's|BASEDIR=".*"|BASEDIR="${DATADIR}/lib"|g' \ hfsx.sh resview.sh unhfs.sh @@ -38,14 +38,13 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/lib @${MKDIR} ${STAGEDIR}${DATADIR}/res .for f in hfsx.sh resview.sh unhfs.sh - @cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/${f} ${STAGEDIR}${PREFIX}/bin + cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/${f} ${STAGEDIR}${PREFIX}/bin .endfor - @cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/hfsexplorer.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - @cd ${WRKSRC} && ${INSTALL_DATA} dist/lib/*.jar ${STAGEDIR}${DATADIR}/lib - @cd ${WRKSRC} && ${INSTALL_DATA} dist/res/icon.png ${STAGEDIR}${DATADIR}/res + cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/hfsexplorer.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + cd ${WRKSRC} && ${INSTALL_DATA} dist/lib/*.jar ${STAGEDIR}${DATADIR}/lib + cd ${WRKSRC} && ${INSTALL_DATA} dist/res/icon.png ${STAGEDIR}${DATADIR}/res do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC}/dist/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/dist/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}/ .include Modified: head/sysutils/hfsexplorer/distinfo ============================================================================== --- head/sysutils/hfsexplorer/distinfo Sun Feb 25 01:24:18 2018 (r462889) +++ head/sysutils/hfsexplorer/distinfo Sun Feb 25 01:58:45 2018 (r462890) @@ -1,2 +1,3 @@ -SHA256 (unsound-hfsexplorer-hfsexplorer-0.23_GH0.tar.gz) = 0fe0278114be05500b5c3d8334f7609f8b727f64d55b5b02158cfbb9ec0c5130 -SIZE (unsound-hfsexplorer-hfsexplorer-0.23_GH0.tar.gz) = 1143663 +TIMESTAMP = 1519522794 +SHA256 (unsound-hfsexplorer-hfsexplorer-0.23.1_GH0.tar.gz) = dd271dc105476a18ad5e936faa38a4854ceecf3b1f825256cf65dcbda310f4ea +SIZE (unsound-hfsexplorer-hfsexplorer-0.23.1_GH0.tar.gz) = 1173798 Modified: head/sysutils/hfsexplorer/pkg-descr ============================================================================== --- head/sysutils/hfsexplorer/pkg-descr Sun Feb 25 01:24:18 2018 (r462889) +++ head/sysutils/hfsexplorer/pkg-descr Sun Feb 25 01:58:45 2018 (r462890) @@ -10,4 +10,4 @@ HFSExplorer can also read most .dmg disk images create partition schemes Master Boot Record, GUID Partition Table and Apple Partition Map natively. -WWW: http://www.catacombae.org/hfsx.html +WWW: http://www.catacombae.org/hfsexplorer/ Modified: head/sysutils/hfsexplorer/pkg-plist ============================================================================== --- head/sysutils/hfsexplorer/pkg-plist Sun Feb 25 01:24:18 2018 (r462889) +++ head/sysutils/hfsexplorer/pkg-plist Sun Feb 25 01:58:45 2018 (r462890) @@ -7,7 +7,7 @@ bin/unhfs.sh %%DATADIR%%/lib/hfsx.jar %%DATADIR%%/lib/hfsx_dmglib.jar %%DATADIR%%/lib/iharder-base64.jar -%%DATADIR%%/lib/swing-layout-1.0.3.jar +%%DATADIR%%/lib/swing-layout-1.0.4.jar %%DATADIR%%/res/icon.png %%PORTDOCS%%%%DOCSDIR%%/html/img/HFSExplorer_logo.png %%PORTDOCS%%%%DOCSDIR%%/html/index.html From owner-svn-ports-head@freebsd.org Sun Feb 25 01:24:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD9FCF33A13; Sun, 25 Feb 2018 01:24:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91C7781B84; Sun, 25 Feb 2018 01:24:19 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 73B6B2D7E5; Sun, 25 Feb 2018 01:24:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P1OJrx036598; Sun, 25 Feb 2018 01:24:19 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P1OJda036595; Sun, 25 Feb 2018 01:24:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802250124.w1P1OJda036595@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Feb 2018 01:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462889 - in head/science/py-h5py: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science/py-h5py: . files X-SVN-Commit-Revision: 462889 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 01:24:20 -0000 Author: yuri Date: Sun Feb 25 01:24:18 2018 New Revision: 462889 URL: https://svnweb.freebsd.org/changeset/ports/462889 Log: science/py-h5py: Update to 2.7.1 Additional port changes: * Changed to DISTVERSION * Grouped USExx * Added USE_PYTHON=concurrent (for docs, examples) * Removed patching (in post-patch and files/) * Added stripping * Updated WWW Approved by: tcberner (mentor, implicit) Deleted: head/science/py-h5py/files/ Modified: head/science/py-h5py/Makefile head/science/py-h5py/distinfo head/science/py-h5py/pkg-descr Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Sun Feb 25 00:53:01 2018 (r462888) +++ head/science/py-h5py/Makefile Sun Feb 25 01:24:18 2018 (r462889) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= h5py -PORTVERSION= 2.7.0 +DISTVERSION= 2.7.1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,20 +19,16 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} +USES= python USE_GITHUB= yes +USE_PYTHON= distutils cython autoplist concurrent -USES= python -USE_PYTHON= autoplist distutils cython - PORTDOCS= * PORTEXAMPLES= multiprocessing_example.py swmr_multiprocess.py \ swmr_inotify_example.py threading_example.py OPTIONS_DEFINE= DOCS EXAMPLES -post-patch: - ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/setup_build.py - do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} @@ -42,7 +38,10 @@ do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR} +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/h5py/*.so + do-test: - cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include Modified: head/science/py-h5py/distinfo ============================================================================== --- head/science/py-h5py/distinfo Sun Feb 25 00:53:01 2018 (r462888) +++ head/science/py-h5py/distinfo Sun Feb 25 01:24:18 2018 (r462889) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496507199 -SHA256 (h5py-h5py-2.7.0_GH0.tar.gz) = fff3a878c6adfa1b4f5c30b558a295d52dd4fee9174128c626ef416dec1b536b -SIZE (h5py-h5py-2.7.0_GH0.tar.gz) = 265122 +TIMESTAMP = 1519520436 +SHA256 (h5py-h5py-2.7.1_GH0.tar.gz) = 55bdefda47c49973ec24384097d18eb5f84797c057aaf0bf0b6b0f7860ad43e7 +SIZE (h5py-h5py-2.7.1_GH0.tar.gz) = 268457 Modified: head/science/py-h5py/pkg-descr ============================================================================== --- head/science/py-h5py/pkg-descr Sun Feb 25 00:53:01 2018 (r462888) +++ head/science/py-h5py/pkg-descr Sun Feb 25 01:24:18 2018 (r462889) @@ -9,4 +9,4 @@ to the existing HDF5 API and abstractions, so that Pyt easily deal with HDF5 files and exchange data with other HDF5-aware applications. -WWW: http://h5py.alfven.org +WWW: https://www.h5py.org From owner-svn-ports-head@freebsd.org Sun Feb 25 03:23:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B800F389AC; Sun, 25 Feb 2018 03:23:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B517E8636F; Sun, 25 Feb 2018 03:23:22 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFFCF2F010; Sun, 25 Feb 2018 03:23:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P3NMZW097260; Sun, 25 Feb 2018 03:23:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P3NMwt097255; Sun, 25 Feb 2018 03:23:22 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802250323.w1P3NMwt097255@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Feb 2018 03:23:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462893 - in head/sysutils/synergy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/sysutils/synergy: . files X-SVN-Commit-Revision: 462893 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 03:23:23 -0000 Author: yuri Date: Sun Feb 25 03:23:21 2018 New Revision: 462893 URL: https://svnweb.freebsd.org/changeset/ports/462893 Log: sysutils/synergy: Update to 2.0.0 Changelog (incomplete): https://github.com/symless/synergy-core/blob/master/ChangeLog Additional port changes: * Changed to DISTVERSION * USES=cmake:outsource * Added SYNERGY_REVISION cmake variable with fake 7-digit hash that it now expects * Updated PLIST_FILES * Updated do-install * Split out do-install-EXAMPLES-on * Removed post-extract with gtest extraction (not needed) * Updated WWW * Updated patches, deleted unnecessary ones. Approved by: tcberner (mentor, implicit) Added: head/sysutils/synergy/files/patch-CMakeLists.txt (contents, props changed) Deleted: head/sysutils/synergy/files/patch-src_CMakeLists.txt head/sysutils/synergy/files/patch-src_lib_common_common.h head/sysutils/synergy/files/patch-src_test_CMakeLists.txt Modified: head/sysutils/synergy/Makefile head/sysutils/synergy/distinfo head/sysutils/synergy/files/patch-src_lib_arch_CMakeLists.txt head/sysutils/synergy/pkg-descr Modified: head/sysutils/synergy/Makefile ============================================================================== --- head/sysutils/synergy/Makefile Sun Feb 25 03:10:33 2018 (r462892) +++ head/sysutils/synergy/Makefile Sun Feb 25 03:23:21 2018 (r462893) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= synergy -PORTVERSION= 1.8.8 DISTVERSIONPREFIX= v +DISTVERSION= 2.0.0 DISTVERSIONSUFFIX= -stable CATEGORIES= sysutils @@ -14,37 +14,37 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl -USES= cmake cpe ssl +USES= cmake:outsource cpe ssl CPE_VENDOR= synergy-foss -USE_XORG= ice xtst x11 sm xext xinerama xrandr xi USE_GITHUB= yes GH_ACCOUNT= symless GH_PROJECT= synergy-core +USE_XORG= ice xtst x11 sm xext xinerama xrandr xi +CMAKE_ARGS= -DSYNERGY_REVISION:STRING=${PORTVERSION:S/.//g}00000 # it expects a 7-digit hash + CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE=yes -PLIST_FILES= bin/synergyc bin/synergyd bin/synergys \ +PLIST_FILES= bin/synergyc bin/synergys bin/synergy-core \ man/man1/synergyc.1.gz man/man1/synergys.1.gz PORTEXAMPLES= synergy.conf.example synergy.conf.example-basic \ synergy.conf.example-advanced OPTIONS_DEFINE= EXAMPLES -post-extract: - @${MKDIR} ${WRKSRC}/ext/gtest-1.6.0 - @${TAR} xf ${WRKSRC}/ext/gtest-1.6.0.zip -C ${WRKSRC}/ext/gtest-1.6.0 - do-install: -.for f in synergyc synergyd synergys - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/bin +.for f in synergyc synergys synergy-core + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/bin .endfor - ${INSTALL_MAN} ${WRKSRC}/doc/synergyc.man \ - ${STAGEDIR}${MANPREFIX}/man/man1/synergyc.1 - ${INSTALL_MAN} ${WRKSRC}/doc/synergys.man \ - ${STAGEDIR}${MANPREFIX}/man/man1/synergys.1 - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} +.for f in synergyc synergys + ${INSTALL_MAN} ${WRKSRC}/doc/${f}.man \ + ${STAGEDIR}${MANPREFIX}/man/man1/${f}.1 +.endfor + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in ${PORTEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor Modified: head/sysutils/synergy/distinfo ============================================================================== --- head/sysutils/synergy/distinfo Sun Feb 25 03:10:33 2018 (r462892) +++ head/sysutils/synergy/distinfo Sun Feb 25 03:23:21 2018 (r462893) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511905795 -SHA256 (symless-synergy-core-v1.8.8-stable_GH0.tar.gz) = 9ee45aabf9f77925bfab6248e713ae5d9e6bfe6bc246e4a0a6304dc6a30f5f14 -SIZE (symless-synergy-core-v1.8.8-stable_GH0.tar.gz) = 13498827 +TIMESTAMP = 1519524199 +SHA256 (symless-synergy-core-v2.0.0-stable_GH0.tar.gz) = d4afbbde2c819da44588afbf66ebb3376494d627f6bc4efaf0144b3fb3a41905 +SIZE (symless-synergy-core-v2.0.0-stable_GH0.tar.gz) = 5892923 Added: head/sysutils/synergy/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/synergy/files/patch-CMakeLists.txt Sun Feb 25 03:23:21 2018 (r462893) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2018-02-25 02:25:11 UTC ++++ CMakeLists.txt +@@ -299,7 +299,7 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "Da + ${OPENSSL_ROOT}/lib/libssl.a + ${OPENSSL_ROOT}/lib/libcrypto.a + ) +-elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux") ++elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux|.*BSD") + set (OPENSSL_LIBS ssl crypto) + else() + message (FATAL_ERROR "Couldn't find OpenSSL") Modified: head/sysutils/synergy/files/patch-src_lib_arch_CMakeLists.txt ============================================================================== --- head/sysutils/synergy/files/patch-src_lib_arch_CMakeLists.txt Sun Feb 25 03:10:33 2018 (r462892) +++ head/sysutils/synergy/files/patch-src_lib_arch_CMakeLists.txt Sun Feb 25 03:23:21 2018 (r462893) @@ -1,9 +1,9 @@ ---- src/lib/arch/CMakeLists.txt.orig 2015-08-03 10:52:29.431081000 +0800 -+++ src/lib/arch/CMakeLists.txt 2015-08-03 10:52:45.330309000 +0800 -@@ -50,5 +50,5 @@ +--- src/lib/arch/CMakeLists.txt.orig 2018-02-25 02:17:23 UTC ++++ src/lib/arch/CMakeLists.txt +@@ -40,5 +40,5 @@ endif() add_library(arch STATIC ${sources}) if (UNIX) -- target_link_libraries(arch dl ${libs}) -+ target_link_libraries(arch ${libs}) +- target_link_libraries(arch dl ${libs}) ++ target_link_libraries(arch ${CMAKE_DL_LIBS} ${libs}) endif() Modified: head/sysutils/synergy/pkg-descr ============================================================================== --- head/sysutils/synergy/pkg-descr Sun Feb 25 03:10:33 2018 (r462892) +++ head/sysutils/synergy/pkg-descr Sun Feb 25 03:23:21 2018 (r462893) @@ -4,4 +4,4 @@ own display, without special hardware. It's intended with multiple computers on their desk since each system uses its own display. -WWW: http://synergy-foss.org/ +WWW: https://symless.com/synergy From owner-svn-ports-head@freebsd.org Sun Feb 25 03:10:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6203EF383B8; Sun, 25 Feb 2018 03:10:34 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D98E85B6F; Sun, 25 Feb 2018 03:10:34 +0000 (UTC) (envelope-from bdrewery@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 089752EC56; Sun, 25 Feb 2018 03:10:34 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P3AXLw087303; Sun, 25 Feb 2018 03:10:33 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P3AXJD087301; Sun, 25 Feb 2018 03:10:33 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201802250310.w1P3AXJD087301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sun, 25 Feb 2018 03:10:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462892 - in head/lang/rust: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: in head/lang/rust: . files X-SVN-Commit-Revision: 462892 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 03:10:34 -0000 Author: bdrewery Date: Sun Feb 25 03:10:33 2018 New Revision: 462892 URL: https://svnweb.freebsd.org/changeset/ports/462892 Log: Support WITH_CCACHE_BUILD for bundled LLVM Modified: head/lang/rust/Makefile head/lang/rust/files/config.toml Modified: head/lang/rust/Makefile ============================================================================== --- head/lang/rust/Makefile Sun Feb 25 03:09:49 2018 (r462891) +++ head/lang/rust/Makefile Sun Feb 25 03:10:33 2018 (r462892) @@ -198,6 +198,12 @@ post-patch: done; \ done +.if defined(WITH_CCACHE_BUILD) && !defined(NO_CCACHE) +CCACHE_VALUE= true +.else +CCACHE_VALUE= false +.endif + do-configure: ${SED} -E \ -e 's,%PREFIX%,${PREFIX},' \ @@ -206,6 +212,7 @@ do-configure: -e 's,%PYTHON_CMD%,${PYTHON_CMD},' \ -e 's,%CHANNEL%,${RUST_CHANNEL},' \ -e 's,%TARGET%,${RUST_TARGET},' \ + -e 's,%CCACHE%,${CCACHE_VALUE},' \ < ${FILESDIR}/config.toml \ > ${WRKSRC}/config.toml # The FreeBSD 10 autotools fix may modify some files just before Modified: head/lang/rust/files/config.toml ============================================================================== --- head/lang/rust/files/config.toml Sun Feb 25 03:09:49 2018 (r462891) +++ head/lang/rust/files/config.toml Sun Feb 25 03:10:33 2018 (r462892) @@ -24,6 +24,9 @@ mandir = "%MANDIR%" # Rust release channel. channel = "%CHANNEL%" +[llvm] +ccache = %CCACHE% + [target.%TARGET%] [dist] From owner-svn-ports-head@freebsd.org Sun Feb 25 03:32:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E6A4F38D36; Sun, 25 Feb 2018 03:32:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44DE1868D3; Sun, 25 Feb 2018 03:32:19 +0000 (UTC) (envelope-from bdrewery@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FED72F1C2; Sun, 25 Feb 2018 03:32:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P3WJD7001643; Sun, 25 Feb 2018 03:32:19 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P3WJDZ001642; Sun, 25 Feb 2018 03:32:19 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201802250332.w1P3WJDZ001642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sun, 25 Feb 2018 03:32:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462894 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 462894 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 03:32:19 -0000 Author: bdrewery Date: Sun Feb 25 03:32:18 2018 New Revision: 462894 URL: https://svnweb.freebsd.org/changeset/ports/462894 Log: WITH_CCACHE_BUILD: Fix some ports not using proper CCACHE_DIR. Some ports will truncate CCACHE_DIR from the env and due to HOME=${WRKDIR} will incorrectly use ${WRKDIR}/.ccache. Symlink to the proper place. Approved by: portmgr (implicit) Modified: head/Mk/bsd.ccache.mk Modified: head/Mk/bsd.ccache.mk ============================================================================== --- head/Mk/bsd.ccache.mk Sun Feb 25 03:23:21 2018 (r462893) +++ head/Mk/bsd.ccache.mk Sun Feb 25 03:32:18 2018 (r462894) @@ -51,6 +51,13 @@ MAKE_ENV+= CCACHE_DIR="${CCACHE_DIR}" CONFIGURE_ENV+= CCACHE_DIR="${CCACHE_DIR}" . endif .endif + +# Some ports will truncate CCACHE_DIR from the env and due to HOME=${WRKDIR} +# will incorrectly use ${WRKDIR}/.ccache. Symlink to the proper place. +${WRKDIR}/.ccache: ${WRKDIR} + @${LN} -sf ${CCACHE_DIR} ${WRKDIR}/.ccache +ccache-wrkdir-link: ${WRKDIR}/.ccache .PHONY +post-extract: ccache-wrkdir-link .endif .endif From owner-svn-ports-head@freebsd.org Sun Feb 25 03:09:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15C6EF38381; Sun, 25 Feb 2018 03:09:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B770D85A95; Sun, 25 Feb 2018 03:09:49 +0000 (UTC) (envelope-from bdrewery@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B01CE2EC49; Sun, 25 Feb 2018 03:09:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P39nl4087127; Sun, 25 Feb 2018 03:09:49 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P39nYu087126; Sun, 25 Feb 2018 03:09:49 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201802250309.w1P39nYu087126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sun, 25 Feb 2018 03:09:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462891 - head/lang/rust-nightly X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/lang/rust-nightly X-SVN-Commit-Revision: 462891 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 03:09:50 -0000 Author: bdrewery Date: Sun Feb 25 03:09:49 2018 New Revision: 462891 URL: https://svnweb.freebsd.org/changeset/ports/462891 Log: Confirmed i386 builds Modified: head/lang/rust-nightly/Makefile Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Sun Feb 25 01:58:45 2018 (r462890) +++ head/lang/rust-nightly/Makefile Sun Feb 25 03:09:49 2018 (r462891) @@ -22,6 +22,6 @@ BOOTSTRAPS_DATE= 2018-01-02 RUST_BOOTSTRAP_VERSION= beta CARGO_BOOTSTRAP_VERSION= beta -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= amd64 i386 .include "${MASTERDIR}/Makefile" From owner-svn-ports-head@freebsd.org Sun Feb 25 03:33:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2461CF38EAE; Sun, 25 Feb 2018 03:33:40 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C534B86C56; Sun, 25 Feb 2018 03:33:39 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 94AB419AEF; Sun, 25 Feb 2018 03:33:39 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 6988FFF7; Sun, 25 Feb 2018 03:33:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id Cj5ZD6Zi4Uao; Sun, 25 Feb 2018 03:33:35 +0000 (UTC) Subject: Re: svn commit: r462770 - head/lang/rust-nightly DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com 7F2D0FEB To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201802240644.w1O6i5Gs062093@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: Date: Sat, 24 Feb 2018 19:33:30 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DmRiFuWlfF6H5d6zSeDUYYs4A0WwDW3FY" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 03:33:40 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --DmRiFuWlfF6H5d6zSeDUYYs4A0WwDW3FY Content-Type: multipart/mixed; boundary="UXgjNHeel5zz0gJXNymbd3cLugZg85w9M"; protected-headers="v1" From: Bryan Drewery To: Jan Beich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r462770 - head/lang/rust-nightly References: <201802240644.w1O6i5Gs062093@repo.freebsd.org> In-Reply-To: --UXgjNHeel5zz0gJXNymbd3cLugZg85w9M Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 2/24/18 5:02 PM, Jan Beich wrote: > Bryan Drewery writes: >=20 >> Author: bdrewery >> Date: Sat Feb 24 06:44:04 2018 >> New Revision: 462770 >> URL: https://svnweb.freebsd.org/changeset/ports/462770 >> >> Log: >> Actually I didn't get i386 tested yet > [...] >> -ONLY_FOR_ARCHS=3D i386 amd64 >> +ONLY_FOR_ARCHS=3D amd64 >=20 > Can you restore? Builds fine here: >=20 > 10.3 i386 lang/rust-nightly: https://ptpb.pw/GwtO > 11.1 i386 lang/rust-nightly: https://ptpb.pw/AUTr > 12.0 i386 lang/rust-nightly: https://ptpb.pw/5Lj7 (CPUTYPE=3Dnative) >=20 > # RUST_PORT=3Dlang/rust-nightly > 10.3 i386 www/firefox: https://ptpb.pw/12nu > 11.1 i386 www/firefox: https://ptpb.pw/Rm96 > 12.0 i386 www/firefox: https://ptpb.pw/Kxqn (CPUTYPE=3Dnative) >=20 Thanks, missed your mail before re-enabling from my own test. --=20 Regards, Bryan Drewery --UXgjNHeel5zz0gJXNymbd3cLugZg85w9M-- --DmRiFuWlfF6H5d6zSeDUYYs4A0WwDW3FY Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE+Rc8ssOq6npcih8JNddxu25Gl88FAlqSLooACgkQNddxu25G l89qpAf/QyNLhjYu/jVjxQX8GajftVqtFYuurzWnpKeldXuJa5l8Dz2gTEO0pj8Y I5pmsAVZMdjfbkGaCEmNCsv6uIpva34JpUd3Ew2gNeCHDaCv4v9k0ZM93Y9mr1fc gAahKZhqE6SC+6QxymwaCZMg3EYLOVENTlDrDep/UFyL6tEfTBq4eVyrj7mwu/RL O9MUJ1/LUqa4M5kOmAH3lpVQsOjUAhs3smNppM5ik7T03qfX9dEjk5pyxB4xL8gI yOHIPI9PS2BK1O9DzQRtIvdqLw/MJKy2vxp6SnFuOLCVZcGa+0jCuhQrW8hg7lxt eYooVk6mXM9FljhC5RhQL6yRp3DBww== =AfTn -----END PGP SIGNATURE----- --DmRiFuWlfF6H5d6zSeDUYYs4A0WwDW3FY-- From owner-svn-ports-head@freebsd.org Sun Feb 25 03:52:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6055AF39B2B; Sun, 25 Feb 2018 03:52:39 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E8E087889; Sun, 25 Feb 2018 03:52:39 +0000 (UTC) (envelope-from ultima@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 099D52F56C; Sun, 25 Feb 2018 03:52:39 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P3qc1Q012810; Sun, 25 Feb 2018 03:52:38 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P3qcgF012806; Sun, 25 Feb 2018 03:52:38 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201802250352.w1P3qcgF012806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Sun, 25 Feb 2018 03:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462896 - in head/audio/teamspeak3-server: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in head/audio/teamspeak3-server: . files X-SVN-Commit-Revision: 462896 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 03:52:39 -0000 Author: ultima Date: Sun Feb 25 03:52:38 2018 New Revision: 462896 URL: https://svnweb.freebsd.org/changeset/ports/462896 Log: * Updated to 3.1.0 * Accounting services now uses https which requires ca_root_nss, added to run time depends Changes: https://forum.teamspeak.com/threads/134874-TeamSpeak-3-Server-3-1-0-released Modified: head/audio/teamspeak3-server/Makefile head/audio/teamspeak3-server/distinfo head/audio/teamspeak3-server/files/teamspeak.in head/audio/teamspeak3-server/pkg-plist Modified: head/audio/teamspeak3-server/Makefile ============================================================================== --- head/audio/teamspeak3-server/Makefile Sun Feb 25 03:32:41 2018 (r462895) +++ head/audio/teamspeak3-server/Makefile Sun Feb 25 03:52:38 2018 (r462896) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= teamspeak3-server -PORTVERSION= 3.0.13.8 -PORTREVISION= 1 +PORTVERSION= 3.1.0 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://dl.4players.de/ts/releases/${PORTVERSION}/ \ @@ -19,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell ONLY_FOR_ARCHS= amd64 i386 + +RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss USES= tar:bz2 USE_LDCONFIG= ${LIBDIR} Modified: head/audio/teamspeak3-server/distinfo ============================================================================== --- head/audio/teamspeak3-server/distinfo Sun Feb 25 03:32:41 2018 (r462895) +++ head/audio/teamspeak3-server/distinfo Sun Feb 25 03:52:38 2018 (r462896) @@ -1,5 +1,5 @@ -TIMESTAMP = 1500560516 -SHA256 (teamspeak3-server_freebsd_amd64-3.0.13.8.tar.bz2) = 506cb156133e6e4640c1dea8eb4e4e2db88ddc93be05edbd515881ec25b5e614 -SIZE (teamspeak3-server_freebsd_amd64-3.0.13.8.tar.bz2) = 5826265 -SHA256 (teamspeak3-server_freebsd_x86-3.0.13.8.tar.bz2) = 313874588d0aa8ce5974866d8718ef25ac00f8cfe080c284a06019ebbe0c8c4d -SIZE (teamspeak3-server_freebsd_x86-3.0.13.8.tar.bz2) = 5774849 +TIMESTAMP = 1519526069 +SHA256 (teamspeak3-server_freebsd_amd64-3.1.0.tar.bz2) = aab8cac894205fef6dac3f4561f80f609e47b2c57945e662846df78492c29ddf +SIZE (teamspeak3-server_freebsd_amd64-3.1.0.tar.bz2) = 6738969 +SHA256 (teamspeak3-server_freebsd_x86-3.1.0.tar.bz2) = b69f26d30b44f444adaa08fd85ab01c3ba63aab8c4b220f19b85049b3788be86 +SIZE (teamspeak3-server_freebsd_x86-3.1.0.tar.bz2) = 6688558 Modified: head/audio/teamspeak3-server/files/teamspeak.in ============================================================================== --- head/audio/teamspeak3-server/files/teamspeak.in Sun Feb 25 03:32:41 2018 (r462895) +++ head/audio/teamspeak3-server/files/teamspeak.in Sun Feb 25 03:52:38 2018 (r462896) @@ -24,7 +24,7 @@ log_dir=%%LOGDIR%% pidfile=%%DBDIR%%/teamspeak_server.pid procname=%%PREFIX%%/libexec/ts3server command=/usr/sbin/daemon -command_args="-fp $pidfile -u teamspeak %%PREFIX%%/libexec/ts3server dbsqlpath=%%PREFIX%%/share/teamspeak/server/sql/ inifile=%%PREFIX%%/etc/teamspeak/ts3server.ini licensepath=%%PREFIX%%/etc/teamspeak/ logpath=$log_dir" +command_args="-fp $pidfile -u teamspeak %%PREFIX%%/libexec/ts3server dbsqlpath=%%PREFIX%%/share/teamspeak/server/sql/ inifile=%%PREFIX%%/etc/teamspeak/ts3server.ini licensepath=%%PREFIX%%/etc/teamspeak/ logpath=$log_dir license_accepted=1" teamspeak_chdir=$db_dir required_dirs="$db_dir $log_dir" Modified: head/audio/teamspeak3-server/pkg-plist ============================================================================== --- head/audio/teamspeak3-server/pkg-plist Sun Feb 25 03:32:41 2018 (r462895) +++ head/audio/teamspeak3-server/pkg-plist Sun Feb 25 03:52:38 2018 (r462896) @@ -141,8 +141,14 @@ share/teamspeak/server/sql/binding_delete.sql share/teamspeak/server/sql/bindings_insert.sql share/teamspeak/server/sql/bindings_list.sql share/teamspeak/server/sql/channel_delete.sql +share/teamspeak/server/sql/channel_delete_bulk.sql share/teamspeak/server/sql/channel_insert.sql +share/teamspeak/server/sql/channel_insert_bulk.sql +share/teamspeak/server/sql/channel_insert_bulk_fixup.sql +share/teamspeak/server/sql/channel_insert_bulk_mapping.sql +share/teamspeak/server/sql/channel_properties_bulk_insert.sql share/teamspeak/server/sql/channel_server_list.sql +share/teamspeak/server/sql/channel_server_list_properties_bulk.sql share/teamspeak/server/sql/channel_update_parentid.sql share/teamspeak/server/sql/client_clear_traffic_stats.sql share/teamspeak/server/sql/client_count_by_serverid.sql @@ -152,9 +158,13 @@ share/teamspeak/server/sql/client_get.sql share/teamspeak/server/sql/client_get_by_id.sql share/teamspeak/server/sql/client_get_by_name_or_uid.sql share/teamspeak/server/sql/client_get_by_serverid.sql +share/teamspeak/server/sql/client_get_by_serverid_bulk.sql share/teamspeak/server/sql/client_get_by_serverid_limit.sql share/teamspeak/server/sql/client_get_by_uid.sql share/teamspeak/server/sql/client_insert.sql +share/teamspeak/server/sql/client_insert_bulk.sql +share/teamspeak/server/sql/client_insert_bulk_mapping.sql +share/teamspeak/server/sql/client_properties_bulk_insert.sql share/teamspeak/server/sql/client_update_login_info.sql share/teamspeak/server/sql/client_update_name.sql share/teamspeak/server/sql/client_update_stats.sql @@ -178,11 +188,14 @@ share/teamspeak/server/sql/defaults.sql share/teamspeak/server/sql/group_delete.sql share/teamspeak/server/sql/group_id_get_by_name.sql share/teamspeak/server/sql/group_insert.sql +share/teamspeak/server/sql/group_insert_bulk_snapshot.sql +share/teamspeak/server/sql/group_insert_bulk_snapshot_get_mapping.sql share/teamspeak/server/sql/group_member_delete.sql share/teamspeak/server/sql/group_member_delete_by_groupid.sql share/teamspeak/server/sql/group_member_detail_get_by_groupid.sql share/teamspeak/server/sql/group_member_get.sql share/teamspeak/server/sql/group_member_insert.sql +share/teamspeak/server/sql/group_member_insert_bulk.sql share/teamspeak/server/sql/group_members_get_by_groupid.sql share/teamspeak/server/sql/group_members_get_by_id.sql share/teamspeak/server/sql/group_members_get_by_serverid.sql @@ -199,6 +212,7 @@ share/teamspeak/server/sql/message_get_unread_by_clien share/teamspeak/server/sql/message_insert.sql share/teamspeak/server/sql/message_list_by_clientid.sql share/teamspeak/server/sql/message_update_flag.sql +share/teamspeak/server/sql/perm_copy_default_permissions.sql share/teamspeak/server/sql/perm_delete_by_groupid.sql share/teamspeak/server/sql/perm_delete_by_permid.sql share/teamspeak/server/sql/perm_delete_by_serverid.sql @@ -208,14 +222,22 @@ share/teamspeak/server/sql/perm_group_copy.sql share/teamspeak/server/sql/perm_group_get_mapping.sql share/teamspeak/server/sql/perm_group_perm_copy.sql share/teamspeak/server/sql/perm_insert.sql +share/teamspeak/server/sql/perm_insert_bulk.sql share/teamspeak/server/sql/perm_rename.sql share/teamspeak/server/sql/perm_update_get_groups.sql +share/teamspeak/server/sql/permission_load_channel_group_total.sql +share/teamspeak/server/sql/permission_load_other.sql +share/teamspeak/server/sql/permission_load_server_and_channel_group_total.sql +share/teamspeak/server/sql/permission_load_server_group_total.sql share/teamspeak/server/sql/properties_delete_by_id.sql share/teamspeak/server/sql/properties_delete_by_string_id.sql share/teamspeak/server/sql/properties_insert_by_id.sql share/teamspeak/server/sql/properties_insert_by_string_id.sql share/teamspeak/server/sql/properties_list_by_id.sql share/teamspeak/server/sql/properties_list_by_string_id.sql +share/teamspeak/server/sql/revocations_delete.sql +share/teamspeak/server/sql/revocations_getlist.sql +share/teamspeak/server/sql/revocations_insert_bulk.sql share/teamspeak/server/sql/server_clear_traffic_stats.sql share/teamspeak/server/sql/server_delete.sql share/teamspeak/server/sql/server_delete_get_qa_clients.sql @@ -249,30 +271,14 @@ share/teamspeak/server/sql/update_23.sql share/teamspeak/server/sql/update_24.sql share/teamspeak/server/sql/update_25.sql share/teamspeak/server/sql/update_26.sql -share/teamspeak/server/sql/update_mariadb_26.sql +share/teamspeak/server/sql/update_27.sql share/teamspeak/server/sql/update_database_version.sql +share/teamspeak/server/sql/update_mariadb_26.sql +share/teamspeak/server/sql/update_mariadb_27.sql share/teamspeak/server/sql/update_permissions_12.sql -share/teamspeak/server/sql/channel_delete_bulk.sql -share/teamspeak/server/sql/channel_insert_bulk.sql -share/teamspeak/server/sql/channel_insert_bulk_fixup.sql -share/teamspeak/server/sql/channel_insert_bulk_mapping.sql -share/teamspeak/server/sql/channel_properties_bulk_insert.sql -share/teamspeak/server/sql/channel_server_list_properties_bulk.sql -share/teamspeak/server/sql/client_get_by_serverid_bulk.sql -share/teamspeak/server/sql/client_insert_bulk.sql -share/teamspeak/server/sql/client_insert_bulk_mapping.sql -share/teamspeak/server/sql/client_properties_bulk_insert.sql -share/teamspeak/server/sql/group_insert_bulk_snapshot.sql -share/teamspeak/server/sql/group_insert_bulk_snapshot_get_mapping.sql -share/teamspeak/server/sql/group_member_insert_bulk.sql -share/teamspeak/server/sql/perm_copy_default_permissions.sql -share/teamspeak/server/sql/perm_insert_bulk.sql -share/teamspeak/server/sql/permission_load_channel_group_total.sql -share/teamspeak/server/sql/permission_load_other.sql -share/teamspeak/server/sql/permission_load_server_and_channel_group_total.sql -share/teamspeak/server/sql/permission_load_server_group_total.sql +share/teamspeak/server/sql/update_sqlite_27.sql share/teamspeak/server/sql/updates_and_fixes/convert_mysql_to_mariadb.sql share/teamspeak/server/sql/updates_and_fixes/mariadb_fix_latin_utf8.sql -@dir(teamspeak,teamspeak,) %%DBDIR%% @dir(teamspeak,teamspeak,) %%ETCDIR%% +@dir(teamspeak,teamspeak,) %%DBDIR%% @dir(teamspeak,wheel,) %%LOGDIR%% From owner-svn-ports-head@freebsd.org Sun Feb 25 03:55:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5664BF39BE6; Sun, 25 Feb 2018 03:55:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 04BD68799C; Sun, 25 Feb 2018 03:55:25 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F3D2E2F579; Sun, 25 Feb 2018 03:55:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P3tOIm013083; Sun, 25 Feb 2018 03:55:24 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P3tOJV013079; Sun, 25 Feb 2018 03:55:24 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802250355.w1P3tOJV013079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Feb 2018 03:55:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462897 - head/textproc/link-grammar X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/textproc/link-grammar X-SVN-Commit-Revision: 462897 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 03:55:25 -0000 Author: yuri Date: Sun Feb 25 03:55:24 2018 New Revision: 462897 URL: https://svnweb.freebsd.org/changeset/ports/462897 Log: textproc/link-grammar: Update to 5.4.3 Changelog: https://github.com/opencog/link-grammar/blob/master/ChangeLog Additional port changes: * Changed to DISTVERSION * Added LICENSE/LICENSE_FILE * Added USES=ncurses * Added port options SAT_SOLVER,TOKENIZER * Updated WWW with https URL Approved by: tcberner (mentor, implicit) Modified: head/textproc/link-grammar/Makefile head/textproc/link-grammar/distinfo head/textproc/link-grammar/pkg-descr head/textproc/link-grammar/pkg-plist Modified: head/textproc/link-grammar/Makefile ============================================================================== --- head/textproc/link-grammar/Makefile Sun Feb 25 03:52:38 2018 (r462896) +++ head/textproc/link-grammar/Makefile Sun Feb 25 03:55:24 2018 (r462897) @@ -1,30 +1,31 @@ # $FreeBSD$ PORTNAME= link-grammar -PORTVERSION= 5.3.16 -PORTREVISION= 2 +DISTVERSION= 5.4.3 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Grammar checking library +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive -USES= autoreconf compiler:c++11-lib dos2unix gmake libtool localbase \ - pathfix pkgconfig sqlite - +USES= autoreconf compiler:c++11-lib dos2unix gmake libtool localbase ncurses \ + pathfix pkgconfig sqlite # autoreconf is due to this bug: https://github.com/opencog/link-grammar/issues/649 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PLIST_SUB= VERSION=${PORTVERSION} -DOCS= AUTHORS LICENSE MAINTAINERS README +DOCS= AUTHORS MAINTAINERS README OPTIONS_SUB= yes -OPTIONS_DEFAULT= HUNSPELL -OPTIONS_DEFINE= DOCS EDITLINE JAVA PERL PYTHON +OPTIONS_DEFINE= DOCS EDITLINE JAVA PERL PYTHON SAT_SOLVER TOKENIZER +OPTIONS_DEFAULT= EDITLINE HUNSPELL SAT_SOLVER OPTIONS_MULTI= SPELL OPTIONS_MULTI_SPELL= ASPELL HUNSPELL @@ -50,8 +51,23 @@ PERL_USES= perl5 PYTHON_CONFIGURE_ENABLE= python-bindings PYTHON_USES= python:2.7 +SAT_SOLVER_CONFIGURE_ENABLE= sat-solver +SAT_SOLVER_DESC= Use boolean SAT parser +SAT_SOLVER_CFLAGS= -I${LOCALBASE}/include/minisat # see https://github.com/opencog/link-grammar/issues/648 +SAT_SOLVER_LIB_DEPENDS= libminisat.so:math/minisat + +TOKENIZER_CONFIGURE_ENABLE= regex-tokenizer +TOKENIZER_DESC= Use the regex word splitter (a demo) +TOKENIZER_BROKEN= Missing headers, see https://github.com/opencog/link-grammar/issues/646 + +post-extract: + @${RM} -r ${STAGEDIR}${PREFIX}/link-grammar/minisat # remove the bundled code + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblink-grammar.so.${DISTVERSION} # see https://github.com/opencog/link-grammar/issues/645 + post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor Modified: head/textproc/link-grammar/distinfo ============================================================================== --- head/textproc/link-grammar/distinfo Sun Feb 25 03:52:38 2018 (r462896) +++ head/textproc/link-grammar/distinfo Sun Feb 25 03:55:24 2018 (r462897) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499527355 -SHA256 (link-grammar-5.3.16.tar.gz) = 6fbfe6937f56e1df9d6b433b7060cae7111ee6e0806056339ddcaafe83d5a0dd -SIZE (link-grammar-5.3.16.tar.gz) = 3695797 +TIMESTAMP = 1519529888 +SHA256 (link-grammar-5.4.3.tar.gz) = 3b043693ba091647128aaa60b3ed9187dc8b80f5921d4d7a6550294ca5a8e137 +SIZE (link-grammar-5.4.3.tar.gz) = 3725145 Modified: head/textproc/link-grammar/pkg-descr ============================================================================== --- head/textproc/link-grammar/pkg-descr Sun Feb 25 03:52:38 2018 (r462896) +++ head/textproc/link-grammar/pkg-descr Sun Feb 25 03:55:24 2018 (r462897) @@ -4,4 +4,4 @@ assigns to it a syntactic structure, which consists of connecting pairs of words. The parser also produces a "constituent" representation of a sentence (showing noun phrases, verb phrases, etc.). -WWW: http://www.abisource.com/projects/link-grammar/ +WWW: https://www.abisource.com/projects/link-grammar/ Modified: head/textproc/link-grammar/pkg-plist ============================================================================== --- head/textproc/link-grammar/pkg-plist Sun Feb 25 03:52:38 2018 (r462896) +++ head/textproc/link-grammar/pkg-plist Sun Feb 25 03:55:24 2018 (r462897) @@ -31,7 +31,6 @@ lib/liblink-grammar.so.%%VERSION%% %%PYTHON%%%%PYTHON_SITELIBDIR%%/linkgrammar/linkgrammar.pyo libdata/pkgconfig/link-grammar.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/ady/4.0.affix @@ -49,6 +48,7 @@ libdata/pkgconfig/link-grammar.pc %%DATADIR%%/any/4.0.dict %%DATADIR%%/any/4.0.knowledge %%DATADIR%%/any/4.0.regex +%%DATADIR%%/any/affix-punc %%DATADIR%%/any/README.md %%DATADIR%%/ar/4.0.affix %%DATADIR%%/ar/4.0.constituent-knowledge @@ -115,6 +115,7 @@ libdata/pkgconfig/link-grammar.pc %%DATADIR%%/en/words/units.4.dot %%DATADIR%%/en/words/units.5 %%DATADIR%%/en/words/units.6 +%%DATADIR%%/en/words/units.a %%DATADIR%%/en/words/words-medical.adv.1 %%DATADIR%%/en/words/words-medical.prep.1 %%DATADIR%%/en/words/words-medical.v.4.1 @@ -480,3 +481,4 @@ libdata/pkgconfig/link-grammar.pc %%DATADIR%%/vn/4.0.dict %%DATADIR%%/vn/4.0.knowledge %%DATADIR%%/vn/4.0.regex +man/man1/link-parser.1.gz From owner-svn-ports-head@freebsd.org Sun Feb 25 04:49:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CA9EF03FD7; Sun, 25 Feb 2018 04:49:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B1AA6950B; Sun, 25 Feb 2018 04:49:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 462072FE48; Sun, 25 Feb 2018 04:49:55 +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 w1P4ntYY038243; Sun, 25 Feb 2018 04:49:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P4ntBY038241; Sun, 25 Feb 2018 04:49:55 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201802250449.w1P4ntBY038241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 25 Feb 2018 04:49:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462898 - head/databases/cego X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/cego X-SVN-Commit-Revision: 462898 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 04:49:55 -0000 Author: pi Date: Sun Feb 25 04:49:54 2018 New Revision: 462898 URL: https://svnweb.freebsd.org/changeset/ports/462898 Log: databases/cego: fix distinfo Reported by: pkg-fallout Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Feb 25 03:55:24 2018 (r462897) +++ head/databases/cego/Makefile Sun Feb 25 04:49:54 2018 (r462898) @@ -2,6 +2,7 @@ PORTNAME= cego PORTVERSION= 2.38.20 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Feb 25 03:55:24 2018 (r462897) +++ head/databases/cego/distinfo Sun Feb 25 04:49:54 2018 (r462898) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519312089 -SHA256 (cego-2.38.20.tar.gz) = a2264edc988e27bc58653ffa4e3c2aa63454825dc4c1b8d8947e7a8c76e5c8ff -SIZE (cego-2.38.20.tar.gz) = 1667911 +TIMESTAMP = 1519534154 +SHA256 (cego-2.38.20.tar.gz) = 047d18fa1e9cbc704d855e97f32abe4f653365b10822ae7f2e7187f5eb7e0765 +SIZE (cego-2.38.20.tar.gz) = 1667961 From owner-svn-ports-head@freebsd.org Sun Feb 25 05:19:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD40DF064BB; Sun, 25 Feb 2018 05:19:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FDDB6A4B9; Sun, 25 Feb 2018 05:19:56 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61E103FD; Sun, 25 Feb 2018 05:19:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P5JuMW053452; Sun, 25 Feb 2018 05:19:56 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5Jupa053449; Sun, 25 Feb 2018 05:19:56 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802250519.w1P5Jupa053449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Feb 2018 05:19:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462899 - head/net-mgmt/py-adal X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net-mgmt/py-adal X-SVN-Commit-Revision: 462899 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:19:57 -0000 Author: yuri Date: Sun Feb 25 05:19:55 2018 New Revision: 462899 URL: https://svnweb.freebsd.org/changeset/ports/462899 Log: net-mgmt/py-adal: Update to 0.5.0 Additional port changes: * Changed to DISTVERSION * Updated versions in RUN_DEPENDS * Added NO_ARCH * Updated WWW Approved by: tcberner (mentor, implicit) Modified: head/net-mgmt/py-adal/Makefile head/net-mgmt/py-adal/distinfo head/net-mgmt/py-adal/pkg-descr Modified: head/net-mgmt/py-adal/Makefile ============================================================================== --- head/net-mgmt/py-adal/Makefile Sun Feb 25 04:49:54 2018 (r462898) +++ head/net-mgmt/py-adal/Makefile Sun Feb 25 05:19:55 2018 (r462899) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= adal -PORTVERSION= 0.4.7 +DISTVERSION= 0.5.0 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,13 @@ COMMENT= Authentication ot Azure Active Directory for LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.1.0:security/py-cryptography@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1.0:devel/py-dateutil@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:www/py-pyjwt@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${FLAVOR} USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes .include Modified: head/net-mgmt/py-adal/distinfo ============================================================================== --- head/net-mgmt/py-adal/distinfo Sun Feb 25 04:49:54 2018 (r462898) +++ head/net-mgmt/py-adal/distinfo Sun Feb 25 05:19:55 2018 (r462899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505103027 -SHA256 (adal-0.4.7.tar.gz) = 114046ac85d0054791c21b00922f26286822bc6f2ba3716db42e7e57f762ef20 -SIZE (adal-0.4.7.tar.gz) = 28161 +TIMESTAMP = 1519535386 +SHA256 (adal-0.5.0.tar.gz) = 120821f72ca9d59a7c7197fc14d0e27448ff8d331fae230f92d713b9b5c721f7 +SIZE (adal-0.5.0.tar.gz) = 31990 Modified: head/net-mgmt/py-adal/pkg-descr ============================================================================== --- head/net-mgmt/py-adal/pkg-descr Sun Feb 25 04:49:54 2018 (r462898) +++ head/net-mgmt/py-adal/pkg-descr Sun Feb 25 05:19:55 2018 (r462899) @@ -2,4 +2,4 @@ The ADAL for Python library makes it easy for python a authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources. -WWW: https://pypi.python.org/pypi/adal +WWW: https://github.com/AzureAD/azure-activedirectory-library-for-python From owner-svn-ports-head@freebsd.org Sun Feb 25 05:31:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 617B0F074F7; Sun, 25 Feb 2018 05:31:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1107C6AEC6; Sun, 25 Feb 2018 05:31:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09D4E744; Sun, 25 Feb 2018 05:31:50 +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 w1P5VnB1063323; Sun, 25 Feb 2018 05:31:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5VnMY063322; Sun, 25 Feb 2018 05:31:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250531.w1P5VnMY063322@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, 25 Feb 2018 05:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462903 - head/multimedia/libquvi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/multimedia/libquvi X-SVN-Commit-Revision: 462903 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:31:50 -0000 Author: sunpoet Date: Sun Feb 25 05:31:49 2018 New Revision: 462903 URL: https://svnweb.freebsd.org/changeset/ports/462903 Log: Add my LOCAL to MASTER_SITES Modified: head/multimedia/libquvi/Makefile Modified: head/multimedia/libquvi/Makefile ============================================================================== --- head/multimedia/libquvi/Makefile Sun Feb 25 05:31:44 2018 (r462902) +++ head/multimedia/libquvi/Makefile Sun Feb 25 05:31:49 2018 (r462903) @@ -5,7 +5,8 @@ PORTNAME= libquvi PORTVERSION= 0.4.1 PORTREVISION= 5 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ +MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cross-platform library for parsing flash media stream URLs From owner-svn-ports-head@freebsd.org Sun Feb 25 05:32:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E935BF075E2; Sun, 25 Feb 2018 05:32:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BCB5E6B673; Sun, 25 Feb 2018 05:32: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97E74785; Sun, 25 Feb 2018 05:32: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 w1P5WZOD064375; Sun, 25 Feb 2018 05:32:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5WZvs064372; Sun, 25 Feb 2018 05:32:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250532.w1P5WZvs064372@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, 25 Feb 2018 05:32:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462912 - head/devel/py-check-manifest X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-check-manifest X-SVN-Commit-Revision: 462912 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:32:38 -0000 Author: sunpoet Date: Sun Feb 25 05:32:35 2018 New Revision: 462912 URL: https://svnweb.freebsd.org/changeset/ports/462912 Log: Update to 0.36 - Update COMMENT - Update pkg-descr - Add PyPI as primary WWW - Take maintainership Changes: https://github.com/mgedmin/check-manifest/blob/master/CHANGES.rst Modified: head/devel/py-check-manifest/Makefile head/devel/py-check-manifest/distinfo head/devel/py-check-manifest/pkg-descr Modified: head/devel/py-check-manifest/Makefile ============================================================================== --- head/devel/py-check-manifest/Makefile Sun Feb 25 05:32:29 2018 (r462911) +++ head/devel/py-check-manifest/Makefile Sun Feb 25 05:32:35 2018 (r462912) @@ -2,30 +2,30 @@ # $FreeBSD$ PORTNAME= check-manifest -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Check MANIFEST.in in a Python source package for completeness +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Tool to check the completeness of MANIFEST.in for Python packages LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} OPTIONS_DEFINE= DOCS USES= python -USE_PYTHON= distutils autoplist concurrent +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -PORTDOCS= README.rst CHANGES.rst +PORTDOCS= CHANGES.rst README.rst post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/devel/py-check-manifest/distinfo ============================================================================== --- head/devel/py-check-manifest/distinfo Sun Feb 25 05:32:29 2018 (r462911) +++ head/devel/py-check-manifest/distinfo Sun Feb 25 05:32:35 2018 (r462912) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494949834 -SHA256 (check-manifest-0.35.tar.gz) = f9b7a3a6071f1991009bfa760f903b6d31f7b852a35d76a1cbbbcd1b22c9f44a -SIZE (check-manifest-0.35.tar.gz) = 31994 +TIMESTAMP = 1519504251 +SHA256 (check-manifest-0.36.tar.gz) = 2bb906a736a0f026cc5fd6c0dab5a481793b3d7a7d70106cca6e238da5f52d84 +SIZE (check-manifest-0.36.tar.gz) = 32694 Modified: head/devel/py-check-manifest/pkg-descr ============================================================================== --- head/devel/py-check-manifest/pkg-descr Sun Feb 25 05:32:29 2018 (r462911) +++ head/devel/py-check-manifest/pkg-descr Sun Feb 25 05:32:35 2018 (r462912) @@ -1,9 +1,6 @@ -Check MANIFEST.in in a Python source package for completeness. - - - Are you a Python developer? - - Have you uploaded packages to the Python PackageIndex? - - Have you accidentally uploaded broken packages with some files missing? - +Are you a Python developer? Have you uploaded packages to the Python Package +Index? Have you accidentally uploaded broken packages with some files missing? If so, check-manifest is for you. +WWW: https://pypi.python.org/pypi/check-manifest WWW: https://github.com/mgedmin/check-manifest From owner-svn-ports-head@freebsd.org Sun Feb 25 05:33:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD50FF0763B; Sun, 25 Feb 2018 05:33:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 81DB06BC66; Sun, 25 Feb 2018 05:33: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CD19793; Sun, 25 Feb 2018 05:33: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 w1P5XOXX065558; Sun, 25 Feb 2018 05:33:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5XOaY065556; Sun, 25 Feb 2018 05:33:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250533.w1P5XOaY065556@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, 25 Feb 2018 05:33:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462921 - head/graphics/py-pyganim X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/py-pyganim X-SVN-Commit-Revision: 462921 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:33:25 -0000 Author: sunpoet Date: Sun Feb 25 05:33:24 2018 New Revision: 462921 URL: https://svnweb.freebsd.org/changeset/ports/462921 Log: Remove BUILD_DEPENDS - Use PYGAME - Allow concurrent installation (USE_PYTHON=concurrent) - Add PyPI as primary WWW - Update WWW - Take maintainership Modified: head/graphics/py-pyganim/Makefile head/graphics/py-pyganim/pkg-descr Modified: head/graphics/py-pyganim/Makefile ============================================================================== --- head/graphics/py-pyganim/Makefile Sun Feb 25 05:33:18 2018 (r462920) +++ head/graphics/py-pyganim/Makefile Sun Feb 25 05:33:24 2018 (r462921) @@ -8,16 +8,15 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Pyganim-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sprite animation module for Pygame LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYGAME} USES= python zip -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Modified: head/graphics/py-pyganim/pkg-descr ============================================================================== --- head/graphics/py-pyganim/pkg-descr Sun Feb 25 05:33:18 2018 (r462920) +++ head/graphics/py-pyganim/pkg-descr Sun Feb 25 05:33:24 2018 (r462921) @@ -4,7 +4,5 @@ Pyganim works with Python 2 and Python 3. The mascot of Pyganim is a red vitruvian pig. -Pyganim was written by Al Sweigart and released under a "Simplified BSD" -license. Contact Al with any questions/bug reports: al@inventwithpython.com - -WWW: http://inventwithpython.com/pyganim +WWW: https://pypi.python.org/pypi/Pyganim +WWW: https://inventwithpython.com/pyganim/ From owner-svn-ports-head@freebsd.org Sun Feb 25 05:33:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE1C0F0765F; Sun, 25 Feb 2018 05:33:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BBD36BFF4; Sun, 25 Feb 2018 05:33: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5CD3C79A; Sun, 25 Feb 2018 05:33: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 w1P5XnGV066219; Sun, 25 Feb 2018 05:33:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5XnOc066216; Sun, 25 Feb 2018 05:33:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250533.w1P5XnOc066216@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, 25 Feb 2018 05:33:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462926 - head/net/py-gspreadsheet X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/py-gspreadsheet X-SVN-Commit-Revision: 462926 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:33:50 -0000 Author: sunpoet Date: Sun Feb 25 05:33:48 2018 New Revision: 462926 URL: https://svnweb.freebsd.org/changeset/ports/462926 Log: Fix version requirement of RUN_DEPENDS - Add NO_ARCH - Convert to options target helper - Convert to test framework - Fix indent - Reformat pkg-descr - Add PyPI as primary WWW - Take maintainership Modified: head/net/py-gspreadsheet/Makefile head/net/py-gspreadsheet/pkg-descr Modified: head/net/py-gspreadsheet/Makefile ============================================================================== --- head/net/py-gspreadsheet/Makefile Sun Feb 25 05:33:44 2018 (r462925) +++ head/net/py-gspreadsheet/Makefile Sun Feb 25 05:33:48 2018 (r462926) @@ -8,26 +8,27 @@ CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Wrapper around Google Spreadsheets to look like csv.DictReader LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata@${FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>=2.0.14:devel/py-gdata@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR} -USES= python:2.7 -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python:2.7 +USE_PYTHON= autoplist distutils PORTDOCS= README.rst OPTIONS_DEFINE= DOCS -regression-test: build - @cd ${WRKSRC} && nosetests - -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +do-test: + @cd ${WRKSRC} && nosetests .include Modified: head/net/py-gspreadsheet/pkg-descr ============================================================================== --- head/net/py-gspreadsheet/pkg-descr Sun Feb 25 05:33:44 2018 (r462925) +++ head/net/py-gspreadsheet/pkg-descr Sun Feb 25 05:33:48 2018 (r462926) @@ -1,8 +1,11 @@ gspreadsheet is a wrapper around a wrapper to get Google spreadsheets to look -like csv.DictReader. If you're used to working with CSVs or a human, you'll -find that working with Google's Python API for spreadsheets is so frustrating. -With gspreadsheet, you can adapt your existing csv code to work with Google -Spreadsheets with just two line changes. As an added bonus, if you alter the -dict, those changes get saved back to the original spreadsheet. +like csv.DictReader. +If you're used to working with CSVs or a human, you'll find that working with +Google's Python API for spreadsheets is so frustrating. With gspreadsheet, you +can adapt your existing csv code to work with Google Spreadsheets with just two +line changes. As an added bonus, if you alter the dict, those changes get saved +back to the original spreadsheet. + +WWW: https://pypi.python.org/pypi/gspreadsheet WWW: https://github.com/texastribune/gspreadsheet From owner-svn-ports-head@freebsd.org Sun Feb 25 05:31:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93967F074F4; Sun, 25 Feb 2018 05:31:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 232C76AE02; Sun, 25 Feb 2018 05:31:45 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1CBF373D; Sun, 25 Feb 2018 05:31:45 +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 w1P5ViX4063214; Sun, 25 Feb 2018 05:31:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5Vivg063213; Sun, 25 Feb 2018 05:31:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250531.w1P5Vivg063213@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, 25 Feb 2018 05:31:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462902 - head/multimedia/quvi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/multimedia/quvi X-SVN-Commit-Revision: 462902 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:31:45 -0000 Author: sunpoet Date: Sun Feb 25 05:31:44 2018 New Revision: 462902 URL: https://svnweb.freebsd.org/changeset/ports/462902 Log: Add my LOCAL to MASTER_SITES Modified: head/multimedia/quvi/Makefile Modified: head/multimedia/quvi/Makefile ============================================================================== --- head/multimedia/quvi/Makefile Sun Feb 25 05:31:39 2018 (r462901) +++ head/multimedia/quvi/Makefile Sun Feb 25 05:31:44 2018 (r462902) @@ -5,7 +5,8 @@ PORTNAME= quvi PORTVERSION= 0.4.2 PORTREVISION= 3 CATEGORIES= multimedia devel -MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line tool for parsing flash media stream URLs From owner-svn-ports-head@freebsd.org Sun Feb 25 05:32:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F21A1F0750C; Sun, 25 Feb 2018 05:31:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F5D46B04C; Sun, 25 Feb 2018 05:31:59 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A42D752; Sun, 25 Feb 2018 05:31:59 +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 w1P5Vx8a063538; Sun, 25 Feb 2018 05:31:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5Vxdc063537; Sun, 25 Feb 2018 05:31:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250531.w1P5Vxdc063537@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, 25 Feb 2018 05:31:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462905 - head/multimedia/quvi09 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/multimedia/quvi09 X-SVN-Commit-Revision: 462905 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:32:00 -0000 Author: sunpoet Date: Sun Feb 25 05:31:59 2018 New Revision: 462905 URL: https://svnweb.freebsd.org/changeset/ports/462905 Log: Add my LOCAL to MASTER_SITES Modified: head/multimedia/quvi09/Makefile Modified: head/multimedia/quvi09/Makefile ============================================================================== --- head/multimedia/quvi09/Makefile Sun Feb 25 05:31:54 2018 (r462904) +++ head/multimedia/quvi09/Makefile Sun Feb 25 05:31:59 2018 (r462905) @@ -5,7 +5,8 @@ PORTNAME= quvi PORTVERSION= 0.9.5 PORTREVISION= 2 CATEGORIES= multimedia devel -MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \ + LOCAL/sunpoet PKGNAMESUFFIX= 09 MAINTAINER= sunpoet@FreeBSD.org From owner-svn-ports-head@freebsd.org Sun Feb 25 05:32:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0AB0F075AC; Sun, 25 Feb 2018 05:32:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E7DD6B396; Sun, 25 Feb 2018 05:32:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B99E76E; Sun, 25 Feb 2018 05:32: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 w1P5WJg2063977; Sun, 25 Feb 2018 05:32:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5WJMK063976; Sun, 25 Feb 2018 05:32:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250532.w1P5WJMK063976@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, 25 Feb 2018 05:32:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462909 - head/math/py-numpy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-numpy X-SVN-Commit-Revision: 462909 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:32:20 -0000 Author: sunpoet Date: Sun Feb 25 05:32:19 2018 New Revision: 462909 URL: https://svnweb.freebsd.org/changeset/ports/462909 Log: Cosmetic change Modified: head/math/py-numpy/Makefile Modified: head/math/py-numpy/Makefile ============================================================================== --- head/math/py-numpy/Makefile Sun Feb 25 05:32:14 2018 (r462908) +++ head/math/py-numpy/Makefile Sun Feb 25 05:32:19 2018 (r462909) @@ -9,8 +9,8 @@ PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= http://docs.scipy.org/doc/${PORTNAME}-${PORTVERSION:R}.0/:doc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${PORTNAME}-ref-${PORTVERSION:C/\.[0-9]+$/.0/}.pdf:doc \ - ${PORTNAME}-user-${PORTVERSION:C/\.[0-9]+$/.0/}.pdf:doc +DISTFILES= ${PORTNAME}-ref-${PORTVERSION:R}.0.pdf:doc \ + ${PORTNAME}-user-${PORTVERSION:R}.0.pdf:doc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= python@FreeBSD.org @@ -38,10 +38,10 @@ PORTDOCS= * GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so// -ATLAS_USES= blaslapack:atlas -NETLIB_USES= blaslapack:netlib +ATLAS_USES= blaslapack:atlas +NETLIB_USES= blaslapack:netlib NETLIB_LIB_DEPENDS= libcblas.so:math/cblas -OPENBLAS_USES= blaslapack:openblas +OPENBLAS_USES= blaslapack:openblas SUITESPARSE_LIB_DEPENDS=libumfpack.so:math/suitesparse TESTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR} @@ -53,8 +53,8 @@ post-patch: pre-configure: @${REINPLACE_CMD} -e "s|%%GCCLIBDIR%%|$$(${GCCLIBDIR_CMDS})|" \ - -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ - ${WRKSRC}/site.cfg + -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ + ${WRKSRC}/site.cfg @${REINPLACE_CMD} -e "s|%%GCCLIBDIR%%|$$(${GCCLIBDIR_CMDS})|" ${WRKSRC}/numpy/distutils/system_info.py pre-configure-ATLAS-on: From owner-svn-ports-head@freebsd.org Sun Feb 25 05:32:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCEF9F0760F; Sun, 25 Feb 2018 05:32:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F35546B912; Sun, 25 Feb 2018 05:32:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8E8A78C; Sun, 25 Feb 2018 05:32:57 +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 w1P5WvYo064922; Sun, 25 Feb 2018 05:32:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5WvfO064920; Sun, 25 Feb 2018 05:32:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250532.w1P5WvfO064920@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, 25 Feb 2018 05:32:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462916 - head/devel/py-tapi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-tapi X-SVN-Commit-Revision: 462916 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:32:58 -0000 Author: sunpoet Date: Sun Feb 25 05:32:57 2018 New Revision: 462916 URL: https://svnweb.freebsd.org/changeset/ports/462916 Log: Allow concurrent installation (USE_PYTHON=concurrent) - Add NO_ARCH - Adjust pkg-descr - Add PyPI as primary WWW - Update WWW - Bump PORTREVISION for package change - Take maintainership Modified: head/devel/py-tapi/Makefile head/devel/py-tapi/pkg-descr Modified: head/devel/py-tapi/Makefile ============================================================================== --- head/devel/py-tapi/Makefile Sun Feb 25 05:32:51 2018 (r462915) +++ head/devel/py-tapi/Makefile Sun Feb 25 05:32:57 2018 (r462916) @@ -3,17 +3,19 @@ PORTNAME= tapi PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Tapi-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Framework for testing APIs LICENSE= MIT +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include Modified: head/devel/py-tapi/pkg-descr ============================================================================== --- head/devel/py-tapi/pkg-descr Sun Feb 25 05:32:51 2018 (r462915) +++ head/devel/py-tapi/pkg-descr Sun Feb 25 05:32:57 2018 (r462916) @@ -1,6 +1,7 @@ Tapi is a tool to automate the testing of your Application Programmer Interfaces -(APIs). Features: +(APIs). +Features: - Test you API without writing any code (only edit a json file) - Test you APIs in a much more 'natural' way by specifying urls/verbs and what the output should be @@ -12,4 +13,5 @@ Tapi is a tool to automate the testing of your Applica - Execute arbitrary python scripts to verify response from endpoint is valid - Tests your APIs using your own APIs -WWW: https://github.com/jimmyislive/tapi/ +WWW: https://pypi.python.org/pypi/Tapi +WWW: https://github.com/jimmyislive/tapi From owner-svn-ports-head@freebsd.org Sun Feb 25 05:33:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86F77F07618; Sun, 25 Feb 2018 05:33:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C42F6B9DB; Sun, 25 Feb 2018 05:33:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1991078E; Sun, 25 Feb 2018 05:33:03 +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 w1P5X21N065070; Sun, 25 Feb 2018 05:33:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5X2Lh065068; Sun, 25 Feb 2018 05:33:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250533.w1P5X2Lh065068@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, 25 Feb 2018 05:33:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462917 - head/devel/py-testtools X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-testtools X-SVN-Commit-Revision: 462917 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:33:04 -0000 Author: sunpoet Date: Sun Feb 25 05:33:02 2018 New Revision: 462917 URL: https://svnweb.freebsd.org/changeset/ports/462917 Log: Fix version requirement of RUN_DEPENDS - Update COMMENT - Fix indent - Add NO_ARCH - Use INSTALL_DATA instead of CP - Update pkg-descr - Add PyPI as primary WWW - Take maintainership Modified: head/devel/py-testtools/Makefile head/devel/py-testtools/pkg-descr Modified: head/devel/py-testtools/Makefile ============================================================================== --- head/devel/py-testtools/Makefile Sun Feb 25 05:32:57 2018 (r462916) +++ head/devel/py-testtools/Makefile Sun Feb 25 05:33:02 2018 (r462917) @@ -8,25 +8,26 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Extensions to the Python library's unit testing framework +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Extensions to the Python standard library unit testing framework LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:devel/py-pbr@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=0.0.3:devel/py-extras@${FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=1.0.0:devel/py-extras@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traceback2>=0:devel/py-traceback2@${FLAVOR} +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist concurrent +USE_PYTHON= autoplist concurrent distutils -OPTIONS_DEFINE= DOCS - PORTDOCS= api.rst for-framework-folk.rst for-test-authors.rst hacking.rst \ index.rst overview.rst twisted-support.rst +OPTIONS_DEFINE= DOCS + post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${CP} ${WRKSRC}/doc/*.rst ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.rst ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/py-testtools/pkg-descr ============================================================================== --- head/devel/py-testtools/pkg-descr Sun Feb 25 05:32:57 2018 (r462916) +++ head/devel/py-testtools/pkg-descr Sun Feb 25 05:33:02 2018 (r462917) @@ -1,6 +1,6 @@ testtools is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from years of experience with unit -testing in Python and come from many different sources. testtools also backports -unittest changes from recent Pythons to Python 2.4 and 2.5. +testing in Python and come from many different sources. +WWW: https://pypi.python.org/pypi/testtools WWW: https://github.com/testing-cabal/testtools From owner-svn-ports-head@freebsd.org Sun Feb 25 05:33:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 767BAF07643; Sun, 25 Feb 2018 05:33:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23E9F6BD20; Sun, 25 Feb 2018 05:33: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1ED3C796; Sun, 25 Feb 2018 05:33: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 w1P5XT4r065667; Sun, 25 Feb 2018 05:33:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5XTZn065666; Sun, 25 Feb 2018 05:33:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250533.w1P5XTZn065666@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, 25 Feb 2018 05:33:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462922 - head/math/py-bottleneck X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-bottleneck X-SVN-Commit-Revision: 462922 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:33:29 -0000 Author: sunpoet Date: Sun Feb 25 05:33:28 2018 New Revision: 462922 URL: https://svnweb.freebsd.org/changeset/ports/462922 Log: Fix LICENSE_FILE - Simplify concurrent installation: - Use USE_PYTHON=concurrent - Remove DOCSDIR - Convert to test framework - Install only selected documentation to DOCSDIR - Do not silence installation message - Bump PORTREVISION for package change - Take maintainership Modified: head/math/py-bottleneck/Makefile Modified: head/math/py-bottleneck/Makefile ============================================================================== --- head/math/py-bottleneck/Makefile Sun Feb 25 05:33:24 2018 (r462921) +++ head/math/py-bottleneck/Makefile Sun Feb 25 05:33:28 2018 (r462922) @@ -3,37 +3,39 @@ PORTNAME= bottleneck PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Bottleneck-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Collection of fast NumPy array functions written in Cython LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/bottleneck/LICENSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR} USES= python -USE_PYTHON= distutils cython autoplist concurrent +USE_PYTHON= autoplist concurrent cython distutils +DOCS= README.rst RELEASE.rst \ + doc/source/conf.py doc/source/index.rst doc/source/intro.rst doc/source/reference.rst +PORTDOCS= ${DOCS:T} + OPTIONS_DEFINE= DOCS -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -PORTDOCS= * -regression-test: build - @cd ${WRKSRC} && nosetests - post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/bottleneck/*.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/bottleneck/*.so post-install-DOCS-on: - cd ${WRKSRC}/doc/source/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.rst ${WRKSRC}/RELEASE.rst ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} + +do-test: + cd ${WRKSRC} && nosetests .include From owner-svn-ports-head@freebsd.org Sun Feb 25 05:51:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD48CF0B1D6; Sun, 25 Feb 2018 05:51:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FCAF6D2FB; Sun, 25 Feb 2018 05:51:43 +0000 (UTC) (envelope-from linimon@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8AB1CAD6; Sun, 25 Feb 2018 05:51:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P5phlh073830; Sun, 25 Feb 2018 05:51:43 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5phSp073829; Sun, 25 Feb 2018 05:51:43 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201802250551.w1P5phSp073829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 25 Feb 2018 05:51:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462938 - head/math/gmp/files X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/math/gmp/files X-SVN-Commit-Revision: 462938 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:51:44 -0000 Author: linimon Date: Sun Feb 25 05:51:43 2018 New Revision: 462938 URL: https://svnweb.freebsd.org/changeset/ports/462938 Log: Force commit to correct attribution: Differential Revision: https://reviews.freebsd.org/D13127 Modified: head/math/gmp/files/patch-configfsf.sub-spe Modified: head/math/gmp/files/patch-configfsf.sub-spe ============================================================================== --- head/math/gmp/files/patch-configfsf.sub-spe Sun Feb 25 05:49:48 2018 (r462937) +++ head/math/gmp/files/patch-configfsf.sub-spe Sun Feb 25 05:51:43 2018 (r462938) @@ -18,3 +18,4 @@ | pyramid-* \ | riscv32-* | riscv64-* \ | rl78-* | romp-* | rs6000-* | rx-* \ + From owner-svn-ports-head@freebsd.org Sun Feb 25 05:31:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEA6EF074F0; Sun, 25 Feb 2018 05:31:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BAA2B6ADA4; Sun, 25 Feb 2018 05:31: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 23EFC737; Sun, 25 Feb 2018 05:31: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 w1P5VdtS060749; Sun, 25 Feb 2018 05:31:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5VdPs060747; Sun, 25 Feb 2018 05:31:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250531.w1P5VdPs060747@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, 25 Feb 2018 05:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462901 - in head/databases: rocksdb rocksdb-lite X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases: rocksdb rocksdb-lite X-SVN-Commit-Revision: 462901 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:31:43 -0000 Author: sunpoet Date: Sun Feb 25 05:31:39 2018 New Revision: 462901 URL: https://svnweb.freebsd.org/changeset/ports/462901 Log: Fix rocksdb-lite for osquery - Bump PORTREVISION for package change Requested by: lx Reference: https://github.com/facebook/osquery/issues/4059 Modified: head/databases/rocksdb-lite/Makefile head/databases/rocksdb/Makefile Modified: head/databases/rocksdb-lite/Makefile ============================================================================== --- head/databases/rocksdb-lite/Makefile Sun Feb 25 05:31:34 2018 (r462900) +++ head/databases/rocksdb-lite/Makefile Sun Feb 25 05:31:39 2018 (r462901) @@ -1,6 +1,8 @@ # Created by: David Thiel # $FreeBSD$ +PORTREVISION= 1 + MAINTAINER= lx@FreeBSD.org COMMENT= Persistent key-value store for fast storage environments (lite version) Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Sun Feb 25 05:31:34 2018 (r462900) +++ head/databases/rocksdb/Makefile Sun Feb 25 05:31:39 2018 (r462901) @@ -61,7 +61,7 @@ PLIST_SUB+= LITE="" PKGNAMESUFFIX= -lite CONFLICTS_INSTALL= rocksdb CFLAGS+= -DROCKSDB_LITE=1 -MAKE_ENV+= LIBNAME=librocksdb${PKGNAMESUFFIX} +MAKE_ENV+= LIBNAME=librocksdb${PKGNAMESUFFIX} USE_RTTI=1 DISABLE_JEMALLOC=1 PLIST_SUB+= LITE=${PKGNAMESUFFIX} .endif From owner-svn-ports-head@freebsd.org Sun Feb 25 05:32:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0DACF075BF; Sun, 25 Feb 2018 05:32:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5761C6B45E; Sun, 25 Feb 2018 05:32: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 52739776; Sun, 25 Feb 2018 05:32: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 w1P5WOat064085; Sun, 25 Feb 2018 05:32:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5WOP5064084; Sun, 25 Feb 2018 05:32:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250532.w1P5WOP5064084@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, 25 Feb 2018 05:32:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462910 - head/science/py-scipy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/py-scipy X-SVN-Commit-Revision: 462910 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:32:24 -0000 Author: sunpoet Date: Sun Feb 25 05:32:24 2018 New Revision: 462910 URL: https://svnweb.freebsd.org/changeset/ports/462910 Log: Simplify Makefile - Use post-patch: instead of post-extract: - Silence patch messages - Install scipy-ref-PORTVERSION.pdf from DISTDIR directly Modified: head/science/py-scipy/Makefile Modified: head/science/py-scipy/Makefile ============================================================================== --- head/science/py-scipy/Makefile Sun Feb 25 05:32:19 2018 (r462909) +++ head/science/py-scipy/Makefile Sun Feb 25 05:32:24 2018 (r462910) @@ -5,7 +5,7 @@ PORTNAME= scipy PORTVERSION= 0.19.0 PORTREVISION= 4 CATEGORIES= science python -MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ +MASTER_SITES= http://docs.scipy.org/doc/scipy/:doc \ CHEESESHOP:source \ SF:source PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -32,19 +32,17 @@ OPTIONS_DEFINE= DOCS PORTDOCS= scipy-ref-${PORTVERSION}.pdf -post-extract: - @${CP} ${DISTDIR}/scipy-ref-${PORTVERSION}.pdf ${WRKDIR} - # Syntax error with GCC5. - ${REINPLACE_CMD} -e "s|) IF(| .AND. |" ${WRKSRC}/scipy/odr/odrpack/d_lpkbls.f - +post-patch: +# Syntax error with GCC 5 + @${REINPLACE_CMD} -e "s|) IF(| .AND. |" ${WRKSRC}/scipy/odr/odrpack/d_lpkbls.f # This line help fix the plist error because autoplist list it as a file but it is a directory - @cd ${WRKSRC}/scipy/stats/tests/data && ${TOUCH} tmp + @${TOUCH} ${WRKSRC}/scipy/stats/tests/data/tmp post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/scipy/ -name '*.so' | ${XARGS} ${STRIP_CMD} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKDIR}/scipy-ref-${PORTVERSION}.pdf ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/scipy-ref-${PORTVERSION}.pdf ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Sun Feb 25 05:32:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA524F075C5; Sun, 25 Feb 2018 05:32:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC70B6B54A; Sun, 25 Feb 2018 05:32: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B56A780; Sun, 25 Feb 2018 05:32: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 w1P5WT20064224; Sun, 25 Feb 2018 05:32:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5WTnt064222; Sun, 25 Feb 2018 05:32:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250532.w1P5WTnt064222@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, 25 Feb 2018 05:32:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462911 - head/www/phpsysinfo X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/phpsysinfo X-SVN-Commit-Revision: 462911 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:32:31 -0000 Author: sunpoet Date: Sun Feb 25 05:32:29 2018 New Revision: 462911 URL: https://svnweb.freebsd.org/changeset/ports/462911 Log: Update to 3.2.10 - While I'm here: - Sort USE_PHP - Fix PLIST_FILES Changes: https://github.com/phpsysinfo/phpsysinfo/releases PR: 225948 Submitted by: Ralf van der Enden (maintainer) Deleted: head/www/phpsysinfo/pkg-plist Modified: head/www/phpsysinfo/Makefile head/www/phpsysinfo/distinfo Modified: head/www/phpsysinfo/Makefile ============================================================================== --- head/www/phpsysinfo/Makefile Sun Feb 25 05:32:24 2018 (r462910) +++ head/www/phpsysinfo/Makefile Sun Feb 25 05:32:29 2018 (r462911) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= phpsysinfo -PORTVERSION= 3.2.8 DISTVERSIONPREFIX= v +DISTVERSION= 3.2.10 CATEGORIES= www MAINTAINER= tremere@cainites.net @@ -12,20 +12,21 @@ COMMENT= PHP script for displaying system information LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GITHUB= yes - USES= php:web shebangfix +USE_GITHUB= yes SHEBANG_FILES= tools/check.sh -USE_PHP= dom pcre xml simplexml mbstring +USE_PHP= dom mbstring pcre simplexml xml NO_BUILD= yes NO_ARCH= yes SUB_FILES= pkg-message -PLIST_SUB= NOBINMODE="${NOBINMODE}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" +PLIST_FILES= "@sample ${WWWDIR}/phpsysinfo.ini.new ${WWWDIR}/phpsysinfo.ini" do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} - cd ${WRKSRC} && ${FIND} . \! -name .travis.yml \ - | ${CPIO} -pdm ${STAGEDIR}${WWWDIR} + (cd ${WRKSRC} && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "! -name .travis.yml ! -name .gitignore") + @${FIND} -s ${STAGEDIR}${WWWDIR} -not -type d | \ + ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' > ${TMPPLIST} .include Modified: head/www/phpsysinfo/distinfo ============================================================================== --- head/www/phpsysinfo/distinfo Sun Feb 25 05:32:24 2018 (r462910) +++ head/www/phpsysinfo/distinfo Sun Feb 25 05:32:29 2018 (r462911) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507813018 -SHA256 (phpsysinfo-phpsysinfo-v3.2.8_GH0.tar.gz) = 18eb08b9bc2168b1189ca3cad01b47c3d676f4380f2ed9b3289029b48c86e42c -SIZE (phpsysinfo-phpsysinfo-v3.2.8_GH0.tar.gz) = 1006812 +TIMESTAMP = 1518524768 +SHA256 (phpsysinfo-phpsysinfo-v3.2.10_GH0.tar.gz) = e30329cf2e893b090bcce3269c49fb4c4ec8a7100610763617dc098495442402 +SIZE (phpsysinfo-phpsysinfo-v3.2.10_GH0.tar.gz) = 1021435 From owner-svn-ports-head@freebsd.org Sun Feb 25 05:33:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13B29F07620; Sun, 25 Feb 2018 05:33:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 975AB6BA72; Sun, 25 Feb 2018 05:33:08 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8139A78F; Sun, 25 Feb 2018 05:33:08 +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 w1P5X8ww065192; Sun, 25 Feb 2018 05:33:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5X8jH065190; Sun, 25 Feb 2018 05:33:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250533.w1P5X8jH065190@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, 25 Feb 2018 05:33:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462918 - head/devel/py-xmltodict X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-xmltodict X-SVN-Commit-Revision: 462918 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:33:09 -0000 Author: sunpoet Date: Sun Feb 25 05:33:08 2018 New Revision: 462918 URL: https://svnweb.freebsd.org/changeset/ports/462918 Log: Add LICENSE_FILE - Allow concurrent installation (USE_PYTHON=concurrent) - Add NO_ARCH - Add PyPI as primary WWW - Take maintainership Modified: head/devel/py-xmltodict/Makefile head/devel/py-xmltodict/pkg-descr Modified: head/devel/py-xmltodict/Makefile ============================================================================== --- head/devel/py-xmltodict/Makefile Sun Feb 25 05:33:02 2018 (r462917) +++ head/devel/py-xmltodict/Makefile Sun Feb 25 05:33:08 2018 (r462918) @@ -7,15 +7,17 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= XML parser that returns python dictionaries LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose:devel/py-nose@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${FLAVOR} +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils do-test: @cd ${WRKSRC} && ${LOCALBASE}/bin/nosetests-${PYTHON_VER} Modified: head/devel/py-xmltodict/pkg-descr ============================================================================== --- head/devel/py-xmltodict/pkg-descr Sun Feb 25 05:33:02 2018 (r462917) +++ head/devel/py-xmltodict/pkg-descr Sun Feb 25 05:33:08 2018 (r462918) @@ -1,4 +1,5 @@ xmltodict is a Python module that makes working with XML feel like you are working with JSON. +WWW: https://pypi.python.org/pypi/xmltodict WWW: https://github.com/martinblech/xmltodict From owner-svn-ports-head@freebsd.org Sun Feb 25 05:33:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAC28F07648; Sun, 25 Feb 2018 05:33:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C7E96BDDE; Sun, 25 Feb 2018 05:33:34 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2687B797; Sun, 25 Feb 2018 05:33:34 +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 w1P5XXsY065809; Sun, 25 Feb 2018 05:33:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5XXdf065806; Sun, 25 Feb 2018 05:33:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250533.w1P5XXdf065806@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, 25 Feb 2018 05:33:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462923 - head/math/py-fastcluster X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-fastcluster X-SVN-Commit-Revision: 462923 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:33:34 -0000 Author: sunpoet Date: Sun Feb 25 05:33:33 2018 New Revision: 462923 URL: https://svnweb.freebsd.org/changeset/ports/462923 Log: Update to 1.1.24 - Update COMMENT - Add LICENSE_FILE - Add missing OPTIONS_DEFINE=DOCS - Strip shared library - Convert to options target helper - Add PyPI and GitHub repository to WWW - Take maintainership Changes: https://github.com/dmuellner/fastcluster https://github.com/dmuellner/fastcluster/blob/master/NEWS.txt Modified: head/math/py-fastcluster/Makefile head/math/py-fastcluster/distinfo head/math/py-fastcluster/pkg-descr Modified: head/math/py-fastcluster/Makefile ============================================================================== --- head/math/py-fastcluster/Makefile Sun Feb 25 05:33:28 2018 (r462922) +++ head/math/py-fastcluster/Makefile Sun Feb 25 05:33:33 2018 (r462923) @@ -2,30 +2,33 @@ # $FreeBSD$ PORTNAME= fastcluster -PORTVERSION= 1.1.23 +PORTVERSION= 1.1.24 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Python functions for hierarchical clustering +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fast hierarchical clustering routines for R and Python LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING.txt BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${FLAVOR} -PORTDOCS= CITATION.txt \ - INSTALL.txt \ - NEWS.txt \ - README.txt - USES= python -USE_PYTHON= distutils autoplist concurrent +USE_PYTHON= autoplist concurrent distutils +PORTDOCS= CITATION.txt INSTALL.txt NEWS.txt README.txt + +OPTIONS_DEFINE= DOCS + post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_fastcluster.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/math/py-fastcluster/distinfo ============================================================================== --- head/math/py-fastcluster/distinfo Sun Feb 25 05:33:28 2018 (r462922) +++ head/math/py-fastcluster/distinfo Sun Feb 25 05:33:33 2018 (r462923) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495026276 -SHA256 (fastcluster-1.1.23.tar.gz) = dfcd192d4cd53cd0db27f9d86dc3c49d3a15e6114ff875428c367b8bd679e318 -SIZE (fastcluster-1.1.23.tar.gz) = 163512 +TIMESTAMP = 1519504273 +SHA256 (fastcluster-1.1.24.tar.gz) = a5d1922b1db6f4c3012416e7dc14de2984b9335a48c895e1698afd5c718312b0 +SIZE (fastcluster-1.1.24.tar.gz) = 166081 Modified: head/math/py-fastcluster/pkg-descr ============================================================================== --- head/math/py-fastcluster/pkg-descr Sun Feb 25 05:33:28 2018 (r462922) +++ head/math/py-fastcluster/pkg-descr Sun Feb 25 05:33:33 2018 (r462923) @@ -1,14 +1,16 @@ -Fastcluster provides Python functions for hierarchical clustering. It generates +This library provides Python functions for hierarchical clustering. It generates hierarchical clusters from distance matrices or from vector data. -Part of this module is intended to replace the functions - linkage, single, complete, average, weighted, centroid, median, ward -in the module scipy.cluster.hierarchy with the same functionality but much -faster algorithms. Moreover, the function 'linkage_vector' provides -memory-efficient clustering for vector data. +Part of this module is intended to replace the functions (linkage, single, +complete, average, weighted, centroid, median, ward) in the module +scipy.cluster.hierarchy with the same functionality but much faster algorithms. +Moreover, the function linkage_vector provides memory-efficient clustering for +vector data. The interface is very similar to MATLAB's Statistics Toolbox API to make code -easier to port from MATLAB to Python/Numpy. The core implementation of this +easier to port from MATLAB to Python/NumPy. The core implementation of this library is in C++ for efficiency. WWW: http://danifold.net/fastcluster.html +WWW: https://pypi.python.org/pypi/fastcluster +WWW: https://github.com/dmuellner/fastcluster From owner-svn-ports-head@freebsd.org Sun Feb 25 05:34:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CBB4F0768E; Sun, 25 Feb 2018 05:34:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F00F36C2D5; Sun, 25 Feb 2018 05:34:13 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6C0F7A2; Sun, 25 Feb 2018 05:34:13 +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 w1P5YDgV066739; Sun, 25 Feb 2018 05:34:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5YDFv066737; Sun, 25 Feb 2018 05:34:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250534.w1P5YDFv066737@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, 25 Feb 2018 05:34:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462930 - head/science/py-pupynere X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/py-pupynere X-SVN-Commit-Revision: 462930 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:34:14 -0000 Author: sunpoet Date: Sun Feb 25 05:34:13 2018 New Revision: 462930 URL: https://svnweb.freebsd.org/changeset/ports/462930 Log: Relax USES=python - Update COMMENT - Remove BUILD_DEPENDS - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Add PyPI as primary WWW - Update WWW - Take maintainership Modified: head/science/py-pupynere/Makefile head/science/py-pupynere/pkg-descr Modified: head/science/py-pupynere/Makefile ============================================================================== --- head/science/py-pupynere/Makefile Sun Feb 25 05:34:08 2018 (r462929) +++ head/science/py-pupynere/Makefile Sun Feb 25 05:34:13 2018 (r462930) @@ -8,15 +8,15 @@ CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Python module for reading and writing NetCDF files +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= NetCDF file reader and writer LICENSE= MIT -BUILD_DEPENDS= ${PYNUMPY} -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYNUMPY} -USES= python:2.7 -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include Modified: head/science/py-pupynere/pkg-descr ============================================================================== --- head/science/py-pupynere/pkg-descr Sun Feb 25 05:34:08 2018 (r462929) +++ head/science/py-pupynere/pkg-descr Sun Feb 25 05:34:13 2018 (r462930) @@ -2,4 +2,5 @@ Pupynere is a Python module for reading and writing Ne API as Scientific.IO.NetCDF and pynetcdf. It depends only on Numpy, so you don't need to have the NetCDF library installed. -WWW: http://bitbucket.org/robertodealmeida/pupynere/ +WWW: https://pypi.python.org/pypi/pupynere +WWW: https://bitbucket.org/robertodealmeida/pupynere From owner-svn-ports-head@freebsd.org Sun Feb 25 05:34:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF2E8F076B2; Sun, 25 Feb 2018 05:34:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CB286C5CF; Sun, 25 Feb 2018 05:34:34 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2ADCC7A8; Sun, 25 Feb 2018 05:34:34 +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 w1P5YYgw067246; Sun, 25 Feb 2018 05:34:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5YX6N067243; Sun, 25 Feb 2018 05:34:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250534.w1P5YX6N067243@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, 25 Feb 2018 05:34:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462934 - head/www/py-django-debug-toolbar X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django-debug-toolbar X-SVN-Commit-Revision: 462934 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:34:34 -0000 Author: sunpoet Date: Sun Feb 25 05:34:33 2018 New Revision: 462934 URL: https://svnweb.freebsd.org/changeset/ports/462934 Log: Update to 1.9.1 - Add LICENSE_FILE - Update RUN_DEPENDS: use newer django - Fix version requirement of RUN_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Add PyPI as primary WWW - Update WWW - Take maintainership Changes: https://github.com/jazzband/django-debug-toolbar/blob/master/docs/changes.rst Modified: head/www/py-django-debug-toolbar/Makefile head/www/py-django-debug-toolbar/distinfo head/www/py-django-debug-toolbar/pkg-descr Modified: head/www/py-django-debug-toolbar/Makefile ============================================================================== --- head/www/py-django-debug-toolbar/Makefile Sun Feb 25 05:34:28 2018 (r462933) +++ head/www/py-django-debug-toolbar/Makefile Sun Feb 25 05:34:33 2018 (r462934) @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= django-debug-toolbar -PORTVERSION= 1.8 +PORTVERSION= 1.9.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Configurable set of panels to display debug information LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.4.2:www/py-django18@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlparse>0:databases/py-sqlparse@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Modified: head/www/py-django-debug-toolbar/distinfo ============================================================================== --- head/www/py-django-debug-toolbar/distinfo Sun Feb 25 05:34:28 2018 (r462933) +++ head/www/py-django-debug-toolbar/distinfo Sun Feb 25 05:34:33 2018 (r462934) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494949198 -SHA256 (django-debug-toolbar-1.8.tar.gz) = e9f08b94f9423ac76cfc287151182bbaddbe7521ae32bef9f9863e2ac58018d3 -SIZE (django-debug-toolbar-1.8.tar.gz) = 111730 +TIMESTAMP = 1519504341 +SHA256 (django-debug-toolbar-1.9.1.tar.gz) = d9ea75659f76d8f1e3eb8f390b47fc5bad0908d949c34a8a3c4c87978eb40a0f +SIZE (django-debug-toolbar-1.9.1.tar.gz) = 112019 Modified: head/www/py-django-debug-toolbar/pkg-descr ============================================================================== --- head/www/py-django-debug-toolbar/pkg-descr Sun Feb 25 05:34:28 2018 (r462933) +++ head/www/py-django-debug-toolbar/pkg-descr Sun Feb 25 05:34:33 2018 (r462934) @@ -2,4 +2,5 @@ The Django Debug Toolbar is a configurable set of pane debug information about the current request/response and when clicked, display more details about the panel's content. -WWW: https://github.com/django-debug-toolbar/django-debug-toolbar/ +WWW: https://pypi.python.org/pypi/django-debug-toolbar +WWW: https://github.com/jazzband/django-debug-toolbar From owner-svn-ports-head@freebsd.org Sun Feb 25 05:32:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E2DFF0751C; Sun, 25 Feb 2018 05:32:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 032376B135; Sun, 25 Feb 2018 05:32:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A15AA75A; Sun, 25 Feb 2018 05:32:04 +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 w1P5W4eO063650; Sun, 25 Feb 2018 05:32:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5W4Eo063649; Sun, 25 Feb 2018 05:32:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250532.w1P5W4Eo063649@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, 25 Feb 2018 05:32:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462906 - head/multimedia/libquvi09 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/multimedia/libquvi09 X-SVN-Commit-Revision: 462906 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:32:05 -0000 Author: sunpoet Date: Sun Feb 25 05:32:04 2018 New Revision: 462906 URL: https://svnweb.freebsd.org/changeset/ports/462906 Log: Add my LOCAL to MASTER_SITES Modified: head/multimedia/libquvi09/Makefile Modified: head/multimedia/libquvi09/Makefile ============================================================================== --- head/multimedia/libquvi09/Makefile Sun Feb 25 05:31:59 2018 (r462905) +++ head/multimedia/libquvi09/Makefile Sun Feb 25 05:32:04 2018 (r462906) @@ -5,7 +5,8 @@ PORTNAME= libquvi PORTVERSION= 0.9.4 PORTREVISION= 3 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ +MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ + LOCAL/sunpoet PKGNAMESUFFIX= 09 MAINTAINER= sunpoet@FreeBSD.org From owner-svn-ports-head@freebsd.org Sun Feb 25 05:32:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8714DF0760C; Sun, 25 Feb 2018 05:32:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32ED96B825; Sun, 25 Feb 2018 05:32:52 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2DF7178B; Sun, 25 Feb 2018 05:32:52 +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 w1P5Wqpe064799; Sun, 25 Feb 2018 05:32:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5WpbI064796; Sun, 25 Feb 2018 05:32:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250532.w1P5WpbI064796@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, 25 Feb 2018 05:32:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462915 - in head/devel/py-pkgconfig: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/py-pkgconfig: . files X-SVN-Commit-Revision: 462915 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:32:52 -0000 Author: sunpoet Date: Sun Feb 25 05:32:51 2018 New Revision: 462915 URL: https://svnweb.freebsd.org/changeset/ports/462915 Log: Update to 1.3.1 - Update COMMENT - Add LICENSE_FILE - Add TEST_DEPENDS - Allow concurrent installation (USE_PYTHON=concurrent) - Add GitHub repository to WWW - Take maintainership Changes: https://github.com/matze/pkgconfig/blob/master/README.rst#changelog Deleted: head/devel/py-pkgconfig/files/ Modified: head/devel/py-pkgconfig/Makefile head/devel/py-pkgconfig/distinfo (contents, props changed) head/devel/py-pkgconfig/pkg-descr (contents, props changed) Modified: head/devel/py-pkgconfig/Makefile ============================================================================== --- head/devel/py-pkgconfig/Makefile Sun Feb 25 05:32:46 2018 (r462914) +++ head/devel/py-pkgconfig/Makefile Sun Feb 25 05:32:51 2018 (r462915) @@ -2,18 +2,21 @@ # $FreeBSD$ PORTNAME= pkgconfig -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Python module to interface with the pkg-config command line tool +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Interface Python with pkg-config LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.0:devel/py-nose@${FLAVOR} + USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Modified: head/devel/py-pkgconfig/distinfo ============================================================================== --- head/devel/py-pkgconfig/distinfo Sun Feb 25 05:32:46 2018 (r462914) +++ head/devel/py-pkgconfig/distinfo Sun Feb 25 05:32:51 2018 (r462915) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481606929 -SHA256 (pkgconfig-1.2.2.tar.gz) = 3685ba02a9b72654a764b728b559f327e1dbd7dc6ebc310a1bd429666ee202aa -SIZE (pkgconfig-1.2.2.tar.gz) = 5305 +TIMESTAMP = 1519498717 +SHA256 (pkgconfig-1.3.1.tar.gz) = 0bc77e955a5990b466b7277234a88dc6a62f1f4388ac1e95469051c82a17fd80 +SIZE (pkgconfig-1.3.1.tar.gz) = 5713 Modified: head/devel/py-pkgconfig/pkg-descr ============================================================================== --- head/devel/py-pkgconfig/pkg-descr Sun Feb 25 05:32:46 2018 (r462914) +++ head/devel/py-pkgconfig/pkg-descr Sun Feb 25 05:32:51 2018 (r462915) @@ -1,3 +1,4 @@ pkgconfig is a Python module to interface with the pkg-config command line tool. WWW: https://pypi.python.org/pypi/pkgconfig +WWW: https://github.com/matze/pkgconfig From owner-svn-ports-head@freebsd.org Sun Feb 25 05:33:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB1E3F07635; Sun, 25 Feb 2018 05:33:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3171E6BB38; Sun, 25 Feb 2018 05:33:14 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 11A5B791; Sun, 25 Feb 2018 05:33:14 +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 w1P5XDDx065315; Sun, 25 Feb 2018 05:33:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5XDD5065313; Sun, 25 Feb 2018 05:33:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250533.w1P5XDD5065313@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, 25 Feb 2018 05:33:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462919 - head/devel/py-yappi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-yappi X-SVN-Commit-Revision: 462919 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:33:14 -0000 Author: sunpoet Date: Sun Feb 25 05:33:13 2018 New Revision: 462919 URL: https://svnweb.freebsd.org/changeset/ports/462919 Log: Clean up Makefile - Do not silence installation messages - Add Bitbucket repository to WWW - Take maintainership Modified: head/devel/py-yappi/Makefile head/devel/py-yappi/pkg-descr Modified: head/devel/py-yappi/Makefile ============================================================================== --- head/devel/py-yappi/Makefile Sun Feb 25 05:33:08 2018 (r462918) +++ head/devel/py-yappi/Makefile Sun Feb 25 05:33:13 2018 (r462919) @@ -7,24 +7,24 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Yet Another Python Profiler LICENSE= MIT +USES= python +USE_PYTHON= autoplist concurrent distutils + OPTIONS_DEFINE= DOCS PORTDOCS= * -USES= python -USE_PYTHON= distutils concurrent autoplist +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_yappi.so post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_yappi.so do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/devel/py-yappi/pkg-descr ============================================================================== --- head/devel/py-yappi/pkg-descr Sun Feb 25 05:33:08 2018 (r462918) +++ head/devel/py-yappi/pkg-descr Sun Feb 25 05:33:13 2018 (r462919) @@ -4,3 +4,4 @@ It is possible to profile an application, retrieve sta start later on the fly without affecting the profiled application. WWW: https://pypi.python.org/pypi/yappi +WWW: https://bitbucket.org/sumerc/yappi From owner-svn-ports-head@freebsd.org Sun Feb 25 05:34:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48467F07695; Sun, 25 Feb 2018 05:34:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9E956C38E; Sun, 25 Feb 2018 05:34:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CB84F7A3; Sun, 25 Feb 2018 05:34:18 +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 w1P5YIka066860; Sun, 25 Feb 2018 05:34:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5YI6n066858; Sun, 25 Feb 2018 05:34:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250534.w1P5YI6n066858@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, 25 Feb 2018 05:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462931 - head/science/py-pyaixi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/py-pyaixi X-SVN-Commit-Revision: 462931 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:34:19 -0000 Author: sunpoet Date: Sun Feb 25 05:34:18 2018 New Revision: 462931 URL: https://svnweb.freebsd.org/changeset/ports/462931 Log: Relax USES=python - Simplify concurrent installation: - Use USE_PYTHON=concurrent - Remove DOCSDIR - Remove EXAMPLESDIR - Add NO_ARCH - Reformat pkg-descr - Add PyPI as primary WWW - Take maintainership Modified: head/science/py-pyaixi/Makefile head/science/py-pyaixi/pkg-descr Modified: head/science/py-pyaixi/Makefile ============================================================================== --- head/science/py-pyaixi/Makefile Sun Feb 25 05:34:13 2018 (r462930) +++ head/science/py-pyaixi/Makefile Sun Feb 25 05:34:18 2018 (r462931) @@ -8,31 +8,27 @@ CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of the MC-AIXI-CTW AI algorithm LICENSE= CC-BY-SA-3.0 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= dos2unix python:2.7 -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= dos2unix python +USE_PYTHON= autoplist concurrent distutils -PORTDOCS= changelog.txt \ - todo.txt - +PORTDOCS= changelog.txt todo.txt PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} \ - ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/conf/|} \ - ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/conf/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/science/py-pyaixi/pkg-descr ============================================================================== --- head/science/py-pyaixi/pkg-descr Sun Feb 25 05:34:13 2018 (r462930) +++ head/science/py-pyaixi/pkg-descr Sun Feb 25 05:34:18 2018 (r462931) @@ -1,8 +1,9 @@ -pyaixi is a pure Python implementation of the Monte Carlo-AIXI-Context Tree Weighting -(MC-AIXI-CTW) artificial intelligence algorithm. +pyaixi is a pure Python implementation of the Monte Carlo-AIXI-Context Tree +Weighting (MC-AIXI-CTW) artificial intelligence algorithm. This is an approximation of the AIXI universal artificial intelligence algorithm, which describes a model-based, reinforcement-learning agent capable of general learning. +WWW: https://pypi.python.org/pypi/pyaixi WWW: https://github.com/gkassel/pyaixi From owner-svn-ports-head@freebsd.org Sun Feb 25 05:49:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EF18F07F92; Sun, 25 Feb 2018 05:49:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D0306CF6D; Sun, 25 Feb 2018 05:49:49 +0000 (UTC) (envelope-from linimon@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37AEF976; Sun, 25 Feb 2018 05:49:49 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P5nmIg072750; Sun, 25 Feb 2018 05:49:48 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5nmhe072749; Sun, 25 Feb 2018 05:49:48 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201802250549.w1P5nmhe072749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 25 Feb 2018 05:49:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462937 - head/math/gmp/files X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/math/gmp/files X-SVN-Commit-Revision: 462937 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:49:49 -0000 Author: linimon Date: Sun Feb 25 05:49:48 2018 New Revision: 462937 URL: https://svnweb.freebsd.org/changeset/ports/462937 Log: Add patch to enable on powerpcspe. Tested for harmlessness on amd64. Differential revision: https://reviews.freebsd.org/D14335 Submitted by: jhibbits Added: head/math/gmp/files/patch-configfsf.sub-spe (contents, props changed) Added: head/math/gmp/files/patch-configfsf.sub-spe ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/gmp/files/patch-configfsf.sub-spe Sun Feb 25 05:49:48 2018 (r462937) @@ -0,0 +1,20 @@ +--- configfsf.sub.bak 2017-04-04 10:18:23.262820000 -0500 ++++ configfsf.sub 2017-04-04 10:18:41.467015000 -0500 +@@ -301,7 +301,7 @@ + | ns16k | ns32k \ + | open8 | or1k | or1knd | or32 \ + | pdp10 | pdp11 | pj | pjl \ +- | powerpc | powerpc64 | powerpc64le | powerpcle \ ++ | powerpc | powerpc64 | powerpc64le | powerpcle | powerpcspe \ + | pyramid \ + | riscv32 | riscv64 \ + | rl78 | rx \ +@@ -428,7 +428,7 @@ + | or1k*-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ +- | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ ++ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | powerpcspe-* \ + | pyramid-* \ + | riscv32-* | riscv64-* \ + | rl78-* | romp-* | rs6000-* | rx-* \ From owner-svn-ports-head@freebsd.org Sun Feb 25 05:31:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F73FF074E8; Sun, 25 Feb 2018 05:31:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33FBB6AD2B; Sun, 25 Feb 2018 05:31: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2EF8572D; Sun, 25 Feb 2018 05:31: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 w1P5VZfC060617; Sun, 25 Feb 2018 05:31:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5VYpA060613; Sun, 25 Feb 2018 05:31:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250531.w1P5VYpA060613@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, 25 Feb 2018 05:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462900 - in head/devel: . py-fixtures X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-fixtures X-SVN-Commit-Revision: 462900 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:31:35 -0000 Author: sunpoet Date: Sun Feb 25 05:31:34 2018 New Revision: 462900 URL: https://svnweb.freebsd.org/changeset/ports/462900 Log: Add py-fixtures 3.0.0 Fixtures defines a Python contract for reusable state / support logic, primarily for unit testing. Helper and adaption logic is included to make it easy to write your own fixtures using the fixtures contract. Glue code is provided that makes using fixtures that meet the Fixtures contract in unittest compatible test cases easy and straight forward. WWW: https://pypi.python.org/pypi/fixtures WWW: https://github.com/testing-cabal/fixtures Added: head/devel/py-fixtures/ head/devel/py-fixtures/Makefile (contents, props changed) head/devel/py-fixtures/distinfo (contents, props changed) head/devel/py-fixtures/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Feb 25 05:19:55 2018 (r462899) +++ head/devel/Makefile Sun Feb 25 05:31:34 2018 (r462900) @@ -4437,6 +4437,7 @@ SUBDIR += py-five.formlib SUBDIR += py-five.globalrequest SUBDIR += py-five.localsitemanager + SUBDIR += py-fixtures SUBDIR += py-flake8 SUBDIR += py-flake8-builtins SUBDIR += py-flake8-docstrings Added: head/devel/py-fixtures/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fixtures/Makefile Sun Feb 25 05:31:34 2018 (r462900) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= fixtures +PORTVERSION= 3.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fixtures, reusable state for writing clean tests and more + +LICENSE= APACHE20 BSD3CLAUSE +LICENSE_COMB= dual +LICENSE_FILE_APACHE20= ${WRKSRC}/Apache-2.0 +LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/BSD + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}testtools>=0.9.22:devel/py-testtools@${FLAVOR} + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include Added: head/devel/py-fixtures/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fixtures/distinfo Sun Feb 25 05:31:34 2018 (r462900) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519516720 +SHA256 (fixtures-3.0.0.tar.gz) = fcf0d60234f1544da717a9738325812de1f42c2fa085e2d9252d8fff5712b2ef +SIZE (fixtures-3.0.0.tar.gz) = 56629 Added: head/devel/py-fixtures/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-fixtures/pkg-descr Sun Feb 25 05:31:34 2018 (r462900) @@ -0,0 +1,8 @@ +Fixtures defines a Python contract for reusable state / support logic, primarily +for unit testing. Helper and adaption logic is included to make it easy to write +your own fixtures using the fixtures contract. Glue code is provided that makes +using fixtures that meet the Fixtures contract in unittest compatible test cases +easy and straight forward. + +WWW: https://pypi.python.org/pypi/fixtures +WWW: https://github.com/testing-cabal/fixtures From owner-svn-ports-head@freebsd.org Sun Feb 25 05:31:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 228DFF074FF; Sun, 25 Feb 2018 05:31:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C3FE16AF8A; Sun, 25 Feb 2018 05:31:54 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDFC674C; Sun, 25 Feb 2018 05:31:54 +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 w1P5VsuM063429; Sun, 25 Feb 2018 05:31:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5VsgE063428; Sun, 25 Feb 2018 05:31:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250531.w1P5VsgE063428@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, 25 Feb 2018 05:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462904 - head/multimedia/libquvi-scripts X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/multimedia/libquvi-scripts X-SVN-Commit-Revision: 462904 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:31:55 -0000 Author: sunpoet Date: Sun Feb 25 05:31:54 2018 New Revision: 462904 URL: https://svnweb.freebsd.org/changeset/ports/462904 Log: Add my LOCAL to MASTER_SITES Modified: head/multimedia/libquvi-scripts/Makefile Modified: head/multimedia/libquvi-scripts/Makefile ============================================================================== --- head/multimedia/libquvi-scripts/Makefile Sun Feb 25 05:31:49 2018 (r462903) +++ head/multimedia/libquvi-scripts/Makefile Sun Feb 25 05:31:54 2018 (r462904) @@ -4,7 +4,8 @@ PORTNAME= libquvi-scripts PORTVERSION= 0.4.21 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ +MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Embedded lua scripts for libquvi and utility scripts From owner-svn-ports-head@freebsd.org Sun Feb 25 05:32:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03148F07522; Sun, 25 Feb 2018 05:32:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AAA516B1E7; Sun, 25 Feb 2018 05:32:09 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A5598761; Sun, 25 Feb 2018 05:32:09 +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 w1P5W9b1063759; Sun, 25 Feb 2018 05:32:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5W98O063758; Sun, 25 Feb 2018 05:32:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250532.w1P5W98O063758@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, 25 Feb 2018 05:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462907 - head/multimedia/libquvi-scripts09 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/multimedia/libquvi-scripts09 X-SVN-Commit-Revision: 462907 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:32:10 -0000 Author: sunpoet Date: Sun Feb 25 05:32:09 2018 New Revision: 462907 URL: https://svnweb.freebsd.org/changeset/ports/462907 Log: Add my LOCAL to MASTER_SITES Modified: head/multimedia/libquvi-scripts09/Makefile Modified: head/multimedia/libquvi-scripts09/Makefile ============================================================================== --- head/multimedia/libquvi-scripts09/Makefile Sun Feb 25 05:32:04 2018 (r462906) +++ head/multimedia/libquvi-scripts09/Makefile Sun Feb 25 05:32:09 2018 (r462907) @@ -5,7 +5,8 @@ PORTNAME= libquvi-scripts PORTVERSION= 0.9.20131130 PORTREVISION= 1 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION}/${PORTNAME}/ +MASTER_SITES= SF/quvi/${PORTVERSION}/${PORTNAME}/ \ + LOCAL/sunpoet PKGNAMESUFFIX= 09 MAINTAINER= sunpoet@FreeBSD.org From owner-svn-ports-head@freebsd.org Sun Feb 25 05:32:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55B72F07607; Sun, 25 Feb 2018 05:32:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7CA7E6B7EE; Sun, 25 Feb 2018 05:32:46 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ADCCD78A; Sun, 25 Feb 2018 05:32:46 +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 w1P5WkQ8064653; Sun, 25 Feb 2018 05:32:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5WkbC064650; Sun, 25 Feb 2018 05:32:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250532.w1P5WkbC064650@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, 25 Feb 2018 05:32:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462914 - head/devel/py-memory_profiler X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-memory_profiler X-SVN-Commit-Revision: 462914 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:32:48 -0000 Author: sunpoet Date: Sun Feb 25 05:32:46 2018 New Revision: 462914 URL: https://svnweb.freebsd.org/changeset/ports/462914 Log: Update to 0.52.0 - Update COMMENT - Update LICENSE - Add LICENSE_FILE - Remove PSUTIL option: psutil is no longer optional - Allow concurrent installation (USE_PYTHON=concurrent) - Update pkg-descr - Add PyPI as primary WWW - Update WWW - Take maintainership Changes: https://github.com/pythonprofilers/memory_profiler/commits/master Modified: head/devel/py-memory_profiler/Makefile head/devel/py-memory_profiler/distinfo head/devel/py-memory_profiler/pkg-descr Modified: head/devel/py-memory_profiler/Makefile ============================================================================== --- head/devel/py-memory_profiler/Makefile Sun Feb 25 05:32:40 2018 (r462913) +++ head/devel/py-memory_profiler/Makefile Sun Feb 25 05:32:46 2018 (r462914) @@ -2,24 +2,21 @@ # $FreeBSD$ PORTNAME= memory_profiler -PORTVERSION= 0.47 +PORTVERSION= 0.52.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Line-by-line and process memory consumption analysis +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module for monitoring memory usage of a python program -LICENSE= BSD2CLAUSE +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= PSUTIL -OPTIONS_DEFAULT= PSUTIL +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${FLAVOR} -PSUTIL_DESC= Use psutil for better performance -PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>1.0.0:sysutils/py-psutil@${FLAVOR} - USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Modified: head/devel/py-memory_profiler/distinfo ============================================================================== --- head/devel/py-memory_profiler/distinfo Sun Feb 25 05:32:40 2018 (r462913) +++ head/devel/py-memory_profiler/distinfo Sun Feb 25 05:32:46 2018 (r462914) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496505442 -SHA256 (memory_profiler-0.47.tar.gz) = e992f2a341a5332dad1ad4a008eeac7cfe78c7ea4abdf7535a3e7e79093328cb -SIZE (memory_profiler-0.47.tar.gz) = 33725 +TIMESTAMP = 1519498699 +SHA256 (memory_profiler-0.52.0.tar.gz) = e38627e66ca787f56ad2898699e07cb7ae2049a7dc075d535367cd882c417b9a +SIZE (memory_profiler-0.52.0.tar.gz) = 35288 Modified: head/devel/py-memory_profiler/pkg-descr ============================================================================== --- head/devel/py-memory_profiler/pkg-descr Sun Feb 25 05:32:40 2018 (r462913) +++ head/devel/py-memory_profiler/pkg-descr Sun Feb 25 05:32:46 2018 (r462914) @@ -1,6 +1,6 @@ -memory_profiler is a python module for monitoring memory consumption of a -process as well as line-by-line analysis of memory consumption for python -programs. It is a pure python module and has the psutil module as optional -(but highly recommended) dependencies. +This is a python module for monitoring memory consumption of a process as well +as line-by-line analysis of memory consumption for python programs. It is a pure +python module which depends on the psutil module. -WWW: https://github.com/fabianp/memory_profiler/ +WWW: https://pypi.python.org/pypi/memory_profiler +WWW: https://github.com/pythonprofilers/memory_profiler From owner-svn-ports-head@freebsd.org Sun Feb 25 05:33:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F567F07656; Sun, 25 Feb 2018 05:33:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8C1A6BEBC; Sun, 25 Feb 2018 05:33:39 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 54422798; Sun, 25 Feb 2018 05:33:39 +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 w1P5Xdcd065972; Sun, 25 Feb 2018 05:33:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5XcO2065968; Sun, 25 Feb 2018 05:33:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250533.w1P5XcO2065968@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, 25 Feb 2018 05:33:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462924 - in head/math/py-patsy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/math/py-patsy: . files X-SVN-Commit-Revision: 462924 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:33:41 -0000 Author: sunpoet Date: Sun Feb 25 05:33:38 2018 New Revision: 462924 URL: https://svnweb.freebsd.org/changeset/ports/462924 Log: Update to 0.5.0 - Fix LICENSE - Add LICENSE_FILE - Allow concurrent installation (USE_PYTHON=concurrent) - Move PORTDOCS and PORTEXAMPLES to PLIST - Add PyPI as primary WWW - Take maintainership Changes: https://github.com/pydata/patsy/blob/master/doc/changes.rst Added: head/math/py-patsy/pkg-plist (contents, props changed) Deleted: head/math/py-patsy/files/ Modified: head/math/py-patsy/Makefile head/math/py-patsy/distinfo head/math/py-patsy/pkg-descr Modified: head/math/py-patsy/Makefile ============================================================================== --- head/math/py-patsy/Makefile Sun Feb 25 05:33:33 2018 (r462923) +++ head/math/py-patsy/Makefile Sun Feb 25 05:33:38 2018 (r462924) @@ -2,49 +2,33 @@ # $FreeBSD$ PORTNAME= patsy -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python package for statistical models and design matrices -LICENSE= BSD3CLAUSE PSFL +LICENSE= BSD2CLAUSE PSFL LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} -USES= python zip -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -PORTDOCS= API-reference.rst \ - R-comparison.rst \ - builtins-reference.rst \ - categorical-coding.rst \ - changes.rst \ - expert-model-specification.rst \ - formulas.rst \ - index.rst \ - library-developers.rst \ - overview.rst \ - py2-versus-py3.rst \ - quickstart.rst \ - stateful-transforms.rst \ - -PORTEXAMPLES= add_predictors.py \ - example_lm.py \ - example_treatment.py - OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.rst ${STAGEDIR}${DOCSDIR} + post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/doc/_examples/|} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/_examples/*.py ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/math/py-patsy/distinfo ============================================================================== --- head/math/py-patsy/distinfo Sun Feb 25 05:33:33 2018 (r462923) +++ head/math/py-patsy/distinfo Sun Feb 25 05:33:38 2018 (r462924) @@ -1,2 +1,3 @@ -SHA256 (patsy-0.4.1.zip) = dc1cc280045b0e6e50c04706fd1e26d2a00ea400aa112f88e8142f88b0b7d3d4 -SIZE (patsy-0.4.1.zip) = 425390 +TIMESTAMP = 1519513259 +SHA256 (patsy-0.5.0.tar.gz) = e05f38d5c38c8d216f0cc2b765b1069b433c92d628b954fb2fee68d13e42883b +SIZE (patsy-0.5.0.tar.gz) = 399109 Modified: head/math/py-patsy/pkg-descr ============================================================================== --- head/math/py-patsy/pkg-descr Sun Feb 25 05:33:33 2018 (r462923) +++ head/math/py-patsy/pkg-descr Sun Feb 25 05:33:38 2018 (r462924) @@ -2,4 +2,5 @@ Patsy is a Python library for describing statistical m models, or models that have a linear component) and building design matrices. Patsy brings the convenience of R "formulas" to Python. +WWW: https://pypi.python.org/pypi/patsy WWW: https://github.com/pydata/patsy Added: head/math/py-patsy/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/py-patsy/pkg-plist Sun Feb 25 05:33:38 2018 (r462924) @@ -0,0 +1,17 @@ +%%PORTDOCS%%%%DOCSDIR%%/API-reference.rst +%%PORTDOCS%%%%DOCSDIR%%/R-comparison.rst +%%PORTDOCS%%%%DOCSDIR%%/builtins-reference.rst +%%PORTDOCS%%%%DOCSDIR%%/categorical-coding.rst +%%PORTDOCS%%%%DOCSDIR%%/changes.rst +%%PORTDOCS%%%%DOCSDIR%%/expert-model-specification.rst +%%PORTDOCS%%%%DOCSDIR%%/formulas.rst +%%PORTDOCS%%%%DOCSDIR%%/index.rst +%%PORTDOCS%%%%DOCSDIR%%/library-developers.rst +%%PORTDOCS%%%%DOCSDIR%%/overview.rst +%%PORTDOCS%%%%DOCSDIR%%/py2-versus-py3.rst +%%PORTDOCS%%%%DOCSDIR%%/quickstart.rst +%%PORTDOCS%%%%DOCSDIR%%/spline-regression.rst +%%PORTDOCS%%%%DOCSDIR%%/stateful-transforms.rst +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/add_predictors.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_lm.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_treatment.py From owner-svn-ports-head@freebsd.org Sun Feb 25 05:33:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ED78F0765A; Sun, 25 Feb 2018 05:33:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFD446BF6D; Sun, 25 Feb 2018 05:33: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D21E799; Sun, 25 Feb 2018 05:33: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 w1P5XieX066097; Sun, 25 Feb 2018 05:33:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5Xiut066095; Sun, 25 Feb 2018 05:33:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250533.w1P5Xiut066095@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, 25 Feb 2018 05:33:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462925 - head/math/py-statsmodels X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-statsmodels X-SVN-Commit-Revision: 462925 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:33:46 -0000 Author: sunpoet Date: Sun Feb 25 05:33:44 2018 New Revision: 462925 URL: https://svnweb.freebsd.org/changeset/ports/462925 Log: Update to genuine 0.8.0 - Change MASTER_SITES to CHEESESHOP - Remove BUILD_DEPENDS - Fix version requirement of RUN_DEPENDS - Use SHEBANG_GLOB - Cosmetic change - Bump PORTREVISION for package change - Take maintainership Changes: https://github.com/statsmodels/statsmodels/releases https://github.com/statsmodels/statsmodels/commits/maintenance/0.8.x Modified: head/math/py-statsmodels/Makefile head/math/py-statsmodels/distinfo Modified: head/math/py-statsmodels/Makefile ============================================================================== --- head/math/py-statsmodels/Makefile Sun Feb 25 05:33:38 2018 (r462924) +++ head/math/py-statsmodels/Makefile Sun Feb 25 05:33:44 2018 (r462925) @@ -3,47 +3,41 @@ PORTNAME= statsmodels PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= math python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Complement to SciPy for statistical computations LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}patsy>0:math/py-patsy@${FLAVOR} -RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}patsy>0:math/py-patsy@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pandas>=0.12:math/py-pandas@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}patsy>=0.2.1:math/py-patsy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${FLAVOR} +RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= DOCS EXAMPLES USES= python shebangfix -USE_PYTHON= autoplist distutils concurrent cython -USE_GITHUB= yes -GH_TAGNAME= 8e812cd -SHEBANG_FILES= tools/*.py statsmodels/datasets/*/data.py statsmodels/tools/print_version.py \ - statsmodels/regression/quantile_regression.py +USE_PYTHON= autoplist concurrent cython distutils -PORTEXAMPLES= * PORTDOCS= README.rst README_l1.txt +PORTEXAMPLES= * +SHEBANG_GLOB= *.py + post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/nonparametric/_smoothers_lowess.so - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/nonparametric/linbin.so - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/tsa/kalmanf/kalman_loglike.so - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/tsa/statespace/_statespace.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' | ${XARGS} ${STRIP_CMD} -post-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} - post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.rst ${WRKSRC}/README_l1.txt ${STAGEDIR}${DOCSDIR} + +post-install-EXAMPLES-on: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/math/py-statsmodels/distinfo ============================================================================== --- head/math/py-statsmodels/distinfo Sun Feb 25 05:33:38 2018 (r462924) +++ head/math/py-statsmodels/distinfo Sun Feb 25 05:33:44 2018 (r462925) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496502821 -SHA256 (statsmodels-statsmodels-0.8.0-8e812cd_GH0.tar.gz) = f4676e4fc96d6486981c9d2da4f250c554630aae40b340cb2a78c7287a0a87cb -SIZE (statsmodels-statsmodels-0.8.0-8e812cd_GH0.tar.gz) = 7601849 +TIMESTAMP = 1519521127 +SHA256 (statsmodels-0.8.0.tar.gz) = 26431ab706fbae896db7870a0892743bfbb9f5c83231644692166a31d2d86048 +SIZE (statsmodels-0.8.0.tar.gz) = 9464851 From owner-svn-ports-head@freebsd.org Sun Feb 25 05:34:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67906F07679; Sun, 25 Feb 2018 05:34:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 487636C1F6; Sun, 25 Feb 2018 05:34:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3101C79E; Sun, 25 Feb 2018 05:34:04 +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 w1P5Y3WZ066478; Sun, 25 Feb 2018 05:34:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5Y3xm066477; Sun, 25 Feb 2018 05:34:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250534.w1P5Y3xm066477@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, 25 Feb 2018 05:34:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462928 - head/science/py-coards X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/py-coards X-SVN-Commit-Revision: 462928 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:34:06 -0000 Author: sunpoet Date: Sun Feb 25 05:34:03 2018 New Revision: 462928 URL: https://svnweb.freebsd.org/changeset/ports/462928 Log: Relax USES=python - Allow concurrent installation (USE_PYTHON=concurrent) - Add NO_ARCH - Bump PORTREVISION for package change - Take maintainership Modified: head/science/py-coards/Makefile Modified: head/science/py-coards/Makefile ============================================================================== --- head/science/py-coards/Makefile Sun Feb 25 05:33:58 2018 (r462927) +++ head/science/py-coards/Makefile Sun Feb 25 05:34:03 2018 (r462928) @@ -3,17 +3,18 @@ PORTNAME= coards PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= COARDS compliant time parser LICENSE= MIT -USES= python:2.7 -USE_PYTHON= distutils autoplist +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include From owner-svn-ports-head@freebsd.org Sun Feb 25 05:34:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 766D3F07681; Sun, 25 Feb 2018 05:34:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 219E66C21B; Sun, 25 Feb 2018 05:34:09 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C5297A0; Sun, 25 Feb 2018 05:34:09 +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 w1P5Y8vh066617; Sun, 25 Feb 2018 05:34:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5Y8oK066614; Sun, 25 Feb 2018 05:34:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250534.w1P5Y8oK066614@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, 25 Feb 2018 05:34:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462929 - head/science/py-h5py X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/science/py-h5py X-SVN-Commit-Revision: 462929 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:34:09 -0000 Author: sunpoet Date: Sun Feb 25 05:34:08 2018 New Revision: 462929 URL: https://svnweb.freebsd.org/changeset/ports/462929 Log: Update to 2.7.1 - Change MASTER_SITES to CHEESESHOP - Sort BUILD_DEPENDS - Update pkg-descr - Add PyPI and GitHub repository to WWW - Take maintainership Modified: head/science/py-h5py/Makefile head/science/py-h5py/distinfo head/science/py-h5py/pkg-descr Modified: head/science/py-h5py/Makefile ============================================================================== --- head/science/py-h5py/Makefile Sun Feb 25 05:34:03 2018 (r462928) +++ head/science/py-h5py/Makefile Sun Feb 25 05:34:08 2018 (r462929) @@ -2,26 +2,26 @@ # $FreeBSD$ PORTNAME= h5py -DISTVERSION= 2.7.1 +PORTVERSION= 2.7.1 CATEGORIES= science python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= General-purpose Python interface to the HDF5 library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/licenses/license.txt BUILD_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pkgconfig>0:devel/py-pkgconfig@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} LIB_DEPENDS= libhdf5.so:science/hdf5 RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} USES= python -USE_GITHUB= yes -USE_PYTHON= distutils cython autoplist concurrent +USE_PYTHON= autoplist concurrent cython distutils PORTDOCS= * PORTEXAMPLES= multiprocessing_example.py swmr_multiprocess.py \ @@ -29,19 +29,19 @@ PORTEXAMPLES= multiprocessing_example.py swmr_multipro OPTIONS_DEFINE= DOCS EXAMPLES -do-install-DOCS-on: +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/h5py/*.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.rst ${STAGEDIR}${DOCSDIR} - ${COPYTREE_SHARE} ${WRKSRC}/docs ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} -do-install-EXAMPLES-on: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} -post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/h5py/*.so - do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include Modified: head/science/py-h5py/distinfo ============================================================================== --- head/science/py-h5py/distinfo Sun Feb 25 05:34:03 2018 (r462928) +++ head/science/py-h5py/distinfo Sun Feb 25 05:34:08 2018 (r462929) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519520436 -SHA256 (h5py-h5py-2.7.1_GH0.tar.gz) = 55bdefda47c49973ec24384097d18eb5f84797c057aaf0bf0b6b0f7860ad43e7 -SIZE (h5py-h5py-2.7.1_GH0.tar.gz) = 268457 +TIMESTAMP = 1519522205 +SHA256 (h5py-2.7.1.tar.gz) = 180a688311e826ff6ae6d3bda9b5c292b90b28787525ddfcb10a29d5ddcae2cc +SIZE (h5py-2.7.1.tar.gz) = 264225 Modified: head/science/py-h5py/pkg-descr ============================================================================== --- head/science/py-h5py/pkg-descr Sun Feb 25 05:34:03 2018 (r462928) +++ head/science/py-h5py/pkg-descr Sun Feb 25 05:34:08 2018 (r462929) @@ -1,12 +1,12 @@ The h5py package provides both a high- and low-level interface to the HDF5 -library from Python. The low-level interface is intended to be a complete -wrapping of the HDF5 1.8 API, while the high-level component supports -Python-style object-oriented access to HDF5 files, datasets and groups. +library from Python. The low-level interface is intended to be a complete +wrapping of the HDF5 API, while the high-level component supports access to HDF5 +files, datasets and groups using established Python and NumPy concepts. -The goal of this package is not to provide yet another scientific data -model. It is an attempt to create as straightforward a binding as possible -to the existing HDF5 API and abstractions, so that Python programs can -easily deal with HDF5 files and exchange data with other HDF5-aware -applications. +A strong emphasis on automatic conversion between Python (Numpy) datatypes and +data structures and their HDF5 equivalents vastly simplifies the process of +reading and writing data from Python. -WWW: https://www.h5py.org +WWW: https://www.h5py.org/ +WWW: https://pypi.python.org/pypi/h5py +WWW: https://github.com/h5py/h5py From owner-svn-ports-head@freebsd.org Sun Feb 25 05:34:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED6EEF07699; Sun, 25 Feb 2018 05:34:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AD636C442; Sun, 25 Feb 2018 05:34:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 95CEA7A5; Sun, 25 Feb 2018 05:34:23 +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 w1P5YNGd066969; Sun, 25 Feb 2018 05:34:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5YNj0066968; Sun, 25 Feb 2018 05:34:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250534.w1P5YNj0066968@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, 25 Feb 2018 05:34:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462932 - head/www/py-django-datetime-widget X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django-datetime-widget X-SVN-Commit-Revision: 462932 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:34:24 -0000 Author: sunpoet Date: Sun Feb 25 05:34:23 2018 New Revision: 462932 URL: https://svnweb.freebsd.org/changeset/ports/462932 Log: Update RUN_DEPENDS: use newer django - Add missing RUN_DEPENDS - Pet portlint: move LICENSE upward - Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for dependency change - Take maintainership Modified: head/www/py-django-datetime-widget/Makefile Modified: head/www/py-django-datetime-widget/Makefile ============================================================================== --- head/www/py-django-datetime-widget/Makefile Sun Feb 25 05:34:18 2018 (r462931) +++ head/www/py-django-datetime-widget/Makefile Sun Feb 25 05:34:23 2018 (r462932) @@ -3,20 +3,22 @@ PORTNAME= django-datetime-widget PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple and clean widget for DateTimeField -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR} - LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR} + USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Sun Feb 25 05:34:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35F47F076A4; Sun, 25 Feb 2018 05:34:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D47186C4FC; Sun, 25 Feb 2018 05:34:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF8087A7; Sun, 25 Feb 2018 05:34:28 +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 w1P5YSdO067108; Sun, 25 Feb 2018 05:34:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5YSnc067105; Sun, 25 Feb 2018 05:34:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250534.w1P5YSnc067105@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, 25 Feb 2018 05:34:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462933 - head/www/py-django-crispy-forms X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django-crispy-forms X-SVN-Commit-Revision: 462933 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:34:29 -0000 Author: sunpoet Date: Sun Feb 25 05:34:28 2018 New Revision: 462933 URL: https://svnweb.freebsd.org/changeset/ports/462933 Log: Update to 1.7.0 - Remove leading indefinite article from COMMENT - Add LICENSE_FILE - Update RUN_DEPENDS: use newer django - Add NO_ARCH - Update pkg-descr - Add PyPI as primary WWW - Update WWW - Take maintainership Changes: https://github.com/django-crispy-forms/django-crispy-forms/releases Modified: head/www/py-django-crispy-forms/Makefile head/www/py-django-crispy-forms/distinfo head/www/py-django-crispy-forms/pkg-descr Modified: head/www/py-django-crispy-forms/Makefile ============================================================================== --- head/www/py-django-crispy-forms/Makefile Sun Feb 25 05:34:23 2018 (r462932) +++ head/www/py-django-crispy-forms/Makefile Sun Feb 25 05:34:28 2018 (r462933) @@ -2,19 +2,21 @@ # $FreeBSD$ PORTNAME= django-crispy-forms -PORTVERSION= 1.6.1 +PORTVERSION= 1.7.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= The best way to have Django DRY forms +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Best way to have Django DRY forms LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${FLAVOR} +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist concurrent +USE_PYTHON= autoplist concurrent distutils .include Modified: head/www/py-django-crispy-forms/distinfo ============================================================================== --- head/www/py-django-crispy-forms/distinfo Sun Feb 25 05:34:23 2018 (r462932) +++ head/www/py-django-crispy-forms/distinfo Sun Feb 25 05:34:28 2018 (r462933) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482914038 -SHA256 (django-crispy-forms-1.6.1.tar.gz) = c894f3a44e111ae6c6226c67741d96d120adb942de41dc8b2a991b87de7ff9c0 -SIZE (django-crispy-forms-1.6.1.tar.gz) = 51484 +TIMESTAMP = 1519504320 +SHA256 (django-crispy-forms-1.7.0.tar.gz) = b29a9a671194e3a482891f319f69da81e30ae81c075f6e37adb14a83ba2c409b +SIZE (django-crispy-forms-1.7.0.tar.gz) = 52898 Modified: head/www/py-django-crispy-forms/pkg-descr ============================================================================== --- head/www/py-django-crispy-forms/pkg-descr Sun Feb 25 05:34:23 2018 (r462932) +++ head/www/py-django-crispy-forms/pkg-descr Sun Feb 25 05:34:28 2018 (r462933) @@ -1,6 +1,15 @@ -The best way to have Django DRY forms. Build programmatic reusable layouts out -of components, having full control of the rendered HTML without writing HTML in +The best way to have Django DRY forms. Build programmatic reusable layouts out of +components, having full control of the rendered HTML without writing HTML in templates. All this without breaking the standard way of doing things in Django, so it plays nice with any other form application. -WWW: https://github.com/maraujop/django-crispy-forms +The application mainly provides: +- A filter named |crispy that will render elegant div based forms. Think of it + as the built-in methods: as_table, as_ul and as_p. You cannot tune up the + output, but it is easy to start using it. +- A tag named {% crispy %} that will render a form based on your configuration + and specific layout setup. This gives you amazing power without much hassle, + helping you save tons of time. + +WWW: https://pypi.python.org/pypi/django-crispy-forms +WWW: https://github.com/django-crispy-forms/django-crispy-forms From owner-svn-ports-head@freebsd.org Sun Feb 25 05:33:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D601F07667; Sun, 25 Feb 2018 05:33:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4B426C15C; Sun, 25 Feb 2018 05:33:58 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CFC0E79D; Sun, 25 Feb 2018 05:33:58 +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 w1P5Xw1B066368; Sun, 25 Feb 2018 05:33:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5Xw06066365; Sun, 25 Feb 2018 05:33:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250533.w1P5Xw06066365@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, 25 Feb 2018 05:33:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462927 - head/net-mgmt/py-msrest X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/py-msrest X-SVN-Commit-Revision: 462927 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:33:59 -0000 Author: sunpoet Date: Sun Feb 25 05:33:58 2018 New Revision: 462927 URL: https://svnweb.freebsd.org/changeset/ports/462927 Log: Update to 0.4.26 - Fix version requirement of RUN_DEPENDS - Use PY_ENUM34 - Allow concurrent installation (USE_PYTHON=concurrent) - Add NO_ARCH - Update pkg-descr - Add GitHub repository to WWW - Take maintainership Changes: https://github.com/Azure/msrest-for-python/releases Modified: head/net-mgmt/py-msrest/Makefile head/net-mgmt/py-msrest/distinfo head/net-mgmt/py-msrest/pkg-descr Modified: head/net-mgmt/py-msrest/Makefile ============================================================================== --- head/net-mgmt/py-msrest/Makefile Sun Feb 25 05:33:48 2018 (r462926) +++ head/net-mgmt/py-msrest/Makefile Sun Feb 25 05:33:58 2018 (r462927) @@ -2,28 +2,24 @@ # $FreeBSD$ PORTNAME= msrest -PORTVERSION= 0.4.14 +PORTVERSION= 0.4.26 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= AutoRest swagger generator Python client runtime LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}isodate>=0.5.4:devel/py-isodate@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>0:www/py-requests-oauthlib@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${FLAVOR} \ + ${PY_ENUM34} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.0:devel/py-isodate@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.5.0:www/py-requests-oauthlib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.14:www/py-requests@${FLAVOR} +NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils -.include - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR} -.endif - -.include +.include Modified: head/net-mgmt/py-msrest/distinfo ============================================================================== --- head/net-mgmt/py-msrest/distinfo Sun Feb 25 05:33:48 2018 (r462926) +++ head/net-mgmt/py-msrest/distinfo Sun Feb 25 05:33:58 2018 (r462927) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505102734 -SHA256 (msrest-0.4.14.tar.gz) = 97654345a93a140f6e825f2a648de3100b5ff90880f7668df82d825b2de148ec -SIZE (msrest-0.4.14.tar.gz) = 26459 +TIMESTAMP = 1519498766 +SHA256 (msrest-0.4.26.tar.gz) = 388294f55127102b770f6fd633b6971af56c0f3b20fdce151be1ae22ac0b9e8b +SIZE (msrest-0.4.26.tar.gz) = 33426 Modified: head/net-mgmt/py-msrest/pkg-descr ============================================================================== --- head/net-mgmt/py-msrest/pkg-descr Sun Feb 25 05:33:48 2018 (r462926) +++ head/net-mgmt/py-msrest/pkg-descr Sun Feb 25 05:33:58 2018 (r462927) @@ -1,3 +1,4 @@ -AutoRest swagger generator Python client runtime. +The runtime library "msrest" for AutoRest generated Python clients. WWW: https://pypi.python.org/pypi/msrest +WWW: https://github.com/Azure/msrest-for-python From owner-svn-ports-head@freebsd.org Sun Feb 25 05:32:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BACDF075F2; Sun, 25 Feb 2018 05:32:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A26A6B6D6; Sun, 25 Feb 2018 05:32:41 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F307A788; Sun, 25 Feb 2018 05:32: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 w1P5We6e064514; Sun, 25 Feb 2018 05:32:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5West064511; Sun, 25 Feb 2018 05:32:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250532.w1P5West064511@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, 25 Feb 2018 05:32:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462913 - head/devel/py-logan X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-logan X-SVN-Commit-Revision: 462913 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:32:42 -0000 Author: sunpoet Date: Sun Feb 25 05:32:40 2018 New Revision: 462913 URL: https://svnweb.freebsd.org/changeset/ports/462913 Log: Change MASTER_SITES to CHEESESHOP - Shorten COMMENT - Fix version requirement of *_DEPENDS - Simplify concurrent installation: - Use USE_PYTHON=concurrent - Remove DOCSDIR - Add PyPI as primary WWW - Take maintainership Modified: head/devel/py-logan/Makefile head/devel/py-logan/distinfo (contents, props changed) head/devel/py-logan/pkg-descr (contents, props changed) Modified: head/devel/py-logan/Makefile ============================================================================== --- head/devel/py-logan/Makefile Sun Feb 25 05:32:35 2018 (r462912) +++ head/devel/py-logan/Makefile Sun Feb 25 05:32:40 2018 (r462913) @@ -5,29 +5,26 @@ PORTNAME= logan PORTVERSION= 0.7.2 PORTREVISION= 1 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Logan is a toolkit for running standalone Django applications +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Toolkit for running standalone Django applications LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.5:www/py-django111@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.5:www/py-django111@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>=0.8.0:devel/py-mock@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nose>=1.1.2:devel/py-nose@${FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= DOCS PORTDOCS= README.rst -DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} - -USE_GITHUB= yes -GH_ACCOUNT= dcramer post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/devel/py-logan/distinfo ============================================================================== --- head/devel/py-logan/distinfo Sun Feb 25 05:32:35 2018 (r462912) +++ head/devel/py-logan/distinfo Sun Feb 25 05:32:40 2018 (r462913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482912969 -SHA256 (dcramer-logan-0.7.2_GH0.tar.gz) = 27923ac4ad801a30ed9e1e9d18eb5e397b6928949d0b2e8b940e34474d77fcf8 -SIZE (dcramer-logan-0.7.2_GH0.tar.gz) = 10627 +TIMESTAMP = 1519503305 +SHA256 (logan-0.7.2.tar.gz) = 03d06eaf852a47e78071908c1f590dcf82b6bac3647ec6c621b15bb2b7c7ff48 +SIZE (logan-0.7.2.tar.gz) = 6769 Modified: head/devel/py-logan/pkg-descr ============================================================================== --- head/devel/py-logan/pkg-descr Sun Feb 25 05:32:35 2018 (r462912) +++ head/devel/py-logan/pkg-descr Sun Feb 25 05:32:40 2018 (r462913) @@ -2,4 +2,5 @@ Logan is a toolkit for running standalone Django appli with tools to create a CLI runner, manage settings, and the ability to bootstrap the process. +WWW: https://pypi.python.org/pypi/logan WWW: https://github.com/dcramer/logan From owner-svn-ports-head@freebsd.org Sun Feb 25 05:52:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4E80F0B233; Sun, 25 Feb 2018 05:52:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86D596D46E; Sun, 25 Feb 2018 05:52:28 +0000 (UTC) (envelope-from linimon@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81C05B11; Sun, 25 Feb 2018 05:52:28 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P5qSKh077733; Sun, 25 Feb 2018 05:52:28 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5qSbp077732; Sun, 25 Feb 2018 05:52:28 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201802250552.w1P5qSbp077732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 25 Feb 2018 05:52:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462939 - head/math/gmp/files X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/math/gmp/files X-SVN-Commit-Revision: 462939 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:52:29 -0000 Author: linimon Date: Sun Feb 25 05:52:28 2018 New Revision: 462939 URL: https://svnweb.freebsd.org/changeset/ports/462939 Log: Force commit. Modified: head/math/gmp/files/patch-configfsf.sub-spe Modified: head/math/gmp/files/patch-configfsf.sub-spe ============================================================================== --- head/math/gmp/files/patch-configfsf.sub-spe Sun Feb 25 05:51:43 2018 (r462938) +++ head/math/gmp/files/patch-configfsf.sub-spe Sun Feb 25 05:52:28 2018 (r462939) @@ -18,4 +18,3 @@ | pyramid-* \ | riscv32-* | riscv64-* \ | rl78-* | romp-* | rs6000-* | rx-* \ - From owner-svn-ports-head@freebsd.org Sun Feb 25 05:32:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17E57F07544; Sun, 25 Feb 2018 05:32:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE8546B2B0; Sun, 25 Feb 2018 05:32:14 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B431A766; Sun, 25 Feb 2018 05:32:14 +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 w1P5WE7Z063868; Sun, 25 Feb 2018 05:32:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5WExg063867; Sun, 25 Feb 2018 05:32:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250532.w1P5WExg063867@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, 25 Feb 2018 05:32:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462908 - head/www/rubygem-haml4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-haml4 X-SVN-Commit-Revision: 462908 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:32:15 -0000 Author: sunpoet Date: Sun Feb 25 05:32:14 2018 New Revision: 462908 URL: https://svnweb.freebsd.org/changeset/ports/462908 Log: Avoid conflicts with www/rubygem-haml - Bump PORTREVISION for package change Modified: head/www/rubygem-haml4/Makefile Modified: head/www/rubygem-haml4/Makefile ============================================================================== --- head/www/rubygem-haml4/Makefile Sun Feb 25 05:32:09 2018 (r462907) +++ head/www/rubygem-haml4/Makefile Sun Feb 25 05:32:14 2018 (r462908) @@ -3,6 +3,7 @@ PORTNAME= haml PORTVERSION= 4.0.7 +PORTREVISION= 1 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -21,6 +22,7 @@ NO_ARCH= yes USE_RUBY= yes USES= gem -PLIST_FILES= bin/haml +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/haml .include From owner-svn-ports-head@freebsd.org Sun Feb 25 05:34:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D4A0F076CC; Sun, 25 Feb 2018 05:34:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6346A6C6C5; Sun, 25 Feb 2018 05:34:39 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6DBF7AA; Sun, 25 Feb 2018 05:34:39 +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 w1P5YdPF067385; Sun, 25 Feb 2018 05:34:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5Ydup067382; Sun, 25 Feb 2018 05:34:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250534.w1P5Ydup067382@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, 25 Feb 2018 05:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462935 - head/www/py-django-picklefield X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-django-picklefield X-SVN-Commit-Revision: 462935 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:34:41 -0000 Author: sunpoet Date: Sun Feb 25 05:34:39 2018 New Revision: 462935 URL: https://svnweb.freebsd.org/changeset/ports/462935 Log: Update to 1.0.0 - Fix PORTNAME, PKGNAMEPREFIX and DISTNAME - Update RUN_DEPENDS: use newer django - Fix RUN_DEPENDS: six is not required - Allow concurrent installation (USE_PYTHON=concurrent) - Reformat pkg-descr - Add GitHub repository to WWW - Take maintainership Changes: https://github.com/gintas/django-picklefield/blob/master/README.rst#changes Modified: head/www/py-django-picklefield/Makefile head/www/py-django-picklefield/distinfo head/www/py-django-picklefield/pkg-descr Modified: head/www/py-django-picklefield/Makefile ============================================================================== --- head/www/py-django-picklefield/Makefile Sun Feb 25 05:34:33 2018 (r462934) +++ head/www/py-django-picklefield/Makefile Sun Feb 25 05:34:39 2018 (r462935) @@ -1,24 +1,21 @@ # Created by: Johannes Meixner # $FreeBSD$ -PORTNAME= picklefield -PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTNAME= django-picklefield +PORTVERSION= 1.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- -DISTNAME= django-${PORTNAME}-${PORTVERSION} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Pickled object field for Django LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes PORTDOCS= README.rst @@ -27,6 +24,6 @@ OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/www/py-django-picklefield/distinfo ============================================================================== --- head/www/py-django-picklefield/distinfo Sun Feb 25 05:34:33 2018 (r462934) +++ head/www/py-django-picklefield/distinfo Sun Feb 25 05:34:39 2018 (r462935) @@ -1,2 +1,3 @@ -SHA256 (django-picklefield-0.3.2.tar.gz) = fab48a427c6310740755b242128f9300283bef159ffee42d3231a274c65d9ae2 -SIZE (django-picklefield-0.3.2.tar.gz) = 9715 +TIMESTAMP = 1519504362 +SHA256 (django-picklefield-1.0.0.tar.gz) = 61e3ba7f6df82d8df9e6be3a8c55ef589eb3bf926c3d25d2b7949b07eae78354 +SIZE (django-picklefield-1.0.0.tar.gz) = 12939 Modified: head/www/py-django-picklefield/pkg-descr ============================================================================== --- head/www/py-django-picklefield/pkg-descr Sun Feb 25 05:34:33 2018 (r462934) +++ head/www/py-django-picklefield/pkg-descr Sun Feb 25 05:34:39 2018 (r462935) @@ -1,8 +1,9 @@ -picklefield provides an implementation of a pickled object field. -Such fields can contain any picklable objects. +picklefield provides an implementation of a pickled object field. Such fields +can contain any picklable objects. It is incredibly useful for storing just about anything in the database -(provided it is Pickle-able, of course) when there isn't a 'proper' field -for the job. +(provided it is Pickle-able, of course) when there isn't a 'proper' field for +the job. WWW: https://pypi.python.org/pypi/django-picklefield +WWW: https://github.com/gintas/django-picklefield From owner-svn-ports-head@freebsd.org Sun Feb 25 05:40:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75131F07B12; Sun, 25 Feb 2018 05:40:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 27AB96CAA7; Sun, 25 Feb 2018 05:40:31 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22A4C7C2; Sun, 25 Feb 2018 05:40:31 +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 w1P5eVJn067760; Sun, 25 Feb 2018 05:40:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5eUpE067758; Sun, 25 Feb 2018 05:40:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250540.w1P5eUpE067758@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, 25 Feb 2018 05:40:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462936 - head/net-mgmt/py-adal X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/py-adal X-SVN-Commit-Revision: 462936 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:40:31 -0000 Author: sunpoet Date: Sun Feb 25 05:40:30 2018 New Revision: 462936 URL: https://svnweb.freebsd.org/changeset/ports/462936 Log: Allow concurrent installation (USE_PYTHON=concurrent) - Update pkg-descr - Add PyPI as primary WWW - Take maintainership Modified: head/net-mgmt/py-adal/Makefile head/net-mgmt/py-adal/pkg-descr Modified: head/net-mgmt/py-adal/Makefile ============================================================================== --- head/net-mgmt/py-adal/Makefile Sun Feb 25 05:34:39 2018 (r462935) +++ head/net-mgmt/py-adal/Makefile Sun Feb 25 05:40:30 2018 (r462936) @@ -7,7 +7,7 @@ CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Authentication ot Azure Active Directory for python apps LICENSE= MIT @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.1. ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Modified: head/net-mgmt/py-adal/pkg-descr ============================================================================== --- head/net-mgmt/py-adal/pkg-descr Sun Feb 25 05:34:39 2018 (r462935) +++ head/net-mgmt/py-adal/pkg-descr Sun Feb 25 05:40:30 2018 (r462936) @@ -1,5 +1,7 @@ -The ADAL for Python library makes it easy for python application to -authenticate to Azure Active Directory (AAD) in order to access AAD protected -web resources. +Microsoft Azure Active Directory Authentication Library (ADAL) for Python +The ADAL for python library makes it easy for python applications to +authenticate to AAD in order to access AAD protected web resources. + +WWW: https://pypi.python.org/pypi/adal WWW: https://github.com/AzureAD/azure-activedirectory-library-for-python From owner-svn-ports-head@freebsd.org Sun Feb 25 06:22:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48AFCF1123F; Sun, 25 Feb 2018 06:22:49 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id CC31F6E184; Sun, 25 Feb 2018 06:22:48 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w1P6MfYY015196 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 24 Feb 2018 22:22:42 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Subject: Re: svn commit: r462936 - head/net-mgmt/py-adal To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201802250540.w1P5eUpE067758@repo.freebsd.org> From: Yuri Message-ID: Date: Sat, 24 Feb 2018 22:22:40 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <201802250540.w1P5eUpE067758@repo.freebsd.org> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 06:22:49 -0000 On 02/24/18 21:40, Sunpoet Po-Chuan Hsieh wrote: > -USE_PYTHON= autoplist distutils > +USE_PYTHON= autoplist concurrent distutils Why did you add "concurrent"? It installs concurrently without it. > + > +WWW:https://pypi.python.org/pypi/adal > WWW:https://github.com/AzureAD/azure-activedirectory-library-for-python 2 URLs aren't allowed by PHB 3.2.1 pkg-descr "Include a URL to the official WWW homepage. Prepend /one/ of the websites (pick the most common one) with |WWW:|" Yuri From owner-svn-ports-head@freebsd.org Sun Feb 25 06:39:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96C7AF11F83; Sun, 25 Feb 2018 06:39:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46BDB6EA1C; Sun, 25 Feb 2018 06:39:37 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41C9311E4; Sun, 25 Feb 2018 06:39:37 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P6dbio097946; Sun, 25 Feb 2018 06:39:37 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P6dbHk097945; Sun, 25 Feb 2018 06:39:37 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201802250639.w1P6dbHk097945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 25 Feb 2018 06:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462941 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 462941 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 06:39:37 -0000 Author: jbeich Date: Sun Feb 25 06:39:36 2018 New Revision: 462941 URL: https://svnweb.freebsd.org/changeset/ports/462941 Log: gecko: convert to CONFIGURE_OUTSOURCE client.mk is on its way out upstream, switching to it was a mistake. $ MACH=1 gmake -f client.mk build client.mk:40: /.mozconfig-client-mk: No such file or directory gmake: *** No rule to make target '/.mozconfig-client-mk'. Stop. MFH: 2018Q1 (required by Firefox 59) Modified: head/Mk/bsd.gecko.mk (contents, props changed) Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Sun Feb 25 06:39:03 2018 (r462940) +++ head/Mk/bsd.gecko.mk Sun Feb 25 06:39:36 2018 (r462941) @@ -88,6 +88,8 @@ USES+= cpe gmake iconv localbase perl5 pkgconfig \ CPE_VENDOR?=mozilla USE_PERL5= build USE_XORG= x11 xcomposite xdamage xext xfixes xrender xt +HAS_CONFIGURE= yes +CONFIGURE_OUTSOURCE= yes .if ${MOZILLA} != "libxul" BUNDLE_LIBS= yes @@ -128,14 +130,10 @@ MOZILLA_SUFX?= none MOZSRC?= ${WRKSRC} PLISTF?= ${WRKDIR}/plist_files -MOZ_OBJDIR?= ${WRKSRC}/obj-${ARCH:C/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} - MOZ_PIS_DIR?= lib/${MOZILLA}/init.d PORT_MOZCONFIG?= ${FILESDIR}/mozconfig.in MOZCONFIG?= ${WRKSRC}/.mozconfig -# XXX Not ?= because fmake uses MAKEFILE internally -MAKEFILE= ${WRKSRC}/client.mk MOZILLA_PLIST_DIRS?= bin lib share/pixmaps share/applications PKGINSTALL?= ${WRKDIR}/pkg-install PKGDEINSTALL?= ${WRKDIR}/pkg-deinstall @@ -145,14 +143,11 @@ PKGDEINSTALL_INC?= ${.CURDIR}/../../www/firefox/files/ MOZ_PKGCONFIG_FILES?= ${MOZILLA}-gtkmozembed ${MOZILLA}-js \ ${MOZILLA}-xpcom ${MOZILLA}-plugin -MAKE_ENV+= MACH=1 # XXX bug 1412398 -ALL_TARGET?= build - MOZ_EXPORT+= ${CONFIGURE_ENV} \ RUSTFLAGS="${RUSTFLAGS}" \ PERL="${PERL}" MOZ_OPTIONS+= --prefix="${PREFIX}" -MOZ_MK_OPTIONS+=MOZ_OBJDIR="${MOZ_OBJDIR}" +MOZ_MK_OPTIONS+=MOZ_OBJDIR="${BUILD_WRKSRC}" LDFLAGS+= -Wl,--as-needed From owner-svn-ports-head@freebsd.org Sun Feb 25 05:33:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E0F6F07638; Sun, 25 Feb 2018 05:33:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 631376BC4C; Sun, 25 Feb 2018 05:33:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D13D792; Sun, 25 Feb 2018 05:33: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 w1P5XJrw065438; Sun, 25 Feb 2018 05:33:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P5XJia065436; Sun, 25 Feb 2018 05:33:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802250533.w1P5XJia065436@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, 25 Feb 2018 05:33:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462920 - head/devel/py-yunomi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-yunomi X-SVN-Commit-Revision: 462920 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 05:33:21 -0000 Author: sunpoet Date: Sun Feb 25 05:33:18 2018 New Revision: 462920 URL: https://svnweb.freebsd.org/changeset/ports/462920 Log: Relax USES=python - Add LICENSE_FILE - Simplify concurrent installation: - Use USE_PYTHON=concurrent - Remove DOCSDIR - Add NO_ARCH - Add PyPI as primary WWW - Take maintainership Modified: head/devel/py-yunomi/Makefile head/devel/py-yunomi/pkg-descr Modified: head/devel/py-yunomi/Makefile ============================================================================== --- head/devel/py-yunomi/Makefile Sun Feb 25 05:33:13 2018 (r462919) +++ head/devel/py-yunomi/Makefile Sun Feb 25 05:33:18 2018 (r462920) @@ -8,23 +8,23 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Metrics library with rate, distribution and timing information LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -PORTDOCS= README.rst \ - HISTORY.rst +NO_ARCH= yes +USES= python +USE_LOCALE= en_US.UTF-8 +USE_PYTHON= autoplist concurrent distutils -USES= python:2.7 -USE_PYTHON= distutils autoplist +PORTDOCS= README.rst HISTORY.rst OPTIONS_DEFINE= DOCS -DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/py-yunomi/pkg-descr ============================================================================== --- head/devel/py-yunomi/pkg-descr Sun Feb 25 05:33:13 2018 (r462919) +++ head/devel/py-yunomi/pkg-descr Sun Feb 25 05:33:18 2018 (r462920) @@ -1,5 +1,6 @@ -yunomi provides insights to the internal behavior of an application, providing +Yunomi provides insights to the internal behavior of an application, providing useful statistics and metrics on selected portions of your code. It's a Python port of the core portion of a Java Metrics library by Coda Hale. +WWW: https://pypi.python.org/pypi/yunomi WWW: https://github.com/dreid/yunomi From owner-svn-ports-head@freebsd.org Sun Feb 25 06:51:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 475EDF1C73D; Sun, 25 Feb 2018 06:51:55 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E428A6F041; Sun, 25 Feb 2018 06:51:54 +0000 (UTC) (envelope-from adamw@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF11F1511; Sun, 25 Feb 2018 06:51:54 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P6psH3007386; Sun, 25 Feb 2018 06:51:54 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P6psCa007384; Sun, 25 Feb 2018 06:51:54 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201802250651.w1P6psCa007384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 25 Feb 2018 06:51:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462942 - head/www/p5-Mojolicious X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/www/p5-Mojolicious X-SVN-Commit-Revision: 462942 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 06:51:55 -0000 Author: adamw Date: Sun Feb 25 06:51:54 2018 New Revision: 462942 URL: https://svnweb.freebsd.org/changeset/ports/462942 Log: Update Mojolicious to 7.69 Changes: https://github.com/kraih/mojo/blob/master/Changes Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Sun Feb 25 06:39:36 2018 (r462941) +++ head/www/p5-Mojolicious/Makefile Sun Feb 25 06:51:54 2018 (r462942) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.68 +PORTVERSION= 7.69 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Sun Feb 25 06:39:36 2018 (r462941) +++ head/www/p5-Mojolicious/distinfo Sun Feb 25 06:51:54 2018 (r462942) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519435683 -SHA256 (Mojolicious-7.68.tar.gz) = 465169287c387416f41df747fd32960b46660f0cc7d1db1e59187da4928f6546 -SIZE (Mojolicious-7.68.tar.gz) = 711369 +TIMESTAMP = 1519541432 +SHA256 (Mojolicious-7.69.tar.gz) = 473aef1380e24348915a411b470756a0c46293f24aae4c08dc8d51606419db00 +SIZE (Mojolicious-7.69.tar.gz) = 711172 From owner-svn-ports-head@freebsd.org Sun Feb 25 12:14:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A1A5F2BAC1; Sun, 25 Feb 2018 12:14:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17F1C7A517; Sun, 25 Feb 2018 12:14:35 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0697C4D40; Sun, 25 Feb 2018 12:14:35 +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 w1PCEYHw070647; Sun, 25 Feb 2018 12:14:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PCEYZW070646; Sun, 25 Feb 2018 12:14:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802251214.w1PCEYZW070646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 25 Feb 2018 12:14:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462951 - head/mail/sisyphus X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/mail/sisyphus X-SVN-Commit-Revision: 462951 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 12:14:35 -0000 Author: antoine Date: Sun Feb 25 12:14:34 2018 New Revision: 462951 URL: https://svnweb.freebsd.org/changeset/ports/462951 Log: Mark BROKEN: fails to configure [WARN] stat /root/go/src: no such file or directory [ERROR] Could not find any of /root/go/src. [INFO] As of Glide 0.5/Go 1.5, this is required. [ERROR] Without src, cannot continue. Reported by: pkg-fallout Modified: head/mail/sisyphus/Makefile Modified: head/mail/sisyphus/Makefile ============================================================================== --- head/mail/sisyphus/Makefile Sun Feb 25 12:11:09 2018 (r462950) +++ head/mail/sisyphus/Makefile Sun Feb 25 12:14:34 2018 (r462951) @@ -11,6 +11,10 @@ COMMENT= Intelligent Junk Mail Handler LICENSE= BSD3CLAUSE +BROKEN= fails to configure +DEPRECATED= Never built +EXPIRATION_DATE= 2018-03-25 + BUILD_DEPENDS= glide:devel/go-glide USES= go From owner-svn-ports-head@freebsd.org Sun Feb 25 10:45:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71A83F2848F; Sun, 25 Feb 2018 10:45:00 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2058C7714D; Sun, 25 Feb 2018 10:45:00 +0000 (UTC) (envelope-from tota@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1B5803E77; Sun, 25 Feb 2018 10:45:00 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PAixqP023799; Sun, 25 Feb 2018 10:44:59 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PAix6B023790; Sun, 25 Feb 2018 10:44:59 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201802251044.w1PAix6B023790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 25 Feb 2018 10:44:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462947 - in head/japanese/mailman: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/japanese/mailman: . files X-SVN-Commit-Revision: 462947 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 10:45:00 -0000 Author: tota Date: Sun Feb 25 10:44:59 2018 New Revision: 462947 URL: https://svnweb.freebsd.org/changeset/ports/462947 Log: - Add CVE-2018-5950 patch [1] - Update MASTER_SITES [1] - USES shebangfix - Regenerate patches with makepatch - Fix pkg-plist to make portlint happy PR: 225703 [1] Submitted by: Yasuhito FUTATSUKI MFH: 2018Q1 Security: CVE-2018-5950 Added: head/japanese/mailman/files/patch-CVE-2018-5950 (contents, props changed) Modified: head/japanese/mailman/Makefile (contents, props changed) head/japanese/mailman/files/patch-CVE-2015-2775 (contents, props changed) head/japanese/mailman/files/patch-Mailman-Defaults.py.in (contents, props changed) head/japanese/mailman/files/patch-Mailman-htmlformat.py (contents, props changed) head/japanese/mailman/files/patch-configure.in (contents, props changed) head/japanese/mailman/files/patch-misc-mailman.in (contents, props changed) head/japanese/mailman/pkg-plist (contents, props changed) Modified: head/japanese/mailman/Makefile ============================================================================== --- head/japanese/mailman/Makefile Sun Feb 25 10:44:31 2018 (r462946) +++ head/japanese/mailman/Makefile Sun Feb 25 10:44:59 2018 (r462947) @@ -3,10 +3,10 @@ PORTNAME= mailman PORTVERSION= 2.1.14.j7 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= japanese mail -MASTER_SITES= http://www.python.jp/doc/contrib/mailman/_static/ \ +MASTER_SITES= https://docs.python.jp/contrib/mailman/_static/ \ LOCAL/tota/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S/.j/+j/} DIST_SUBDIR= mailman @@ -21,7 +21,7 @@ CONFLICTS= mailman-2.1.* PORTSCOUT= limit:.*\.j\d+$$ -USES= autoreconf gettext python:2.7 tar:tgz +USES= autoreconf gettext python:2.7 shebangfix tar:tgz USE_RC_SUBR= mailman GNU_CONFIGURE= yes @@ -52,6 +52,10 @@ MAILMANDIR= ${PREFIX}/${MM_DIR} PLIST_SUB= MMDIR=${MM_DIR} IMGDIR=${IMGDIR} SUB_FILES= pkg-message pkg-install pkg-deinstall SUB_LIST= MAILMANDIR=${MAILMANDIR} USER=${MM_USERNAME} GROUP=${MM_GROUPNAME} + +SHEBANG_FILES= bin/msgfmt.py \ + tests/onebounce.py \ + tests/fblast.py IMGFILES= PythonPowered.png mailman.jpg mm-icon.png Modified: head/japanese/mailman/files/patch-CVE-2015-2775 ============================================================================== --- head/japanese/mailman/files/patch-CVE-2015-2775 Sun Feb 25 10:44:31 2018 (r462946) +++ head/japanese/mailman/files/patch-CVE-2015-2775 Sun Feb 25 10:44:59 2018 (r462947) @@ -1,6 +1,6 @@ ---- Mailman/Utils.py.orig 2011-12-11 16:56:23.000000000 +0900 -+++ Mailman/Utils.py 2015-06-01 13:25:26.000000000 +0900 -@@ -93,6 +93,12 @@ +--- Mailman/Utils.py.orig 2011-12-11 07:56:23 UTC ++++ Mailman/Utils.py +@@ -93,6 +93,12 @@ def list_exists(listname): # # The former two are for 2.1alpha3 and beyond, while the latter two are # for all earlier versions. Added: head/japanese/mailman/files/patch-CVE-2018-5950 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/mailman/files/patch-CVE-2018-5950 Sun Feb 25 10:44:59 2018 (r462947) @@ -0,0 +1,52 @@ +--- Mailman/Cgi/options.py.orig 2011-12-11 07:56:23 UTC ++++ Mailman/Cgi/options.py +@@ -1,4 +1,4 @@ +-# Copyright (C) 1998-2011 by the Free Software Foundation, Inc. ++# Copyright (C) 1998-2018 by the Free Software Foundation, Inc. + # + # This program is free software; you can redistribute it and/or + # modify it under the terms of the GNU General Public License +@@ -165,20 +165,6 @@ def main(): + doc.set_language(userlang) + i18n.set_language(userlang) + +- # See if this is VARHELP on topics. +- varhelp = None +- if cgidata.has_key('VARHELP'): +- varhelp = cgidata['VARHELP'].value +- elif os.environ.get('QUERY_STRING'): +- # POST methods, even if their actions have a query string, don't get +- # put into FieldStorage's keys :-( +- qs = cgi.parse_qs(os.environ['QUERY_STRING']).get('VARHELP') +- if qs and type(qs) == types.ListType: +- varhelp = qs[0] +- if varhelp: +- topic_details(mlist, doc, user, cpuser, userlang, varhelp) +- return +- + # Are we processing an unsubscription request from the login screen? + if cgidata.has_key('login-unsub'): + # Because they can't supply a password for unsubscribing, we'll need +@@ -290,6 +276,22 @@ def main(): + print doc.Format() + return + ++ # See if this is VARHELP on topics. ++ varhelp = None ++ if cgidata.has_key('VARHELP'): ++ varhelp = cgidata['VARHELP'].value ++ elif os.environ.get('QUERY_STRING'): ++ # POST methods, even if their actions have a query string, don't get ++ # put into FieldStorage's keys :-( ++ qs = cgi.parse_qs(os.environ['QUERY_STRING']).get('VARHELP') ++ if qs and type(qs) == types.ListType: ++ varhelp = qs[0] ++ if varhelp: ++ # Sanitize the topic name. ++ varhelp = re.sub('<.*', '', varhelp) ++ topic_details(mlist, doc, user, cpuser, userlang, varhelp) ++ return ++ + if cgidata.has_key('logout'): + print mlist.ZapCookie(mm_cfg.AuthUser, user) + loginpage(mlist, doc, user, language) Modified: head/japanese/mailman/files/patch-Mailman-Defaults.py.in ============================================================================== --- head/japanese/mailman/files/patch-Mailman-Defaults.py.in Sun Feb 25 10:44:31 2018 (r462946) +++ head/japanese/mailman/files/patch-Mailman-Defaults.py.in Sun Feb 25 10:44:59 2018 (r462947) @@ -1,6 +1,6 @@ ---- Mailman/Defaults.py.in.orig 2011-12-11 16:56:23.000000000 +0900 -+++ Mailman/Defaults.py.in 2012-02-15 05:39:56.000000000 +0900 -@@ -62,7 +62,7 @@ +--- Mailman/Defaults.py.in.orig 2011-12-11 07:56:23 UTC ++++ Mailman/Defaults.py.in +@@ -62,7 +62,7 @@ SHORTCUT_ICON = 'mm-icon.png' # Banner images DELIVERED_BY = 'mailman.jpg' PYTHON_POWERED = 'PythonPowered.png' @@ -9,7 +9,7 @@ # Don't change MAILMAN_URL, unless you want to point it at one of the mirrors. MAILMAN_URL = 'http://www.gnu.org/software/mailman/index.html' -@@ -119,7 +119,7 @@ +@@ -119,7 +119,7 @@ FORM_LIFETIME = hours(1) # Command that is used to convert text/html parts into plain text. This # should output results to standard output. %(filename)s will contain the # name of the temporary file that the program should operate on. @@ -18,7 +18,7 @@ # A Python regular expression character class which defines the characters # allowed in list names. Lists cannot be created with names containing any -@@ -460,8 +460,8 @@ +@@ -460,8 +460,8 @@ VIRTUAL_MAILMAN_LOCAL_DOMAIN = None # and virtual-mailman.db files, respectively, from the associated plain text # files. The file being updated will be appended to this string (with a # separating space), so it must be appropriate for os.system(). @@ -29,7 +29,7 @@ # Ceiling on the number of recipients that can be specified in a single SMTP # transaction. Set to 0 to submit the entire recipient list in one -@@ -495,7 +495,7 @@ +@@ -495,7 +495,7 @@ SMTPPORT = 0 # Command for direct command pipe delivery to sendmail compatible program, # when DELIVERY_MODULE is 'Sendmail'. @@ -38,7 +38,7 @@ # Set these variables if you need to authenticate to your NNTP server for # Usenet posting or reading. If no authentication is necessary, specify None -@@ -747,6 +747,13 @@ +@@ -747,6 +747,13 @@ VERP_CONFIRMATIONS = No # debugging). MAX_AUTORESPONSES_PER_DAY = 10 Modified: head/japanese/mailman/files/patch-Mailman-htmlformat.py ============================================================================== --- head/japanese/mailman/files/patch-Mailman-htmlformat.py Sun Feb 25 10:44:31 2018 (r462946) +++ head/japanese/mailman/files/patch-Mailman-htmlformat.py Sun Feb 25 10:44:59 2018 (r462947) @@ -1,6 +1,6 @@ ---- Mailman/htmlformat.py.orig 2011-12-11 16:56:23.000000000 +0900 -+++ Mailman/htmlformat.py 2012-02-15 16:46:34.000000000 +0900 -@@ -621,13 +621,13 @@ +--- Mailman/htmlformat.py.orig 2011-12-11 07:56:23 UTC ++++ Mailman/htmlformat.py +@@ -621,13 +621,13 @@ class DefinitionList(Container): # from mm_cfg import MAILMAN_URL PYTHON_URL = 'http://www.python.org/' @@ -16,7 +16,7 @@ def MailmanLogo(): -@@ -641,18 +641,18 @@ +@@ -641,18 +641,18 @@ def MailmanLogo(): pylink = 'Python Powered' % \ logo(PYTHON_POWERED) Modified: head/japanese/mailman/files/patch-configure.in ============================================================================== --- head/japanese/mailman/files/patch-configure.in Sun Feb 25 10:44:31 2018 (r462946) +++ head/japanese/mailman/files/patch-configure.in Sun Feb 25 10:44:59 2018 (r462947) @@ -3,9 +3,9 @@ this creates a problem; we create the users just befor We remove the testing part. ---- configure.in.orig 2011-12-11 16:56:23.000000000 +0900 -+++ configure.in 2012-02-15 06:11:05.000000000 +0900 -@@ -341,28 +341,7 @@ +--- configure.in.orig 2011-12-11 07:56:23 UTC ++++ configure.in +@@ -341,28 +341,7 @@ AC_DEFUN([MM_FIND_GROUP_NAME], [ # $2 == user id to check for AC_SUBST($1) changequote(,) @@ -35,7 +35,7 @@ We remove the testing part. changequote([, ]) rm -f conftest.out conftest.py]) -@@ -373,28 +352,7 @@ +@@ -373,28 +352,7 @@ AC_DEFUN([MM_FIND_USER_NAME], [ # $2 == user id to check for AC_SUBST($1) changequote(,) Modified: head/japanese/mailman/files/patch-misc-mailman.in ============================================================================== --- head/japanese/mailman/files/patch-misc-mailman.in Sun Feb 25 10:44:31 2018 (r462946) +++ head/japanese/mailman/files/patch-misc-mailman.in Sun Feb 25 10:44:59 2018 (r462947) @@ -1,6 +1,6 @@ ---- misc/mailman.in.orig 2011-12-11 16:56:23.000000000 +0900 -+++ misc/mailman.in 2012-02-15 06:27:15.000000000 +0900 -@@ -39,16 +39,20 @@ +--- misc/mailman.in.orig 2011-12-11 07:56:23 UTC ++++ misc/mailman.in +@@ -39,16 +39,20 @@ MAILMANCTL=$MAILMANHOME/bin/mailmanctl case "$1" in 'start') #rm -f $MAILMANHOME/locks/* Modified: head/japanese/mailman/pkg-plist ============================================================================== --- head/japanese/mailman/pkg-plist Sun Feb 25 10:44:31 2018 (r462946) +++ head/japanese/mailman/pkg-plist Sun Feb 25 10:44:59 2018 (r462947) @@ -1,12 +1,5 @@ -@stopdaemon mailman -@exec mkdir -p %D/%%MMDIR%%/archives -@exec mkdir -p %D/%%MMDIR%%/archives/private -@exec mkdir -p %D/%%MMDIR%%/archives/public -@exec mkdir -p %D/%%MMDIR%%/lists -@exec mkdir -p %D/%%MMDIR%%/locks -@exec mkdir -p %D/%%MMDIR%%/logs -@exec mkdir -p %D/%%MMDIR%%/qfiles -@exec mkdir -p %D/%%MMDIR%%/spam +@postunexec if cmp -s %D/%%MMDIR%%/Mailman/mm_cfg.py %D/%%MMDIR%%/Mailman/mm_cfg.py.dist; then rm -f %D/%%MMDIR%%/Mailman/mm_cfg.py; fi +@postunexec rm -f %D/%%MMDIR%%/Mailman/mm_cfg.pyc %%IMGDIR%%/PythonPowered.png %%IMGDIR%%/mailman.jpg %%IMGDIR%%/mm-icon.png @@ -305,10 +298,7 @@ %%MMDIR%%/Mailman/htmlformat.pyc %%MMDIR%%/Mailman/i18n.py %%MMDIR%%/Mailman/i18n.pyc -@unexec if cmp -s %D/%%MMDIR%%/Mailman/mm_cfg.py.dist %D/%%MMDIR%%/Mailman/mm_cfg.py; then rm -f %D/%%MMDIR%%/Mailman/mm_cfg.py; fi -%%MMDIR%%/Mailman/mm_cfg.py.dist -@exec if [ ! -f %B/mm_cfg.py ] ; then cp -p %D/%F %B/mm_cfg.py; fi -@unexec rm -f %D/%%MMDIR%%/Mailman/mm_cfg.pyc +@sample %%MMDIR%%/Mailman/mm_cfg.py.dist %%MMDIR%%/Mailman/mm_cfg.py %%MMDIR%%/Mailman/versions.py %%MMDIR%%/Mailman/versions.pyc %%MMDIR%%/bin/add_members @@ -375,7 +365,7 @@ %%MMDIR%%/cron/mailpasswds %%MMDIR%%/cron/nightly_gzip %%MMDIR%%/cron/paths.py -@unexec rm -f %%MMDIR%%/cron/paths.pyc +@postunexec rm -f %%MMDIR%%/cron/paths.pyc %%MMDIR%%/cron/senddigests %%MMDIR%%/data/sitelist.cfg %%MMDIR%%/icons/PythonPowered.png @@ -2249,10 +2239,11 @@ %%MMDIR%%/tests/test_smtp.py %%MMDIR%%/tests/testall.py %%PYTHON_SITELIBDIR%%/mailman-info.txt -@dir %%MMDIR%%/archives/private -@dir %%MMDIR%%/archives/public -@dir %%MMDIR%%/lists -@dir %%MMDIR%%/locks -@dir %%MMDIR%%/logs -@dir %%MMDIR%%/qfiles @dir %%MMDIR%%/spam +@dir %%MMDIR%%/qfiles +@dir %%MMDIR%%/logs +@dir %%MMDIR%%/locks +@dir %%MMDIR%%/lists +@dir %%MMDIR%%/archives/public +@dir %%MMDIR%%/archives/private +@dir %%MMDIR%%/archives From owner-svn-ports-head@freebsd.org Sun Feb 25 09:03:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45303F22FF3; Sun, 25 Feb 2018 09:03:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F03D67265F; Sun, 25 Feb 2018 09:03:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB27F29FF; Sun, 25 Feb 2018 09:03:01 +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 w1P931w6071717; Sun, 25 Feb 2018 09:03:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P931KT071713; Sun, 25 Feb 2018 09:03:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802250903.w1P931KT071713@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Feb 2018 09:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462944 - head/shells/vshnu X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/shells/vshnu X-SVN-Commit-Revision: 462944 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 09:03:02 -0000 Author: amdmi3 Date: Sun Feb 25 09:03:01 2018 New Revision: 462944 URL: https://svnweb.freebsd.org/changeset/ports/462944 Log: - Add LICENSE - norach - Update WWW Modified: head/shells/vshnu/Makefile head/shells/vshnu/pkg-descr Modified: head/shells/vshnu/Makefile ============================================================================== --- head/shells/vshnu/Makefile Sun Feb 25 08:53:21 2018 (r462943) +++ head/shells/vshnu/Makefile Sun Feb 25 09:03:01 2018 (r462944) @@ -10,11 +10,15 @@ MASTER_SITES= http://www.cs.indiana.edu/~kinzler/${POR MAINTAINER= ports@FreeBSD.org COMMENT= New Visual Shell +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= p5-Term-Screen>=0:devel/p5-Term-Screen RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix tar:tgz USE_PERL5= configure SHEBANG_FILES= *.pl +NO_ARCH= yes .include Modified: head/shells/vshnu/pkg-descr ============================================================================== --- head/shells/vshnu/pkg-descr Sun Feb 25 08:53:21 2018 (r462943) +++ head/shells/vshnu/pkg-descr Sun Feb 25 09:03:01 2018 (r462944) @@ -7,4 +7,4 @@ switch between command line and visual mode easily as interface bandwidth and power for Unix operations is on a higher plane and life gets sweeter. -WWW: http://www.cs.indiana.edu/~kinzler/vshnu/ +WWW: https://www.cs.indiana.edu/~kinzler/vshnu/ From owner-svn-ports-head@freebsd.org Sun Feb 25 11:51:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F5DCF2AA5E; Sun, 25 Feb 2018 11:51:35 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2B16795AC; Sun, 25 Feb 2018 11:51:34 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EDC4748C2; Sun, 25 Feb 2018 11:51:34 +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 w1PBpYrC057894; Sun, 25 Feb 2018 11:51:34 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PBpYdj057893; Sun, 25 Feb 2018 11:51:34 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802251151.w1PBpYdj057893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 25 Feb 2018 11:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462948 - head/audio/gradio X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/audio/gradio X-SVN-Commit-Revision: 462948 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 11:51:35 -0000 Author: antoine Date: Sun Feb 25 11:51:34 2018 New Revision: 462948 URL: https://svnweb.freebsd.org/changeset/ports/462948 Log: Mark BROKEN: fails to configure Found Pkg-config: NO Meson encountered an error in file meson.build, line 7, column 0: Pkg-config not found. Reported by: pkg-fallout Modified: head/audio/gradio/Makefile Modified: head/audio/gradio/Makefile ============================================================================== --- head/audio/gradio/Makefile Sun Feb 25 10:44:59 2018 (r462947) +++ head/audio/gradio/Makefile Sun Feb 25 11:51:34 2018 (r462948) @@ -12,6 +12,10 @@ COMMENT= GTK3 app for finding and listening to interne LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN= fails to configure +DEPRECATED= Never built +EXPIRATION_DATE= 2018-03-25 + BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib \ From owner-svn-ports-head@freebsd.org Sun Feb 25 09:03:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 849BDF22FF8; Sun, 25 Feb 2018 09:03:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3860972660; Sun, 25 Feb 2018 09:03:02 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 332E82A00; Sun, 25 Feb 2018 09:03:02 +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 w1P931A4071738; Sun, 25 Feb 2018 09:03:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P931eg071718; Sun, 25 Feb 2018 09:03:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802250903.w1P931eg071718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 25 Feb 2018 09:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462945 - head/devel/libpeak X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/libpeak X-SVN-Commit-Revision: 462945 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 09:03:02 -0000 Author: amdmi3 Date: Sun Feb 25 09:03:01 2018 New Revision: 462945 URL: https://svnweb.freebsd.org/changeset/ports/462945 Log: - Switch to new test framework - Add required test depends - Fix test by using correct perl shebang and module path Approved by: portmgr blanket Modified: head/devel/libpeak/Makefile head/devel/libpeak/distinfo Modified: head/devel/libpeak/Makefile ============================================================================== --- head/devel/libpeak/Makefile Sun Feb 25 09:03:01 2018 (r462944) +++ head/devel/libpeak/Makefile Sun Feb 25 09:03:01 2018 (r462945) @@ -14,16 +14,18 @@ LICENSE= BSD2CLAUSE ONLY_FOR_ARCHS= amd64 i386 sparc64 -USES= gmake libtool +USES= gmake libtool perl5 shebangfix +USE_PERL5= test +SHEBANG_FILES= tests/test-suite.pl GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip -regression-test: build +do-test: ( \ cd ${WRKSRC}/tests; \ - alltests=`ls *.c | sed -e 's|\.c||g'`; \ - ${MAKE} $$alltests && ./test-suite.pl $$alltests \ + alltests=`ls *.c | ${SED} -e 's|\.c||g'`; \ + ${MAKE} $$alltests && ${SETENV} PERL5LIB=. ./test-suite.pl $$alltests \ ) .include Modified: head/devel/libpeak/distinfo ============================================================================== --- head/devel/libpeak/distinfo Sun Feb 25 09:03:01 2018 (r462944) +++ head/devel/libpeak/distinfo Sun Feb 25 09:03:01 2018 (r462945) @@ -1,2 +1,3 @@ +TIMESTAMP = 1517407861 SHA256 (libpeak-0.1.2.tar.gz) = 0b4aaeae6b9841c4231882e5b0148b2f6854ddd3f6158392be5215d2db9e7c5a SIZE (libpeak-0.1.2.tar.gz) = 522691 From owner-svn-ports-head@freebsd.org Sun Feb 25 10:44:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2AE0F2844D; Sun, 25 Feb 2018 10:44:31 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95DA776F9E; Sun, 25 Feb 2018 10:44:31 +0000 (UTC) (envelope-from tota@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CB483E72; Sun, 25 Feb 2018 10:44:31 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PAiVXE023529; Sun, 25 Feb 2018 10:44:31 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PAiVh6023527; Sun, 25 Feb 2018 10:44:31 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201802251044.w1PAiVh6023527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 25 Feb 2018 10:44:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462946 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 462946 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 10:44:32 -0000 Author: tota Date: Sun Feb 25 10:44:31 2018 New Revision: 462946 URL: https://svnweb.freebsd.org/changeset/ports/462946 Log: - Fix range for ja-mailman in CVE-2018-5950 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 25 09:03:01 2018 (r462945) +++ head/security/vuxml/vuln.xml Sun Feb 25 10:44:31 2018 (r462946) @@ -1050,7 +1050,7 @@ Using a handcrafted message, remote code execution see ja-mailman - 2.1.14.j7_2,1 + 2.1.14.j7_3,1 From owner-svn-ports-head@freebsd.org Sun Feb 25 12:11:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AB50F2B882; Sun, 25 Feb 2018 12:11:10 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20F4B7A1E0; Sun, 25 Feb 2018 12:11: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1BE3E4BC9; Sun, 25 Feb 2018 12:11: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 w1PCB9k4065699; Sun, 25 Feb 2018 12:11:09 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PCB9Fv065697; Sun, 25 Feb 2018 12:11:09 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802251211.w1PCB9Fv065697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 25 Feb 2018 12:11:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462950 - in head: devel/ruby-gems security/rubygem-ezcrypto/files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: devel/ruby-gems security/rubygem-ezcrypto/files X-SVN-Commit-Revision: 462950 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 12:11:10 -0000 Author: antoine Date: Sun Feb 25 12:11:09 2018 New Revision: 462950 URL: https://svnweb.freebsd.org/changeset/ports/462950 Log: - Unbreak security/rubygem-ezcrypto - Move the comment in devel/ruby-gems so it is more visible Modified: head/devel/ruby-gems/Makefile head/security/rubygem-ezcrypto/files/patch-gemspec Modified: head/devel/ruby-gems/Makefile ============================================================================== --- head/devel/ruby-gems/Makefile Sun Feb 25 11:56:40 2018 (r462949) +++ head/devel/ruby-gems/Makefile Sun Feb 25 12:11:09 2018 (r462950) @@ -1,11 +1,10 @@ # Created by: Alexander Novitsky # $FreeBSD$ -# + +PORTNAME= gems # Do not forget to update the following gemspec patches: # - security/rubygem-ezcrypto/files/patch-gemspec # - www/rubygem-gitlab-grack/files/patch-gemspec - -PORTNAME= gems PORTVERSION= 2.7.6 CATEGORIES= devel ruby MASTER_SITES= http://production.cf.rubygems.org/rubygems/ Modified: head/security/rubygem-ezcrypto/files/patch-gemspec ============================================================================== --- head/security/rubygem-ezcrypto/files/patch-gemspec Sun Feb 25 11:56:40 2018 (r462949) +++ head/security/rubygem-ezcrypto/files/patch-gemspec Sun Feb 25 12:11:09 2018 (r462950) @@ -1,4 +1,4 @@ ---- ezcrypto.gemspec.orig 2017-03-21 14:03:20 UTC +--- ezcrypto.gemspec.orig 2018-02-25 12:00:35 UTC +++ ezcrypto.gemspec @@ -12,12 +12,12 @@ Gem::Specification.new do |s| s.description = "Makes it easier and safer to write crypto code.".freeze @@ -9,7 +9,7 @@ s.homepage = "http://ezcrypto.rubyforge.org".freeze s.requirements = ["none".freeze] s.rubyforge_project = "ezcrypto".freeze - s.rubygems_version = "2.7.5".freeze + s.rubygems_version = "2.7.6".freeze s.summary = "Simplified encryption library.".freeze - s.test_files = ["test/active_crypto_test.rb".freeze, "test/agree2.com.cert".freeze, "test/association_key_holder_test.rb".freeze, "test/database.yml".freeze, "test/debug.log".freeze, "test/digest_test.rb".freeze, "test/dsakey.pem".freeze, "test/dsapubkey.pem".freeze, "test/dsig_test.rb".freeze, "test/encrypt_test.rb".freeze, "test/ezcrypto_test.rb".freeze, "test/key_holder_test.rb".freeze, "test/protectedsigner.pem".freeze, "test/sf-class2-root.crt".freeze, "test/sf_intermediate.crt".freeze, "test/store".freeze, "test/test_helper.rb".freeze, "test/testchild.pem".freeze, "test/testchild.req".freeze, "test/testpub.pem".freeze, "test/testsigner.cert".freeze, "test/testsigner.pem".freeze, "test/valicert_class2_root.crt".freeze] + s.test_files = ["test/active_crypto_test.rb".freeze, "test/agree2.com.cert".freeze, "test/association_key_holder_test.rb".freeze, "test/database.yml".freeze, "test/debug.log".freeze, "test/digest_test.rb".freeze, "test/dsakey.pem".freeze, "test/dsapubkey.pem".freeze, "test/dsig_test.rb".freeze, "test/encrypt_test.rb".freeze, "test/ezcrypto_test.rb".freeze, "test/key_holder_test.rb".freeze, "test/protectedsigner.pem".freeze, "test/sf-class2-root.crt".freeze, "test/sf_intermediate.crt".freeze, "test/test_helper.rb".freeze, "test/testchild.pem".freeze, "test/testchild.req".freeze, "test/testpub.pem".freeze, "test/testsigner.cert".freeze, "test/testsigner.pem".freeze, "test/valicert_class2_root.crt".freeze] From owner-svn-ports-head@freebsd.org Sun Feb 25 11:56:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6358DF2AFD2; Sun, 25 Feb 2018 11:56:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 175E379A82; Sun, 25 Feb 2018 11:56:41 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 122854A0A; Sun, 25 Feb 2018 11:56: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 w1PBueX0060360; Sun, 25 Feb 2018 11:56:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PBue4M060359; Sun, 25 Feb 2018 11:56:40 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802251156.w1PBue4M060359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 25 Feb 2018 11:56:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462949 - head/devel/guikachu X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/guikachu X-SVN-Commit-Revision: 462949 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 11:56:41 -0000 Author: antoine Date: Sun Feb 25 11:56:40 2018 New Revision: 462949 URL: https://svnweb.freebsd.org/changeset/ports/462949 Log: Mark BROKEN: fails to build In file included from resizeable.cc:19: ./resizeable.h:23:10: fatal error: 'sigc++/object.h' file not found #include ^~~~~~~~~~~~~~~~~ Reported by: pkg-fallout Modified: head/devel/guikachu/Makefile Modified: head/devel/guikachu/Makefile ============================================================================== --- head/devel/guikachu/Makefile Sun Feb 25 11:51:34 2018 (r462948) +++ head/devel/guikachu/Makefile Sun Feb 25 11:56:40 2018 (r462949) @@ -11,6 +11,10 @@ MASTER_SITES= http://cactus.rulez.org/projects/guikach MAINTAINER= ports@FreeBSD.org COMMENT= Resource editor for PalmOS systems +BROKEN= fails to build +DEPRECATED= Broken for more than 9 months +EXPIRATION_DATE= 2018-03-25 + LIB_DEPENDS= libgnomeuimm-2.6.so:x11-toolkits/libgnomeuimm26 \ libgnomevfsmm-2.6.so:devel/gnome-vfsmm From owner-svn-ports-head@freebsd.org Sun Feb 25 14:56:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08D44F31FAE; Sun, 25 Feb 2018 14:56:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABFD07FEC8; Sun, 25 Feb 2018 14:56:23 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6F6466B5; Sun, 25 Feb 2018 14:56:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PEuNwY050481; Sun, 25 Feb 2018 14:56:23 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PEuNtP050480; Sun, 25 Feb 2018 14:56:23 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201802251456.w1PEuNtP050480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 25 Feb 2018 14:56:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462956 - head/net-mgmt/unifi5 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/net-mgmt/unifi5 X-SVN-Commit-Revision: 462956 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 14:56:24 -0000 Author: feld Date: Sun Feb 25 14:56:23 2018 New Revision: 462956 URL: https://svnweb.freebsd.org/changeset/ports/462956 Log: net-mgmt/unifi5: Update CONFLICTS Modified: head/net-mgmt/unifi5/Makefile Modified: head/net-mgmt/unifi5/Makefile ============================================================================== --- head/net-mgmt/unifi5/Makefile Sun Feb 25 14:55:39 2018 (r462955) +++ head/net-mgmt/unifi5/Makefile Sun Feb 25 14:56:23 2018 (r462956) @@ -42,7 +42,7 @@ GROUPS= unifi NO_WRKSUBDIR= yes -CONFLICTS= unifi2-* unifi3-* unifi4-* +CONFLICTS= unifi2-* unifi3-* unifi4-* unifi-devel-* DIR_LIST= conf data logs run work From owner-svn-ports-head@freebsd.org Sun Feb 25 15:35:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE442F34934; Sun, 25 Feb 2018 15:35:08 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 710E28215E; Sun, 25 Feb 2018 15:35:08 +0000 (UTC) (envelope-from jpaetzel@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 672416D0C; Sun, 25 Feb 2018 15:35:08 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PFZ8o2070694; Sun, 25 Feb 2018 15:35:08 GMT (envelope-from jpaetzel@FreeBSD.org) Received: (from jpaetzel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PFZ877070692; Sun, 25 Feb 2018 15:35:08 GMT (envelope-from jpaetzel@FreeBSD.org) Message-Id: <201802251535.w1PFZ877070692@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jpaetzel set sender to jpaetzel@FreeBSD.org using -f From: Josh Paetzel Date: Sun, 25 Feb 2018 15:35:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462960 - in head/emulators/open-vm-tools: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jpaetzel X-SVN-Commit-Paths: in head/emulators/open-vm-tools: . files X-SVN-Commit-Revision: 462960 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 15:35:08 -0000 Author: jpaetzel Date: Sun Feb 25 15:35:07 2018 New Revision: 462960 URL: https://svnweb.freebsd.org/changeset/ports/462960 Log: Backport a fix from upstream that broke UFS Reported by: dim Obtained from: VMware Added: head/emulators/open-vm-tools/files/patch-lib_wiper_wiperPosix.c (contents, props changed) Modified: head/emulators/open-vm-tools/Makefile Modified: head/emulators/open-vm-tools/Makefile ============================================================================== --- head/emulators/open-vm-tools/Makefile Sun Feb 25 15:27:30 2018 (r462959) +++ head/emulators/open-vm-tools/Makefile Sun Feb 25 15:35:07 2018 (r462960) @@ -4,7 +4,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${RELEASE_VER} DISTVERSIONPREFIX= stable- -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= emulators Added: head/emulators/open-vm-tools/files/patch-lib_wiper_wiperPosix.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/open-vm-tools/files/patch-lib_wiper_wiperPosix.c Sun Feb 25 15:35:07 2018 (r462960) @@ -0,0 +1,10 @@ +--- lib/wiper/wiperPosix.c.orig 2018-02-24 17:51:48 UTC ++++ lib/wiper/wiperPosix.c +@@ -143,6 +143,7 @@ static const PartitionInfo gKnownPartitions[] = { + { "ntfs", PARTITION_NTFS, NULL, TRUE }, + { "pcfs", PARTITION_PCFS, NULL, TRUE }, + { "reiserfs", PARTITION_REISERFS, NULL, TRUE }, ++ { "ufs", PARTITION_UFS, NULL, TRUE }, + { "vfat", PARTITION_FAT, NULL, TRUE }, + { "zfs", PARTITION_ZFS, NULL, FALSE }, + { "xfs", PARTITION_XFS, NULL, TRUE }, From owner-svn-ports-head@freebsd.org Sun Feb 25 06:39:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02DDEF11F57; Sun, 25 Feb 2018 06:39:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7E486E94F; Sun, 25 Feb 2018 06:39:03 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2D0D11E2; Sun, 25 Feb 2018 06:39:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1P6d3iW097817; Sun, 25 Feb 2018 06:39:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1P6d3aS097815; Sun, 25 Feb 2018 06:39:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201802250639.w1P6d3aS097815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 25 Feb 2018 06:39:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462940 - head/x11-drivers/xf86-video-intel X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11-drivers/xf86-video-intel X-SVN-Commit-Revision: 462940 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 06:39:04 -0000 Author: jbeich Date: Sun Feb 25 06:39:03 2018 New Revision: 462940 URL: https://svnweb.freebsd.org/changeset/ports/462940 Log: x11-drivers/xf86-video-intel: update to 2.99.917.20180214 Changes: https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/log/?id=757955230037 MFH: 2018Q1 (mostly bug fixes, bake 1~2 weeks on /head) Modified: head/x11-drivers/xf86-video-intel/Makefile (contents, props changed) head/x11-drivers/xf86-video-intel/distinfo (contents, props changed) Modified: head/x11-drivers/xf86-video-intel/Makefile ============================================================================== --- head/x11-drivers/xf86-video-intel/Makefile Sun Feb 25 05:52:28 2018 (r462939) +++ head/x11-drivers/xf86-video-intel/Makefile Sun Feb 25 06:39:03 2018 (r462940) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xf86-video-intel -PORTVERSION= 2.99.917.20180111 +PORTVERSION= 2.99.917.20180214 CATEGORIES= x11-drivers MASTER_SITES= http://cgit.freedesktop.org/xorg/${XORG_CAT}/${PORTNAME}/snapshot/ DISTNAME= ${PORTNAME}-${COMMIT_ID} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxcb-util.so:x11/xcb-util \ libdrm.so:graphics/libdrm -COMMIT_ID= 26f5406841f3924f23f29df61b5ea53d2816b665 +COMMIT_ID= 75795523003798d789d417e82aaa81c7ea1ed616 ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Intel integrated GPU only exists in Intel x86 processors/chipsets Modified: head/x11-drivers/xf86-video-intel/distinfo ============================================================================== --- head/x11-drivers/xf86-video-intel/distinfo Sun Feb 25 05:52:28 2018 (r462939) +++ head/x11-drivers/xf86-video-intel/distinfo Sun Feb 25 06:39:03 2018 (r462940) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515657141 -SHA256 (xorg/driver/xf86-video-intel-26f5406841f3924f23f29df61b5ea53d2816b665.tar.bz2) = 22a539136fe5a5f076ae69ac35b58aca890ba8b42b436d27a4c30f6b9d86a861 -SIZE (xorg/driver/xf86-video-intel-26f5406841f3924f23f29df61b5ea53d2816b665.tar.bz2) = 1238346 +TIMESTAMP = 1518641366 +SHA256 (xorg/driver/xf86-video-intel-75795523003798d789d417e82aaa81c7ea1ed616.tar.bz2) = 52c8c0c39034f2577c1ce21d081bc6e9856b12cb4764b05ee6fa58557803100c +SIZE (xorg/driver/xf86-video-intel-75795523003798d789d417e82aaa81c7ea1ed616.tar.bz2) = 1242498 From owner-svn-ports-head@freebsd.org Sun Feb 25 14:10:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E430EF2FC99; Sun, 25 Feb 2018 14:10:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9302D7E308; Sun, 25 Feb 2018 14:10:34 +0000 (UTC) (envelope-from ehaupt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DC6F5EB9; Sun, 25 Feb 2018 14:10:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PEAY2N025394; Sun, 25 Feb 2018 14:10:34 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PEAYQb025392; Sun, 25 Feb 2018 14:10:34 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201802251410.w1PEAYQb025392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 25 Feb 2018 14:10:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462953 - in head/audio/milkytracker: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/audio/milkytracker: . files X-SVN-Commit-Revision: 462953 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 14:10:35 -0000 Author: ehaupt Date: Sun Feb 25 14:10:34 2018 New Revision: 462953 URL: https://svnweb.freebsd.org/changeset/ports/462953 Log: Update to 1.02.00 Deleted: head/audio/milkytracker/files/ Modified: head/audio/milkytracker/Makefile head/audio/milkytracker/distinfo Modified: head/audio/milkytracker/Makefile ============================================================================== --- head/audio/milkytracker/Makefile Sun Feb 25 13:18:31 2018 (r462952) +++ head/audio/milkytracker/Makefile Sun Feb 25 14:10:34 2018 (r462953) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= milkytracker -PORTVERSION= 1.01.00 +PORTVERSION= 1.02.00 DISTVERSIONPREFIX= v CATEGORIES= audio Modified: head/audio/milkytracker/distinfo ============================================================================== --- head/audio/milkytracker/distinfo Sun Feb 25 13:18:31 2018 (r462952) +++ head/audio/milkytracker/distinfo Sun Feb 25 14:10:34 2018 (r462953) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501435624 -SHA256 (milkytracker-MilkyTracker-v1.01.00_GH0.tar.gz) = 9b07c910c3c037ae57a76a4d571511a50276a563a0d2463e1d88256b756b76b7 -SIZE (milkytracker-MilkyTracker-v1.01.00_GH0.tar.gz) = 3753827 +TIMESTAMP = 1519566041 +SHA256 (milkytracker-MilkyTracker-v1.02.00_GH0.tar.gz) = 6bcb6e74ee333e831137435a25c0f2f3da6e1462864deec9e693ef7d23a16023 +SIZE (milkytracker-MilkyTracker-v1.02.00_GH0.tar.gz) = 3753882 From owner-svn-ports-head@freebsd.org Sun Feb 25 15:39:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFC50F34C5F; Sun, 25 Feb 2018 15:39:08 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D73E8231A; Sun, 25 Feb 2018 15:39:08 +0000 (UTC) (envelope-from ohauer@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 585B76D14; Sun, 25 Feb 2018 15:39:08 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PFd88W070987; Sun, 25 Feb 2018 15:39:08 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PFd7O9070982; Sun, 25 Feb 2018 15:39:07 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201802251539.w1PFd7O9070982@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 25 Feb 2018 15:39:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462961 - in head/mail/postfix-current: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: in head/mail/postfix-current: . files X-SVN-Commit-Revision: 462961 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 15:39:08 -0000 Author: ohauer Date: Sun Feb 25 15:39:07 2018 New Revision: 462961 URL: https://svnweb.freebsd.org/changeset/ports/462961 Log: - update to 3.4-20180222 - add patch for MySQL 8.x [1} - add blacklistd support [2] additional: regenerate patch for src/util/sys_defs.h PR: 220224 [1], 225664 [2] Submitted by: Klaus Mayr [1], Koichiro IWAO [2] Added: head/mail/postfix-current/files/extra-patch-blacklistd (contents, props changed) head/mail/postfix-current/files/patch-src_global_dict__mysql.c (contents, props changed) head/mail/postfix-current/files/patch-src_util_sys__defs.h - copied, changed from r462960, head/mail/postfix-current/files/patch-src__util__sys_defs.h Deleted: head/mail/postfix-current/files/patch-src__util__sys_defs.h Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sun Feb 25 15:35:07 2018 (r462960) +++ head/mail/postfix-current/Makefile Sun Feb 25 15:39:07 2018 (r462961) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.4-20180218 +DISTVERSION= 3.4-20180222 PORTREVISION?= 0 PORTEPOCH= 5 CATEGORIES= mail ipv6 @@ -40,19 +40,20 @@ USE_SUBMAKE= yes SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" OPTIONS_SUB= yes -OPTIONS_DEFINE= BDB CDB DOCS EAI INST_BASE LDAP LDAP_SASL LMDB MYSQL \ - NIS PCRE PGSQL SASL SQLITE TEST TLS +OPTIONS_DEFINE= BDB BLACKLISTD CDB DOCS EAI INST_BASE LDAP LDAP_SASL \ + LMDB MYSQL NIS PCRE PGSQL SASL SQLITE TEST TLS OPTIONS_RADIO= RG1 OPTIONS_RADIO_RG1= SASLKRB5 SASLKMIT OPTIONS_DEFAULT= EAI PCRE TLS BDB_USES= bdb +BLACKLISTD_EXTRA_PATCHES= ${FILESDIR}/extra-patch-blacklistd CDB_LIB_DEPENDS= libcdb.so:databases/tinycdb EAI_LIB_DEPENDS= libicuuc.so:devel/icu LDAP_USE= OPENLDAP=yes LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb -MYSQL_USE= MYSQL=yes +MYSQL_USES= mysql PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PGSQL_USES= pgsql SASLKMIT_LIB_DEPENDS= libkrb5.so:security/krb5 @@ -60,6 +61,7 @@ SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SQLITE_USES= sqlite TLS_USES= ssl +BLACKLISTD_DESC= Enable blacklistd support (FreeBSD 11.0 and later only) CDB_DESC= CDB maps lookups EAI_DESC= Email Address Internationalization (SMTPUTF8) support INST_BASE_DESC= Install into /usr and /etc/postfix @@ -193,6 +195,14 @@ POSTFIX_CCARGS+= -DNO_TLS .if ${PORT_OPTIONS:MBDB} POSTFIX_CCARGS+= -I${BDB_INCLUDE_DIR} POSTFIX_AUXLIBS+= -L${BDB_LIB_DIR} -l${BDB_LIB_NAME} +.endif + +.if ${PORT_OPTIONS:MBLACKLISTD} +. if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1100122) +POSTFIX_AUXLIBS+= -lblacklist +. else +IGNORE= blacklistd is only supported on FreeBSD >= 11.0 +. endif .endif .if ${PORT_OPTIONS:MMYSQL} Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Sun Feb 25 15:35:07 2018 (r462960) +++ head/mail/postfix-current/distinfo Sun Feb 25 15:39:07 2018 (r462961) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519005319 -SHA256 (postfix/postfix-3.4-20180218.tar.gz) = d9ba2c204d68f2e8af4e43f75a4578f9bdd07f071d43ea96eed8ddb060aa9864 -SIZE (postfix/postfix-3.4-20180218.tar.gz) = 4422381 +TIMESTAMP = 1519345697 +SHA256 (postfix/postfix-3.4-20180222.tar.gz) = bd136d4542e7a9114d0afcb1d16421c116e7ad97f75fbf0abf6fa5be76d69881 +SIZE (postfix/postfix-3.4-20180222.tar.gz) = 4422765 Added: head/mail/postfix-current/files/extra-patch-blacklistd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix-current/files/extra-patch-blacklistd Sun Feb 25 15:39:07 2018 (r462961) @@ -0,0 +1,69 @@ +# PR 225664: support blacklistd on FreeBSD >= 11.0 +# +--- src/smtpd/Makefile.in.orig 2017-02-05 23:36:32 UTC ++++ src/smtpd/Makefile.in +@@ -2,14 +2,14 @@ SHELL = /bin/sh + SRCS = smtpd.c smtpd_token.c smtpd_check.c smtpd_chat.c smtpd_state.c \ + smtpd_peer.c smtpd_sasl_proto.c smtpd_sasl_glue.c smtpd_proxy.c \ + smtpd_xforward.c smtpd_dsn_fix.c smtpd_milter.c smtpd_resolve.c \ +- smtpd_expand.c smtpd_haproxy.c ++ smtpd_expand.c smtpd_haproxy.c pfilter.c + OBJS = smtpd.o smtpd_token.o smtpd_check.o smtpd_chat.o smtpd_state.o \ + smtpd_peer.o smtpd_sasl_proto.o smtpd_sasl_glue.o smtpd_proxy.o \ + smtpd_xforward.o smtpd_dsn_fix.o smtpd_milter.o smtpd_resolve.o \ +- smtpd_expand.o smtpd_haproxy.o ++ smtpd_expand.o smtpd_haproxy.o pfilter.o + HDRS = smtpd_token.h smtpd_check.h smtpd_chat.h smtpd_sasl_proto.h \ + smtpd_sasl_glue.h smtpd_proxy.h smtpd_dsn_fix.h smtpd_milter.h \ +- smtpd_resolve.h smtpd_expand.h ++ smtpd_resolve.h smtpd_expand.h pfilter.h + TESTSRC = smtpd_token_test.c + DEFS = -I. -I$(INC_DIR) -D$(SYSTYPE) + CFLAGS = $(DEBUG) $(OPT) $(DEFS) +--- src/smtpd/smtpd_sasl_glue.c.orig 2017-02-19 01:58:21 UTC ++++ src/smtpd/smtpd_sasl_glue.c +@@ -147,6 +147,7 @@ + #include "smtpd.h" + #include "smtpd_sasl_glue.h" + #include "smtpd_chat.h" ++#include "pfilter.h" /* for blacklistd(8) */ + + #ifdef USE_SASL_AUTH + +@@ -332,6 +333,10 @@ int smtpd_sasl_authenticate(SMTPD_ST + else + smtpd_chat_reply(state, "535 5.7.8 Error: authentication failed: %s", + STR(state->sasl_reply)); ++ ++ ++ /* notify blacklistd of SASL authentication failure */ ++ pfilter_notify(1, vstream_fileno(state->client)); + return (-1); + } + /* RFC 4954 Section 6. */ +--- src/smtpd/pfilter.h.orig 2018-02-04 15:36:49 UTC ++++ src/smtpd/pfilter.h +@@ -0,0 +1 @@ ++void pfilter_notify(int, int); +--- src/smtpd/pfilter.c.orig 2018-02-04 15:36:49 UTC ++++ src/smtpd/pfilter.c +@@ -0,0 +1,19 @@ ++#include "pfilter.h" ++#include /* for NULL */ ++#include ++ ++static struct blacklist *blstate; ++ ++void ++pfilter_notify(int a, int fd) ++{ ++ if (blstate == NULL) ++ blstate = blacklist_open(); ++ if (blstate == NULL) ++ return; ++ (void)blacklist_r(blstate, a, fd, "smtpd"); ++ if (a == 0) { ++ blacklist_close(blstate); ++ blstate = NULL; ++ } ++} Added: head/mail/postfix-current/files/patch-src_global_dict__mysql.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix-current/files/patch-src_global_dict__mysql.c Sun Feb 25 15:39:07 2018 (r462961) @@ -0,0 +1,22 @@ +# PR: 220224 fix build against mysql 8.x +# +# from https://dev.mysql.com/doc/refman/5.7/en/mysql-options.html +# o MYSQL_OPT_SSL_VERIFY_SERVER_CERT (argument type: my_bool *) +# This option is deprecated as of MySQL 5.7.11 and is removed in MySQL 8.0. +# Instead, use MYSQL_OPT_SSL_MODE with a value of SSL_MODE_VERIFY_IDENTITY. +# +--- src/global/dict_mysql.c.orig 2017-02-19 01:58:20 UTC ++++ src/global/dict_mysql.c +@@ -656,7 +656,11 @@ static void plmysql_connect_single(DICT_ + dict_mysql->tls_key_file, dict_mysql->tls_cert_file, + dict_mysql->tls_CAfile, dict_mysql->tls_CApath, + dict_mysql->tls_ciphers); +-#if MYSQL_VERSION_ID >= 50023 ++#if MYSQL_VERSION_ID >= 80000 && !defined(MARIADB_VERSION_ID) ++ if (dict_mysql->tls_verify_cert != -1) ++ mysql_options(host->db, MYSQL_OPT_SSL_MODE, ++ &dict_mysql->tls_verify_cert); ++#elif MYSQL_VERSION_ID >= 50023 + if (dict_mysql->tls_verify_cert != -1) + mysql_options(host->db, MYSQL_OPT_SSL_VERIFY_SERVER_CERT, + &dict_mysql->tls_verify_cert); Copied and modified: head/mail/postfix-current/files/patch-src_util_sys__defs.h (from r462960, head/mail/postfix-current/files/patch-src__util__sys_defs.h) ============================================================================== --- head/mail/postfix-current/files/patch-src__util__sys_defs.h Sun Feb 25 15:35:07 2018 (r462960, copy source) +++ head/mail/postfix-current/files/patch-src_util_sys__defs.h Sun Feb 25 15:39:07 2018 (r462961) @@ -1,6 +1,6 @@ ---- src/util/sys_defs.h.orig 2016-07-09 20:09:34 UTC +--- src/util/sys_defs.h.orig 2017-06-18 19:30:20 UTC +++ src/util/sys_defs.h -@@ -27,6 +27,7 @@ +@@ -30,6 +30,7 @@ #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \ From owner-svn-ports-head@freebsd.org Sun Feb 25 17:46:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A46FDF03BAA; Sun, 25 Feb 2018 17:46:02 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E59C68EFF; Sun, 25 Feb 2018 17:46:02 +0000 (UTC) (envelope-from thierry@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4524D101CE; Sun, 25 Feb 2018 17:46:02 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PHk21G036362; Sun, 25 Feb 2018 17:46:02 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PHk12W036361; Sun, 25 Feb 2018 17:46:02 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201802251746.w1PHk12W036361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 25 Feb 2018 17:46:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462971 - head/cad/opencascade X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/cad/opencascade X-SVN-Commit-Revision: 462971 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 17:46:02 -0000 Author: thierry Date: Sun Feb 25 17:46:01 2018 New Revision: 462971 URL: https://svnweb.freebsd.org/changeset/ports/462971 Log: Fix plist on 32 bits archs. Modified: head/cad/opencascade/pkg-plist Modified: head/cad/opencascade/pkg-plist ============================================================================== --- head/cad/opencascade/pkg-plist Sun Feb 25 17:44:18 2018 (r462970) +++ head/cad/opencascade/pkg-plist Sun Feb 25 17:46:01 2018 (r462971) @@ -1,6 +1,6 @@ %%OCCROOT%%/bin/DRAWEXE %%OCCROOT%%/bin/custom.sh -%%OCCROOT%%/bin/custom_%%CC%%_64.sh +%%OCCROOT%%/bin/custom_%%CC%%_%%BITS%%.sh %%OCCROOT%%/bin/draw.sh %%OCCROOT%%/bin/env.sh %%OCCROOT%%/data/iges/bearing.iges From owner-svn-ports-head@freebsd.org Sun Feb 25 14:55:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A0ADF31F39; Sun, 25 Feb 2018 14:55:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BFB107FE03; Sun, 25 Feb 2018 14:55:39 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B468E66B3; Sun, 25 Feb 2018 14:55:39 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PEtdxE050330; Sun, 25 Feb 2018 14:55:39 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PEtdCo050329; Sun, 25 Feb 2018 14:55:39 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201802251455.w1PEtdCo050329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 25 Feb 2018 14:55:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462955 - head/net-mgmt/unifi-devel X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/net-mgmt/unifi-devel X-SVN-Commit-Revision: 462955 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 14:55:40 -0000 Author: feld Date: Sun Feb 25 14:55:39 2018 New Revision: 462955 URL: https://svnweb.freebsd.org/changeset/ports/462955 Log: net-mgmt/unifi-devel: Fix CONFLICTS - Update COMMENT - Assign to new maintainer PR: 223401 Modified: head/net-mgmt/unifi-devel/Makefile Modified: head/net-mgmt/unifi-devel/Makefile ============================================================================== --- head/net-mgmt/unifi-devel/Makefile Sun Feb 25 14:34:27 2018 (r462954) +++ head/net-mgmt/unifi-devel/Makefile Sun Feb 25 14:55:39 2018 (r462955) @@ -3,7 +3,6 @@ PORTNAME= unifi PORTVERSION= 5.7.15 -PORTREVISION= 0 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}-${UNIFI_BUILD}/ PKGNAMESUFFIX= -devel @@ -11,8 +10,8 @@ DISTNAME= unifi_sysvinit_all EXTRACT_SUFX= .deb DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} -MAINTAINER= feld@FreeBSD.org -COMMENT= UniFi Controller v5 +MAINTAINER= bryce@bryce.net +COMMENT= UniFi Controller development release RUN_DEPENDS= mongodb>0:databases/mongodb \ snappyjava>0:archivers/snappy-java @@ -26,8 +25,6 @@ EXTRACT_AFTER_ARGS= data.tar.xz | ${TAR} -xf - UNIFI_BUILD= e9b882be05 -CONFLICTS= unifi5-* - USES= cpe CPE_VENDOR= ubnt CPE_PRODUCT= unifi_controller @@ -47,7 +44,7 @@ GROUPS= unifi NO_WRKSUBDIR= yes -CONFLICTS= unifi2-* unifi3-* unifi4-* +CONFLICTS= unifi2-* unifi3-* unifi4-* unifi5-* DIR_LIST= conf data logs run work From owner-svn-ports-head@freebsd.org Sun Feb 25 15:07:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2861EF32E0A; Sun, 25 Feb 2018 15:07:15 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA36D809E0; Sun, 25 Feb 2018 15:07:14 +0000 (UTC) (envelope-from thierry@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C10586843; Sun, 25 Feb 2018 15:07:14 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PF7E9U055392; Sun, 25 Feb 2018 15:07:14 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PF7ENl055387; Sun, 25 Feb 2018 15:07:14 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201802251507.w1PF7ENl055387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 25 Feb 2018 15:07:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462957 - head/x11-fonts/stix-fonts X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/x11-fonts/stix-fonts X-SVN-Commit-Revision: 462957 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 15:07:15 -0000 Author: thierry Date: Sun Feb 25 15:07:14 2018 New Revision: 462957 URL: https://svnweb.freebsd.org/changeset/ports/462957 Log: Upgrade to 2.0.0. Modified: head/x11-fonts/stix-fonts/Makefile head/x11-fonts/stix-fonts/distinfo head/x11-fonts/stix-fonts/pkg-descr head/x11-fonts/stix-fonts/pkg-plist Modified: head/x11-fonts/stix-fonts/Makefile ============================================================================== --- head/x11-fonts/stix-fonts/Makefile Sun Feb 25 14:56:23 2018 (r462956) +++ head/x11-fonts/stix-fonts/Makefile Sun Feb 25 15:07:14 2018 (r462957) @@ -2,21 +2,20 @@ # $FreeBSD$ PORTNAME= stixfonts -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= x11-fonts MASTER_SITES= SF/${PORTNAME}/Current%20Release/ -DISTNAME= STIXv${PORTVERSION}-webfonts +DISTNAME= STIXv${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= OpenType Unicode fonts for Scientific, Technical, and Math texts LICENSE= OFL11 -NO_WRKSUBDIR= yes - USES= fonts zip USE_XORG= x11 +NO_ARCH= yes +NO_BUILD= yes SUB_FILES= pkg-message @@ -24,18 +23,12 @@ FONTNAME= stix OPTIONS_DEFINE= DOCS -PORTDOCS= "STIX Font ${PORTVERSION}-webfonts Release Documentation.pdf" +PORTDOCS= STIX_${PORTVERSION}_release_notes.txt STIX_${PORTVERSION}_stylistic_sets.pdf -do-build: - ${MKDIR} ${WRKDIR}/build -.for group in stix-web STIX-MathJax/woff - ${CP} ${WRKSRC}/${group}/*.woff ${WRKDIR}/build/ -.endfor - do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - cd ${WRKDIR}/build && ${INSTALL_DATA} *.woff ${STAGEDIR}${FONTSDIR} + cd ${WRKSRC}/Fonts && ${INSTALL_DATA} OTF/* WOFF/* ${STAGEDIR}${FONTSDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/docs && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/x11-fonts/stix-fonts/distinfo ============================================================================== --- head/x11-fonts/stix-fonts/distinfo Sun Feb 25 14:56:23 2018 (r462956) +++ head/x11-fonts/stix-fonts/distinfo Sun Feb 25 15:07:14 2018 (r462957) @@ -1,2 +1,3 @@ -SHA256 (STIXv1.1.1-webfonts.zip) = 21924384f2a5323e3b80cd2d7d811ca7e87c0b0e1272505824160a82b5715605 -SIZE (STIXv1.1.1-webfonts.zip) = 4277613 +TIMESTAMP = 1519558758 +SHA256 (STIXv2.0.0.zip) = 6fac297b27c78891aeca9adb37be54729932e57cdcdb218a9e163671c163d938 +SIZE (STIXv2.0.0.zip) = 3921396 Modified: head/x11-fonts/stix-fonts/pkg-descr ============================================================================== --- head/x11-fonts/stix-fonts/pkg-descr Sun Feb 25 14:56:23 2018 (r462956) +++ head/x11-fonts/stix-fonts/pkg-descr Sun Feb 25 15:07:14 2018 (r462957) @@ -1,12 +1,5 @@ The mission of the Scientific and Technical Information Exchange (STIX) font -creation project is the preparation of a comprehensive set of fonts that serve -the scientific and engineering community in the process from manuscript creation -through final publication, both in electronic and print formats. Toward this -purpose, the STIX fonts will be made available, under royalty-free license, to -anyone, including publishers, software developers, scientists, students, and the -general public. - -These fonts cover all the symbols in MathML and this port can replace the former -x11-fonts/mathfonts. +project is the creation of a comprehensive set of fonts that serve the +scientific and engineering communities. WWW: http://www.stixfonts.org/ Modified: head/x11-fonts/stix-fonts/pkg-plist ============================================================================== --- head/x11-fonts/stix-fonts/pkg-plist Sun Feb 25 14:56:23 2018 (r462956) +++ head/x11-fonts/stix-fonts/pkg-plist Sun Feb 25 15:07:14 2018 (r462957) @@ -1,84 +1,10 @@ -%%FONTSDIR%%/STIXGeneral-Bold.woff -%%FONTSDIR%%/STIXGeneral-BoldItalic.woff -%%FONTSDIR%%/STIXGeneral-Italic.woff -%%FONTSDIR%%/STIXGeneral-Regular.woff -%%FONTSDIR%%/STIXIntegralsD-Bold.woff -%%FONTSDIR%%/STIXIntegralsD-Regular.woff -%%FONTSDIR%%/STIXIntegralsSm-Bold.woff -%%FONTSDIR%%/STIXIntegralsSm-Regular.woff -%%FONTSDIR%%/STIXIntegralsUp-Bold.woff -%%FONTSDIR%%/STIXIntegralsUp-Regular.woff -%%FONTSDIR%%/STIXIntegralsUpD-Bold.woff -%%FONTSDIR%%/STIXIntegralsUpD-Regular.woff -%%FONTSDIR%%/STIXIntegralsUpSm-Bold.woff -%%FONTSDIR%%/STIXIntegralsUpSm-Regular.woff -%%FONTSDIR%%/STIXMathJax_Alphabets-Bold.woff -%%FONTSDIR%%/STIXMathJax_Alphabets-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Alphabets-Italic.woff -%%FONTSDIR%%/STIXMathJax_Alphabets-Regular.woff -%%FONTSDIR%%/STIXMathJax_Arrows-Bold.woff -%%FONTSDIR%%/STIXMathJax_Arrows-Regular.woff -%%FONTSDIR%%/STIXMathJax_DoubleStruck-Bold.woff -%%FONTSDIR%%/STIXMathJax_DoubleStruck-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_DoubleStruck-Italic.woff -%%FONTSDIR%%/STIXMathJax_DoubleStruck-Regular.woff -%%FONTSDIR%%/STIXMathJax_Fraktur-Bold.woff -%%FONTSDIR%%/STIXMathJax_Fraktur-Regular.woff -%%FONTSDIR%%/STIXMathJax_Latin-Bold.woff -%%FONTSDIR%%/STIXMathJax_Latin-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Latin-Italic.woff -%%FONTSDIR%%/STIXMathJax_Latin-Regular.woff -%%FONTSDIR%%/STIXMathJax_Main-Bold.woff -%%FONTSDIR%%/STIXMathJax_Main-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Main-Italic.woff -%%FONTSDIR%%/STIXMathJax_Main-Regular.woff -%%FONTSDIR%%/STIXMathJax_Marks-Bold.woff -%%FONTSDIR%%/STIXMathJax_Marks-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Marks-Italic.woff -%%FONTSDIR%%/STIXMathJax_Marks-Regular.woff -%%FONTSDIR%%/STIXMathJax_Misc-Bold.woff -%%FONTSDIR%%/STIXMathJax_Misc-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Misc-Italic.woff -%%FONTSDIR%%/STIXMathJax_Misc-Regular.woff -%%FONTSDIR%%/STIXMathJax_Monospace-Regular.woff -%%FONTSDIR%%/STIXMathJax_Normal-Bold.woff -%%FONTSDIR%%/STIXMathJax_Normal-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Normal-Italic.woff -%%FONTSDIR%%/STIXMathJax_Operators-Bold.woff -%%FONTSDIR%%/STIXMathJax_Operators-Regular.woff -%%FONTSDIR%%/STIXMathJax_SansSerif-Bold.woff -%%FONTSDIR%%/STIXMathJax_SansSerif-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_SansSerif-Italic.woff -%%FONTSDIR%%/STIXMathJax_SansSerif-Regular.woff -%%FONTSDIR%%/STIXMathJax_Script-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Script-Italic.woff -%%FONTSDIR%%/STIXMathJax_Script-Regular.woff -%%FONTSDIR%%/STIXMathJax_Shapes-Bold.woff -%%FONTSDIR%%/STIXMathJax_Shapes-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Shapes-Regular.woff -%%FONTSDIR%%/STIXMathJax_Size1-Regular.woff -%%FONTSDIR%%/STIXMathJax_Size2-Regular.woff -%%FONTSDIR%%/STIXMathJax_Size3-Regular.woff -%%FONTSDIR%%/STIXMathJax_Size4-Regular.woff -%%FONTSDIR%%/STIXMathJax_Size5-Regular.woff -%%FONTSDIR%%/STIXMathJax_Symbols-Bold.woff -%%FONTSDIR%%/STIXMathJax_Symbols-Regular.woff -%%FONTSDIR%%/STIXMathJax_Variants-Bold.woff -%%FONTSDIR%%/STIXMathJax_Variants-BoldItalic.woff -%%FONTSDIR%%/STIXMathJax_Variants-Italic.woff -%%FONTSDIR%%/STIXMathJax_Variants-Regular.woff -%%FONTSDIR%%/STIXNonUnicode-Bold.woff -%%FONTSDIR%%/STIXNonUnicode-BoldItalic.woff -%%FONTSDIR%%/STIXNonUnicode-Italic.woff -%%FONTSDIR%%/STIXNonUnicode-Regular.woff -%%FONTSDIR%%/STIXSizeFiveSym-Regular.woff -%%FONTSDIR%%/STIXSizeFourSym-Bold.woff -%%FONTSDIR%%/STIXSizeFourSym-Regular.woff -%%FONTSDIR%%/STIXSizeOneSym-Bold.woff -%%FONTSDIR%%/STIXSizeOneSym-Regular.woff -%%FONTSDIR%%/STIXSizeThreeSym-Bold.woff -%%FONTSDIR%%/STIXSizeThreeSym-Regular.woff -%%FONTSDIR%%/STIXSizeTwoSym-Bold.woff -%%FONTSDIR%%/STIXSizeTwoSym-Regular.woff -%%FONTSDIR%%/STIXVariants-Bold.woff -%%FONTSDIR%%/STIXVariants-Regular.woff +%%FONTSDIR%%/STIX2Math.otf +%%FONTSDIR%%/STIX2Math.woff +%%FONTSDIR%%/STIX2Text-Bold.otf +%%FONTSDIR%%/STIX2Text-Bold.woff +%%FONTSDIR%%/STIX2Text-BoldItalic.otf +%%FONTSDIR%%/STIX2Text-BoldItalic.woff +%%FONTSDIR%%/STIX2Text-Italic.otf +%%FONTSDIR%%/STIX2Text-Italic.woff +%%FONTSDIR%%/STIX2Text-Regular.otf +%%FONTSDIR%%/STIX2Text-Regular.woff From owner-svn-ports-head@freebsd.org Sun Feb 25 15:23:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11911F33966; Sun, 25 Feb 2018 15:23:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B335E81401; Sun, 25 Feb 2018 15:23: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE1F56B7A; Sun, 25 Feb 2018 15:23: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 w1PFNT19065592; Sun, 25 Feb 2018 15:23:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PFNTuO065591; Sun, 25 Feb 2018 15:23:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802251523.w1PFNTuO065591@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, 25 Feb 2018 15:23:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462958 - head/www/rubygem-gitlab-grack/files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-gitlab-grack/files X-SVN-Commit-Revision: 462958 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 15:23:30 -0000 Author: sunpoet Date: Sun Feb 25 15:23:29 2018 New Revision: 462958 URL: https://svnweb.freebsd.org/changeset/ports/462958 Log: Update gemspec patch for ruby-gems 2.7.6 update (r462122) Modified: head/www/rubygem-gitlab-grack/files/patch-gemspec Modified: head/www/rubygem-gitlab-grack/files/patch-gemspec ============================================================================== --- head/www/rubygem-gitlab-grack/files/patch-gemspec Sun Feb 25 15:07:14 2018 (r462957) +++ head/www/rubygem-gitlab-grack/files/patch-gemspec Sun Feb 25 15:23:29 2018 (r462958) @@ -8,5 +8,5 @@ - s.files = [".gitignore".freeze, ".gitmodules".freeze, ".travis.yml".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/testserver".freeze, "examples/dispatch.fcgi".freeze, "grack.gemspec".freeze, "install.txt".freeze, "lib/grack.rb".freeze, "lib/grack/auth.rb".freeze, "lib/grack/bundle.rb".freeze, "lib/grack/git.rb".freeze, "lib/grack/server.rb".freeze, "lib/grack/version.rb".freeze, "tests/main_test.rb".freeze] + s.files = [".gitignore".freeze, ".gitmodules".freeze, ".travis.yml".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "examples/dispatch.fcgi".freeze, "grack.gemspec".freeze, "install.txt".freeze, "lib/grack.rb".freeze, "lib/grack/auth.rb".freeze, "lib/grack/bundle.rb".freeze, "lib/grack/git.rb".freeze, "lib/grack/server.rb".freeze, "lib/grack/version.rb".freeze, "tests/main_test.rb".freeze] s.homepage = "https://github.com/gitlabhq/grack".freeze - s.rubygems_version = "2.7.5".freeze + s.rubygems_version = "2.7.6".freeze s.summary = "Ruby/Rack Git Smart-HTTP Server Handler".freeze From owner-svn-ports-head@freebsd.org Sun Feb 25 15:27:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7E68F33D4E; Sun, 25 Feb 2018 15:27:31 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 85415817FD; Sun, 25 Feb 2018 15:27:31 +0000 (UTC) (envelope-from ohauer@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7ACB56B7B; Sun, 25 Feb 2018 15:27:31 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PFRVP8065911; Sun, 25 Feb 2018 15:27:31 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PFRUxT065906; Sun, 25 Feb 2018 15:27:30 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201802251527.w1PFRUxT065906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 25 Feb 2018 15:27:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462959 - in head/mail/postfix: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: in head/mail/postfix: . files X-SVN-Commit-Revision: 462959 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 15:27:32 -0000 Author: ohauer Date: Sun Feb 25 15:27:30 2018 New Revision: 462959 URL: https://svnweb.freebsd.org/changeset/ports/462959 Log: - update to 3.3.0 - add patch for MySQL 8.x [1} - add blacklistd support [2] additional: - regenerate patch for src/util/sys_defs.h Release Notes: ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.3.0.RELEASE_NOTES PR: 220224 [1], 225664 [2] Submitted by: Klaus Mayr [1], Koichiro IWAO [2] Added: head/mail/postfix/files/extra-patch-blacklistd (contents, props changed) head/mail/postfix/files/patch-src_global_dict__mysql.c (contents, props changed) head/mail/postfix/files/patch-src_util_sys__defs.h - copied, changed from r462958, head/mail/postfix/files/patch-src__util__sys_defs.h Deleted: head/mail/postfix/files/patch-src__util__sys_defs.h Modified: head/mail/postfix/Makefile head/mail/postfix/distinfo Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Sun Feb 25 15:23:29 2018 (r462958) +++ head/mail/postfix/Makefile Sun Feb 25 15:27:30 2018 (r462959) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -#PORTVERSION= 3.3.0 -DISTVERSION= 3.3.0-RC1 +PORTVERSION= 3.3.0 PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail ipv6 @@ -41,19 +40,20 @@ USE_SUBMAKE= yes SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" OPTIONS_SUB= yes -OPTIONS_DEFINE= BDB CDB DOCS EAI INST_BASE LDAP LDAP_SASL LMDB MYSQL \ - NIS PCRE PGSQL SASL SQLITE TEST TLS +OPTIONS_DEFINE= BDB BLACKLISTD CDB DOCS EAI INST_BASE LDAP LDAP_SASL \ + LMDB MYSQL NIS PCRE PGSQL SASL SQLITE TEST TLS OPTIONS_RADIO= RG1 OPTIONS_RADIO_RG1= SASLKRB5 SASLKMIT OPTIONS_DEFAULT= EAI PCRE TLS BDB_USES= bdb +BLACKLISTD_EXTRA_PATCHES= ${FILESDIR}/extra-patch-blacklistd CDB_LIB_DEPENDS= libcdb.so:databases/tinycdb EAI_LIB_DEPENDS= libicuuc.so:devel/icu LDAP_USE= OPENLDAP=yes LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb -MYSQL_USE= MYSQL=yes +MYSQL_USES= mysql PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PGSQL_USES= pgsql SASLKMIT_LIB_DEPENDS= libkrb5.so:security/krb5 @@ -61,6 +61,7 @@ SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SQLITE_USES= sqlite TLS_USES= ssl +BLACKLISTD_DESC= Enable blacklistd support (FreeBSD 11.0 and later only) CDB_DESC= CDB maps lookups EAI_DESC= Email Address Internationalization (SMTPUTF8) support INST_BASE_DESC= Install into /usr and /etc/postfix @@ -194,6 +195,14 @@ POSTFIX_CCARGS+= -DNO_TLS .if ${PORT_OPTIONS:MBDB} POSTFIX_CCARGS+= -I${BDB_INCLUDE_DIR} POSTFIX_AUXLIBS+= -L${BDB_LIB_DIR} -l${BDB_LIB_NAME} +.endif + +.if ${PORT_OPTIONS:MBLACKLISTD} +. if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1100122) +POSTFIX_AUXLIBS+= -lblacklist +. else +IGNORE= blacklistd is only supported on FreeBSD >= 11.0 +. endif .endif .if ${PORT_OPTIONS:MMYSQL} Modified: head/mail/postfix/distinfo ============================================================================== --- head/mail/postfix/distinfo Sun Feb 25 15:23:29 2018 (r462958) +++ head/mail/postfix/distinfo Sun Feb 25 15:27:30 2018 (r462959) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517758440 -SHA256 (postfix/postfix-3.3.0-RC1.tar.gz) = 8bf16bee213bb5de95cbcab30479f3fd1c7fd2940fd9b4e63a1a6104c1fe3658 -SIZE (postfix/postfix-3.3.0-RC1.tar.gz) = 4418769 +TIMESTAMP = 1519259037 +SHA256 (postfix/postfix-3.3.0.tar.gz) = 7942e89721e30118d7050675b0d976955e3160e21f7898b85a79cac4f4baef39 +SIZE (postfix/postfix-3.3.0.tar.gz) = 4419450 Added: head/mail/postfix/files/extra-patch-blacklistd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix/files/extra-patch-blacklistd Sun Feb 25 15:27:30 2018 (r462959) @@ -0,0 +1,69 @@ +# PR 225664: support blacklistd on FreeBSD >= 11.0 +# +--- src/smtpd/Makefile.in.orig 2017-02-05 23:36:32 UTC ++++ src/smtpd/Makefile.in +@@ -2,14 +2,14 @@ SHELL = /bin/sh + SRCS = smtpd.c smtpd_token.c smtpd_check.c smtpd_chat.c smtpd_state.c \ + smtpd_peer.c smtpd_sasl_proto.c smtpd_sasl_glue.c smtpd_proxy.c \ + smtpd_xforward.c smtpd_dsn_fix.c smtpd_milter.c smtpd_resolve.c \ +- smtpd_expand.c smtpd_haproxy.c ++ smtpd_expand.c smtpd_haproxy.c pfilter.c + OBJS = smtpd.o smtpd_token.o smtpd_check.o smtpd_chat.o smtpd_state.o \ + smtpd_peer.o smtpd_sasl_proto.o smtpd_sasl_glue.o smtpd_proxy.o \ + smtpd_xforward.o smtpd_dsn_fix.o smtpd_milter.o smtpd_resolve.o \ +- smtpd_expand.o smtpd_haproxy.o ++ smtpd_expand.o smtpd_haproxy.o pfilter.o + HDRS = smtpd_token.h smtpd_check.h smtpd_chat.h smtpd_sasl_proto.h \ + smtpd_sasl_glue.h smtpd_proxy.h smtpd_dsn_fix.h smtpd_milter.h \ +- smtpd_resolve.h smtpd_expand.h ++ smtpd_resolve.h smtpd_expand.h pfilter.h + TESTSRC = smtpd_token_test.c + DEFS = -I. -I$(INC_DIR) -D$(SYSTYPE) + CFLAGS = $(DEBUG) $(OPT) $(DEFS) +--- src/smtpd/smtpd_sasl_glue.c.orig 2017-02-19 01:58:21 UTC ++++ src/smtpd/smtpd_sasl_glue.c +@@ -147,6 +147,7 @@ + #include "smtpd.h" + #include "smtpd_sasl_glue.h" + #include "smtpd_chat.h" ++#include "pfilter.h" /* for blacklistd(8) */ + + #ifdef USE_SASL_AUTH + +@@ -332,6 +333,10 @@ int smtpd_sasl_authenticate(SMTPD_ST + else + smtpd_chat_reply(state, "535 5.7.8 Error: authentication failed: %s", + STR(state->sasl_reply)); ++ ++ ++ /* notify blacklistd of SASL authentication failure */ ++ pfilter_notify(1, vstream_fileno(state->client)); + return (-1); + } + /* RFC 4954 Section 6. */ +--- src/smtpd/pfilter.h.orig 2018-02-04 15:36:49 UTC ++++ src/smtpd/pfilter.h +@@ -0,0 +1 @@ ++void pfilter_notify(int, int); +--- src/smtpd/pfilter.c.orig 2018-02-04 15:36:49 UTC ++++ src/smtpd/pfilter.c +@@ -0,0 +1,19 @@ ++#include "pfilter.h" ++#include /* for NULL */ ++#include ++ ++static struct blacklist *blstate; ++ ++void ++pfilter_notify(int a, int fd) ++{ ++ if (blstate == NULL) ++ blstate = blacklist_open(); ++ if (blstate == NULL) ++ return; ++ (void)blacklist_r(blstate, a, fd, "smtpd"); ++ if (a == 0) { ++ blacklist_close(blstate); ++ blstate = NULL; ++ } ++} Added: head/mail/postfix/files/patch-src_global_dict__mysql.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/postfix/files/patch-src_global_dict__mysql.c Sun Feb 25 15:27:30 2018 (r462959) @@ -0,0 +1,22 @@ +# PR: 220224 fix build against mysql 8.x +# +# from https://dev.mysql.com/doc/refman/5.7/en/mysql-options.html +# o MYSQL_OPT_SSL_VERIFY_SERVER_CERT (argument type: my_bool *) +# This option is deprecated as of MySQL 5.7.11 and is removed in MySQL 8.0. +# Instead, use MYSQL_OPT_SSL_MODE with a value of SSL_MODE_VERIFY_IDENTITY. +# +--- src/global/dict_mysql.c.orig 2017-02-19 01:58:20 UTC ++++ src/global/dict_mysql.c +@@ -656,7 +656,11 @@ static void plmysql_connect_single(DICT_ + dict_mysql->tls_key_file, dict_mysql->tls_cert_file, + dict_mysql->tls_CAfile, dict_mysql->tls_CApath, + dict_mysql->tls_ciphers); +-#if MYSQL_VERSION_ID >= 50023 ++#if MYSQL_VERSION_ID >= 80000 && !defined(MARIADB_VERSION_ID) ++ if (dict_mysql->tls_verify_cert != -1) ++ mysql_options(host->db, MYSQL_OPT_SSL_MODE, ++ &dict_mysql->tls_verify_cert); ++#elif MYSQL_VERSION_ID >= 50023 + if (dict_mysql->tls_verify_cert != -1) + mysql_options(host->db, MYSQL_OPT_SSL_VERIFY_SERVER_CERT, + &dict_mysql->tls_verify_cert); Copied and modified: head/mail/postfix/files/patch-src_util_sys__defs.h (from r462958, head/mail/postfix/files/patch-src__util__sys_defs.h) ============================================================================== --- head/mail/postfix/files/patch-src__util__sys_defs.h Sun Feb 25 15:23:29 2018 (r462958, copy source) +++ head/mail/postfix/files/patch-src_util_sys__defs.h Sun Feb 25 15:27:30 2018 (r462959) @@ -1,6 +1,6 @@ ---- src/util/sys_defs.h.orig 2016-05-15 16:39:11 UTC +--- src/util/sys_defs.h.orig 2017-06-18 19:30:20 UTC +++ src/util/sys_defs.h -@@ -26,6 +26,7 @@ +@@ -30,6 +30,7 @@ #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \ From owner-svn-ports-head@freebsd.org Sun Feb 25 15:48:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6D29F3583E; Sun, 25 Feb 2018 15:48:31 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7995182A3A; Sun, 25 Feb 2018 15:48:31 +0000 (UTC) (envelope-from jmd@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 748416EAB; Sun, 25 Feb 2018 15:48:31 +0000 (UTC) (envelope-from jmd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PFmVhV075809; Sun, 25 Feb 2018 15:48:31 GMT (envelope-from jmd@FreeBSD.org) Received: (from jmd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PFmV7C075807; Sun, 25 Feb 2018 15:48:31 GMT (envelope-from jmd@FreeBSD.org) Message-Id: <201802251548.w1PFmV7C075807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmd set sender to jmd@FreeBSD.org using -f From: Johannes M Dieterich Date: Sun, 25 Feb 2018 15:48:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462962 - head/graphics/drm-next-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: jmd X-SVN-Commit-Paths: head/graphics/drm-next-kmod X-SVN-Commit-Revision: 462962 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 15:48:32 -0000 Author: jmd Date: Sun Feb 25 15:48:31 2018 New Revision: 462962 URL: https://svnweb.freebsd.org/changeset/ports/462962 Log: graphics/drm-next-kmod: update DRM/KMS to Linux 4.11 level for recent CURRENT and 11-STABLE. This was tested with CURRENT on: * Haswell * Broadwell * Skylake * Evergreen * Kaveri (both radeon and amgpu KMS) * Carrizo * Polaris Thanks to Johannes Lundberg and Hans Petter Selasky for their heroic efforts! Reviewed by: swills (mentor), rene (mentor) Approved by: swills (mentor), rene (mentor) Obtained from: FreeBSDDesktop Differential Revision: https://reviews.freebsd.org/D14496 Modified: head/graphics/drm-next-kmod/Makefile head/graphics/drm-next-kmod/distinfo Modified: head/graphics/drm-next-kmod/Makefile ============================================================================== --- head/graphics/drm-next-kmod/Makefile Sun Feb 25 15:39:07 2018 (r462961) +++ head/graphics/drm-next-kmod/Makefile Sun Feb 25 15:48:31 2018 (r462962) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= drm-next-kmod -PORTVERSION= g20180117 -PORTREVISION= 3 +PORTVERSION= 4.11.g20180224 CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org @@ -24,14 +23,14 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= FreeBSDDesktop GH_PROJECT= kms-drm -GH_TAGNAME= cd0b05f +GH_TAGNAME= 79764d6 .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101510 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101511 IGNORE= not supported on 10.x or older, no kernel support .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200045 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000 && ${OSVERSION} < 1200058 IGNORE= not supported on older CURRENT, no kernel support .endif .if ${OPSYS} != FreeBSD Modified: head/graphics/drm-next-kmod/distinfo ============================================================================== --- head/graphics/drm-next-kmod/distinfo Sun Feb 25 15:39:07 2018 (r462961) +++ head/graphics/drm-next-kmod/distinfo Sun Feb 25 15:48:31 2018 (r462962) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519147749 -SHA256 (FreeBSDDesktop-kms-drm-g20180117-cd0b05f_GH0.tar.gz) = 359ce8fb2f7c624be74c8e38c04352ee3e1632e932d5762382da55ca03287a88 -SIZE (FreeBSDDesktop-kms-drm-g20180117-cd0b05f_GH0.tar.gz) = 6678925 +TIMESTAMP = 1519569721 +SHA256 (FreeBSDDesktop-kms-drm-4.11.g20180224-79764d6_GH0.tar.gz) = 8a76a709a281964149993638e98210846eb5d4705668f28ac95a450b773314bb +SIZE (FreeBSDDesktop-kms-drm-4.11.g20180224-79764d6_GH0.tar.gz) = 7358364 From owner-svn-ports-head@freebsd.org Sun Feb 25 17:11:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D35BF3AF82; Sun, 25 Feb 2018 17:11:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F165C87512; Sun, 25 Feb 2018 17:11:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9CC87C91; Sun, 25 Feb 2018 17:11:01 +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 w1PHB14I019171; Sun, 25 Feb 2018 17:11:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PHB1iP019169; Sun, 25 Feb 2018 17:11:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802251711.w1PHB1iP019169@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, 25 Feb 2018 17:11:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462967 - head/devel/ruby-build X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/ruby-build X-SVN-Commit-Revision: 462967 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 17:11:02 -0000 Author: sunpoet Date: Sun Feb 25 17:11:01 2018 New Revision: 462967 URL: https://svnweb.freebsd.org/changeset/ports/462967 Log: Update to 20180224 Changes: https://github.com/rbenv/ruby-build/releases Modified: head/devel/ruby-build/Makefile head/devel/ruby-build/distinfo Modified: head/devel/ruby-build/Makefile ============================================================================== --- head/devel/ruby-build/Makefile Sun Feb 25 17:10:56 2018 (r462966) +++ head/devel/ruby-build/Makefile Sun Feb 25 17:11:01 2018 (r462967) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ruby-build -PORTVERSION= 20171226 +PORTVERSION= 20180224 DISTVERSIONPREFIX= v CATEGORIES= devel ruby @@ -38,6 +38,6 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/rbenv-install ${STAGEDIR}${PREFIX}/libexec ${INSTALL_SCRIPT} ${WRKSRC}/bin/rbenv-uninstall ${STAGEDIR}${PREFIX}/libexec @${MKDIR} ${STAGEDIR}${DATADIR} - ( cd ${WRKSRC}/share/ruby-build && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} ) + (cd ${WRKSRC}/share/ruby-build && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR}) .include Modified: head/devel/ruby-build/distinfo ============================================================================== --- head/devel/ruby-build/distinfo Sun Feb 25 17:10:56 2018 (r462966) +++ head/devel/ruby-build/distinfo Sun Feb 25 17:11:01 2018 (r462967) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514380264 -SHA256 (rbenv-ruby-build-v20171226_GH0.tar.gz) = 95f66250ea088f8f68743a27bc9f2e48caf6160816845ff9146212b6344632d6 -SIZE (rbenv-ruby-build-v20171226_GH0.tar.gz) = 55700 +TIMESTAMP = 1519572478 +SHA256 (rbenv-ruby-build-v20180224_GH0.tar.gz) = 5e3f80489b1deda4232b9b0f9b956e275647862500d1901f0e5859ff23bde7ac +SIZE (rbenv-ruby-build-v20180224_GH0.tar.gz) = 56226 From owner-svn-ports-head@freebsd.org Sun Feb 25 16:37:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B5FCF38F57; Sun, 25 Feb 2018 16:37:43 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8F0B85AD4; Sun, 25 Feb 2018 16:37:42 +0000 (UTC) (envelope-from thierry@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABD3776B9; Sun, 25 Feb 2018 16:37:42 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PGbgKi000777; Sun, 25 Feb 2018 16:37:42 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PGbgwW000775; Sun, 25 Feb 2018 16:37:42 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201802251637.w1PGbgwW000775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 25 Feb 2018 16:37:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462963 - head/math/mathmod X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: head/math/mathmod X-SVN-Commit-Revision: 462963 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 16:37:43 -0000 Author: thierry Date: Sun Feb 25 16:37:42 2018 New Revision: 462963 URL: https://svnweb.freebsd.org/changeset/ports/462963 Log: Upgrade to 7.0. Modified: head/math/mathmod/Makefile head/math/mathmod/distinfo Modified: head/math/mathmod/Makefile ============================================================================== --- head/math/mathmod/Makefile Sun Feb 25 15:48:31 2018 (r462962) +++ head/math/mathmod/Makefile Sun Feb 25 16:37:42 2018 (r462963) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= MathMod -PORTVERSION= 6.1 +PORTVERSION= 7.0 CATEGORIES= math graphics MASTER_SITES= SF/${PORTNAME:tl}/${PKGNAME}/ -DISTNAME= ${PORTNAME:tl}-${PORTVERSION}-source +DISTNAME= ${PORTNAME:tl}-branches-${BR_NUM}-trunk MAINTAINER= thierry@FreeBSD.org COMMENT= Mathematical modeling software @@ -15,6 +15,8 @@ LICENSE= GPLv2 USES= dos2unix qmake zip USE_GL= gl USE_QT5= buildtools_build core gui opengl qmake_build widgets + +BR_NUM= 482 PLIST_FILES= bin/MathMod Modified: head/math/mathmod/distinfo ============================================================================== --- head/math/mathmod/distinfo Sun Feb 25 15:48:31 2018 (r462962) +++ head/math/mathmod/distinfo Sun Feb 25 16:37:42 2018 (r462963) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509561007 -SHA256 (mathmod-6.1-source.zip) = 9c363474b2a62d159937440ad37eb9ed72bbd3f6e60114807f86ff901abcc0bf -SIZE (mathmod-6.1-source.zip) = 1010567 +TIMESTAMP = 1519575943 +SHA256 (mathmod-branches-482-trunk.zip) = 774a6135f0e02d1c25b93ef8d58f79668e7c53f094d33d058c9e847264212f7b +SIZE (mathmod-branches-482-trunk.zip) = 1018612 From owner-svn-ports-head@freebsd.org Sun Feb 25 16:46:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4CA5F39588; Sun, 25 Feb 2018 16:46:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 786A286171; Sun, 25 Feb 2018 16:46:52 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6ECD07848; Sun, 25 Feb 2018 16:46:52 +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 w1PGkqwG005914; Sun, 25 Feb 2018 16:46:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PGkpso005907; Sun, 25 Feb 2018 16:46:51 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802251646.w1PGkpso005907@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 25 Feb 2018 16:46:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462964 - in head: audio/zynaddsubfx cad/sumo graphics/pcl-pointclouds multimedia/kodi-devel print/pdf-tools science/siril textproc/wv X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: audio/zynaddsubfx cad/sumo graphics/pcl-pointclouds multimedia/kodi-devel print/pdf-tools science/siril textproc/wv X-SVN-Commit-Revision: 462964 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 16:46:53 -0000 Author: antoine Date: Sun Feb 25 16:46:51 2018 New Revision: 462964 URL: https://svnweb.freebsd.org/changeset/ports/462964 Log: Canonicalize dependency on libpng Modified: head/audio/zynaddsubfx/Makefile head/cad/sumo/Makefile head/graphics/pcl-pointclouds/Makefile head/multimedia/kodi-devel/Makefile head/print/pdf-tools/Makefile head/science/siril/Makefile head/textproc/wv/Makefile Modified: head/audio/zynaddsubfx/Makefile ============================================================================== --- head/audio/zynaddsubfx/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/audio/zynaddsubfx/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -37,7 +37,7 @@ DSSI_CFLAGS= -I${LOCALBASE}/include/dssi DSSI_CMAKE_OFF= -DDssiEnable:BOOL=OFF GUI_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig GUI_ON= -DGuiModule:STRING=fltk GUI_CMAKE_OFF= -DGuiModule:STRING=OFF Modified: head/cad/sumo/Makefile ============================================================================== --- head/cad/sumo/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/cad/sumo/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -16,7 +16,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libFOX-1.6.so:x11-toolkits/fox16 \ libfreetype.so:print/freetype2 \ libgdal.so:graphics/gdal \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libproj.so:graphics/proj \ libtiff.so:graphics/tiff \ libxerces-c.so:textproc/xerces-c3 Modified: head/graphics/pcl-pointclouds/Makefile ============================================================================== --- head/graphics/pcl-pointclouds/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/graphics/pcl-pointclouds/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ libflann_cpp.so:math/flann \ libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libvtkCommonCore-6.2.so:math/vtk6 Modified: head/multimedia/kodi-devel/Makefile ============================================================================== --- head/multimedia/kodi-devel/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/multimedia/kodi-devel/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -36,7 +36,7 @@ LIB_DEPENDS= libass.so:multimedia/libass \ liblzo2.so:archivers/lzo2 \ libpcre.so:devel/pcre \ libpcrecpp.so:devel/pcre \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libpostproc.so:multimedia/ffmpeg \ libswresample.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg \ Modified: head/print/pdf-tools/Makefile ============================================================================== --- head/print/pdf-tools/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/print/pdf-tools/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= cask${EMACS_PKGNAMESUFFIX}>0:devel/cask@${EMACS_FLAVOR} \ tablist${EMACS_PKGNAMESUFFIX}>=0.70.4:devel/tablist@${EMACS_FLAVOR} -LIB_DEPENDS= libpng16.so:graphics/png \ +LIB_DEPENDS= libpng.so:graphics/png \ libpoppler.so:graphics/poppler \ libpoppler-glib.so:graphics/poppler-glib RUN_DEPENDS= ImageMagick>=6.9.9.28,1:graphics/ImageMagick \ Modified: head/science/siril/Makefile ============================================================================== --- head/science/siril/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/science/siril/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -20,7 +20,7 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \ liblcms2.so:graphics/lcms2 \ libopencv_core.so:graphics/opencv-core \ libomp.so:devel/openmp \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libraw.so:graphics/libraw \ libtiff.so:graphics/tiff LIB_DEPENDS+= libopencv_photo.so:graphics/opencv # for some reason, configure fails without opencv, but executable only links to opencv-core Modified: head/textproc/wv/Makefile ============================================================================== --- head/textproc/wv/Makefile Sun Feb 25 16:37:42 2018 (r462963) +++ head/textproc/wv/Makefile Sun Feb 25 16:46:51 2018 (r462964) @@ -14,7 +14,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 \ - libpng16.so:graphics/png \ + libpng.so:graphics/png \ libwmf.so:graphics/libwmf USES= gmake jpeg pkgconfig libtool From owner-svn-ports-head@freebsd.org Sun Feb 25 17:10:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81B72F3AF66; Sun, 25 Feb 2018 17:10:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F31787420; Sun, 25 Feb 2018 17:10:51 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 287477C83; Sun, 25 Feb 2018 17:10:51 +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 w1PHApw2018197; Sun, 25 Feb 2018 17:10:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PHAoQI018195; Sun, 25 Feb 2018 17:10:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802251710.w1PHAoQI018195@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, 25 Feb 2018 17:10:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462965 - head/devel/py-pyopencl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pyopencl X-SVN-Commit-Revision: 462965 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 17:10:51 -0000 Author: sunpoet Date: Sun Feb 25 17:10:50 2018 New Revision: 462965 URL: https://svnweb.freebsd.org/changeset/ports/462965 Log: Update to 2018.1.1 Changes: https://documen.tician.de/pyopencl/misc.html#user-visible-changes https://github.com/inducer/pyopencl/commits/master Modified: head/devel/py-pyopencl/Makefile head/devel/py-pyopencl/distinfo Modified: head/devel/py-pyopencl/Makefile ============================================================================== --- head/devel/py-pyopencl/Makefile Sun Feb 25 16:46:51 2018 (r462964) +++ head/devel/py-pyopencl/Makefile Sun Feb 25 17:10:50 2018 (r462965) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyopencl -PORTVERSION= 2018.1 +PORTVERSION= 2018.1.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pyopencl/distinfo ============================================================================== --- head/devel/py-pyopencl/distinfo Sun Feb 25 16:46:51 2018 (r462964) +++ head/devel/py-pyopencl/distinfo Sun Feb 25 17:10:50 2018 (r462965) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516437635 -SHA256 (pyopencl-2018.1.tar.gz) = b692966bbaaa65ef8949ee25660d6b0cc7cbadc7f4a35eb9c5139dfa4dde6d4a -SIZE (pyopencl-2018.1.tar.gz) = 357857 +TIMESTAMP = 1519572443 +SHA256 (pyopencl-2018.1.1.tar.gz) = 29683b47ec729c77a1be4d6fae2bd3718ca4cfcbe14655261a3a14d5bf55530a +SIZE (pyopencl-2018.1.1.tar.gz) = 357061 From owner-svn-ports-head@freebsd.org Sun Feb 25 17:10:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A01DDF3AF7A; Sun, 25 Feb 2018 17:10:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03AA7874E2; Sun, 25 Feb 2018 17:10:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B0C07C89; Sun, 25 Feb 2018 17:10:56 +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 w1PHAu2D019015; Sun, 25 Feb 2018 17:10:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PHAuvQ019013; Sun, 25 Feb 2018 17:10:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802251710.w1PHAuvQ019013@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, 25 Feb 2018 17:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462966 - head/devel/py-pytools X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pytools X-SVN-Commit-Revision: 462966 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 17:10:58 -0000 Author: sunpoet Date: Sun Feb 25 17:10:56 2018 New Revision: 462966 URL: https://svnweb.freebsd.org/changeset/ports/462966 Log: Update to 2018.1 Changes: https://github.com/inducer/pytools/commits/master Modified: head/devel/py-pytools/Makefile head/devel/py-pytools/distinfo Modified: head/devel/py-pytools/Makefile ============================================================================== --- head/devel/py-pytools/Makefile Sun Feb 25 17:10:50 2018 (r462965) +++ head/devel/py-pytools/Makefile Sun Feb 25 17:10:56 2018 (r462966) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytools -PORTVERSION= 2017.6 +PORTVERSION= 2018.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pytools/distinfo ============================================================================== --- head/devel/py-pytools/distinfo Sun Feb 25 17:10:50 2018 (r462965) +++ head/devel/py-pytools/distinfo Sun Feb 25 17:10:56 2018 (r462966) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506516198 -SHA256 (pytools-2017.6.tar.gz) = 80f1bba4469d473c1b3969bc8e188c03bcc94d35807a889ceebbfc78e3208115 -SIZE (pytools-2017.6.tar.gz) = 53637 +TIMESTAMP = 1519572466 +SHA256 (pytools-2018.1.tar.gz) = 0063b87285cb1172e3602a996bfd7342bf407361cf67b562cb6d806f70422e71 +SIZE (pytools-2018.1.tar.gz) = 54489 From owner-svn-ports-head@freebsd.org Sun Feb 25 17:33:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E65DF02F1A; Sun, 25 Feb 2018 17:33:05 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F25FD686DF; Sun, 25 Feb 2018 17:33:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED4BA10025; Sun, 25 Feb 2018 17:33:04 +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 w1PHX4pf030535; Sun, 25 Feb 2018 17:33:04 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PHX4AV030534; Sun, 25 Feb 2018 17:33:04 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201802251733.w1PHX4AV030534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 25 Feb 2018 17:33:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462968 - head/net/uhttpmock X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/net/uhttpmock X-SVN-Commit-Revision: 462968 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 17:33:05 -0000 Author: pi Date: Sun Feb 25 17:33:04 2018 New Revision: 462968 URL: https://svnweb.freebsd.org/changeset/ports/462968 Log: net/uhttpmock: Disable -Werror (Fails to build due to warnings) PR: 224381 Submitted by: Walter Schwarzenfeld Approved by: koobs Modified: head/net/uhttpmock/Makefile Modified: head/net/uhttpmock/Makefile ============================================================================== --- head/net/uhttpmock/Makefile Sun Feb 25 17:11:01 2018 (r462967) +++ head/net/uhttpmock/Makefile Sun Feb 25 17:33:04 2018 (r462968) @@ -3,6 +3,7 @@ PORTNAME= uhttpmock PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= http://tecnocode.co.uk/downloads/uhttpmock/ DIST_SUBDIR= gnome3 @@ -19,6 +20,8 @@ USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix gtk20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-Werror + INSTALL_TARGET= install-strip .include From owner-svn-ports-head@freebsd.org Sun Feb 25 17:42:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E259F03A94; Sun, 25 Feb 2018 17:42:49 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C8AF68CFC; Sun, 25 Feb 2018 17:42:49 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 03E37101CB; Sun, 25 Feb 2018 17:42:49 +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 w1PHgm2f035949; Sun, 25 Feb 2018 17:42:48 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PHgm1D035947; Sun, 25 Feb 2018 17:42:48 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201802251742.w1PHgm1D035947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 25 Feb 2018 17:42:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462969 - head/audio/musicpd X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/audio/musicpd X-SVN-Commit-Revision: 462969 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 17:42:49 -0000 Author: riggs Date: Sun Feb 25 17:42:48 2018 New Revision: 462969 URL: https://svnweb.freebsd.org/changeset/ports/462969 Log: Update to upstream version 0.20.18 Details from changelog, FreeBSD relevant bits: - input - curl: allow authentication methods other than "Basic" - decoder - flac: improve seeking precision - fix gapless CUE song transitions MFH: 2018Q1 Modified: head/audio/musicpd/Makefile head/audio/musicpd/distinfo Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sun Feb 25 17:33:04 2018 (r462968) +++ head/audio/musicpd/Makefile Sun Feb 25 17:42:48 2018 (r462969) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.20.17 +PORTVERSION= 0.20.18 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} Modified: head/audio/musicpd/distinfo ============================================================================== --- head/audio/musicpd/distinfo Sun Feb 25 17:33:04 2018 (r462968) +++ head/audio/musicpd/distinfo Sun Feb 25 17:42:48 2018 (r462969) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518854676 -SHA256 (mpd-0.20.17.tar.xz) = 2cb0e7f0e219df60a04b3c997d8ed7ad458ebfd89fd045e03fbe727277d5dac1 -SIZE (mpd-0.20.17.tar.xz) = 792108 +TIMESTAMP = 1519569665 +SHA256 (mpd-0.20.18.tar.xz) = 6a582dc2ae90b94ff3853f9ffd7d80b2c2b5fe2e2c35cb1da0b36f3f3dfad434 +SIZE (mpd-0.20.18.tar.xz) = 792416 From owner-svn-ports-head@freebsd.org Sun Feb 25 18:05:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 631B0F06B74; Sun, 25 Feb 2018 18:05:52 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1162B69D0C; Sun, 25 Feb 2018 18:05:52 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07525104F9; Sun, 25 Feb 2018 18:05:52 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PI5pu6045998; Sun, 25 Feb 2018 18:05:51 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PI5pMS045997; Sun, 25 Feb 2018 18:05:51 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201802251805.w1PI5pMS045997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 25 Feb 2018 18:05:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462972 - head/devel/pecl-weakref X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/devel/pecl-weakref X-SVN-Commit-Revision: 462972 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 18:05:52 -0000 Author: joneum Date: Sun Feb 25 18:05:51 2018 New Revision: 462972 URL: https://svnweb.freebsd.org/changeset/ports/462972 Log: fix portscout PR: 225087 Reported by: yuri Modified: head/devel/pecl-weakref/Makefile Modified: head/devel/pecl-weakref/Makefile ============================================================================== --- head/devel/pecl-weakref/Makefile Sun Feb 25 17:46:01 2018 (r462971) +++ head/devel/pecl-weakref/Makefile Sun Feb 25 18:05:51 2018 (r462972) @@ -13,7 +13,7 @@ COMMENT= PECL Weakref extension LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -PORTSCOUT= limitw:^0\.2\.[0-9]* +PORTSCOUT= limit:^0\.2\.[0-9]* USES= php:pecl IGNORE_WITH_PHP= 70 71 72 From owner-svn-ports-head@freebsd.org Sun Feb 25 19:33:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7634FF21E93; Sun, 25 Feb 2018 19:33:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F2086CEFB; Sun, 25 Feb 2018 19:33:58 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 19D3711399; Sun, 25 Feb 2018 19:33:58 +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 w1PJXwnu090563; Sun, 25 Feb 2018 19:33:58 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PJXv2N090554; Sun, 25 Feb 2018 19:33:57 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201802251933.w1PJXv2N090554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 25 Feb 2018 19:33:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462973 - in head/finance: . quickfix quickfix/files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/finance: . quickfix quickfix/files X-SVN-Commit-Revision: 462973 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 19:33:58 -0000 Author: pi Date: Sun Feb 25 19:33:57 2018 New Revision: 462973 URL: https://svnweb.freebsd.org/changeset/ports/462973 Log: New port: finance/quickfix The Financial Information Exchange (FIX) Protocol is a message standard developed to facilitate the electronic exchange of information related to securities transactions. It is intended for use between trading partners wishing to automate communications. QuickFIX is a free and open source implementation of the FIX protocol. WWW: http://www.fixprotocol.org/ WWW: http://www.quickfixengine.org/ PR: 193504 Submitted by: Mikhail Tsatsenko Reviewed by: marino, pawel, w.schwarzenfeld@utanet.at Added: head/finance/quickfix/ head/finance/quickfix/Makefile (contents, props changed) head/finance/quickfix/distinfo (contents, props changed) head/finance/quickfix/files/ head/finance/quickfix/files/patch-configure (contents, props changed) head/finance/quickfix/files/patch-src-python-Makefile.in (contents, props changed) head/finance/quickfix/files/patch-src-ruby-Makefile.in (contents, props changed) head/finance/quickfix/pkg-descr (contents, props changed) head/finance/quickfix/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Sun Feb 25 18:05:51 2018 (r462972) +++ head/finance/Makefile Sun Feb 25 19:33:57 2018 (r462973) @@ -100,6 +100,7 @@ SUBDIR += py-vatnumber SUBDIR += py-ystockquote SUBDIR += qhacc + SUBDIR += quickfix SUBDIR += rubygem-money SUBDIR += sabernetdcs-client SUBDIR += skrooge Added: head/finance/quickfix/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/quickfix/Makefile Sun Feb 25 19:33:57 2018 (r462973) @@ -0,0 +1,54 @@ +# Created by: Mikhail T. +# $FreeBSD$ + +PORTNAME= quickfix +PORTVERSION= 1.14.3 +CATEGORIES= finance devel +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} + +MAINTAINER= m.tsatsenko@gmail.com +COMMENT= Free FIX Protocol Implementation + +LICENSE= GPLv3+ + +BUILD_DEPENDS= bash:shells/bash + +USES= gmake iconv libtool shebangfix ssl +USE_GNOME= libxml2 +USE_LDCONFIG= yes +SHEBANG_FILES= examples/tradeclientgui/banzai/build.sh +HAS_CONFIGURE= yes +CONFIGURE_ENV= CXX=${CXX} CC=${CC} LIBS=-L${LOCALBASE}/lib/ +WRKSRC= ${WRKDIR}/${PORTNAME} +MAKE_JOBS_UNSAFE=yes + +OPTIONS_DEFINE= MYSQL PGSQL PYTHON RUBY JAVA +OPTIONS_DEFAULT= MYSQL +OPTIONS_SUB= YES +PGSQL_USES= pgsql +PGSQL_CONFIGURE_WITH= postgresql +MYSQL_USES= mysql +MYSQL_CONFIGURE_WITH= mysql +PYTHON_USES= python +PYTHON_CONFIGURE_WITH= python +RUBY_USE= ruby=yes +RUBY_CONFIGURE_WITH= ruby +JAVA_USE= java=yes +JAVA_CONFIGURE_WITH= java + +INSTALL_TARGET=install-strip + +post-extract: + @${REINPLACE_CMD} -e 's|^make|gmake|' \ + ${WRKSRC}/src/ruby/make_ruby.sh + @${REINPLACE_CMD} -e 's|CXX = g++|CXX = ${CXX}|' \ + ${WRKSRC}/UnitTest++/Makefile + @${REINPLACE_CMD} -e 's|pkgconfdir = .*|pkgconfdir=${LOCALBASE}/libdata/pkgconfig|' \ + ${WRKSRC}/Makefile.in +post-configure: + ${GMAKE} -C ${WRKSRC}/UnitTest++ TestUnitTest++ + +post-install-RUBY-on: + ${STRIP_CMD} ${STAGEDIR}${RUBY_SITELIBDIR}/quickfix.so + +.include Added: head/finance/quickfix/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/quickfix/distinfo Sun Feb 25 19:33:57 2018 (r462973) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519587218 +SHA256 (quickfix-1.14.3.tar.gz) = f6e8bdb004eaf45e50f63005b8c2611cb0afd42cf70f110f600c852aa572342d +SIZE (quickfix-1.14.3.tar.gz) = 21803784 Added: head/finance/quickfix/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/quickfix/files/patch-configure Sun Feb 25 19:33:57 2018 (r462973) @@ -0,0 +1,29 @@ +--- configure.orig 2014-09-15 06:24:18 UTC ++++ configure +@@ -14863,7 +14863,7 @@ freebsd* | dragonfly*) + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) +- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' ++ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' + need_version=no + need_lib_prefix=no + ;; +@@ -16200,7 +16200,7 @@ if test $has_ruby = true + then + RUBY_CFLAGS="-I${RUBY_PREFIX}" + +- RUBY_SITE_PACKAGES=`ruby -e 'require "rbconfig"; print Config::CONFIG["sitedir"], "\n"'` ++ RUBY_SITE_PACKAGES=`ruby -e 'require "rbconfig"; print RbConfig::CONFIG["sitelibdir"], "\n"'` + + + $as_echo "#define HAVE_RUBY 1" >>confdefs.h +@@ -16877,7 +16877,7 @@ timeb tb; + } + _ACEOF + if ac_fn_cxx_try_compile "$LINENO"; then : +- has_ftime=true ++ has_ftime=false + else + has_ftime=false + fi Added: head/finance/quickfix/files/patch-src-python-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/quickfix/files/patch-src-python-Makefile.in Sun Feb 25 19:33:57 2018 (r462973) @@ -0,0 +1,11 @@ +--- src/python/Makefile.in.orig 2014-09-15 06:24:20 UTC ++++ src/python/Makefile.in +@@ -596,7 +596,7 @@ uninstall-am: uninstall-pythonDATA uninstall-pythonLTL + + all-local: + mkdir -p $(local_python_lib) +- ln -sf $(local_python_src)/.libs/_quickfix* $(local_python_lib) ++ find $(local_python_src)/.libs/_quickfix.* -exec ln -s {} $(local_python_lib)/{} \; + ln -sf $(local_python_src)/*.py $(local_python_lib) + ln -sf $(top_builddir)/spec spec + Added: head/finance/quickfix/files/patch-src-ruby-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/quickfix/files/patch-src-ruby-Makefile.in Sun Feb 25 19:33:57 2018 (r462973) @@ -0,0 +1,16 @@ +--- src/ruby/Makefile.in.orig 2014-09-15 06:24:20 UTC ++++ src/ruby/Makefile.in +@@ -458,9 +458,10 @@ clean-local: + rm -rf $(local_ruby_lib) + + install-exec-local: +- cp -f $(top_builddir)/lib/ruby/*.rb $(RUBY_SITE_PACKAGES) +- cp -f $(top_builddir)/lib/ruby/quickfix.so $(RUBY_SITE_PACKAGES) || : +- cp -f $(top_builddir)/lib/ruby/quickfix.bundle $(RUBY_SITE_PACKAGES) || : ++ $(MKDIR_P) "$(DESTDIR)$(RUBY_SITE_PACKAGES)" ++ cp -f $(top_builddir)/lib/ruby/*.rb $(DESTDIR)$(RUBY_SITE_PACKAGES) ++ cp -f $(top_builddir)/lib/ruby/quickfix.so $(DESTDIR)$(RUBY_SITE_PACKAGES) || : ++ cp -f $(top_builddir)/lib/ruby/quickfix.bundle $(DESTDIR)$(RUBY_SITE_PACKAGES) || : + + uninstall-local: + rm -rf $(RUBY_SITE_PACKAGES)/quickfix*.rb Added: head/finance/quickfix/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/quickfix/pkg-descr Sun Feb 25 19:33:57 2018 (r462973) @@ -0,0 +1,9 @@ +The Financial Information Exchange (FIX) Protocol is a message +standard developed to facilitate the electronic exchange of information +related to securities transactions. It is intended for use between +trading partners wishing to automate communications. + +QuickFIX is a free and open source implementation of the FIX protocol. + +WWW: http://www.fixprotocol.org/ +WWW: http://www.quickfixengine.org/ Added: head/finance/quickfix/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/quickfix/pkg-plist Sun Feb 25 19:33:57 2018 (r462973) @@ -0,0 +1,715 @@ +include/quickfix/Acceptor.h +include/quickfix/Allocator.h +include/quickfix/Application.h +include/quickfix/AtomicCount.h +include/quickfix/DOMDocument.h +include/quickfix/DataDictionary.h +include/quickfix/DataDictionaryProvider.h +include/quickfix/DatabaseConnectionID.h +include/quickfix/DatabaseConnectionPool.h +include/quickfix/Dictionary.h +include/quickfix/Event.h +include/quickfix/Exceptions.h +include/quickfix/Field.h +include/quickfix/FieldConvertors.h +include/quickfix/FieldMap.h +include/quickfix/FieldNumbers.h +include/quickfix/FieldTypes.h +include/quickfix/Fields.h +include/quickfix/FileLog.h +include/quickfix/FileStore.h +include/quickfix/FixFieldNumbers.h +include/quickfix/FixFields.h +include/quickfix/FixValues.h +include/quickfix/FlexLexer.h +include/quickfix/Group.h +include/quickfix/HtmlBuilder.h +include/quickfix/HttpConnection.h +include/quickfix/HttpMessage.h +include/quickfix/HttpParser.h +include/quickfix/HttpServer.h +include/quickfix/Initiator.h +include/quickfix/Log.h +include/quickfix/Message.h +include/quickfix/MessageCracker.h +include/quickfix/MessageSorters.h +include/quickfix/MessageStore.h +include/quickfix/Mutex.h +include/quickfix/MySQLConnection.h +include/quickfix/MySQLLog.h +include/quickfix/MySQLStore.h +include/quickfix/NullStore.h +include/quickfix/OdbcConnection.h +include/quickfix/OdbcLog.h +include/quickfix/OdbcStore.h +include/quickfix/Parser.h +include/quickfix/PostgreSQLConnection.h +include/quickfix/PostgreSQLLog.h +include/quickfix/PostgreSQLStore.h +include/quickfix/PUGIXML_DOMDocument.h +include/quickfix/Queue.h +include/quickfix/Responder.h +include/quickfix/Session.h +include/quickfix/SessionFactory.h +include/quickfix/SessionID.h +include/quickfix/SessionSettings.h +include/quickfix/SessionState.h +include/quickfix/Settings.h +include/quickfix/SharedArray.h +include/quickfix/SocketAcceptor.h +include/quickfix/SocketConnection.h +include/quickfix/SocketConnector.h +include/quickfix/SocketInitiator.h +include/quickfix/SocketMonitor.h +include/quickfix/SocketServer.h +include/quickfix/ThreadedSocketAcceptor.h +include/quickfix/ThreadedSocketConnection.h +include/quickfix/ThreadedSocketInitiator.h +include/quickfix/TimeRange.h +include/quickfix/Utility.h +include/quickfix/Values.h +include/quickfix/fix40/Advertisement.h +include/quickfix/fix40/Allocation.h +include/quickfix/fix40/AllocationInstructionAck.h +include/quickfix/fix40/DontKnowTrade.h +include/quickfix/fix40/Email.h +include/quickfix/fix40/ExecutionReport.h +include/quickfix/fix40/Heartbeat.h +include/quickfix/fix40/IOI.h +include/quickfix/fix40/ListCancelRequest.h +include/quickfix/fix40/ListExecute.h +include/quickfix/fix40/ListStatus.h +include/quickfix/fix40/ListStatusRequest.h +include/quickfix/fix40/Logon.h +include/quickfix/fix40/Logout.h +include/quickfix/fix40/Message.h +include/quickfix/fix40/MessageCracker.h +include/quickfix/fix40/NewOrderList.h +include/quickfix/fix40/NewOrderSingle.h +include/quickfix/fix40/News.h +include/quickfix/fix40/OrderCancelReject.h +include/quickfix/fix40/OrderCancelReplaceRequest.h +include/quickfix/fix40/OrderCancelRequest.h +include/quickfix/fix40/OrderStatusRequest.h +include/quickfix/fix40/Quote.h +include/quickfix/fix40/QuoteRequest.h +include/quickfix/fix40/Reject.h +include/quickfix/fix40/ResendRequest.h +include/quickfix/fix40/SequenceReset.h +include/quickfix/fix40/TestRequest.h +include/quickfix/fix41/Advertisement.h +include/quickfix/fix41/Allocation.h +include/quickfix/fix41/AllocationInstructionAck.h +include/quickfix/fix41/DontKnowTrade.h +include/quickfix/fix41/Email.h +include/quickfix/fix41/ExecutionReport.h +include/quickfix/fix41/Heartbeat.h +include/quickfix/fix41/IOI.h +include/quickfix/fix41/ListCancelRequest.h +include/quickfix/fix41/ListExecute.h +include/quickfix/fix41/ListStatus.h +include/quickfix/fix41/ListStatusRequest.h +include/quickfix/fix41/Logon.h +include/quickfix/fix41/Logout.h +include/quickfix/fix41/Message.h +include/quickfix/fix41/MessageCracker.h +include/quickfix/fix41/NewOrderList.h +include/quickfix/fix41/NewOrderSingle.h +include/quickfix/fix41/News.h +include/quickfix/fix41/OrderCancelReject.h +include/quickfix/fix41/OrderCancelReplaceRequest.h +include/quickfix/fix41/OrderCancelRequest.h +include/quickfix/fix41/OrderStatusRequest.h +include/quickfix/fix41/Quote.h +include/quickfix/fix41/QuoteRequest.h +include/quickfix/fix41/Reject.h +include/quickfix/fix41/ResendRequest.h +include/quickfix/fix41/SequenceReset.h +include/quickfix/fix41/SettlementInstructions.h +include/quickfix/fix41/TestRequest.h +include/quickfix/fix42/Advertisement.h +include/quickfix/fix42/Allocation.h +include/quickfix/fix42/AllocationInstructionAck.h +include/quickfix/fix42/BidRequest.h +include/quickfix/fix42/BidResponse.h +include/quickfix/fix42/BusinessMessageReject.h +include/quickfix/fix42/DontKnowTrade.h +include/quickfix/fix42/Email.h +include/quickfix/fix42/ExecutionReport.h +include/quickfix/fix42/Heartbeat.h +include/quickfix/fix42/IOI.h +include/quickfix/fix42/ListCancelRequest.h +include/quickfix/fix42/ListExecute.h +include/quickfix/fix42/ListStatus.h +include/quickfix/fix42/ListStatusRequest.h +include/quickfix/fix42/ListStrikePrice.h +include/quickfix/fix42/Logon.h +include/quickfix/fix42/Logout.h +include/quickfix/fix42/MarketDataIncrementalRefresh.h +include/quickfix/fix42/MarketDataRequest.h +include/quickfix/fix42/MarketDataRequestReject.h +include/quickfix/fix42/MarketDataSnapshotFullRefresh.h +include/quickfix/fix42/MassQuote.h +include/quickfix/fix42/Message.h +include/quickfix/fix42/MessageCracker.h +include/quickfix/fix42/NewOrderList.h +include/quickfix/fix42/NewOrderSingle.h +include/quickfix/fix42/News.h +include/quickfix/fix42/OrderCancelReject.h +include/quickfix/fix42/OrderCancelReplaceRequest.h +include/quickfix/fix42/OrderCancelRequest.h +include/quickfix/fix42/OrderStatusRequest.h +include/quickfix/fix42/Quote.h +include/quickfix/fix42/QuoteAcknowledgement.h +include/quickfix/fix42/QuoteCancel.h +include/quickfix/fix42/QuoteRequest.h +include/quickfix/fix42/QuoteStatusRequest.h +include/quickfix/fix42/Reject.h +include/quickfix/fix42/ResendRequest.h +include/quickfix/fix42/SecurityDefinition.h +include/quickfix/fix42/SecurityDefinitionRequest.h +include/quickfix/fix42/SecurityStatus.h +include/quickfix/fix42/SecurityStatusRequest.h +include/quickfix/fix42/SequenceReset.h +include/quickfix/fix42/SettlementInstructions.h +include/quickfix/fix42/TestRequest.h +include/quickfix/fix42/TradingSessionStatus.h +include/quickfix/fix42/TradingSessionStatusRequest.h +include/quickfix/fix43/Advertisement.h +include/quickfix/fix43/Allocation.h +include/quickfix/fix43/AllocationAck.h +include/quickfix/fix43/BidRequest.h +include/quickfix/fix43/BidResponse.h +include/quickfix/fix43/BusinessMessageReject.h +include/quickfix/fix43/CrossOrderCancelReplaceRequest.h +include/quickfix/fix43/CrossOrderCancelRequest.h +include/quickfix/fix43/DerivativeSecurityList.h +include/quickfix/fix43/DerivativeSecurityListRequest.h +include/quickfix/fix43/DontKnowTrade.h +include/quickfix/fix43/Email.h +include/quickfix/fix43/ExecutionReport.h +include/quickfix/fix43/Heartbeat.h +include/quickfix/fix43/IOI.h +include/quickfix/fix43/ListCancelRequest.h +include/quickfix/fix43/ListExecute.h +include/quickfix/fix43/ListStatus.h +include/quickfix/fix43/ListStatusRequest.h +include/quickfix/fix43/ListStrikePrice.h +include/quickfix/fix43/Logon.h +include/quickfix/fix43/Logout.h +include/quickfix/fix43/MarketDataIncrementalRefresh.h +include/quickfix/fix43/MarketDataRequest.h +include/quickfix/fix43/MarketDataRequestReject.h +include/quickfix/fix43/MarketDataSnapshotFullRefresh.h +include/quickfix/fix43/MassQuote.h +include/quickfix/fix43/MassQuoteAcknowledgement.h +include/quickfix/fix43/Message.h +include/quickfix/fix43/MessageCracker.h +include/quickfix/fix43/MultilegOrderCancelReplaceRequest.h +include/quickfix/fix43/NewOrderCross.h +include/quickfix/fix43/NewOrderList.h +include/quickfix/fix43/NewOrderMultileg.h +include/quickfix/fix43/NewOrderSingle.h +include/quickfix/fix43/News.h +include/quickfix/fix43/OrderCancelReject.h +include/quickfix/fix43/OrderCancelReplaceRequest.h +include/quickfix/fix43/OrderCancelRequest.h +include/quickfix/fix43/OrderMassCancelReport.h +include/quickfix/fix43/OrderMassCancelRequest.h +include/quickfix/fix43/OrderMassStatusRequest.h +include/quickfix/fix43/OrderStatusRequest.h +include/quickfix/fix43/Quote.h +include/quickfix/fix43/QuoteCancel.h +include/quickfix/fix43/QuoteRequest.h +include/quickfix/fix43/QuoteRequestReject.h +include/quickfix/fix43/QuoteStatusReport.h +include/quickfix/fix43/QuoteStatusRequest.h +include/quickfix/fix43/RFQRequest.h +include/quickfix/fix43/RegistrationInstructions.h +include/quickfix/fix43/RegistrationInstructionsResponse.h +include/quickfix/fix43/Reject.h +include/quickfix/fix43/ResendRequest.h +include/quickfix/fix43/SecurityDefinition.h +include/quickfix/fix43/SecurityDefinitionRequest.h +include/quickfix/fix43/SecurityList.h +include/quickfix/fix43/SecurityListRequest.h +include/quickfix/fix43/SecurityStatus.h +include/quickfix/fix43/SecurityStatusRequest.h +include/quickfix/fix43/SecurityTypeRequest.h +include/quickfix/fix43/SecurityTypes.h +include/quickfix/fix43/SequenceReset.h +include/quickfix/fix43/SettlementInstructions.h +include/quickfix/fix43/TestRequest.h +include/quickfix/fix43/TradeCaptureReport.h +include/quickfix/fix43/TradeCaptureReportRequest.h +include/quickfix/fix43/TradingSessionStatus.h +include/quickfix/fix43/TradingSessionStatusRequest.h +include/quickfix/fix43/XMLnonFIX.h +include/quickfix/fix44/Advertisement.h +include/quickfix/fix44/AllocationInstruction.h +include/quickfix/fix44/AllocationInstructionAck.h +include/quickfix/fix44/AllocationReport.h +include/quickfix/fix44/AllocationReportAck.h +include/quickfix/fix44/AssignmentReport.h +include/quickfix/fix44/BidRequest.h +include/quickfix/fix44/BidResponse.h +include/quickfix/fix44/BusinessMessageReject.h +include/quickfix/fix44/CollateralAssignment.h +include/quickfix/fix44/CollateralInquiry.h +include/quickfix/fix44/CollateralInquiryAck.h +include/quickfix/fix44/CollateralReport.h +include/quickfix/fix44/CollateralRequest.h +include/quickfix/fix44/CollateralResponse.h +include/quickfix/fix44/Confirmation.h +include/quickfix/fix44/ConfirmationAck.h +include/quickfix/fix44/ConfirmationRequest.h +include/quickfix/fix44/CrossOrderCancelReplaceRequest.h +include/quickfix/fix44/CrossOrderCancelRequest.h +include/quickfix/fix44/DerivativeSecurityList.h +include/quickfix/fix44/DerivativeSecurityListRequest.h +include/quickfix/fix44/DontKnowTrade.h +include/quickfix/fix44/Email.h +include/quickfix/fix44/ExecutionReport.h +include/quickfix/fix44/Heartbeat.h +include/quickfix/fix44/IOI.h +include/quickfix/fix44/ListCancelRequest.h +include/quickfix/fix44/ListExecute.h +include/quickfix/fix44/ListStatus.h +include/quickfix/fix44/ListStatusRequest.h +include/quickfix/fix44/ListStrikePrice.h +include/quickfix/fix44/Logon.h +include/quickfix/fix44/Logout.h +include/quickfix/fix44/MarketDataIncrementalRefresh.h +include/quickfix/fix44/MarketDataRequest.h +include/quickfix/fix44/MarketDataRequestReject.h +include/quickfix/fix44/MarketDataSnapshotFullRefresh.h +include/quickfix/fix44/MassQuote.h +include/quickfix/fix44/MassQuoteAcknowledgement.h +include/quickfix/fix44/Message.h +include/quickfix/fix44/MessageCracker.h +include/quickfix/fix44/MultilegOrderCancelReplace.h +include/quickfix/fix44/NetworkCounterpartySystemStatusRequest.h +include/quickfix/fix44/NetworkCounterpartySystemStatusResponse.h +include/quickfix/fix44/NewOrderCross.h +include/quickfix/fix44/NewOrderList.h +include/quickfix/fix44/NewOrderMultileg.h +include/quickfix/fix44/NewOrderSingle.h +include/quickfix/fix44/News.h +include/quickfix/fix44/OrderCancelReject.h +include/quickfix/fix44/OrderCancelReplaceRequest.h +include/quickfix/fix44/OrderCancelRequest.h +include/quickfix/fix44/OrderMassCancelReport.h +include/quickfix/fix44/OrderMassCancelRequest.h +include/quickfix/fix44/OrderMassStatusRequest.h +include/quickfix/fix44/OrderStatusRequest.h +include/quickfix/fix44/PositionMaintenanceReport.h +include/quickfix/fix44/PositionMaintenanceRequest.h +include/quickfix/fix44/PositionReport.h +include/quickfix/fix44/Quote.h +include/quickfix/fix44/QuoteCancel.h +include/quickfix/fix44/QuoteRequest.h +include/quickfix/fix44/QuoteRequestReject.h +include/quickfix/fix44/QuoteResponse.h +include/quickfix/fix44/QuoteStatusReport.h +include/quickfix/fix44/QuoteStatusRequest.h +include/quickfix/fix44/RFQRequest.h +include/quickfix/fix44/RegistrationInstructions.h +include/quickfix/fix44/RegistrationInstructionsResponse.h +include/quickfix/fix44/Reject.h +include/quickfix/fix44/RequestForPositions.h +include/quickfix/fix44/RequestForPositionsAck.h +include/quickfix/fix44/ResendRequest.h +include/quickfix/fix44/SecurityDefinition.h +include/quickfix/fix44/SecurityDefinitionRequest.h +include/quickfix/fix44/SecurityList.h +include/quickfix/fix44/SecurityListRequest.h +include/quickfix/fix44/SecurityStatus.h +include/quickfix/fix44/SecurityStatusRequest.h +include/quickfix/fix44/SecurityTypeRequest.h +include/quickfix/fix44/SecurityTypes.h +include/quickfix/fix44/SequenceReset.h +include/quickfix/fix44/SettlementInstructionRequest.h +include/quickfix/fix44/SettlementInstructions.h +include/quickfix/fix44/TestRequest.h +include/quickfix/fix44/TradeCaptureReport.h +include/quickfix/fix44/TradeCaptureReportAck.h +include/quickfix/fix44/TradeCaptureReportRequest.h +include/quickfix/fix44/TradeCaptureReportRequestAck.h +include/quickfix/fix44/TradingSessionStatus.h +include/quickfix/fix44/TradingSessionStatusRequest.h +include/quickfix/fix44/UserRequest.h +include/quickfix/fix44/UserResponse.h +include/quickfix/fix44/XMLnonFIX.h +include/quickfix/fix50/AdjustedPositionReport.h +include/quickfix/fix50/Advertisement.h +include/quickfix/fix50/AllocationInstruction.h +include/quickfix/fix50/AllocationInstructionAck.h +include/quickfix/fix50/AllocationInstructionAlert.h +include/quickfix/fix50/AllocationReport.h +include/quickfix/fix50/AllocationReportAck.h +include/quickfix/fix50/AssignmentReport.h +include/quickfix/fix50/BidRequest.h +include/quickfix/fix50/BidResponse.h +include/quickfix/fix50/BusinessMessageReject.h +include/quickfix/fix50/CollateralAssignment.h +include/quickfix/fix50/CollateralInquiry.h +include/quickfix/fix50/CollateralInquiryAck.h +include/quickfix/fix50/CollateralReport.h +include/quickfix/fix50/CollateralRequest.h +include/quickfix/fix50/CollateralResponse.h +include/quickfix/fix50/Confirmation.h +include/quickfix/fix50/ConfirmationAck.h +include/quickfix/fix50/ConfirmationRequest.h +include/quickfix/fix50/ContraryIntentionReport.h +include/quickfix/fix50/CrossOrderCancelReplaceRequest.h +include/quickfix/fix50/CrossOrderCancelRequest.h +include/quickfix/fix50/DerivativeSecurityList.h +include/quickfix/fix50/DerivativeSecurityListRequest.h +include/quickfix/fix50/DontKnowTrade.h +include/quickfix/fix50/Email.h +include/quickfix/fix50/ExecutionAcknowledgement.h +include/quickfix/fix50/ExecutionReport.h +include/quickfix/fix50/IOI.h +include/quickfix/fix50/ListCancelRequest.h +include/quickfix/fix50/ListExecute.h +include/quickfix/fix50/ListStatus.h +include/quickfix/fix50/ListStatusRequest.h +include/quickfix/fix50/ListStrikePrice.h +include/quickfix/fix50/MarketDataIncrementalRefresh.h +include/quickfix/fix50/MarketDataRequest.h +include/quickfix/fix50/MarketDataRequestReject.h +include/quickfix/fix50/MarketDataSnapshotFullRefresh.h +include/quickfix/fix50/MassQuote.h +include/quickfix/fix50/MassQuoteAcknowledgement.h +include/quickfix/fix50/Message.h +include/quickfix/fix50/MessageCracker.h +include/quickfix/fix50/MultilegOrderCancelReplace.h +include/quickfix/fix50/NetworkCounterpartySystemStatusRequest.h +include/quickfix/fix50/NetworkCounterpartySystemStatusResponse.h +include/quickfix/fix50/NewOrderCross.h +include/quickfix/fix50/NewOrderList.h +include/quickfix/fix50/NewOrderMultileg.h +include/quickfix/fix50/NewOrderSingle.h +include/quickfix/fix50/News.h +include/quickfix/fix50/OrderCancelReject.h +include/quickfix/fix50/OrderCancelReplaceRequest.h +include/quickfix/fix50/OrderCancelRequest.h +include/quickfix/fix50/OrderMassCancelReport.h +include/quickfix/fix50/OrderMassCancelRequest.h +include/quickfix/fix50/OrderMassStatusRequest.h +include/quickfix/fix50/OrderStatusRequest.h +include/quickfix/fix50/PositionMaintenanceReport.h +include/quickfix/fix50/PositionMaintenanceRequest.h +include/quickfix/fix50/PositionReport.h +include/quickfix/fix50/Quote.h +include/quickfix/fix50/QuoteCancel.h +include/quickfix/fix50/QuoteRequest.h +include/quickfix/fix50/QuoteRequestReject.h +include/quickfix/fix50/QuoteResponse.h +include/quickfix/fix50/QuoteStatusReport.h +include/quickfix/fix50/QuoteStatusRequest.h +include/quickfix/fix50/RFQRequest.h +include/quickfix/fix50/RegistrationInstructions.h +include/quickfix/fix50/RegistrationInstructionsResponse.h +include/quickfix/fix50/RequestForPositions.h +include/quickfix/fix50/RequestForPositionsAck.h +include/quickfix/fix50/SecurityDefinition.h +include/quickfix/fix50/SecurityDefinitionRequest.h +include/quickfix/fix50/SecurityDefinitionUpdateReport.h +include/quickfix/fix50/SecurityList.h +include/quickfix/fix50/SecurityListRequest.h +include/quickfix/fix50/SecurityListUpdateReport.h +include/quickfix/fix50/SecurityStatus.h +include/quickfix/fix50/SecurityStatusRequest.h +include/quickfix/fix50/SecurityTypeRequest.h +include/quickfix/fix50/SecurityTypes.h +include/quickfix/fix50/SettlementInstructionRequest.h +include/quickfix/fix50/SettlementInstructions.h +include/quickfix/fix50/TradeCaptureReport.h +include/quickfix/fix50/TradeCaptureReportAck.h +include/quickfix/fix50/TradeCaptureReportRequest.h +include/quickfix/fix50/TradeCaptureReportRequestAck.h +include/quickfix/fix50/TradingSessionList.h +include/quickfix/fix50/TradingSessionListRequest.h +include/quickfix/fix50/TradingSessionStatus.h +include/quickfix/fix50/TradingSessionStatusRequest.h +include/quickfix/fix50/UserRequest.h +include/quickfix/fix50/UserResponse.h +include/quickfix/fix50sp1/AdjustedPositionReport.h +include/quickfix/fix50sp1/Advertisement.h +include/quickfix/fix50sp1/AllocationInstruction.h +include/quickfix/fix50sp1/AllocationInstructionAck.h +include/quickfix/fix50sp1/AllocationInstructionAlert.h +include/quickfix/fix50sp1/AllocationReport.h +include/quickfix/fix50sp1/AllocationReportAck.h +include/quickfix/fix50sp1/ApplicationMessageReport.h +include/quickfix/fix50sp1/ApplicationMessageRequest.h +include/quickfix/fix50sp1/ApplicationMessageRequestAck.h +include/quickfix/fix50sp1/AssignmentReport.h +include/quickfix/fix50sp1/BidRequest.h +include/quickfix/fix50sp1/BidResponse.h +include/quickfix/fix50sp1/BusinessMessageReject.h +include/quickfix/fix50sp1/CollateralAssignment.h +include/quickfix/fix50sp1/CollateralInquiry.h +include/quickfix/fix50sp1/CollateralInquiryAck.h +include/quickfix/fix50sp1/CollateralReport.h +include/quickfix/fix50sp1/CollateralRequest.h +include/quickfix/fix50sp1/CollateralResponse.h +include/quickfix/fix50sp1/Confirmation.h +include/quickfix/fix50sp1/ConfirmationAck.h +include/quickfix/fix50sp1/ConfirmationRequest.h +include/quickfix/fix50sp1/ContraryIntentionReport.h +include/quickfix/fix50sp1/CrossOrderCancelReplaceRequest.h +include/quickfix/fix50sp1/CrossOrderCancelRequest.h +include/quickfix/fix50sp1/DerivativeSecurityList.h +include/quickfix/fix50sp1/DerivativeSecurityListRequest.h +include/quickfix/fix50sp1/DerivativeSecurityListUpdateReport.h +include/quickfix/fix50sp1/DontKnowTrade.h +include/quickfix/fix50sp1/Email.h +include/quickfix/fix50sp1/ExecutionAcknowledgement.h +include/quickfix/fix50sp1/ExecutionReport.h +include/quickfix/fix50sp1/IOI.h +include/quickfix/fix50sp1/ListCancelRequest.h +include/quickfix/fix50sp1/ListExecute.h +include/quickfix/fix50sp1/ListStatus.h +include/quickfix/fix50sp1/ListStatusRequest.h +include/quickfix/fix50sp1/ListStrikePrice.h +include/quickfix/fix50sp1/MarketDataIncrementalRefresh.h +include/quickfix/fix50sp1/MarketDataRequest.h +include/quickfix/fix50sp1/MarketDataRequestReject.h +include/quickfix/fix50sp1/MarketDataSnapshotFullRefresh.h +include/quickfix/fix50sp1/MarketDefinition.h +include/quickfix/fix50sp1/MarketDefinitionRequest.h +include/quickfix/fix50sp1/MarketDefinitionUpdateReport.h +include/quickfix/fix50sp1/MassQuote.h +include/quickfix/fix50sp1/MassQuoteAcknowledgement.h +include/quickfix/fix50sp1/Message.h +include/quickfix/fix50sp1/MessageCracker.h +include/quickfix/fix50sp1/MultilegOrderCancelReplace.h +include/quickfix/fix50sp1/NetworkCounterpartySystemStatusRequest.h +include/quickfix/fix50sp1/NetworkCounterpartySystemStatusResponse.h +include/quickfix/fix50sp1/NewOrderCross.h +include/quickfix/fix50sp1/NewOrderList.h +include/quickfix/fix50sp1/NewOrderMultileg.h +include/quickfix/fix50sp1/NewOrderSingle.h +include/quickfix/fix50sp1/News.h +include/quickfix/fix50sp1/OrderCancelReject.h +include/quickfix/fix50sp1/OrderCancelReplaceRequest.h +include/quickfix/fix50sp1/OrderCancelRequest.h +include/quickfix/fix50sp1/OrderMassActionReport.h +include/quickfix/fix50sp1/OrderMassActionRequest.h +include/quickfix/fix50sp1/OrderMassCancelReport.h +include/quickfix/fix50sp1/OrderMassCancelRequest.h +include/quickfix/fix50sp1/OrderMassStatusRequest.h +include/quickfix/fix50sp1/OrderStatusRequest.h +include/quickfix/fix50sp1/PositionMaintenanceReport.h +include/quickfix/fix50sp1/PositionMaintenanceRequest.h +include/quickfix/fix50sp1/PositionReport.h +include/quickfix/fix50sp1/Quote.h +include/quickfix/fix50sp1/QuoteCancel.h +include/quickfix/fix50sp1/QuoteRequest.h +include/quickfix/fix50sp1/QuoteRequestReject.h +include/quickfix/fix50sp1/QuoteResponse.h +include/quickfix/fix50sp1/QuoteStatusReport.h +include/quickfix/fix50sp1/QuoteStatusRequest.h +include/quickfix/fix50sp1/RFQRequest.h +include/quickfix/fix50sp1/RegistrationInstructions.h +include/quickfix/fix50sp1/RegistrationInstructionsResponse.h +include/quickfix/fix50sp1/RequestForPositions.h +include/quickfix/fix50sp1/RequestForPositionsAck.h +include/quickfix/fix50sp1/SecurityDefinition.h +include/quickfix/fix50sp1/SecurityDefinitionRequest.h +include/quickfix/fix50sp1/SecurityDefinitionUpdateReport.h +include/quickfix/fix50sp1/SecurityList.h +include/quickfix/fix50sp1/SecurityListRequest.h +include/quickfix/fix50sp1/SecurityListUpdateReport.h +include/quickfix/fix50sp1/SecurityStatus.h +include/quickfix/fix50sp1/SecurityStatusRequest.h +include/quickfix/fix50sp1/SecurityTypeRequest.h +include/quickfix/fix50sp1/SecurityTypes.h +include/quickfix/fix50sp1/SettlementInstructionRequest.h +include/quickfix/fix50sp1/SettlementInstructions.h +include/quickfix/fix50sp1/SettlementObligationReport.h +include/quickfix/fix50sp1/TradeCaptureReport.h +include/quickfix/fix50sp1/TradeCaptureReportAck.h +include/quickfix/fix50sp1/TradeCaptureReportRequest.h +include/quickfix/fix50sp1/TradeCaptureReportRequestAck.h +include/quickfix/fix50sp1/TradingSessionList.h +include/quickfix/fix50sp1/TradingSessionListRequest.h +include/quickfix/fix50sp1/TradingSessionListUpdateReport.h +include/quickfix/fix50sp1/TradingSessionStatus.h +include/quickfix/fix50sp1/TradingSessionStatusRequest.h +include/quickfix/fix50sp1/UserNotification.h +include/quickfix/fix50sp1/UserRequest.h +include/quickfix/fix50sp1/UserResponse.h +include/quickfix/fix50sp2/AdjustedPositionReport.h +include/quickfix/fix50sp2/Advertisement.h +include/quickfix/fix50sp2/AllocationInstruction.h +include/quickfix/fix50sp2/AllocationInstructionAck.h +include/quickfix/fix50sp2/AllocationInstructionAlert.h +include/quickfix/fix50sp2/AllocationReport.h +include/quickfix/fix50sp2/AllocationReportAck.h +include/quickfix/fix50sp2/ApplicationMessageReport.h +include/quickfix/fix50sp2/ApplicationMessageRequest.h +include/quickfix/fix50sp2/ApplicationMessageRequestAck.h +include/quickfix/fix50sp2/AssignmentReport.h +include/quickfix/fix50sp2/BidRequest.h +include/quickfix/fix50sp2/BidResponse.h +include/quickfix/fix50sp2/BusinessMessageReject.h +include/quickfix/fix50sp2/CollateralAssignment.h +include/quickfix/fix50sp2/CollateralInquiry.h +include/quickfix/fix50sp2/CollateralInquiryAck.h +include/quickfix/fix50sp2/CollateralReport.h +include/quickfix/fix50sp2/CollateralRequest.h +include/quickfix/fix50sp2/CollateralResponse.h +include/quickfix/fix50sp2/Confirmation.h +include/quickfix/fix50sp2/ConfirmationAck.h +include/quickfix/fix50sp2/ConfirmationRequest.h +include/quickfix/fix50sp2/ContraryIntentionReport.h +include/quickfix/fix50sp2/CrossOrderCancelReplaceRequest.h +include/quickfix/fix50sp2/CrossOrderCancelRequest.h +include/quickfix/fix50sp2/DerivativeSecurityList.h +include/quickfix/fix50sp2/DerivativeSecurityListRequest.h +include/quickfix/fix50sp2/DerivativeSecurityListUpdateReport.h +include/quickfix/fix50sp2/DontKnowTrade.h +include/quickfix/fix50sp2/Email.h +include/quickfix/fix50sp2/ExecutionAcknowledgement.h +include/quickfix/fix50sp2/ExecutionReport.h +include/quickfix/fix50sp2/IOI.h +include/quickfix/fix50sp2/ListCancelRequest.h +include/quickfix/fix50sp2/ListExecute.h +include/quickfix/fix50sp2/ListStatus.h +include/quickfix/fix50sp2/ListStatusRequest.h +include/quickfix/fix50sp2/ListStrikePrice.h +include/quickfix/fix50sp2/MarketDataIncrementalRefresh.h +include/quickfix/fix50sp2/MarketDataRequest.h +include/quickfix/fix50sp2/MarketDataRequestReject.h +include/quickfix/fix50sp2/MarketDataSnapshotFullRefresh.h +include/quickfix/fix50sp2/MarketDefinition.h +include/quickfix/fix50sp2/MarketDefinitionRequest.h +include/quickfix/fix50sp2/MarketDefinitionUpdateReport.h +include/quickfix/fix50sp2/MassQuote.h +include/quickfix/fix50sp2/MassQuoteAcknowledgement.h +include/quickfix/fix50sp2/Message.h +include/quickfix/fix50sp2/MessageCracker.h +include/quickfix/fix50sp2/MultilegOrderCancelReplace.h +include/quickfix/fix50sp2/NetworkCounterpartySystemStatusRequest.h +include/quickfix/fix50sp2/NetworkCounterpartySystemStatusResponse.h +include/quickfix/fix50sp2/NewOrderCross.h +include/quickfix/fix50sp2/NewOrderList.h +include/quickfix/fix50sp2/NewOrderMultileg.h +include/quickfix/fix50sp2/NewOrderSingle.h +include/quickfix/fix50sp2/News.h +include/quickfix/fix50sp2/OrderCancelReject.h +include/quickfix/fix50sp2/OrderCancelReplaceRequest.h +include/quickfix/fix50sp2/OrderCancelRequest.h +include/quickfix/fix50sp2/OrderMassActionReport.h +include/quickfix/fix50sp2/OrderMassActionRequest.h +include/quickfix/fix50sp2/OrderMassCancelReport.h +include/quickfix/fix50sp2/OrderMassCancelRequest.h +include/quickfix/fix50sp2/OrderMassStatusRequest.h +include/quickfix/fix50sp2/OrderStatusRequest.h +include/quickfix/fix50sp2/PositionMaintenanceReport.h +include/quickfix/fix50sp2/PositionMaintenanceRequest.h +include/quickfix/fix50sp2/PositionReport.h +include/quickfix/fix50sp2/Quote.h +include/quickfix/fix50sp2/QuoteCancel.h +include/quickfix/fix50sp2/QuoteRequest.h +include/quickfix/fix50sp2/QuoteRequestReject.h +include/quickfix/fix50sp2/QuoteResponse.h +include/quickfix/fix50sp2/QuoteStatusReport.h +include/quickfix/fix50sp2/QuoteStatusRequest.h +include/quickfix/fix50sp2/RFQRequest.h +include/quickfix/fix50sp2/RegistrationInstructions.h +include/quickfix/fix50sp2/RegistrationInstructionsResponse.h +include/quickfix/fix50sp2/RequestForPositions.h +include/quickfix/fix50sp2/RequestForPositionsAck.h +include/quickfix/fix50sp2/SecurityDefinition.h +include/quickfix/fix50sp2/SecurityDefinitionRequest.h +include/quickfix/fix50sp2/SecurityDefinitionUpdateReport.h +include/quickfix/fix50sp2/SecurityList.h +include/quickfix/fix50sp2/SecurityListRequest.h +include/quickfix/fix50sp2/SecurityListUpdateReport.h +include/quickfix/fix50sp2/SecurityStatus.h +include/quickfix/fix50sp2/SecurityStatusRequest.h +include/quickfix/fix50sp2/SecurityTypeRequest.h +include/quickfix/fix50sp2/SecurityTypes.h +include/quickfix/fix50sp2/SettlementInstructionRequest.h +include/quickfix/fix50sp2/SettlementInstructions.h +include/quickfix/fix50sp2/SettlementObligationReport.h +include/quickfix/fix50sp2/StreamAssignmentReport.h +include/quickfix/fix50sp2/StreamAssignmentReportACK.h +include/quickfix/fix50sp2/StreamAssignmentRequest.h +include/quickfix/fix50sp2/TradeCaptureReport.h +include/quickfix/fix50sp2/TradeCaptureReportAck.h +include/quickfix/fix50sp2/TradeCaptureReportRequest.h +include/quickfix/fix50sp2/TradeCaptureReportRequestAck.h +include/quickfix/fix50sp2/TradingSessionList.h +include/quickfix/fix50sp2/TradingSessionListRequest.h +include/quickfix/fix50sp2/TradingSessionListUpdateReport.h +include/quickfix/fix50sp2/TradingSessionStatus.h +include/quickfix/fix50sp2/TradingSessionStatusRequest.h +include/quickfix/fix50sp2/UserNotification.h +include/quickfix/fix50sp2/UserRequest.h +include/quickfix/fix50sp2/UserResponse.h +include/quickfix/fixt11/Heartbeat.h +include/quickfix/fixt11/Logon.h +include/quickfix/fixt11/Logout.h +include/quickfix/fixt11/Message.h +include/quickfix/fixt11/MessageCracker.h +include/quickfix/fixt11/Reject.h +include/quickfix/fixt11/ResendRequest.h +include/quickfix/fixt11/SequenceReset.h +include/quickfix/fixt11/TestRequest.h +include/quickfix/index.h +include/quickfix/stdafx.h +include/quickfix/strptime.h +lib/libquickfix.so +lib/libquickfix.so.16 +lib/libquickfix.so.16.0.1 +libdata/pkgconfig/quickfix.pc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_quickfix.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_quickfix.so.12 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_quickfix.so.12.0.0 +%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix40.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix41.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix42.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix43.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix44.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix50.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix50sp1.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfix50sp2.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/quickfixt11.py +%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix_fields.rb +%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix40.rb +%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix_ruby.rb +%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix50sp1.rb +%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix50.rb +%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix50sp2.rb +%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix43.rb +%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix.so +%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix41.rb +%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix42.rb +%%RUBY%%%%RUBY_SITELIBDIR%%/quickfix44.rb +%%RUBY%%%%RUBY_SITELIBDIR%%/quickfixt11.rb +%%RUBY%%%%DATADIR%%/quickfix_fields.rb +%%RUBY%%%%DATADIR%%/quickfix40.rb +%%RUBY%%%%DATADIR%%/quickfix_ruby.rb +%%RUBY%%%%DATADIR%%/quickfix50sp1.rb +%%RUBY%%%%DATADIR%%/quickfix50.rb +%%RUBY%%%%DATADIR%%/quickfix50sp2.rb +%%RUBY%%%%DATADIR%%/quickfix43.rb +%%RUBY%%%%DATADIR%%/quickfix41.rb +%%RUBY%%%%DATADIR%%/quickfix42.rb +%%RUBY%%%%DATADIR%%/quickfix44.rb +%%RUBY%%%%DATADIR%%/quickfixt11.rb +%%DATADIR%%/FIX40.xml +%%DATADIR%%/FIX41.xml +%%DATADIR%%/FIX42.xml +%%DATADIR%%/FIX43.xml +%%DATADIR%%/FIX44.xml +%%DATADIR%%/FIX50.xml +%%DATADIR%%/FIX50SP1.xml +%%DATADIR%%/FIX50SP2.xml +%%DATADIR%%/FIXT11.xml From owner-svn-ports-head@freebsd.org Sun Feb 25 19:39:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F263EF225B0; Sun, 25 Feb 2018 19:39:06 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A09206D23D; Sun, 25 Feb 2018 19:39:06 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81EFF113BA; Sun, 25 Feb 2018 19:39:06 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PJd66M090845; Sun, 25 Feb 2018 19:39:06 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PJd6Us090843; Sun, 25 Feb 2018 19:39:06 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201802251939.w1PJd6Us090843@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 25 Feb 2018 19:39:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462974 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 462974 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 19:39:07 -0000 Author: joneum Date: Sun Feb 25 19:39:06 2018 New Revision: 462974 URL: https://svnweb.freebsd.org/changeset/ports/462974 Log: Document multiple vulnerabilities in www/drupal7 and www/drupal8 Security: CVE-2017-6927 Security: CVE-2017-6928 Security: CVE-2017-6929 Security: CVE-2017-6930 Security: CVE-2017-6931 Security: CVE-2017-6932 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 25 19:33:57 2018 (r462973) +++ head/security/vuxml/vuln.xml Sun Feb 25 19:39:06 2018 (r462974) @@ -58,6 +58,47 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + drupal -- Drupal Core - Multiple Vulnerabilities + + + drupal7 + 7.56 + + + drupal8 + 8.4.4 + + + + +

Drupal Security Team reports:

+
+

CVE-2017-6926: Comment reply form allows access to restricted content

+

CVE-2017-6927: JavaScript cross-site scripting prevention is incomplete

+

CVE-2017-6928: Private file access bypass - Moderately Critical

+

CVE-2017-6929: jQuery vulnerability with untrusted domains - Moderately Critical

+

CVE-2017-6930: Language fallback can be incorrect on multilingual sites with node access restrictions

+

CVE-2017-6931: Settings Tray access bypass

+

CVE-2017-6932: External link injection on 404 pages when linking to the current page

+
+ +
+ + CVE-2017-6926 + CVE-2017-6927 + CVE-2017-6928 + CVE-2017-6929 + CVE-2017-6930 + CVE-2017-6931 + CVE-2017-6932 + + + 2018-02-21 + 2018-02-25 + +
+ cvs -- Remote code execution via ssh command injection From owner-svn-ports-head@freebsd.org Sun Feb 25 19:51:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46F40F23429; Sun, 25 Feb 2018 19:51:18 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E91756DAB8; Sun, 25 Feb 2018 19:51:17 +0000 (UTC) (envelope-from glewis@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E42121167B; Sun, 25 Feb 2018 19:51:17 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PJpHD7099780; Sun, 25 Feb 2018 19:51:17 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PJpHEZ099762; Sun, 25 Feb 2018 19:51:17 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201802251951.w1PJpHEZ099762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Sun, 25 Feb 2018 19:51:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462975 - head/java/jdk8-doc X-SVN-Group: ports-head X-SVN-Commit-Author: glewis X-SVN-Commit-Paths: head/java/jdk8-doc X-SVN-Commit-Revision: 462975 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 19:51:18 -0000 Author: glewis Date: Sun Feb 25 19:51:17 2018 New Revision: 462975 URL: https://svnweb.freebsd.org/changeset/ports/462975 Log: . Update to docs for 8u162. Modified: head/java/jdk8-doc/Makefile head/java/jdk8-doc/distinfo Modified: head/java/jdk8-doc/Makefile ============================================================================== --- head/java/jdk8-doc/Makefile Sun Feb 25 19:39:06 2018 (r462974) +++ head/java/jdk8-doc/Makefile Sun Feb 25 19:51:17 2018 (r462975) @@ -15,7 +15,7 @@ RESTRICTED= This documentation is under license and ex WRKSRC= ${WRKDIR}/docs JDK_VERSION= 8 -JDK_UPDATE_VER= 152 +JDK_UPDATE_VER= 162 DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html NO_BUILD= yes Modified: head/java/jdk8-doc/distinfo ============================================================================== --- head/java/jdk8-doc/distinfo Sun Feb 25 19:39:06 2018 (r462974) +++ head/java/jdk8-doc/distinfo Sun Feb 25 19:51:17 2018 (r462975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508704543 -SHA256 (jdk-8u152-docs-all.zip) = 68d1f0f7827d86c6309b04c0f089c219f203158e993a88b47a6acaa0e4b40823 -SIZE (jdk-8u152-docs-all.zip) = 93495668 +TIMESTAMP = 1519588042 +SHA256 (jdk-8u162-docs-all.zip) = e13745020c5ec626f2c48bead3dfcd80095133779389a29cef1f3cea760fa022 +SIZE (jdk-8u162-docs-all.zip) = 93476221 From owner-svn-ports-head@freebsd.org Sun Feb 25 20:09:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F93EF24916; Sun, 25 Feb 2018 20:09:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E2AC6E3A8; Sun, 25 Feb 2018 20:09:50 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 240871187C; Sun, 25 Feb 2018 20:09:50 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PK9nmE005935; Sun, 25 Feb 2018 20:09:49 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PK9n7E005933; Sun, 25 Feb 2018 20:09:49 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201802252009.w1PK9n7E005933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sun, 25 Feb 2018 20:09:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462976 - head/www/nginx X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/nginx X-SVN-Commit-Revision: 462976 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 20:09:50 -0000 Author: joneum Date: Sun Feb 25 20:09:49 2018 New Revision: 462976 URL: https://svnweb.freebsd.org/changeset/ports/462976 Log: www/nginx: Update brotli module to 1.0.2 Modified: head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sun Feb 25 19:51:17 2018 (r462975) +++ head/www/nginx/Makefile Sun Feb 25 20:09:49 2018 (r462976) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.12.2 -PORTREVISION?= 8 +PORTREVISION?= 9 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ @@ -1135,7 +1135,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_arrayvar} .endif .if ${PORT_OPTIONS:MBROTLI} -NGINX_BROTLI_VERSION= 47550a2 +NGINX_BROTLI_VERSION= 8cd9dd5 LIB_DEPENDS+= libbrotlicommon.so:archivers/brotli GH_ACCOUNT+= eustas:brotli GH_PROJECT+= ngx_brotli:brotli Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sun Feb 25 19:51:17 2018 (r462975) +++ head/www/nginx/distinfo Sun Feb 25 20:09:49 2018 (r462976) @@ -1,4 +1,4 @@ -TIMESTAMP = 1517046240 +TIMESTAMP = 1519589165 SHA256 (nginx-1.12.2.tar.gz) = 305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416 SIZE (nginx-1.12.2.tar.gz) = 981687 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -123,8 +123,8 @@ SHA256 (nginx-njs-4ed8a0b_GH0.tar.gz) = 44cd86b48bf6a6 SIZE (nginx-njs-4ed8a0b_GH0.tar.gz) = 229162 SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80 SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280 -SHA256 (eustas-ngx_brotli-47550a2_GH0.tar.gz) = 69ff17c7550a3d5e23040b44e79302431e18e89390e8fc6b6906694620af2565 -SIZE (eustas-ngx_brotli-47550a2_GH0.tar.gz) = 10579 +SHA256 (eustas-ngx_brotli-8cd9dd5_GH0.tar.gz) = 2e5d99efc7073549337cc38cb236819a8b8900fbb8f449b587c6cd9bf3b6c920 +SIZE (eustas-ngx_brotli-8cd9dd5_GH0.tar.gz) = 10585 SHA256 (calio-form-input-nginx-module-v0.12_GH0.tar.gz) = 5c1869d55897075adb3fdf840b21060dc54669a1f840a36d1539acc7e59dd106 SIZE (calio-form-input-nginx-module-v0.12_GH0.tar.gz) = 11090 SHA256 (calio-iconv-nginx-module-v0.14_GH0.tar.gz) = b8b9f355c05c0790226512f6732348a2404d48531688a1fc04ce6768163bf462 From owner-svn-ports-head@freebsd.org Sun Feb 25 20:33:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E66F6F26736; Sun, 25 Feb 2018 20:33:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B8E66F47C; Sun, 25 Feb 2018 20:33:05 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7BEC611D56; Sun, 25 Feb 2018 20:33:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PKX5qB020905; Sun, 25 Feb 2018 20:33:05 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PKX5KY020902; Sun, 25 Feb 2018 20:33:05 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802252033.w1PKX5KY020902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Feb 2018 20:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462977 - head/sysutils/sec X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/sec X-SVN-Commit-Revision: 462977 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 20:33:06 -0000 Author: yuri Date: Sun Feb 25 20:33:04 2018 New Revision: 462977 URL: https://svnweb.freebsd.org/changeset/ports/462977 Log: sysutils/sec: Update to 2.7.12 Additional port changes: * Changed to DISTVERSION * Fixed %%DATADIR%% in PLIST_FILES * Split out do-install-DOCS-on from do-install * Changed URL to https in WWW PR: 226196 Submitted by: Nicolas Jombart (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/sysutils/sec/Makefile head/sysutils/sec/distinfo head/sysutils/sec/pkg-descr Modified: head/sysutils/sec/Makefile ============================================================================== --- head/sysutils/sec/Makefile Sun Feb 25 20:09:49 2018 (r462976) +++ head/sysutils/sec/Makefile Sun Feb 25 20:33:04 2018 (r462977) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sec -PORTVERSION= 2.7.11 +DISTVERSION= 2.7.12 CATEGORIES= sysutils MASTER_SITES= SF/simple-evcorr/${PORTNAME}/${PORTVERSION} @@ -21,7 +21,7 @@ PORTDOCS= ChangeLog README PLIST_FILES= bin/sec man/man8/sec.8.gz PORTCONTRIB= convert.pl itostream.c swatch2sec.pl -PLIST_FILES+= ${PORTCONTRIB:S|^|%%DATADIR%%/|} +PLIST_FILES+= ${PORTCONTRIB:S|^|share/sec/|} OPTIONS_DEFINE= DOCS @@ -30,6 +30,8 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/sec.man ${STAGEDIR}${MANPREFIX}/man/man8/sec.8 @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC}/contrib && ${INSTALL_DATA} ${PORTCONTRIB} ${STAGEDIR}${DATADIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/sec/distinfo ============================================================================== --- head/sysutils/sec/distinfo Sun Feb 25 20:09:49 2018 (r462976) +++ head/sysutils/sec/distinfo Sun Feb 25 20:33:04 2018 (r462977) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502637445 -SHA256 (sec-2.7.11.tar.gz) = 59cd744c36be43c0cb69f1570d2aa6911ebb3492ff01fc292347ec8876dfe991 -SIZE (sec-2.7.11.tar.gz) = 134533 +TIMESTAMP = 1519563042 +SHA256 (sec-2.7.12.tar.gz) = 4ab19f0e9499a071c1e07dddd453faad2cde5e7de2ff187f0eafb2d2a615aa38 +SIZE (sec-2.7.12.tar.gz) = 134197 Modified: head/sysutils/sec/pkg-descr ============================================================================== --- head/sysutils/sec/pkg-descr Sun Feb 25 20:09:49 2018 (r462976) +++ head/sysutils/sec/pkg-descr Sun Feb 25 20:33:04 2018 (r462977) @@ -5,4 +5,4 @@ comprise of a few simple shell scripts. SEC is highly customizable to accept events from many sources and build a powerful correlation engine. -WWW: http://simple-evcorr.github.io/ +WWW: https://simple-evcorr.github.io/ From owner-svn-ports-head@freebsd.org Sun Feb 25 20:40:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1932AF27190; Sun, 25 Feb 2018 20:40:46 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com [209.85.215.46]) (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 7061A6F90E; Sun, 25 Feb 2018 20:40:45 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: by mail-lf0-f46.google.com with SMTP id r80so19316637lfe.13; Sun, 25 Feb 2018 12:40:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=j4D6bbyB4Nf2bY2r3KgF+ibxLNda346aYIGPwnPwFkI=; b=WyVVXN7uos1eG4KSxfMGnZzDqnr2vAVtgppY6H3TVqgWbqM1b6AE7hERIe0Q3iJBLw LziYc8lkBT/BjUhOwVUYClRwdnejaUisgCEcHyTmYEQNO763OiSrtyw0i/VRK1J2cpaB YG5JPcabI/yhLpwvO+kMnPBO7mwgbtuMmT1aHOCmfFqJ1krzgqJM6IBiLJ2KJkd8c0WR wJgVWrEwSiu1mqhZ5bJ+QvFz08PdUKx/bxQjg1ughfCDjdm6fbMJKN45CPFK93O4lOuA U1zXEEizomKs7V88LfSw9EFPqPn/ym4d2a5jhwzDzRtwiiqGCrqNgxy2K542KCYInEEh /5Ew== X-Gm-Message-State: APf1xPD3E2JPKnbXG/rG6dM690adjeCuMQMntm7p6Fv/CF8JM3k1WzGc XCDraMD2uhmBDy+9FS25Q7mZDEEztoU= X-Google-Smtp-Source: AG47ELtxwLgHLVdgAmfDw1z9e0rYBaZw3Js3tCYikstJYA2NGFpB/5r94RWmn6p/NBEDTS3OZ3KrRQ== X-Received: by 10.25.169.67 with SMTP id s64mr3701042lfe.80.1519591237946; Sun, 25 Feb 2018 12:40:37 -0800 (PST) Received: from mail-lf0-f43.google.com (mail-lf0-f43.google.com. [209.85.215.43]) by smtp.gmail.com with ESMTPSA id s8sm1636138ljd.13.2018.02.25.12.40.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 25 Feb 2018 12:40:37 -0800 (PST) Received: by mail-lf0-f43.google.com with SMTP id 37so19309420lfs.7; Sun, 25 Feb 2018 12:40:37 -0800 (PST) X-Received: by 10.25.92.220 with SMTP id u89mr5753368lfi.14.1519591237549; Sun, 25 Feb 2018 12:40:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.74.147 with HTTP; Sun, 25 Feb 2018 12:40:36 -0800 (PST) In-Reply-To: <201802250534.w1P5Ydup067382@repo.freebsd.org> References: <201802250534.w1P5Ydup067382@repo.freebsd.org> From: Richard Gallamore Date: Sun, 25 Feb 2018 12:40:36 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r462935 - head/www/py-django-picklefield To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, FreeBSD Ports Management Team Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 20:40:46 -0000 This update breaks www/py-django-constance which Seafile depends on and only compatible with Django 1.18. Would it be possible to revert and wait until D12592[1] is accepted? Added portmgr@ to promote the review. [1] https://reviews.freebsd.org/D12592 On Sat, Feb 24, 2018 at 9:34 PM, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sun Feb 25 05:34:39 2018 > New Revision: 462935 > URL: https://svnweb.freebsd.org/changeset/ports/462935 > > Log: > Update to 1.0.0 > > - Fix PORTNAME, PKGNAMEPREFIX and DISTNAME > - Update RUN_DEPENDS: use newer django > - Fix RUN_DEPENDS: six is not required > - Allow concurrent installation (USE_PYTHON=concurrent) > - Reformat pkg-descr > - Add GitHub repository to WWW > - Take maintainership > > Changes: https://github.com/gintas/django-picklefield/blob/ > master/README.rst#changes > > Modified: > head/www/py-django-picklefield/Makefile > head/www/py-django-picklefield/distinfo > head/www/py-django-picklefield/pkg-descr > > Modified: head/www/py-django-picklefield/Makefile > ============================================================ > ================== > --- head/www/py-django-picklefield/Makefile Sun Feb 25 05:34:33 2018 > (r462934) > +++ head/www/py-django-picklefield/Makefile Sun Feb 25 05:34:39 2018 > (r462935) > @@ -1,24 +1,21 @@ > # Created by: Johannes Meixner > # $FreeBSD$ > > -PORTNAME= picklefield > -PORTVERSION= 0.3.2 > -PORTREVISION= 1 > +PORTNAME= django-picklefield > +PORTVERSION= 1.0.0 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- > -DISTNAME= django-${PORTNAME}-${PORTVERSION} > +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > -MAINTAINER= ports@FreeBSD.org > +MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Pickled object field for Django > > LICENSE= MIT > > -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR} > \ > - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} > +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@ > ${FLAVOR} > > USES= python > -USE_PYTHON= distutils autoplist > +USE_PYTHON= autoplist concurrent distutils > NO_ARCH= yes > > PORTDOCS= README.rst > @@ -27,6 +24,6 @@ OPTIONS_DEFINE= DOCS > > post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} > + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} > > .include > > Modified: head/www/py-django-picklefield/distinfo > ============================================================ > ================== > --- head/www/py-django-picklefield/distinfo Sun Feb 25 05:34:33 2018 > (r462934) > +++ head/www/py-django-picklefield/distinfo Sun Feb 25 05:34:39 2018 > (r462935) > @@ -1,2 +1,3 @@ > -SHA256 (django-picklefield-0.3.2.tar.gz) = fab48a427c6310740755b242128f93 > 00283bef159ffee42d3231a274c65d9ae2 > -SIZE (django-picklefield-0.3.2.tar.gz) = 9715 > +TIMESTAMP = 1519504362 > +SHA256 (django-picklefield-1.0.0.tar.gz) = 61e3ba7f6df82d8df9e6be3a8c55ef > 589eb3bf926c3d25d2b7949b07eae78354 > +SIZE (django-picklefield-1.0.0.tar.gz) = 12939 > > Modified: head/www/py-django-picklefield/pkg-descr > ============================================================ > ================== > --- head/www/py-django-picklefield/pkg-descr Sun Feb 25 05:34:33 2018 > (r462934) > +++ head/www/py-django-picklefield/pkg-descr Sun Feb 25 05:34:39 2018 > (r462935) > @@ -1,8 +1,9 @@ > -picklefield provides an implementation of a pickled object field. > -Such fields can contain any picklable objects. > +picklefield provides an implementation of a pickled object field. Such > fields > +can contain any picklable objects. > > It is incredibly useful for storing just about anything in the database > -(provided it is Pickle-able, of course) when there isn't a 'proper' field > -for the job. > +(provided it is Pickle-able, of course) when there isn't a 'proper' field > for > +the job. > > WWW: https://pypi.python.org/pypi/django-picklefield > +WWW: https://github.com/gintas/django-picklefield > > From owner-svn-ports-head@freebsd.org Sun Feb 25 21:05:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C136EF29280; Sun, 25 Feb 2018 21:05:40 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FD2570F22; Sun, 25 Feb 2018 21:05:39 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 58E3ABDD1E; Sun, 25 Feb 2018 22:05:37 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 38BA1BDD2F; Sun, 25 Feb 2018 22:05:37 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id 9C514A6CAB66; Sun, 25 Feb 2018 22:05:36 +0100 (CET) Date: Sun, 25 Feb 2018 22:05:36 +0100 From: Mathieu Arnold To: Stephen Montgomery-Smith Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462879 - head/math/octave-forge-doctest Message-ID: <20180225210536.nsetp5f24wrjd7sq@atuin.in.mat.cc> References: <201802242336.w1ONateP079069@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="nl2i7fonhxc3gkub" Content-Disposition: inline In-Reply-To: <201802242336.w1ONateP079069@repo.freebsd.org> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 21:05:40 -0000 --nl2i7fonhxc3gkub Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > +do-build: > + @${DO_NADA} NO_BUILD=3D yes --=20 Mathieu Arnold --nl2i7fonhxc3gkub Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJakyUfXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IXWYP/RihG4aog32koWGFnupQsGKb x6q1RA20mZ+JbGuldT4KMusBuB6dMmjHLOJIn2XXLeGfhNnejzX051QXpfI1F9rv 1qJwBi4pE8iFY/RZWCrcJrE4v5gVKL9HD/nzkBtcvZa4IykgS5f6ryX1lVS9nhq2 LipkD9hZWRcbWs5ahcrMKDdkQsKOSVhWHwN5mQrqhi+gjExgYGVXZ9kKgzkeLecJ FDRB+YwlYTu19XTe7axd/wF2R3ZisQyFuaHhZu63+IPi2J34UascizQ7ZFuDy+6/ 6nhbniQOdBicS7Lzbhr60Ie1xwL3c36RMmxYgeqJhdZoAnnd55TRFFpy74phTVVR wESTugDgw4FjAUoC1I6xy/1OXFNOgcqvkIJVrZt9yUIfMaaAgcEHXPx4uCpPNcaK EqyStmgy1h95yck8KsfiTcvUMYtIomx8XgzvDJIPUhwBCfWagQqpvBgpR7RIh1va E5OwvuvVoJIjKPhw+/k4LxtunIIZIM4BZNcJjkyq9bZ9vaJH+ERzlLzGWkstT0af 7AW8niqvrOnR6OfaoiuJ12B60KCOo1+wI+75b7wJ0fIOq6L7CJ47JzqpYnUS60Zb nLoHnTwosE5ii5jYGkYKw1jhPf0mIMCJvVI6uHJ75IosBOAvOKfNBk/QzL7VTPWK qRGXIZdrc5Fi3VcX+wXQ =ih0B -----END PGP SIGNATURE----- --nl2i7fonhxc3gkub-- From owner-svn-ports-head@freebsd.org Sun Feb 25 21:10:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9660F298F0; Sun, 25 Feb 2018 21:10:20 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8800071295; Sun, 25 Feb 2018 21:10:20 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 0E007BDD2F; Sun, 25 Feb 2018 22:10:19 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id E4524BDD1E; Sun, 25 Feb 2018 22:10:18 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id 4BF29A6CB592; Sun, 25 Feb 2018 22:10:17 +0100 (CET) Date: Sun, 25 Feb 2018 22:10:17 +0100 From: Mathieu Arnold To: Bryan Drewery Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462894 - head/Mk Message-ID: <20180225211017.23f76igrwolzbsa2@atuin.in.mat.cc> References: <201802250332.w1P3WJDZ001642@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="t4227duh3wf2wcdr" Content-Disposition: inline In-Reply-To: <201802250332.w1P3WJDZ001642@repo.freebsd.org> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 21:10:21 -0000 --t4227duh3wf2wcdr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 25, 2018 at 03:32:19AM +0000, Bryan Drewery wrote: > Author: bdrewery > Date: Sun Feb 25 03:32:18 2018 > New Revision: 462894 > URL: https://svnweb.freebsd.org/changeset/ports/462894 >=20 > Log: > WITH_CCACHE_BUILD: Fix some ports not using proper CCACHE_DIR. > =20 > Some ports will truncate CCACHE_DIR from the env and due to HOME=3D${WR= KDIR} > will incorrectly use ${WRKDIR}/.ccache. Symlink to the proper place. > =20 > Approved by: portmgr (implicit) >=20 > Modified: > head/Mk/bsd.ccache.mk >=20 > Modified: head/Mk/bsd.ccache.mk > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/Mk/bsd.ccache.mk Sun Feb 25 03:23:21 2018 (r462893) > +++ head/Mk/bsd.ccache.mk Sun Feb 25 03:32:18 2018 (r462894) > @@ -51,6 +51,13 @@ MAKE_ENV+=3D CCACHE_DIR=3D"${CCACHE_DIR}" > CONFIGURE_ENV+=3D CCACHE_DIR=3D"${CCACHE_DIR}" > . endif > .endif > + > +# Some ports will truncate CCACHE_DIR from the env and due to HOME=3D${W= RKDIR} > +# will incorrectly use ${WRKDIR}/.ccache. Symlink to the proper place. > +${WRKDIR}/.ccache: ${WRKDIR} > + @${LN} -sf ${CCACHE_DIR} ${WRKDIR}/.ccache > +ccache-wrkdir-link: ${WRKDIR}/.ccache .PHONY > +post-extract: ccache-wrkdir-link Please add ccache-wrkdir-link to the regular pipe in Mk/bsd.port.mk, in _EXTRACT_SEQ. --=20 Mathieu Arnold --t4227duh3wf2wcdr Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJakyY5XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IJMoP/0tzDHl7BfJ3pMKM8ocEONXx 1yIa32wF4c8HPWJEjNLs7fykv1lhucOKcXDQnvvDgJH1TTr082jVPlCELsF0Di6B 9NNO8WAsQNSVvJLSijaee+lUZVO/6fd2XEWKzZ6riz5CGLPqoaDqz56Xg1B8LYaI hNAlYZWpCI/wbZZa4LNOUhwm5HoidKkeWALTxQuhm723PdXPNTIWHNjVmlk/h3wD TJunSEiWI4opszet8uW/6aMeRdQFCQdjzCkMwEDqM5bkuudNz+zeK7HaAKa+oQqF +ZIcVwHtthxmpg587yDrcKtjG1srxGRsXXIsX/wyp9k9XNlqKhEW9wuXXmbEJA/v 1T64AAPE8aYjerrgXzm5CxnnQZcBlyjqiAo+NIO7cYxVNnQyn9/W4SE3S2BTaBTU PIBm9BvBAXtJvwl1fnNcHQbMAGjCbg9BCW4gtItHf0kA6GyO/jqE1FhEeA9wHST9 wncycWQs7pNyLK+Gt77aTRz4+pCVzQFn9gODWN/29KzdM3drP9aajTwyX8XM4hR/ NnfD41IzZGpHSZZTXPe8144zs94uclZ5vDwI4+B/U1TrLvg2Vz/uJJHKWZZwdDon UNosnX02ey+waRnnQG8JYpmnN5jXjJZdYDILbREK6bnLC4lEdQwXrStYinhmpSd2 +XXwOl5W3hme1kpKXWk+ =YFgN -----END PGP SIGNATURE----- --t4227duh3wf2wcdr-- From owner-svn-ports-head@freebsd.org Sun Feb 25 21:37:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D3E6F2B371; Sun, 25 Feb 2018 21:37:12 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from um-tip1-missouri-out.um.umsystem.edu (um-tip1-missouri-out.um.umsystem.edu [198.209.49.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "um-tip1.um.umsystem.edu", Issuer "InCommon RSA Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9609972161; Sun, 25 Feb 2018 21:37:10 +0000 (UTC) (envelope-from stephen@missouri.edu) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2EtBABQK5Na/x840cZcGgEBAQICAQEBC?= =?us-ascii?q?QEBAYNQgVYWHJtogVAygRaYGwEGA4UzAoI4VxUBAgEBAQEBAQIDaCiFJQEFeRA?= =?us-ascii?q?CAQgOCi4yJQIEAQwBBwEBCoUCrX+HeAEHY4IUAQEBAQEBBAEBAQEBAQEBARAPh?= =?us-ascii?q?RuCJ4NmgwSKcyAFoWEJAoRDggCPTQGQbZVIAgICAgkCGoEvNCOBUXITgn6EWYx?= =?us-ascii?q?MAYEWAQEB?= X-IPAS-Result: =?us-ascii?q?A2EtBABQK5Na/x840cZcGgEBAQICAQEBCQEBAYNQgVYWHJt?= =?us-ascii?q?ogVAygRaYGwEGA4UzAoI4VxUBAgEBAQEBAQIDaCiFJQEFeRACAQgOCi4yJQIEA?= =?us-ascii?q?QwBBwEBCoUCrX+HeAEHY4IUAQEBAQEBBAEBAQEBAQEBARAPhRuCJ4NmgwSKcyA?= =?us-ascii?q?FoWEJAoRDggCPTQGQbZVIAgICAgkCGoEvNCOBUXITgn6EWYxMAYEWAQEB?= Received: from ex2-t21.um.umsystem.edu ([198.209.56.31]) by um-tip1-exch-relay.um.umsystem.edu with ESMTP; 25 Feb 2018 15:36:01 -0600 Received: from EX2-N14.um.umsystem.edu (198.209.56.22) by EX2-T21.um.umsystem.edu (198.209.56.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1415.2; Sun, 25 Feb 2018 15:36:00 -0600 Received: from EX2-N14.um.umsystem.edu ([198.209.56.22]) by EX2-N14.um.umsystem.edu ([198.209.56.22]) with mapi id 15.01.1415.002; Sun, 25 Feb 2018 15:36:00 -0600 From: "Montgomery-Smith, Stephen" To: Mathieu Arnold , Stephen Montgomery-Smith CC: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r462879 - head/math/octave-forge-doctest Thread-Topic: svn commit: r462879 - head/math/octave-forge-doctest Thread-Index: AQHTrchpF9SA2VqCq0C8qdiy4JkLkKO2AccAgAAIZwA= Date: Sun, 25 Feb 2018 21:36:00 +0000 Message-ID: References: <201802242336.w1ONateP079069@repo.freebsd.org> <20180225210536.nsetp5f24wrjd7sq@atuin.in.mat.cc> In-Reply-To: <20180225210536.nsetp5f24wrjd7sq@atuin.in.mat.cc> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 x-originating-ip: [128.206.49.160] Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="QJMYyjKW9mqeEakXgYJ8EFVgLfKbkkzgi" MIME-Version: 1.0 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 21:37:12 -0000 --QJMYyjKW9mqeEakXgYJ8EFVgLfKbkkzgi Content-Type: multipart/mixed; boundary="h0hHeFWvCMgvBLanyKALQfjBhgt7hYUUL"; protected-headers="v1" From: Stephen Montgomery-Smith To: Mathieu Arnold , Stephen Montgomery-Smith Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r462879 - head/math/octave-forge-doctest References: <201802242336.w1ONateP079069@repo.freebsd.org> <20180225210536.nsetp5f24wrjd7sq@atuin.in.mat.cc> In-Reply-To: <20180225210536.nsetp5f24wrjd7sq@atuin.in.mat.cc> --h0hHeFWvCMgvBLanyKALQfjBhgt7hYUUL Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 02/25/2018 03:05 PM, Mathieu Arnold wrote: >> +do-build: >> + @${DO_NADA} >=20 > NO_BUILD=3D yes >=20 It doesn't work, because then the port fails to do the post-build. --h0hHeFWvCMgvBLanyKALQfjBhgt7hYUUL-- --QJMYyjKW9mqeEakXgYJ8EFVgLfKbkkzgi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJakyw8AAoJECuXJ2rgj9mC7WgH/Ao7Kskzzyhjole/JPND7bpG L6QxCVz3jb9WJUxspjv6DTfyFBAeJPUvuUW7ewOe+C5nFi3AJjjuOm/ASFZzi3No /GagxAoZpM2jH9/E8j76kLfdkNmdxshfFPsc6C7VTil7cOeHBvG+0bbvbMX6b1U/ weXwm3bLlpIH8fx84sZxkME6GndPuy2o4H7zwrTIkCXzSkNC7ttgsJ+nvtD6soiV T/RWvlll8WyRFvFzO28S410DM14gf4KEF98jjp4+Ot6Pcs3vM/7MKwNYZQZKuzpm KdJampVKtGwvpN+xw1+mP1ngt54o8y/S4wSeK0IyJ51vmOOId919CShUu+IMA/s= =IxeG -----END PGP SIGNATURE----- --QJMYyjKW9mqeEakXgYJ8EFVgLfKbkkzgi-- From owner-svn-ports-head@freebsd.org Sun Feb 25 21:47:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E1E5F2C128; Sun, 25 Feb 2018 21:47:13 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id C077F7281E; Sun, 25 Feb 2018 21:47:12 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w1PLlAmZ096463 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sun, 25 Feb 2018 13:47:11 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Subject: Re: svn commit: r462879 - head/math/octave-forge-doctest To: "Montgomery-Smith, Stephen" , Stephen Montgomery-Smith Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" References: <201802242336.w1ONateP079069@repo.freebsd.org> <20180225210536.nsetp5f24wrjd7sq@atuin.in.mat.cc> From: Yuri Message-ID: <6b238d8d-974c-6e20-d941-07d10669e7ba@rawbw.com> Date: Sun, 25 Feb 2018 13:47:09 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 21:47:13 -0000 On 02/25/18 13:36, Montgomery-Smith, Stephen wrote: > It doesn't work, because then the port fails to do the post-build. Remove do-build and rename post-build into do-build. It also needs NO_ARCH=yes. Yuri From owner-svn-ports-head@freebsd.org Sun Feb 25 21:53:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8FCAF2C7E9; Sun, 25 Feb 2018 21:53:11 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68AFA72C7E; Sun, 25 Feb 2018 21:53:11 +0000 (UTC) (envelope-from madpilot@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4962A12A19; Sun, 25 Feb 2018 21:53:11 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PLrBJ4061808; Sun, 25 Feb 2018 21:53:11 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PLrAPQ061804; Sun, 25 Feb 2018 21:53:10 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201802252153.w1PLrAPQ061804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 25 Feb 2018 21:53:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462978 - in head/x11/xfce4-terminal: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/x11/xfce4-terminal: . files X-SVN-Commit-Revision: 462978 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 21:53:12 -0000 Author: madpilot Date: Sun Feb 25 21:53:10 2018 New Revision: 462978 URL: https://svnweb.freebsd.org/changeset/ports/462978 Log: Update xfce4-terminal to 0.8.7 Deleted: head/x11/xfce4-terminal/files/patch-terminal_terminal-window.c Modified: head/x11/xfce4-terminal/Makefile head/x11/xfce4-terminal/distinfo head/x11/xfce4-terminal/pkg-plist Modified: head/x11/xfce4-terminal/Makefile ============================================================================== --- head/x11/xfce4-terminal/Makefile Sun Feb 25 20:33:04 2018 (r462977) +++ head/x11/xfce4-terminal/Makefile Sun Feb 25 21:53:10 2018 (r462978) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-terminal -PORTVERSION= 0.8.6 +PORTVERSION= 0.8.7 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 Modified: head/x11/xfce4-terminal/distinfo ============================================================================== --- head/x11/xfce4-terminal/distinfo Sun Feb 25 20:33:04 2018 (r462977) +++ head/x11/xfce4-terminal/distinfo Sun Feb 25 21:53:10 2018 (r462978) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500179401 -SHA256 (xfce4/xfce4-terminal-0.8.6.tar.bz2) = bc2a560409a0f0b666d1c557e991748b986ec27572a45ae88b0ee5a480d881d7 -SIZE (xfce4/xfce4-terminal-0.8.6.tar.bz2) = 952859 +TIMESTAMP = 1519586760 +SHA256 (xfce4/xfce4-terminal-0.8.7.tar.bz2) = 0ced5ff686f839acb6a89a9fd48af7ab04d17a56346e31d1a5063cfa36734540 +SIZE (xfce4/xfce4-terminal-0.8.7.tar.bz2) = 889667 Modified: head/x11/xfce4-terminal/pkg-plist ============================================================================== --- head/x11/xfce4-terminal/pkg-plist Sun Feb 25 20:33:04 2018 (r462977) +++ head/x11/xfce4-terminal/pkg-plist Sun Feb 25 21:53:10 2018 (r462978) @@ -1,28 +1,5 @@ bin/xfce4-terminal -man/ar/man1/xfce4-terminal.1.gz -man/ca/man1/xfce4-terminal.1.gz -man/da/man1/xfce4-terminal.1.gz -man/de/man1/xfce4-terminal.1.gz -man/el/man1/xfce4-terminal.1.gz -man/es/man1/xfce4-terminal.1.gz -man/fr/man1/xfce4-terminal.1.gz -man/gl/man1/xfce4-terminal.1.gz -man/id/man1/xfce4-terminal.1.gz -man/it/man1/xfce4-terminal.1.gz -man/ja/man1/xfce4-terminal.1.gz -man/ko/man1/xfce4-terminal.1.gz -man/lt/man1/xfce4-terminal.1.gz man/man1/xfce4-terminal.1.gz -man/pl/man1/xfce4-terminal.1.gz -man/pt/man1/xfce4-terminal.1.gz -man/pt_BR/man1/xfce4-terminal.1.gz -man/ru/man1/xfce4-terminal.1.gz -man/sr/man1/xfce4-terminal.1.gz -man/sv/man1/xfce4-terminal.1.gz -man/tr/man1/xfce4-terminal.1.gz -man/ug/man1/xfce4-terminal.1.gz -man/uk/man1/xfce4-terminal.1.gz -man/zh_CN/man1/xfce4-terminal.1.gz share/applications/xfce4-terminal.desktop share/locale/ar/LC_MESSAGES/xfce4-terminal.mo share/locale/ast/LC_MESSAGES/xfce4-terminal.mo From owner-svn-ports-head@freebsd.org Sun Feb 25 21:58:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCE24F2CC76; Sun, 25 Feb 2018 21:58:27 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from um-tip1-missouri-out.um.umsystem.edu (um-tip1-missouri-out.um.umsystem.edu [198.209.49.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "um-tip1.um.umsystem.edu", Issuer "InCommon RSA Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F39F72E81; Sun, 25 Feb 2018 21:58:26 +0000 (UTC) (envelope-from stephen@missouri.edu) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2GwBQBCMJNa/xY40cZcGwEBAQEDAQEBC?= =?us-ascii?q?QEBAYNPgVYWHJtogVALJ4EWmBsBCYUzAoI4WBQBAgEBAQEBAQIDaCiFJAEBAQM?= =?us-ascii?q?BeRACAQgYLjIlAgQBDAEHAQGFBAitd4d4AQdjghQBAQEBAQEEAQEBAQEBASGFG?= =?us-ascii?q?4Ing2YMgniKcyAFoWEJApYQkG6VSAICAgIJAhqBLzUiMoEfchOCfoRZjEwBgRY?= =?us-ascii?q?BAQE?= X-IPAS-Result: =?us-ascii?q?A2GwBQBCMJNa/xY40cZcGwEBAQEDAQEBCQEBAYNPgVYWHJt?= =?us-ascii?q?ogVALJ4EWmBsBCYUzAoI4WBQBAgEBAQEBAQIDaCiFJAEBAQMBeRACAQgYLjIlA?= =?us-ascii?q?gQBDAEHAQGFBAitd4d4AQdjghQBAQEBAQEEAQEBAQEBASGFG4Ing2YMgniKcyA?= =?us-ascii?q?FoWEJApYQkG6VSAICAgIJAhqBLzUiMoEfchOCfoRZjEwBgRYBAQE?= Received: from ex2-n14.um.umsystem.edu ([198.209.56.22]) by um-tip1-exch-relay.um.umsystem.edu with ESMTP; 25 Feb 2018 15:58:25 -0600 Received: from EX2-N14.um.umsystem.edu (198.209.56.22) by EX2-N14.um.umsystem.edu (198.209.56.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1415.2; Sun, 25 Feb 2018 15:58:25 -0600 Received: from EX2-N14.um.umsystem.edu ([198.209.56.22]) by EX2-N14.um.umsystem.edu ([198.209.56.22]) with mapi id 15.01.1415.002; Sun, 25 Feb 2018 15:58:25 -0600 From: "Montgomery-Smith, Stephen" To: Yuri , Stephen Montgomery-Smith CC: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r462879 - head/math/octave-forge-doctest Thread-Topic: svn commit: r462879 - head/math/octave-forge-doctest Thread-Index: AQHTrchpF9SA2VqCq0C8qdiy4JkLkKO2AccAgAAIZwCAAAM1gIAAAyOA Date: Sun, 25 Feb 2018 21:58:25 +0000 Message-ID: <44eeb8d1-e69a-8a12-0210-53d6886192dd@missouri.edu> References: <201802242336.w1ONateP079069@repo.freebsd.org> <20180225210536.nsetp5f24wrjd7sq@atuin.in.mat.cc> <6b238d8d-974c-6e20-d941-07d10669e7ba@rawbw.com> In-Reply-To: <6b238d8d-974c-6e20-d941-07d10669e7ba@rawbw.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 x-originating-ip: [128.206.49.160] Content-Type: text/plain; charset="Windows-1252" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 21:58:28 -0000 On 02/25/2018 03:47 PM, Yuri wrote: > On 02/25/18 13:36, Montgomery-Smith, Stephen wrote: >> It doesn't work, because then the port fails to do the post-build. >=20 >=20 > Remove do-build and rename post-build into do-build. That would destroy consistency amongst the octave-forge-* ports (and create a lot of extra work for me). >=20 > It also needs NO_ARCH=3Dyes. I must admit that this one is new to me (but I also haven't been following things for a while). Why is this required? I looked through bsd.ports.mk, and I couldn't figure out what its purpose was. Google didn't help either. From owner-svn-ports-head@freebsd.org Sun Feb 25 22:00:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B40AF2CE0D; Sun, 25 Feb 2018 22:00:14 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 9EDCB72FB3; Sun, 25 Feb 2018 22:00:13 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w1PM0BHp097528 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sun, 25 Feb 2018 14:00:12 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Subject: Re: svn commit: r462879 - head/math/octave-forge-doctest To: "Montgomery-Smith, Stephen" , Stephen Montgomery-Smith Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" References: <201802242336.w1ONateP079069@repo.freebsd.org> <20180225210536.nsetp5f24wrjd7sq@atuin.in.mat.cc> <6b238d8d-974c-6e20-d941-07d10669e7ba@rawbw.com> <44eeb8d1-e69a-8a12-0210-53d6886192dd@missouri.edu> From: Yuri Message-ID: <0f37a88d-70e7-b71a-de60-dfa82b00713f@rawbw.com> Date: Sun, 25 Feb 2018 14:00:10 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <44eeb8d1-e69a-8a12-0210-53d6886192dd@missouri.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 22:00:14 -0000 On 02/25/18 13:58, Montgomery-Smith, Stephen wrote: > I must admit that this one is new to me (but I also haven't been > following things for a while). Why is this required? I looked through > bsd.ports.mk, and I couldn't figure out what its purpose was. Google > didn't help either. > It installs no platform-specific files. In such case, ports should have NO_ARCH=yes so that they don't have to be rebuilt for all architectures. Yuri From owner-svn-ports-head@freebsd.org Sun Feb 25 22:15:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D51CFF2DDF3; Sun, 25 Feb 2018 22:15:21 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 846E1739FD; Sun, 25 Feb 2018 22:15:21 +0000 (UTC) (envelope-from stephen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 60D3D12D53; Sun, 25 Feb 2018 22:15:21 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PMFLqH072470; Sun, 25 Feb 2018 22:15:21 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PMFILf072443; Sun, 25 Feb 2018 22:15:18 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201802252215.w1PMFILf072443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 25 Feb 2018 22:15:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462979 - in head/math: octave-forge-actuarial octave-forge-base octave-forge-bim octave-forge-bsltl octave-forge-cgi octave-forge-data-smoothing octave-forge-dataframe octave-forge-div... X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: in head/math: octave-forge-actuarial octave-forge-base octave-forge-bim octave-forge-bsltl octave-forge-cgi octave-forge-data-smoothing octave-forge-dataframe octave-forge-divand octave-forge-doctest ... X-SVN-Commit-Revision: 462979 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 22:15:22 -0000 Author: stephen Date: Sun Feb 25 22:15:18 2018 New Revision: 462979 URL: https://svnweb.freebsd.org/changeset/ports/462979 Log: - Add NO_ARCH=yes to those octave-forge-* ports that don't install anything compiled. Reported by: Yuri Modified: head/math/octave-forge-actuarial/Makefile head/math/octave-forge-base/Makefile head/math/octave-forge-bim/Makefile head/math/octave-forge-bsltl/Makefile head/math/octave-forge-cgi/Makefile head/math/octave-forge-data-smoothing/Makefile head/math/octave-forge-dataframe/Makefile head/math/octave-forge-divand/Makefile head/math/octave-forge-doctest/Makefile head/math/octave-forge-financial/Makefile head/math/octave-forge-fpl/Makefile head/math/octave-forge-fuzzy-logic-toolkit/Makefile head/math/octave-forge-ga/Makefile head/math/octave-forge-generate_html/Makefile head/math/octave-forge-gnuplot/Makefile head/math/octave-forge-mvn/Makefile head/math/octave-forge-ncarray/Makefile head/math/octave-forge-nnet/Makefile head/math/octave-forge-optics/Makefile head/math/octave-forge-plot/Makefile head/math/octave-forge-queueing/Makefile head/math/octave-forge-secs1d/Makefile head/math/octave-forge-secs3d/Makefile head/math/octave-forge-splines/Makefile head/math/octave-forge-statistics/Makefile head/math/octave-forge-symbolic/Makefile Modified: head/math/octave-forge-actuarial/Makefile ============================================================================== --- head/math/octave-forge-actuarial/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-actuarial/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-base/Makefile ============================================================================== --- head/math/octave-forge-base/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-base/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -22,6 +22,7 @@ USES= perl5 SUB_FILES= load-octave-pkg SUB_LIST= PERL=${PERL} NO_BUILD= yes +NO_ARCH= yes do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/octave/tarballs Modified: head/math/octave-forge-bim/Makefile ============================================================================== --- head/math/octave-forge-bim/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-bim/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -24,6 +24,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/msh.tar.gz:math/octave-f do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-bsltl/Makefile ============================================================================== --- head/math/octave-forge-bsltl/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-bsltl/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: ${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-cgi/Makefile ============================================================================== --- head/math/octave-forge-cgi/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-cgi/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-data-smoothing/Makefile ============================================================================== --- head/math/octave-forge-data-smoothing/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-data-smoothing/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:math/octave do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-dataframe/Makefile ============================================================================== --- head/math/octave-forge-dataframe/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-dataframe/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${DISTNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-divand/Makefile ============================================================================== --- head/math/octave-forge-divand/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-divand/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-doctest/Makefile ============================================================================== --- head/math/octave-forge-doctest/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-doctest/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -22,6 +22,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-financial/Makefile ============================================================================== --- head/math/octave-forge-financial/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-financial/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:math/octave-fo do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-fpl/Makefile ============================================================================== --- head/math/octave-forge-fpl/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-fpl/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ RUN_DEPENDS+= dx:graphics/opendx do-build: @${DO_NADA} +NO_ARCH= yes + post-build: cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-fuzzy-logic-toolkit/Makefile ============================================================================== --- head/math/octave-forge-fuzzy-logic-toolkit/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-fuzzy-logic-toolkit/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-ga/Makefile ============================================================================== --- head/math/octave-forge-ga/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-ga/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-generate_html/Makefile ============================================================================== --- head/math/octave-forge-generate_html/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-generate_html/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${DISTNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-gnuplot/Makefile ============================================================================== --- head/math/octave-forge-gnuplot/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-gnuplot/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-mvn/Makefile ============================================================================== --- head/math/octave-forge-mvn/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-mvn/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-ncarray/Makefile ============================================================================== --- head/math/octave-forge-ncarray/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-ncarray/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -26,6 +26,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/statistics.tar.gz:math/o do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-nnet/Makefile ============================================================================== --- head/math/octave-forge-nnet/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-nnet/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-optics/Makefile ============================================================================== --- head/math/octave-forge-optics/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-optics/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -22,6 +22,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-plot/Makefile ============================================================================== --- head/math/octave-forge-plot/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-plot/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-queueing/Makefile ============================================================================== --- head/math/octave-forge-queueing/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-queueing/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME} do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-secs1d/Makefile ============================================================================== --- head/math/octave-forge-secs1d/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-secs1d/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:math/octave-f do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-secs3d/Makefile ============================================================================== --- head/math/octave-forge-secs3d/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-secs3d/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -24,6 +24,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:math/octave-f do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-splines/Makefile ============================================================================== --- head/math/octave-forge-splines/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-splines/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -23,6 +23,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-statistics/Makefile ============================================================================== --- head/math/octave-forge-statistics/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-statistics/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -20,6 +20,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:math/octave-fo do-build: @${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} Modified: head/math/octave-forge-symbolic/Makefile ============================================================================== --- head/math/octave-forge-symbolic/Makefile Sun Feb 25 21:53:10 2018 (r462978) +++ head/math/octave-forge-symbolic/Makefile Sun Feb 25 22:15:18 2018 (r462979) @@ -26,6 +26,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src do-build: ${DO_NADA} +NO_ARCH= yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} From owner-svn-ports-head@freebsd.org Sun Feb 25 22:17:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 801D3F2DF2A; Sun, 25 Feb 2018 22:17:11 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from um-nip3-missouri-out.um.umsystem.edu (um-nip3-missouri-out.um.umsystem.edu [198.209.49.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "um-tip1.um.umsystem.edu", Issuer "InCommon RSA Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E50673B15; Sun, 25 Feb 2018 22:17:10 +0000 (UTC) (envelope-from stephen@missouri.edu) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2F/BQD7NJNa/xM40cZcGwEBAQEDAQEBC?= =?us-ascii?q?QEBAYNPgVYWHJtogVAygRaYGwEJhTMCgjhYFAECAQEBAQEBAgNoKIUlAQV5EAI?= =?us-ascii?q?BCBguMiUCBAEMAQcBAYUMrX+HeAEHY4IUAQEBAQEBAQMBAQEBAQEBASCFG4Ing?= =?us-ascii?q?2aDBIUhhVIgBaFhCQKWEJBulUgCAgICCQIagS81IjKBH3ITgn6EWYxMAYEWAQE?= =?us-ascii?q?B?= X-IPAS-Result: =?us-ascii?q?A2F/BQD7NJNa/xM40cZcGwEBAQEDAQEBCQEBAYNPgVYWHJt?= =?us-ascii?q?ogVAygRaYGwEJhTMCgjhYFAECAQEBAQEBAgNoKIUlAQV5EAIBCBguMiUCBAEMA?= =?us-ascii?q?QcBAYUMrX+HeAEHY4IUAQEBAQEBAQMBAQEBAQEBASCFG4Ing2aDBIUhhVIgBaF?= =?us-ascii?q?hCQKWEJBulUgCAgICCQIagS81IjKBH3ITgn6EWYxMAYEWAQEB?= Received: from ex2-t13.um.umsystem.edu ([198.209.56.19]) by um-nip3-exch-relay.um.umsystem.edu with ESMTP; 25 Feb 2018 16:15:59 -0600 Received: from EX2-N14.um.umsystem.edu (198.209.56.22) by EX2-T13.um.umsystem.edu (198.209.56.19) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1415.2; Sun, 25 Feb 2018 16:15:59 -0600 Received: from EX2-N14.um.umsystem.edu ([198.209.56.22]) by EX2-N14.um.umsystem.edu ([198.209.56.22]) with mapi id 15.01.1415.002; Sun, 25 Feb 2018 16:15:59 -0600 From: "Montgomery-Smith, Stephen" To: Yuri , Stephen Montgomery-Smith CC: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Subject: Re: svn commit: r462879 - head/math/octave-forge-doctest Thread-Topic: svn commit: r462879 - head/math/octave-forge-doctest Thread-Index: AQHTrchpF9SA2VqCq0C8qdiy4JkLkKO2AccAgAAIZwCAAAM1gIAAAyOAgAAAgACAAARqAA== Date: Sun, 25 Feb 2018 22:15:59 +0000 Message-ID: <51dfa329-d667-44a2-09ea-30b790d9df5f@missouri.edu> References: <201802242336.w1ONateP079069@repo.freebsd.org> <20180225210536.nsetp5f24wrjd7sq@atuin.in.mat.cc> <6b238d8d-974c-6e20-d941-07d10669e7ba@rawbw.com> <44eeb8d1-e69a-8a12-0210-53d6886192dd@missouri.edu> <0f37a88d-70e7-b71a-de60-dfa82b00713f@rawbw.com> In-Reply-To: <0f37a88d-70e7-b71a-de60-dfa82b00713f@rawbw.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 x-originating-ip: [128.206.49.160] Content-Type: text/plain; charset="Windows-1252" Content-ID: <2287E4E0152C0C408428C90A8CF141BB@missouri.edu> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 22:17:11 -0000 On 02/25/2018 04:00 PM, Yuri wrote: > On 02/25/18 13:58, Montgomery-Smith, Stephen wrote: >> I must admit that this one is new to me (but I also haven't been >> following things for a while).=A0 Why is this required?=A0 I looked thro= ugh >> bsd.ports.mk, and I couldn't figure out what its purpose was.=A0 Google >> didn't help either. >> >=20 > It installs no platform-specific files. In such case, ports should have > NO_ARCH=3Dyes so that they don't have to be rebuilt for all architectures= . Thank you. I fixed this in a number of the octave-forge ports. From owner-svn-ports-head@freebsd.org Sun Feb 25 22:21:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF248F2E3CB; Sun, 25 Feb 2018 22:21:21 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 A23E973E37; Sun, 25 Feb 2018 22:21:21 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id C95D03F748; Sun, 25 Feb 2018 17:21:14 -0500 (EST) Received: from anthias (vie-188-118-240-174.dsl.sil.at [188.118.240.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 015883F747; Sun, 25 Feb 2018 17:21:13 -0500 (EST) Date: Sun, 25 Feb 2018 23:21:11 +0100 (CET) From: Gerald Pfeifer To: Mathieu Arnold cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462376 - in head: . emulators emulators/wine-staging In-Reply-To: <20180220123937.qvahs2zdvvjritel@ogg.in.absolight.net> Message-ID: References: <201802200837.w1K8b1QY087980@repo.freebsd.org> <20180220123937.qvahs2zdvvjritel@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 22:21:22 -0000 On Tue, 20 Feb 2018, Mathieu Arnold wrote: > So, this broke, at least, emulators/pipelight. emulators/pipelight has been broken for months already then, since emulators/wine-staging has been broken for months. You would be right pointing out that the failure mode has changed, but it's not been working before. Realistically I see two options: Remove emulators/pipelight or create an instance of emulators/wine-staging that is based on a six month old flavor of emulators/wine-devel, understanding that it likely won't see updates (security or otherwise). (Or hope that upstream Wine is going to continue in the direction that Wine Staging was headed.) Did we get any user reports during those several months things were broken before? Gerald From owner-svn-ports-head@freebsd.org Sun Feb 25 22:22:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B4E2F2E662; Sun, 25 Feb 2018 22:22:48 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5155B740BD; Sun, 25 Feb 2018 22:22:48 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4BC1A12EE2; Sun, 25 Feb 2018 22:22:48 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PMMmOZ077409; Sun, 25 Feb 2018 22:22:48 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PMMmEk077407; Sun, 25 Feb 2018 22:22:48 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201802252222.w1PMMmEk077407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 25 Feb 2018 22:22:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462980 - head/devel/universal-ctags X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/universal-ctags X-SVN-Commit-Revision: 462980 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 22:22:48 -0000 Author: tobik Date: Sun Feb 25 22:22:47 2018 New Revision: 462980 URL: https://svnweb.freebsd.org/changeset/ports/462980 Log: devel/universal-ctags: Update to latest commit PR: 226208 Submitted by: dereks@lifeofadishwasher.com (maintainer) Differential Revision: https://reviews.freebsd.org/D14507 Modified: head/devel/universal-ctags/Makefile head/devel/universal-ctags/distinfo Modified: head/devel/universal-ctags/Makefile ============================================================================== --- head/devel/universal-ctags/Makefile Sun Feb 25 22:15:18 2018 (r462979) +++ head/devel/universal-ctags/Makefile Sun Feb 25 22:22:47 2018 (r462980) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= universal-ctags -PORTVERSION= g20171017 +PORTVERSION= g20180225 CATEGORIES= devel MAINTAINER= dereks@lifeofadishwasher.com @@ -14,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf pkgconfig GNU_CONFIGURE= yes -USE_GITHUB= YES +USE_GITHUB= yes GH_PROJECT= ctags -GH_TAGNAME= ccac4dff +GH_TAGNAME= 059ed2c508c OPTIONS_DEFINE= ASPELL DEBUG ICONV JSON LIBXML2 MANPAGES YAML OPTIONS_DEFAULT= ICONV JSON LIBXML2 MANPAGES YAML Modified: head/devel/universal-ctags/distinfo ============================================================================== --- head/devel/universal-ctags/distinfo Sun Feb 25 22:15:18 2018 (r462979) +++ head/devel/universal-ctags/distinfo Sun Feb 25 22:22:47 2018 (r462980) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508301239 -SHA256 (universal-ctags-ctags-g20171017-ccac4dff_GH0.tar.gz) = 630e931dd5c9fbdca8205e570509cd6c116604892f1cf5c20168023a80d3049d -SIZE (universal-ctags-ctags-g20171017-ccac4dff_GH0.tar.gz) = 1346150 +TIMESTAMP = 1519594186 +SHA256 (universal-ctags-ctags-g20180225-059ed2c508c_GH0.tar.gz) = ea87085117545636668f22a67056932cacdde25b98bd766f90dbd8bf9390e4f4 +SIZE (universal-ctags-ctags-g20180225-059ed2c508c_GH0.tar.gz) = 1377802 From owner-svn-ports-head@freebsd.org Sun Feb 25 22:23:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAC90F2E72E; Sun, 25 Feb 2018 22:23:45 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 994A0741FA; Sun, 25 Feb 2018 22:23:45 +0000 (UTC) (envelope-from stephen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9431212EF0; Sun, 25 Feb 2018 22:23:45 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PMNj3p077569; Sun, 25 Feb 2018 22:23:45 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PMNjRd077568; Sun, 25 Feb 2018 22:23:45 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201802252223.w1PMNjRd077568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sun, 25 Feb 2018 22:23:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462981 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 462981 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 22:23:46 -0000 Author: stephen Date: Sun Feb 25 22:23:45 2018 New Revision: 462981 URL: https://svnweb.freebsd.org/changeset/ports/462981 Log: - Try to correct a bunch of error messages reported by pkg-fallout@ on FreeBSD 10.3. Modified: head/Mk/bsd.octave.mk Modified: head/Mk/bsd.octave.mk ============================================================================== --- head/Mk/bsd.octave.mk Sun Feb 25 22:22:47 2018 (r462980) +++ head/Mk/bsd.octave.mk Sun Feb 25 22:23:45 2018 (r462981) @@ -20,7 +20,7 @@ RUN_DEPENDS+= octave:math/octave \ ${LOCALBASE}/libexec/octave/load-octave-pkg:math/octave-forge-base LIB_DEPENDS+= libpcre.so:devel/pcre -USES+= fortran gmake +USES+= fortran gmake compiler:c++14-lang CXXFLAGS+= -std=gnu++11 DIST_SUBDIR= octave-forge From owner-svn-ports-head@freebsd.org Sun Feb 25 23:17:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2841F31D11; Sun, 25 Feb 2018 23:17:11 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDD7D76127; Sun, 25 Feb 2018 23:17:10 +0000 (UTC) (envelope-from bhughes@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E4968136F9; Sun, 25 Feb 2018 23:17:10 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PNHAnT002337; Sun, 25 Feb 2018 23:17:10 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PNHAxg002335; Sun, 25 Feb 2018 23:17:10 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201802252317.w1PNHAxg002335@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Sun, 25 Feb 2018 23:17:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462982 - head/devel/py-botocore X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/devel/py-botocore X-SVN-Commit-Revision: 462982 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 23:17:11 -0000 Author: bhughes Date: Sun Feb 25 23:17:10 2018 New Revision: 462982 URL: https://svnweb.freebsd.org/changeset/ports/462982 Log: devel/py-botocore: Update 1.8.46 -> 1.8.50 Modified: head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Sun Feb 25 22:23:45 2018 (r462981) +++ head/devel/py-botocore/Makefile Sun Feb 25 23:17:10 2018 (r462982) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 1.8.46 +PORTVERSION= 1.8.50 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Sun Feb 25 22:23:45 2018 (r462981) +++ head/devel/py-botocore/distinfo Sun Feb 25 23:17:10 2018 (r462982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519137479 -SHA256 (botocore-1.8.46.tar.gz) = d798b9aa32e070f6483a9723fb3296da546a2d9d09f17bb62adc57eb5771aaa6 -SIZE (botocore-1.8.46.tar.gz) = 4198452 +TIMESTAMP = 1519589123 +SHA256 (botocore-1.8.50.tar.gz) = a80a23e080f4a93d11a1c067a69304dd407d18c358cba1e0df8c96f56c9e98b4 +SIZE (botocore-1.8.50.tar.gz) = 4205003 From owner-svn-ports-head@freebsd.org Sun Feb 25 23:17:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CABBDF31DDE; Sun, 25 Feb 2018 23:17:40 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A7D67621C; Sun, 25 Feb 2018 23:17:40 +0000 (UTC) (envelope-from bhughes@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 751EF136FB; Sun, 25 Feb 2018 23:17:40 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PNHeEA002469; Sun, 25 Feb 2018 23:17:40 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PNHeUK002467; Sun, 25 Feb 2018 23:17:40 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201802252317.w1PNHeUK002467@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Sun, 25 Feb 2018 23:17:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462983 - head/devel/awscli X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/devel/awscli X-SVN-Commit-Revision: 462983 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 23:17:41 -0000 Author: bhughes Date: Sun Feb 25 23:17:40 2018 New Revision: 462983 URL: https://svnweb.freebsd.org/changeset/ports/462983 Log: devel/awscli: Update 1.4.42 -> 1.4.46 Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Sun Feb 25 23:17:10 2018 (r462982) +++ head/devel/awscli/Makefile Sun Feb 25 23:17:40 2018 (r462983) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.14.42 +PORTVERSION= 1.14.46 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -12,7 +12,7 @@ COMMENT= Universal Command Line Interface for Amazon W LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.8.46:devel/py-botocore@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.8.50:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.12:net/py-s3transfer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} \ Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Sun Feb 25 23:17:10 2018 (r462982) +++ head/devel/awscli/distinfo Sun Feb 25 23:17:40 2018 (r462983) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519137494 -SHA256 (awscli-1.14.42.tar.gz) = f14ec0dc04b5c84f9c166c621c98be1dc2bc4861e8e53b6c1e84532e76ef053e -SIZE (awscli-1.14.42.tar.gz) = 588012 +TIMESTAMP = 1519589159 +SHA256 (awscli-1.14.46.tar.gz) = 87812debf22b2dea8ea9d85dfa18212b12401e360183da130ddc60bcb63a33d4 +SIZE (awscli-1.14.46.tar.gz) = 587814 From owner-svn-ports-head@freebsd.org Sun Feb 25 23:19:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA5C9F31F7B; Sun, 25 Feb 2018 23:19:10 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DF777637D; Sun, 25 Feb 2018 23:19:10 +0000 (UTC) (envelope-from bhughes@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 58DEA136FC; Sun, 25 Feb 2018 23:19:10 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PNJAkG002636; Sun, 25 Feb 2018 23:19:10 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PNJAEO002634; Sun, 25 Feb 2018 23:19:10 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201802252319.w1PNJAEO002634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Sun, 25 Feb 2018 23:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462984 - head/www/node X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node X-SVN-Commit-Revision: 462984 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 23:19:10 -0000 Author: bhughes Date: Sun Feb 25 23:19:09 2018 New Revision: 462984 URL: https://svnweb.freebsd.org/changeset/ports/462984 Log: www/node: Update 9.5.0 -> 9.6.1 https://nodejs.org/en/blog/release/v9.6.0/ https://nodejs.org/en/blog/release/v9.6.1/ Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Sun Feb 25 23:17:40 2018 (r462983) +++ head/www/node/Makefile Sun Feb 25 23:19:09 2018 (r462984) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 9.5.0 +PORTVERSION= 9.6.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Sun Feb 25 23:17:40 2018 (r462983) +++ head/www/node/distinfo Sun Feb 25 23:19:09 2018 (r462984) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517602786 -SHA256 (node-v9.5.0.tar.gz) = 039d4f6fa5b5855f44a662297c0ac515ef49047af721201e9f53c5d16fd3824c -SIZE (node-v9.5.0.tar.gz) = 31351190 +TIMESTAMP = 1519589061 +SHA256 (node-v9.6.1.tar.gz) = d3ddf10fd009a73e84e9990a9b057ea7de6645b3513471a84f188301b27062cf +SIZE (node-v9.6.1.tar.gz) = 31440598 From owner-svn-ports-head@freebsd.org Sun Feb 25 23:43:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 833A3F335E5; Sun, 25 Feb 2018 23:43:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31782771B6; Sun, 25 Feb 2018 23:43:35 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1393013BA6; Sun, 25 Feb 2018 23:43:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1PNhYWa017366; Sun, 25 Feb 2018 23:43:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PNhYe6017364; Sun, 25 Feb 2018 23:43:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802252343.w1PNhYe6017364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Feb 2018 23:43:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462985 - in head/math/gambit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math/gambit: . files X-SVN-Commit-Revision: 462985 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 23:43:35 -0000 Author: yuri Date: Sun Feb 25 23:43:34 2018 New Revision: 462985 URL: https://svnweb.freebsd.org/changeset/ports/462985 Log: math/gambit: Unbroke the port. Port changes: * Added the patch to avoid permissions problem. Reported it upstream: https://github.com/gambitproject/gambit/issues/229 * Took maintainership. * Removed USE_LDCONFIG (not needed). Approved by: tcberner (mentor, implicit) Added: head/math/gambit/files/patch-src_tools_logit_logbehav.imp (contents, props changed) Modified: head/math/gambit/Makefile Modified: head/math/gambit/Makefile ============================================================================== --- head/math/gambit/Makefile Sun Feb 25 23:19:09 2018 (r462984) +++ head/math/gambit/Makefile Sun Feb 25 23:43:34 2018 (r462985) @@ -7,22 +7,18 @@ PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Library of tools for doing computation in game theory LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_armv6= fails to compile: 'm_number' is a private member of 'Gambit::GamePlayerRep' -BROKEN_armv7= fails to compile: 'm_number' is a private member of 'Gambit::GamePlayerRep' - USES= compiler:c++11-lib +GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_WX= 3.0 USE_CXXSTD= c++11 WX_CONF_ARGS= absolute -GNU_CONFIGURE= yes -USE_LDCONFIG= yes post-install: ${INSTALL_DATA} ${WRKSRC}/gambit.desktop \ Added: head/math/gambit/files/patch-src_tools_logit_logbehav.imp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/gambit/files/patch-src_tools_logit_logbehav.imp Sun Feb 25 23:43:34 2018 (r462985) @@ -0,0 +1,11 @@ +--- src/tools/logit/logbehav.imp.orig 2018-02-25 23:16:35 UTC ++++ src/tools/logit/logbehav.imp +@@ -269,7 +269,7 @@ void LogBehavProfile::GetPayoff(GameT + } + + if (node->children.Length()) { +- int pl = node->infoset->m_player->m_number, iset = node->infoset->m_number; ++ int pl = node->infoset->m_player->GetNumber(), iset = node->infoset->GetNumber(); // fixes the build problem, see https://github.com/gambitproject/gambit/issues/229 + if (pl == 0) { + // chance player + for (int act = 1; act <= node->NumChildren(); act++) { From owner-svn-ports-head@freebsd.org Sun Feb 25 23:54:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD5FDF33EF1; Sun, 25 Feb 2018 23:54:06 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F50477816; Sun, 25 Feb 2018 23:54:06 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 692A513D49; Sun, 25 Feb 2018 23:54:06 +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 w1PNs6VE022395; Sun, 25 Feb 2018 23:54:06 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1PNs6KD022393; Sun, 25 Feb 2018 23:54:06 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201802252354.w1PNs6KD022393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 25 Feb 2018 23:54:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462986 - head/www/mythplugin-mythweb X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/www/mythplugin-mythweb X-SVN-Commit-Revision: 462986 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Feb 2018 23:54:07 -0000 Author: jhale Date: Sun Feb 25 23:54:06 2018 New Revision: 462986 URL: https://svnweb.freebsd.org/changeset/ports/462986 Log: Fix owner/group/permissions to stave off execution (working on update, see: [1]) Install LICENSE_FILE via framework Pet portlint PR: 225652 [1] Modified: head/www/mythplugin-mythweb/Makefile head/www/mythplugin-mythweb/pkg-plist Modified: head/www/mythplugin-mythweb/Makefile ============================================================================== --- head/www/mythplugin-mythweb/Makefile Sun Feb 25 23:43:34 2018 (r462985) +++ head/www/mythplugin-mythweb/Makefile Sun Feb 25 23:54:06 2018 (r462986) @@ -4,6 +4,7 @@ PORTNAME= mythweb PORTVERSION= 0.28.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www PKGNAMEPREFIX= mythplugin- @@ -11,33 +12,30 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Frontend for scheduling and managing recordings on your MythTV Box LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE -EXPIRATION_DATE= 2018-03-07 -DEPRECATED= Unmaintained, all www files wrongly belongs to www user. - IGNORE_WITH_PHP= 70 71 72 RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql +USES= php shebangfix USE_GITHUB= yes GH_ACCOUNT= MythTV - -USES= php shebangfix -USE_PHP= spl session mysql pcre posix json +USE_PHP= json mysql pcre posix session spl SHEBANG_FILES= mythweb.pl modules/_shared/lang/build_translation.pl \ modules/coverart/handler.pl modules/stream/*.pl + NO_BUILD= yes NO_ARCH= yes - +PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message REINPLACE_ARGS= -i "" -PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" -OPTIONS_DEFINE= APACHE LIGHTTPD +OPTIONS_DEFINE= APACHE LIGHTTPD OPTIONS_DEFAULT= APACHE +APACHE_USE= APACHE_RUN=22+ LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd -APACHE_USE= APACHE_RUN=22+ post-patch: @${REINPLACE_CMD} -e 's|/var/www/html|${WWWDIR}|' \ @@ -46,6 +44,7 @@ post-patch: ${WRKSRC}/mythweb.conf.lighttpd do-install: - (cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} "! -name *.orig") + (cd ${WRKSRC} && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} \ + "! -name *.orig -and ! -name LICENSE") .include Modified: head/www/mythplugin-mythweb/pkg-plist ============================================================================== --- head/www/mythplugin-mythweb/pkg-plist Sun Feb 25 23:43:34 2018 (r462985) +++ head/www/mythplugin-mythweb/pkg-plist Sun Feb 25 23:54:06 2018 (r462986) @@ -1,10 +1,6 @@ -@owner %%WWWOWN%% -@group %%WWWGRP%% +%%WWWDIR%%/Dockerfile %%WWWDIR%%/INSTALL -%%WWWDIR%%/LICENSE %%WWWDIR%%/README -%%WWWDIR%%/%%AP_NAME%%.conf.nginx -%%WWWDIR%%/Dockerfile %%WWWDIR%%/classes/Cache.php %%WWWDIR%%/classes/Cache/APC.php %%WWWDIR%%/classes/Cache/Enabled.php @@ -255,8 +251,8 @@ %%WWWDIR%%/modules/tv/lookup_metadata.php %%WWWDIR%%/modules/tv/opensearch.php %%WWWDIR%%/modules/tv/playerProductInstall.swf -%%WWWDIR%%/modules/tv/recorded.php %%WWWDIR%%/modules/tv/recommended.php +%%WWWDIR%%/modules/tv/recorded.php %%WWWDIR%%/modules/tv/schedules.php %%WWWDIR%%/modules/tv/schedules_custom.php %%WWWDIR%%/modules/tv/schedules_manual.php @@ -274,8 +270,8 @@ %%WWWDIR%%/modules/tv/tmpl/default/list_cell_nodata.php %%WWWDIR%%/modules/tv/tmpl/default/list_cell_program.php %%WWWDIR%%/modules/tv/tmpl/default/list_data.php -%%WWWDIR%%/modules/tv/tmpl/default/recorded.php %%WWWDIR%%/modules/tv/tmpl/default/recommended.php +%%WWWDIR%%/modules/tv/tmpl/default/recorded.php %%WWWDIR%%/modules/tv/tmpl/default/schedules.php %%WWWDIR%%/modules/tv/tmpl/default/schedules_custom.php %%WWWDIR%%/modules/tv/tmpl/default/schedules_manual.php @@ -325,6 +321,7 @@ %%WWWDIR%%/modules/welcome.php %%WWWDIR%%/mythweb.conf.apache %%WWWDIR%%/mythweb.conf.lighttpd +%%WWWDIR%%/mythweb.conf.nginx %%WWWDIR%%/mythweb.php %%WWWDIR%%/mythweb.pl %%WWWDIR%%/skins/clean_blue/backend_log.css @@ -420,9 +417,9 @@ %%WWWDIR%%/skins/default/img/flags/commflagged.png %%WWWDIR%%/skins/default/img/flags/cutlist.png %%WWWDIR%%/skins/default/img/flags/damaged.png +%%WWWDIR%%/skins/default/img/flags/hd.png %%WWWDIR%%/skins/default/img/flags/hd1080.png %%WWWDIR%%/skins/default/img/flags/hd720.png -%%WWWDIR%%/skins/default/img/flags/hd.png %%WWWDIR%%/skins/default/img/flags/no.png %%WWWDIR%%/skins/default/img/flags/no_autoexpire.png %%WWWDIR%%/skins/default/img/flags/processing.png @@ -671,113 +668,6 @@ %%WWWDIR%%/skins/wap/img/spacer.gif %%WWWDIR%%/skins/wap/style.css %%WWWDIR%%/tests/testUPnP.php -@dir %%WWWDIR%%/tests -@dir %%WWWDIR%%/skins/wap/img/apple-touch-icons -@dir %%WWWDIR%%/skins/wap/img -@dir %%WWWDIR%%/skins/wap -@dir %%WWWDIR%%/skins/haze_light/img/apple-touch-icons -@dir %%WWWDIR%%/skins/haze_light/img -@dir %%WWWDIR%%/skins/haze_light -@dir %%WWWDIR%%/skins/haze_dark/img/apple-touch-icons -@dir %%WWWDIR%%/skins/haze_dark/img -@dir %%WWWDIR%%/skins/haze_dark -@dir %%WWWDIR%%/skins/grey/img/flags -@dir %%WWWDIR%%/skins/grey/img/apple-touch-icons -@dir %%WWWDIR%%/skins/grey/img -@dir %%WWWDIR%%/skins/grey -@dir %%WWWDIR%%/skins/elkin/img/music -@dir %%WWWDIR%%/skins/elkin/img/flags -@dir %%WWWDIR%%/skins/elkin/img/apple-touch-icons -@dir %%WWWDIR%%/skins/elkin/img -@dir %%WWWDIR%%/skins/elkin -@dir %%WWWDIR%%/skins/default/img/music -@dir %%WWWDIR%%/skins/default/img/flags -@dir %%WWWDIR%%/skins/default/img/feelings -@dir %%WWWDIR%%/skins/default/img/apple-touch-icons -@dir %%WWWDIR%%/skins/default/img -@dir %%WWWDIR%%/skins/default -@dir %%WWWDIR%%/skins/clean_blue/img/music -@dir %%WWWDIR%%/skins/clean_blue/img/flags -@dir %%WWWDIR%%/skins/clean_blue/img/apple-touch-icons -@dir %%WWWDIR%%/skins/clean_blue/img -@dir %%WWWDIR%%/skins/clean_blue -@dir %%WWWDIR%%/skins -@dir %%WWWDIR%%/modules/video/tmpl/default -@dir %%WWWDIR%%/modules/video/tmpl -@dir %%WWWDIR%%/modules/video -@dir %%WWWDIR%%/modules/tv/tmpl/wap -@dir %%WWWDIR%%/modules/tv/tmpl/rss -@dir %%WWWDIR%%/modules/tv/tmpl/lite -@dir %%WWWDIR%%/modules/tv/tmpl/ical -@dir %%WWWDIR%%/modules/tv/tmpl/default -@dir %%WWWDIR%%/modules/tv/tmpl -@dir %%WWWDIR%%/modules/tv/includes -@dir %%WWWDIR%%/modules/tv/classes -@dir %%WWWDIR%%/modules/tv -@dir %%WWWDIR%%/modules/stream/tmpl/lite -@dir %%WWWDIR%%/modules/stream/tmpl/default -@dir %%WWWDIR%%/modules/stream/tmpl -@dir %%WWWDIR%%/modules/stream -@dir %%WWWDIR%%/modules/status/tmpl/wap -@dir %%WWWDIR%%/modules/status/tmpl/lite -@dir %%WWWDIR%%/modules/status/tmpl/default -@dir %%WWWDIR%%/modules/status/tmpl -@dir %%WWWDIR%%/modules/status -@dir %%WWWDIR%%/modules/stats/tmpl/lite -@dir %%WWWDIR%%/modules/stats/tmpl/default -@dir %%WWWDIR%%/modules/stats/tmpl -@dir %%WWWDIR%%/modules/stats -@dir %%WWWDIR%%/modules/settings/tmpl/lite -@dir %%WWWDIR%%/modules/settings/tmpl/default -@dir %%WWWDIR%%/modules/settings/tmpl -@dir %%WWWDIR%%/modules/settings -@dir %%WWWDIR%%/modules/remote/tmpl/default -@dir %%WWWDIR%%/modules/remote/tmpl -@dir %%WWWDIR%%/modules/remote -@dir %%WWWDIR%%/modules/mythweb/tmpl/lite -@dir %%WWWDIR%%/modules/mythweb/tmpl/default -@dir %%WWWDIR%%/modules/mythweb/tmpl -@dir %%WWWDIR%%/modules/mythweb -@dir %%WWWDIR%%/modules/mythtv/tmpl/lite -@dir %%WWWDIR%%/modules/mythtv/tmpl/default -@dir %%WWWDIR%%/modules/mythtv/tmpl -@dir %%WWWDIR%%/modules/mythtv -@dir %%WWWDIR%%/modules/music/tmpl/default -@dir %%WWWDIR%%/modules/music/tmpl -@dir %%WWWDIR%%/modules/music -@dir %%WWWDIR%%/modules/database/tmpl/default -@dir %%WWWDIR%%/modules/database/tmpl -@dir %%WWWDIR%%/modules/database -@dir %%WWWDIR%%/modules/coverart -@dir %%WWWDIR%%/modules/backend_log/tmpl/lite -@dir %%WWWDIR%%/modules/backend_log/tmpl/default -@dir %%WWWDIR%%/modules/backend_log/tmpl -@dir %%WWWDIR%%/modules/backend_log -@dir %%WWWDIR%%/modules/_shared/tmpl/wap -@dir %%WWWDIR%%/modules/_shared/tmpl/tmpl -@dir %%WWWDIR%%/modules/_shared/tmpl/lite -@dir %%WWWDIR%%/modules/_shared/tmpl/default -@dir %%WWWDIR%%/modules/_shared/tmpl/_errors -@dir %%WWWDIR%%/modules/_shared/tmpl -@dir %%WWWDIR%%/modules/_shared/lang -@dir %%WWWDIR%%/modules/_shared -@dir %%WWWDIR%%/modules -@dir %%WWWDIR%%/js/scriptaculous -@dir %%WWWDIR%%/js/prototip -@dir %%WWWDIR%%/js/libs/flowplayer -@dir %%WWWDIR%%/js/libs -@dir %%WWWDIR%%/js/dialog -@dir %%WWWDIR%%/js -@dir %%WWWDIR%%/includes -@dir(,,775) %%WWWDIR%%/data/tv_icons -@dir(,,775) %%WWWDIR%%/data/cache -@dir(,,775) %%WWWDIR%%/data -@dir %%WWWDIR%%/configuration -@dir %%WWWDIR%%/classes/UPnP -@dir %%WWWDIR%%/classes/Database/Query -@dir %%WWWDIR%%/classes/Database -@dir %%WWWDIR%%/classes/Cache -@dir %%WWWDIR%%/classes -@dir %%WWWDIR%% -@owner -@group +@dir(%%WWWOWN%%,%%WWWGROUP%%,700) %%WWWDIR%%/data/tv_icons +@dir(%%WWWOWN%%,%%WWWGROUP%%,700) %%WWWDIR%%/data/cache +@dir(%%WWWOWN%%,%%WWWGROUP%%,700) %%WWWDIR%%/data From owner-svn-ports-head@freebsd.org Mon Feb 26 00:16:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25754F35961; Mon, 26 Feb 2018 00:16:29 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCF7C787F5; Mon, 26 Feb 2018 00:16:28 +0000 (UTC) (envelope-from madpilot@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C37DA1407C; Mon, 26 Feb 2018 00:16:28 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q0GSbg032552; Mon, 26 Feb 2018 00:16:28 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q0GSlc032550; Mon, 26 Feb 2018 00:16:28 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201802260016.w1Q0GSlc032550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 26 Feb 2018 00:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462987 - head/x11/xfce4-terminal X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/x11/xfce4-terminal X-SVN-Commit-Revision: 462987 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 00:16:29 -0000 Author: madpilot Date: Mon Feb 26 00:16:28 2018 New Revision: 462987 URL: https://svnweb.freebsd.org/changeset/ports/462987 Log: Update xfce4-terminal to 0.8.7.1. Dot revision fixing a bug in tab switching. Modified: head/x11/xfce4-terminal/Makefile head/x11/xfce4-terminal/distinfo Modified: head/x11/xfce4-terminal/Makefile ============================================================================== --- head/x11/xfce4-terminal/Makefile Sun Feb 25 23:54:06 2018 (r462986) +++ head/x11/xfce4-terminal/Makefile Mon Feb 26 00:16:28 2018 (r462987) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= xfce4-terminal -PORTVERSION= 0.8.7 +PORTVERSION= 0.8.7.1 CATEGORIES= x11 xfce -MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} +MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org Modified: head/x11/xfce4-terminal/distinfo ============================================================================== --- head/x11/xfce4-terminal/distinfo Sun Feb 25 23:54:06 2018 (r462986) +++ head/x11/xfce4-terminal/distinfo Mon Feb 26 00:16:28 2018 (r462987) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519586760 -SHA256 (xfce4/xfce4-terminal-0.8.7.tar.bz2) = 0ced5ff686f839acb6a89a9fd48af7ab04d17a56346e31d1a5063cfa36734540 -SIZE (xfce4/xfce4-terminal-0.8.7.tar.bz2) = 889667 +TIMESTAMP = 1519601762 +SHA256 (xfce4/xfce4-terminal-0.8.7.1.tar.bz2) = 9ff21627e8d2a105e7133efc3e8eeeda376a2071fac737e37cf47a539a7b4351 +SIZE (xfce4/xfce4-terminal-0.8.7.1.tar.bz2) = 889692 From owner-svn-ports-head@freebsd.org Mon Feb 26 03:42:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA3C9F2569D; Mon, 26 Feb 2018 03:42:57 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6FD6C7FBBF; Mon, 26 Feb 2018 03:42:57 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6ABB0162F3; Mon, 26 Feb 2018 03:42:57 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q3gvog037601; Mon, 26 Feb 2018 03:42:57 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q3gvNc037600; Mon, 26 Feb 2018 03:42:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802260342.w1Q3gvNc037600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Feb 2018 03:42:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462988 - head/math/mosesdecoder X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/mosesdecoder X-SVN-Commit-Revision: 462988 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 03:42:58 -0000 Author: yuri Date: Mon Feb 26 03:42:57 2018 New Revision: 462988 URL: https://svnweb.freebsd.org/changeset/ports/462988 Log: math/mosesdecoder: Unbroke the port. Port changes: * Added USES=python (used in scripts) * Added SHEBANG_FILES for pythin scripts * Added python_OLD_CMD * Added stripping * Added command silencing Approved by: tcberner (mentor, implicit) Modified: head/math/mosesdecoder/Makefile Modified: head/math/mosesdecoder/Makefile ============================================================================== --- head/math/mosesdecoder/Makefile Mon Feb 26 00:16:28 2018 (r462987) +++ head/math/mosesdecoder/Makefile Mon Feb 26 03:42:57 2018 (r462988) @@ -4,11 +4,11 @@ PORTNAME= mosesdecoder PORTVERSION= 2.1.1 DISTVERSIONPREFIX= RELEASE- -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MAINTAINER= demon@FreeBSD.org -COMMENT= A statistical machine translation system +COMMENT= Statistical machine translation system BUILD_DEPENDS= bash:shells/bash \ bjam:devel/boost-jam @@ -17,11 +17,16 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libirstlm.so:textproc/irstlm RUN_DEPENDS= lmplz:textproc/kenlm +USES= compiler:c++11-lang python shebangfix USE_GITHUB= yes GH_ACCOUNT= moses-smt - -USES= compiler:c++11-lang shebangfix SHEBANG_REGEX= ./scripts/.*\.(sh|pl|perl|cgi) +SHEBANG_FILES= scripts/analysis/extract-target-trees.py \ + scripts/ems/support/mml-filter.py \ + scripts/training/flexibility_score.py \ + scripts/training/filter-rule-table.py \ + scripts/training/create_count_tables.py +python_OLD_CMD= "/usr/bin/env python" MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}/jam-files/boost-build @@ -29,8 +34,11 @@ do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} bjam --with-boost=${LOCALBASE} --with-irstlm=${LOCALBASE} --with-randlm=${LOCALBASE} --without-tcmalloc --notrace --toolset=${CHOSEN_COMPILER_TYPE} debug-symbols=off ${_MAKE_JOBS} do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} bjam --with-boost=${LOCALBASE} --with-irstlm=${LOCALBASE} --with-randlm=${LOCALBASE} --without-tcmalloc --notrace --prefix=${STAGEDIR}${PREFIX} --install-scripts=${STAGEDIR}${DATADIR} --toolset=${CHOSEN_COMPILER_TYPE} debug-symbols=off ${_MAKE_JOBS} release cd ${STAGEDIR}${PREFIX}/bin && ${RM} build_binary filter fragment lmplz query + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include From owner-svn-ports-head@freebsd.org Mon Feb 26 04:16:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 427ABF27BB4; Mon, 26 Feb 2018 04:16:15 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E93A8811B8; Mon, 26 Feb 2018 04:16:14 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2CDB167D7; Mon, 26 Feb 2018 04:16:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q4GEPp052852; Mon, 26 Feb 2018 04:16:14 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q4GEEH052851; Mon, 26 Feb 2018 04:16:14 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802260416.w1Q4GEEH052851@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Feb 2018 04:16:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462989 - head/science/py-ws2300 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/py-ws2300 X-SVN-Commit-Revision: 462989 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 04:16:15 -0000 Author: yuri Date: Mon Feb 26 04:16:14 2018 New Revision: 462989 URL: https://svnweb.freebsd.org/changeset/ports/462989 Log: science/py-ws2300: Unbroke the port. Port changes: * Fixed shebang * While here, added USE_PYTHON=concurrent Approved by: tcberner (mentor, implicit) Modified: head/science/py-ws2300/Makefile Modified: head/science/py-ws2300/Makefile ============================================================================== --- head/science/py-ws2300/Makefile Mon Feb 26 03:42:57 2018 (r462988) +++ head/science/py-ws2300/Makefile Mon Feb 26 04:16:14 2018 (r462989) @@ -3,7 +3,7 @@ PORTNAME= ws2300 PORTVERSION= 1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}-1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/agpl-3.0.txt USES= python:2.7 -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes PLIST_FILES= bin/ws2300 man/man1/ws2300.1.gz @@ -23,5 +23,6 @@ PLIST_FILES= bin/ws2300 man/man1/ws2300.1.gz post-install: ${INSTALL_SCRIPT} ${FILESDIR}/ws2300 ${STAGEDIR}${PREFIX}/bin/ws2300 ${INSTALL_MAN} ${WRKSRC}/ws2300.1 ${STAGEDIR}${PREFIX}/man/man1/ + @${REINPLACE_CMD} -i '' -e 's|/usr/bin/env python|${PYTHON_CMD}|' ${STAGEDIR}${PREFIX}/bin/ws2300 .include From owner-svn-ports-head@freebsd.org Mon Feb 26 05:28:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C52FFF2C4E0; Mon, 26 Feb 2018 05:28:43 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7AF6983C24; Mon, 26 Feb 2018 05:28:43 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70DC0172E8; Mon, 26 Feb 2018 05:28:43 +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 w1Q5Shut087322; Mon, 26 Feb 2018 05:28:43 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q5ShgW087321; Mon, 26 Feb 2018 05:28:43 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201802260528.w1Q5ShgW087321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 26 Feb 2018 05:28:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462991 - head/devel/devhelp X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/devel/devhelp X-SVN-Commit-Revision: 462991 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 05:28:43 -0000 Author: pi Date: Mon Feb 26 05:28:42 2018 New Revision: 462991 URL: https://svnweb.freebsd.org/changeset/ports/462991 Log: devel/devhelp: Disable -Werror (Fails to build due to warnings) PR: 226151 Submitted by: Walter Schwarzenfeld Approved by: portmgr (port compliance, infrastructure) Modified: head/devel/devhelp/Makefile Modified: head/devel/devhelp/Makefile ============================================================================== --- head/devel/devhelp/Makefile Mon Feb 26 05:19:32 2018 (r462990) +++ head/devel/devhelp/Makefile Mon Feb 26 05:28:42 2018 (r462991) @@ -3,7 +3,7 @@ PORTNAME= devhelp PORTVERSION= 3.24.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,13 +16,15 @@ LICENSE_FILES= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 - + PORTSCOUT= limitw:1,even USES= compiler:c++11-lib gettext gmake gnome libtool localbase \ pathfix pkgconfig python:3.3+,build tar:xz USE_GNOME= cairo gtk30 introspection GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-Werror + INSTALLS_ICONS= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip From owner-svn-ports-head@freebsd.org Mon Feb 26 05:59:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 687BEF2DB98; Mon, 26 Feb 2018 05:59:31 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B78E84A62; Mon, 26 Feb 2018 05:59:31 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB616177AA; Mon, 26 Feb 2018 05:59:30 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q5xUfQ002005; Mon, 26 Feb 2018 05:59:30 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q5xU77002003; Mon, 26 Feb 2018 05:59:30 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201802260559.w1Q5xU77002003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 26 Feb 2018 05:59:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462992 - head/www/drupal7 X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/drupal7 X-SVN-Commit-Revision: 462992 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 05:59:31 -0000 Author: joneum Date: Mon Feb 26 05:59:30 2018 New Revision: 462992 URL: https://svnweb.freebsd.org/changeset/ports/462992 Log: www/drupal7: Update to 7.57 Changelog: https://www.drupal.org/SA-CORE-2018-001 CVE-2017-6926 CVE-2017-6927 CVE-2017-6928 CVE-2017-6929 CVE-2017-6930 CVE-2017-6931 CVE-2017-6932 MFH: 2018Q1 Security: 57580fcc-1a61-11e8-97e0-00e04c1ea73d Modified: head/www/drupal7/Makefile head/www/drupal7/distinfo Modified: head/www/drupal7/Makefile ============================================================================== --- head/www/drupal7/Makefile Mon Feb 26 05:28:42 2018 (r462991) +++ head/www/drupal7/Makefile Mon Feb 26 05:59:30 2018 (r462992) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -PORTVERSION= 7.56 +DISTVERSION= 7.57 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: head/www/drupal7/distinfo ============================================================================== --- head/www/drupal7/distinfo Mon Feb 26 05:28:42 2018 (r462991) +++ head/www/drupal7/distinfo Mon Feb 26 05:59:30 2018 (r462992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499531062 -SHA256 (drupal/drupal-7.56.tar.gz) = 02fb4b46060d53c2f876d2381a8741249819e3a02ea1d7291036f6ea280d7b69 -SIZE (drupal/drupal-7.56.tar.gz) = 3277833 +TIMESTAMP = 1519588287 +SHA256 (drupal/drupal-7.57.tar.gz) = c3bc1173d7830941fa9ee6061d555fec334bd6834d2fc5c870f3aef1fbf667e2 +SIZE (drupal/drupal-7.57.tar.gz) = 3279405 From owner-svn-ports-head@freebsd.org Mon Feb 26 07:04:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89539F2FBBB; Mon, 26 Feb 2018 07:04:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36CE18682D; Mon, 26 Feb 2018 07:04:29 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 31547182C0; Mon, 26 Feb 2018 07:04:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q74T0l036562; Mon, 26 Feb 2018 07:04:29 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q74TiT036561; Mon, 26 Feb 2018 07:04:29 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802260704.w1Q74TiT036561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Feb 2018 07:04:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462993 - head/math/py-theano X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-theano X-SVN-Commit-Revision: 462993 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 07:04:29 -0000 Author: yuri Date: Mon Feb 26 07:04:28 2018 New Revision: 462993 URL: https://svnweb.freebsd.org/changeset/ports/462993 Log: math/py-theano: Unbroke the port. Port changes: * Fixed shebang and pythn intepreter in theano/misc/check_blas_many.sh * While here, added LICENSE/LICENSE_FILE Approved by: portmgr (port compliance, infrastructure) Approved by: tcberner (mentor, implicit) Modified: head/math/py-theano/Makefile Modified: head/math/py-theano/Makefile ============================================================================== --- head/math/py-theano/Makefile Mon Feb 26 05:59:30 2018 (r462992) +++ head/math/py-theano/Makefile Mon Feb 26 07:04:28 2018 (r462993) @@ -12,6 +12,9 @@ DISTNAME= Theano-${DISTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= Optimizing compiler for evaluating math expressions on CPUs and GPUs +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.8.0:science/py-scipy@${FLAVOR} @@ -20,5 +23,9 @@ USE_PYTHON= concurrent distutils autoplist SUB_FILES= pkg-message SUB_LIST= CXX=${CXX} + +post-patch: + @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|; s|python |${PYTHON_CMD} |' \ + ${WRKSRC}/theano/misc/check_blas_many.sh .include From owner-svn-ports-head@freebsd.org Mon Feb 26 07:23:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A82EF308E5; Mon, 26 Feb 2018 07:23:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4E1C870A1; Mon, 26 Feb 2018 07:23:53 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6D09185FD; Mon, 26 Feb 2018 07:23:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q7Nrc8046594; Mon, 26 Feb 2018 07:23:53 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q7Nr18046590; Mon, 26 Feb 2018 07:23:53 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802260723.w1Q7Nr18046590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Feb 2018 07:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462994 - in head/textproc: . py-gambit-elasticsearch X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: . py-gambit-elasticsearch X-SVN-Commit-Revision: 462994 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 07:23:54 -0000 Author: yuri Date: Mon Feb 26 07:23:53 2018 New Revision: 462994 URL: https://svnweb.freebsd.org/changeset/ports/462994 Log: New port: textproc/py-gambit-elasticsearch: Micro library for performing multi queries in elasticsearch Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14509 Added: head/textproc/py-gambit-elasticsearch/ head/textproc/py-gambit-elasticsearch/Makefile (contents, props changed) head/textproc/py-gambit-elasticsearch/distinfo (contents, props changed) head/textproc/py-gambit-elasticsearch/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Feb 26 07:04:28 2018 (r462993) +++ head/textproc/Makefile Mon Feb 26 07:23:53 2018 (r462994) @@ -1299,6 +1299,7 @@ SUBDIR += py-et_xmlfile SUBDIR += py-excelerator SUBDIR += py-feedparser + SUBDIR += py-gambit-elasticsearch SUBDIR += py-genshi SUBDIR += py-guess-language SUBDIR += py-hexdump Added: head/textproc/py-gambit-elasticsearch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-gambit-elasticsearch/Makefile Mon Feb 26 07:23:53 2018 (r462994) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= gambit +DISTVERSION= 0.1.6 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= -elasticsearch + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Micro library for performing multi queries in elasticsearch + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/textproc/py-gambit-elasticsearch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-gambit-elasticsearch/distinfo Mon Feb 26 07:23:53 2018 (r462994) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519605189 +SHA256 (gambit-0.1.6.tar.gz) = f35c387fdfc42a51a030fe27a07b9b1bdd2ed5f37538a0d1b888b328cc49456f +SIZE (gambit-0.1.6.tar.gz) = 1943 Added: head/textproc/py-gambit-elasticsearch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-gambit-elasticsearch/pkg-descr Mon Feb 26 07:23:53 2018 (r462994) @@ -0,0 +1,4 @@ +A python library for performing multi queries in elasticsearch, +a distributed RESTful search engine. + +WWW: https://pypi.python.org/pypi/gambit From owner-svn-ports-head@freebsd.org Mon Feb 26 08:17:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF385F33508; Mon, 26 Feb 2018 08:16:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E81068DE1; Mon, 26 Feb 2018 08:16:59 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9362818DEE; Mon, 26 Feb 2018 08:16:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q8GxZO071799; Mon, 26 Feb 2018 08:16:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q8GxD9071797; Mon, 26 Feb 2018 08:16:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802260816.w1Q8GxD9071797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Feb 2018 08:16:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462995 - head/devel/RStudio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/RStudio X-SVN-Commit-Revision: 462995 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 08:17:00 -0000 Author: yuri Date: Mon Feb 26 08:16:59 2018 New Revision: 462995 URL: https://svnweb.freebsd.org/changeset/ports/462995 Log: devel/RStudio: Unbroke the port; Updated to 1.1.434 It was broken because due to the internally set LD_LIBRARY_PATH containing /lib /lib/libgcc_s.so.1 was loading and causing conflict with the gcc's libgcc_s.so library. Fixed by LD_PRELOAD of the gcc's libgcc_s.so library. Approved by: tcberner (mentor, implicit) Modified: head/devel/RStudio/Makefile head/devel/RStudio/distinfo Modified: head/devel/RStudio/Makefile ============================================================================== --- head/devel/RStudio/Makefile Mon Feb 26 07:23:53 2018 (r462994) +++ head/devel/RStudio/Makefile Mon Feb 26 08:16:59 2018 (r462995) @@ -5,8 +5,7 @@ PORTNAME= RStudio DISTVERSIONPREFIX= v -DISTVERSION= 1.1.409 -PORTREVISION= 1 +DISTVERSION= 1.1.434 CATEGORIES= devel math java MASTER_SITES= https://s3.amazonaws.com/rstudio-dictionaries/:dictionaries \ https://s3.amazonaws.com/rstudio-buildtools/:buildtools @@ -73,7 +72,11 @@ pre-build: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/cpp/desktop/global-setenv.h post-install: - @${LN} -s ${PREFIX}/lib/rstudio/bin/rstudio ${STAGEDIR}${PREFIX}/bin/rstudio + @(echo "#!/bin/sh"; \ + echo "# workaround for the problem that RStudio passes /lib with LD_LIBRARY_PATH that causes the /lib/libgcc_s.so.1 conflict with gcc"; \ + echo "LD_PRELOAD=${PREFIX}/lib/gcc6/libgcc_s.so ${PREFIX}/lib/rstudio/bin/rstudio \"$@\"" \ + ) > ${STAGEDIR}${PREFIX}/bin/rstudio + @${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/rstudio @${REINPLACE_CMD} -e 's|^Exec=.*/rstudio|Exec=${PREFIX}/bin/rstudio|' ${STAGEDIR}${PREFIX}/share/applications/rstudio.desktop # There is a variability in .js file names due to the use of random numbers, so we use the automatic plist. @${SETENV} ${CO_ENV} ${SH} ${SCRIPTSDIR}/check-stagedir.sh makeplist | ${GREP} -v ^\/ | ${SED} -e 's|%%WWWDIR%%|www/rstudio|' > ${TMPPLIST} Modified: head/devel/RStudio/distinfo ============================================================================== --- head/devel/RStudio/distinfo Mon Feb 26 07:23:53 2018 (r462994) +++ head/devel/RStudio/distinfo Mon Feb 26 08:16:59 2018 (r462995) @@ -1,4 +1,4 @@ -TIMESTAMP = 1514973738 +TIMESTAMP = 1519621145 SHA256 (core-dictionaries.zip) = 4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494 SIZE (core-dictionaries.zip) = 876339 SHA256 (gin-1.5.zip) = f561f4eb5d5fe1cff95c881e6aed53a86e9f0de8a52863295a8600375f96ab94 @@ -7,8 +7,8 @@ SHA256 (gwt-2.7.0.zip) = aa65061b73836190410720bea422e SIZE (gwt-2.7.0.zip) = 108818328 SHA256 (mathjax-26.zip) = 939a2d7f37e26287970be942df70f3e8f272bac2eb868ce1de18bb95d3c26c71 SIZE (mathjax-26.zip) = 3061588 -SHA256 (RStudio-rstudio-v1.1.409_GH0.tar.gz) = fc5773d128665d28674c540051437515c8eb49bb4f4ce000435bd4094acbfb3e -SIZE (RStudio-rstudio-v1.1.409_GH0.tar.gz) = 20195673 +SHA256 (RStudio-rstudio-v1.1.434_GH0.tar.gz) = 0c78c2ac1072b4e3dbc3397e84a2f2cb20bd78a96d484d18868d9778f3198e07 +SIZE (RStudio-rstudio-v1.1.434_GH0.tar.gz) = 20197399 SHA256 (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = b6f6f48dd9930514204739d8957c2737f0b1d110aebf9f89fa31de10598cb29b SIZE (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = 2087615 SHA256 (rstudio-rsconnect-03c379b_GH0.tar.gz) = d24b6ee49f32f650f6d10bbfc7b2f61aee258f2fbf45a43c006f9e0a726bcea6 From owner-svn-ports-head@freebsd.org Mon Feb 26 08:29:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BCA2F3424C; Mon, 26 Feb 2018 08:29:44 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D11869554; Mon, 26 Feb 2018 08:29:44 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22D4C18FB3; Mon, 26 Feb 2018 08:29:44 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q8ThOX076974; Mon, 26 Feb 2018 08:29:43 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q8ThND076969; Mon, 26 Feb 2018 08:29:43 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802260829.w1Q8ThND076969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Feb 2018 08:29:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462996 - head/graphics/qgis X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/qgis X-SVN-Commit-Revision: 462996 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 08:29:44 -0000 Author: yuri Date: Mon Feb 26 08:29:43 2018 New Revision: 462996 URL: https://svnweb.freebsd.org/changeset/ports/462996 Log: graphics/qgis: Update to 2.18.17 Additional port changes: * Added PYUIC_PROGRAM because cmake couldn't find pyuic4 * Flavorized some dependencies with missing flavors * Silenced/improved some commands * Updated WWW PR: 226190 Submitted by: Rainer Hurling (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/graphics/qgis/Makefile head/graphics/qgis/distinfo head/graphics/qgis/pkg-descr head/graphics/qgis/pkg-plist Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Mon Feb 26 08:16:59 2018 (r462995) +++ head/graphics/qgis/Makefile Mon Feb 26 08:29:43 2018 (r462996) @@ -3,8 +3,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- -DISTVERSION= 2_18_15 -PORTREVISION= 1 +DISTVERSION= 2_18_17 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -28,17 +27,14 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ USES= bison cmake compiler:features cpe desktop-file-utils \ fortran gmake pyqt:4 python:2.7 sqlite:3 - USE_GITHUB= yes GH_PROJECT= ${PORTNAME:tu} - USE_PYQT= core gui network qscintilla2 sip sql svg xml webkit_run - USE_QT4= corelib designer doc gui linguist_build moc_build \ network qmake_build rcc_build script sql sql-pgsql \ sql-sqlite3 svg testlib uic_build webkit xml - USE_LDCONFIG= yes + ICON_SIZES= 8 16 22 24 32 36 42 48 64 72 80 96 128 192 256 512 OPTIONS_DEFINE= PYTHON POSTGIS GRASS SERVER @@ -55,7 +51,8 @@ TESTS_DESC= Run the test suite after build process CMAKE_ARGS+= -DENABLE_QT5=OFF -DENABLE_PYTHON3=OFF \ -DWITH_ORACLE:BOOL=FALSE \ - -DWITH_GLOBE:BOOL=FALSE + -DWITH_GLOBE:BOOL=FALSE \ + -DPYUIC_PROGRAM:STRING="${LOCALBASE}/bin/pyuic4" # cmake script fails to find it without PYUIC_PROGRAM .if !defined(MAINTAINER_MODE) CMAKE_ARGS+= -Wno-dev @@ -102,7 +99,7 @@ PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cycler>=0 ${PYTHON_PKGNAMEPREFIX}pip>=9.0.1:devel/py-pip@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.1.3:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.5.1:graphics/py-pyproj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:databases/pyspatialite \ + ${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:databases/pyspatialite@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ @@ -125,7 +122,7 @@ PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cycler>=0.1 ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.3:databases/py-psycopg2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.1.3:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyproj>=1.9.5.1:graphics/py-pyproj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:databases/pyspatialite \ + ${PYTHON_PKGNAMEPREFIX}pyspatialite>=3.0.1:databases/pyspatialite@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2016.10:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ @@ -174,7 +171,7 @@ post-patch: ${WRKSRC}/python/ext-libs/CMakeLists.txt post-install: - ${RM} ${STAGEDIR}${DATADIR}/python/pytz/tzfile.py.bak + @${RM} ${STAGEDIR}${DATADIR}/python/pytz/tzfile.py.bak @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/debian/${PORTNAME}.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ @@ -188,9 +185,9 @@ post-install: .endfor post-install-TESTS-on: - ${RM} /tmp/srs.db + @${RM} /tmp/srs.db check: - (cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check) + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check .include Modified: head/graphics/qgis/distinfo ============================================================================== --- head/graphics/qgis/distinfo Mon Feb 26 08:16:59 2018 (r462995) +++ head/graphics/qgis/distinfo Mon Feb 26 08:29:43 2018 (r462996) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513436777 -SHA256 (qgis-QGIS-final-2_18_15_GH0.tar.gz) = d47eb5ab7ad7c469f911eb8e8249a771becc9969c3909f773a48d29774a653c7 -SIZE (qgis-QGIS-final-2_18_15_GH0.tar.gz) = 99339627 +TIMESTAMP = 1519478387 +SHA256 (qgis-QGIS-final-2_18_17_GH0.tar.gz) = 1d031fbe287c90aa4a90499e83200261b7d38844838c5dd6660e2ce6e9f29d88 +SIZE (qgis-QGIS-final-2_18_17_GH0.tar.gz) = 99352557 Modified: head/graphics/qgis/pkg-descr ============================================================================== --- head/graphics/qgis/pkg-descr Mon Feb 26 08:16:59 2018 (r462995) +++ head/graphics/qgis/pkg-descr Mon Feb 26 08:29:43 2018 (r462996) @@ -11,4 +11,4 @@ Some of the major features include: - GRASS Digitizing - Feature labeling -WWW: http://www.qgis.org/ +WWW: https://www.qgis.org/en/site/ Modified: head/graphics/qgis/pkg-plist ============================================================================== --- head/graphics/qgis/pkg-plist Mon Feb 26 08:16:59 2018 (r462995) +++ head/graphics/qgis/pkg-plist Mon Feb 26 08:29:43 2018 (r462996) @@ -758,21 +758,21 @@ include/qgis/ui_qgsquerybuilderbase.h include/qgis/ui_qgssqlcomposerdialogbase.h include/qgis/ui_qgssublayersdialogbase.h lib/libqgis_analysis.so -lib/libqgis_analysis.so.2.18.15 +lib/libqgis_analysis.so.2.18.17 lib/libqgis_app.so -lib/libqgis_app.so.2.18.15 +lib/libqgis_app.so.2.18.17 lib/libqgis_core.so -lib/libqgis_core.so.2.18.15 +lib/libqgis_core.so.2.18.17 lib/libqgis_gui.so -lib/libqgis_gui.so.2.18.15 +lib/libqgis_gui.so.2.18.17 lib/libqgis_networkanalysis.so -lib/libqgis_networkanalysis.so.2.18.15 +lib/libqgis_networkanalysis.so.2.18.17 %%SERVER%%lib/libqgis_server.so -%%SERVER%%lib/libqgis_server.so.2.18.15 +%%SERVER%%lib/libqgis_server.so.2.18.17 %%GRASS%%lib/libqgisgrass7.so -%%GRASS%%lib/libqgisgrass7.so.2.18.15 +%%GRASS%%lib/libqgisgrass7.so.2.18.17 %%PYTHON%%lib/libqgispython.so -%%PYTHON%%lib/libqgispython.so.2.18.15 +%%PYTHON%%lib/libqgispython.so.2.18.17 %%PYTHON%%%%CUSTOMWIDGETS%%%%PYTHON_SITELIBDIR%%/PyQt4/uic/widget-plugins/qgis_customwidgets.py lib/qgis/crssync %%GRASS%%lib/qgis/grass/bin/qgis.g.browser7 @@ -821,7 +821,7 @@ lib/qgis/plugins/libwmsprovider.so lib/qgis/plugins/libzonalstatisticsplugin.so lib/qgis/qgis_help %%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so -%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.2.18.15 +%%CUSTOMWIDGETS%%%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.2.18.17 man/man1/qbrowser.1.gz man/man1/qgis.1.gz share/applications/qgis.desktop @@ -2721,6 +2721,7 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.dissolve.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.distance.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.drape.txt +%%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.drape.where.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.edit.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.extract.txt %%PYTHON%%%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.extrude.txt @@ -4906,6 +4907,7 @@ share/icons/hicolor/96x96/apps/qgis.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/images/runalgorithm.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/images/saga.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/images/script.png +%%PYTHON%%%%DATADIR%%/python/plugins/processing/images/search.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/images/taudem.svg %%PYTHON%%%%DATADIR%%/python/plugins/processing/images/tool.png %%PYTHON%%%%DATADIR%%/python/plugins/processing/metadata.txt From owner-svn-ports-head@freebsd.org Mon Feb 26 08:32:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEFA1F346AB; Mon, 26 Feb 2018 08:32:27 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91FF269983; Mon, 26 Feb 2018 08:32:27 +0000 (UTC) (envelope-from brnrd@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CE4D19138; Mon, 26 Feb 2018 08:32:27 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q8WRVO079408; Mon, 26 Feb 2018 08:32:27 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q8WR6h079405; Mon, 26 Feb 2018 08:32:27 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201802260832.w1Q8WR6h079405@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 26 Feb 2018 08:32:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462997 - head/www/nextcloud-contacts X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/www/nextcloud-contacts X-SVN-Commit-Revision: 462997 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 08:32:28 -0000 Author: brnrd Date: Mon Feb 26 08:32:27 2018 New Revision: 462997 URL: https://svnweb.freebsd.org/changeset/ports/462997 Log: www/nextcloud-contacts: Update to 2.1.0 PR: 226211 Submitted by: Piotr Kubaj Modified: head/www/nextcloud-contacts/Makefile head/www/nextcloud-contacts/distinfo head/www/nextcloud-contacts/pkg-plist Modified: head/www/nextcloud-contacts/Makefile ============================================================================== --- head/www/nextcloud-contacts/Makefile Mon Feb 26 08:29:43 2018 (r462996) +++ head/www/nextcloud-contacts/Makefile Mon Feb 26 08:32:27 2018 (r462997) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= contacts -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ Modified: head/www/nextcloud-contacts/distinfo ============================================================================== --- head/www/nextcloud-contacts/distinfo Mon Feb 26 08:29:43 2018 (r462996) +++ head/www/nextcloud-contacts/distinfo Mon Feb 26 08:32:27 2018 (r462997) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511565486 -SHA256 (nextcloud/contacts-v2.0.1/contacts.tar.gz) = ce17a7dde519698abb86be987d803913222c6691bf297a1082001344031fd2d9 -SIZE (nextcloud/contacts-v2.0.1/contacts.tar.gz) = 652600 +TIMESTAMP = 1519070914 +SHA256 (nextcloud/contacts-v2.1.0/contacts.tar.gz) = 071d23e2a906c6d52fbf25de7d5ad34831706355430e97b7b96fb92dfa4caa92 +SIZE (nextcloud/contacts-v2.1.0/contacts.tar.gz) = 1041387 Modified: head/www/nextcloud-contacts/pkg-plist ============================================================================== --- head/www/nextcloud-contacts/pkg-plist Mon Feb 26 08:29:43 2018 (r462996) +++ head/www/nextcloud-contacts/pkg-plist Mon Feb 26 08:32:27 2018 (r462997) @@ -2,13 +2,13 @@ %%WWWDIR%%/appinfo/info.xml %%WWWDIR%%/appinfo/routes.php %%WWWDIR%%/css/_animations.scss -%%WWWDIR%%/css/_app-content-list.scss %%WWWDIR%%/css/_contactlist.scss %%WWWDIR%%/css/_details.scss %%WWWDIR%%/css/_navigation.scss %%WWWDIR%%/css/_settings.scss %%WWWDIR%%/css/style.css %%WWWDIR%%/css/style.scss +%%WWWDIR%%/css/vendor/ui-select/select.min.css %%WWWDIR%%/img/app.png %%WWWDIR%%/img/app.svg %%WWWDIR%%/img/favicon-mask.svg @@ -20,18 +20,32 @@ %%WWWDIR%%/img/group.svg %%WWWDIR%%/js/dav/dav.js %%WWWDIR%%/js/public/script.js -%%WWWDIR%%/js/vendor/angular-bootstrap/ui-bootstrap-tpls.min.js -%%WWWDIR%%/js/vendor/angular-bootstrap/ui-bootstrap.min.js -%%WWWDIR%%/js/vendor/angular-cache/dist/angular-cache.js +%%WWWDIR%%/js/vendor/angular-cache/angular-cache.js +%%WWWDIR%%/js/vendor/angular-cache/angular-cache.js.map +%%WWWDIR%%/js/vendor/angular-cache/angular-cache.min.js +%%WWWDIR%%/js/vendor/angular-cache/angular-cache.min.map %%WWWDIR%%/js/vendor/angular-click-outside/clickoutside.directive.js %%WWWDIR%%/js/vendor/angular-route/angular-route.js +%%WWWDIR%%/js/vendor/angular-route/angular-route.min.js +%%WWWDIR%%/js/vendor/angular-route/angular-route.min.js.map +%%WWWDIR%%/js/vendor/angular-route/index.js %%WWWDIR%%/js/vendor/angular-sanitize/angular-sanitize.js -%%WWWDIR%%/js/vendor/angular-uuid4/angular-uuid4.js +%%WWWDIR%%/js/vendor/angular-sanitize/angular-sanitize.min.js +%%WWWDIR%%/js/vendor/angular-sanitize/angular-sanitize.min.js.map +%%WWWDIR%%/js/vendor/angular-uuid4/angular-uuid4.min.js %%WWWDIR%%/js/vendor/angular/angular.js -%%WWWDIR%%/js/vendor/jquery-timepicker/jquery.ui.timepicker.js -%%WWWDIR%%/js/vendor/ngclipboard/dist/ngclipboard.min.js -%%WWWDIR%%/js/vendor/ui-select/dist/select.js -%%WWWDIR%%/js/vendor/vcard/src/vcard.js +%%WWWDIR%%/js/vendor/angular/angular.min.js +%%WWWDIR%%/js/vendor/angular/angular.min.js.map +%%WWWDIR%%/js/vendor/jquery-timepicker/jquery.timepicker.js +%%WWWDIR%%/js/vendor/ngclipboard/ngclipboard.js +%%WWWDIR%%/js/vendor/ngclipboard/ngclipboard.min.js +%%WWWDIR%%/js/vendor/ui-bootstrap/ui-bootstrap-tpls.js +%%WWWDIR%%/js/vendor/ui-bootstrap/ui-bootstrap.js +%%WWWDIR%%/js/vendor/ui-select/select.js +%%WWWDIR%%/js/vendor/ui-select/select.min.css.map +%%WWWDIR%%/js/vendor/ui-select/select.min.js +%%WWWDIR%%/js/vendor/ui-select/select.min.js.map +%%WWWDIR%%/js/vendor/vcard/vcard.js %%WWWDIR%%/l10n/.tx/config %%WWWDIR%%/l10n/af.js %%WWWDIR%%/l10n/af.json @@ -63,10 +77,40 @@ %%WWWDIR%%/l10n/eo.json %%WWWDIR%%/l10n/es.js %%WWWDIR%%/l10n/es.json +%%WWWDIR%%/l10n/es_419.js +%%WWWDIR%%/l10n/es_419.json %%WWWDIR%%/l10n/es_AR.js %%WWWDIR%%/l10n/es_AR.json +%%WWWDIR%%/l10n/es_CL.js +%%WWWDIR%%/l10n/es_CL.json +%%WWWDIR%%/l10n/es_CO.js +%%WWWDIR%%/l10n/es_CO.json +%%WWWDIR%%/l10n/es_CR.js +%%WWWDIR%%/l10n/es_CR.json +%%WWWDIR%%/l10n/es_DO.js +%%WWWDIR%%/l10n/es_DO.json +%%WWWDIR%%/l10n/es_EC.js +%%WWWDIR%%/l10n/es_EC.json +%%WWWDIR%%/l10n/es_GT.js +%%WWWDIR%%/l10n/es_GT.json +%%WWWDIR%%/l10n/es_HN.js +%%WWWDIR%%/l10n/es_HN.json %%WWWDIR%%/l10n/es_MX.js %%WWWDIR%%/l10n/es_MX.json +%%WWWDIR%%/l10n/es_NI.js +%%WWWDIR%%/l10n/es_NI.json +%%WWWDIR%%/l10n/es_PA.js +%%WWWDIR%%/l10n/es_PA.json +%%WWWDIR%%/l10n/es_PE.js +%%WWWDIR%%/l10n/es_PE.json +%%WWWDIR%%/l10n/es_PR.js +%%WWWDIR%%/l10n/es_PR.json +%%WWWDIR%%/l10n/es_PY.js +%%WWWDIR%%/l10n/es_PY.json +%%WWWDIR%%/l10n/es_SV.js +%%WWWDIR%%/l10n/es_SV.json +%%WWWDIR%%/l10n/es_UY.js +%%WWWDIR%%/l10n/es_UY.json %%WWWDIR%%/l10n/et_EE.js %%WWWDIR%%/l10n/et_EE.json %%WWWDIR%%/l10n/eu.js @@ -77,6 +121,8 @@ %%WWWDIR%%/l10n/fi.json %%WWWDIR%%/l10n/fr.js %%WWWDIR%%/l10n/fr.json +%%WWWDIR%%/l10n/gl.js +%%WWWDIR%%/l10n/gl.json %%WWWDIR%%/l10n/he.js %%WWWDIR%%/l10n/he.json %%WWWDIR%%/l10n/hr.js @@ -134,8 +180,6 @@ %%WWWDIR%%/l10n/sr.json %%WWWDIR%%/l10n/sv.js %%WWWDIR%%/l10n/sv.json -%%WWWDIR%%/l10n/ta_LK.js -%%WWWDIR%%/l10n/ta_LK.json %%WWWDIR%%/l10n/th.js %%WWWDIR%%/l10n/th.json %%WWWDIR%%/l10n/tr.js @@ -155,6 +199,7 @@ %%WWWDIR%%/templates/avatar.html %%WWWDIR%%/templates/contact.html %%WWWDIR%%/templates/contactDetails.html +%%WWWDIR%%/templates/contactFilter.html %%WWWDIR%%/templates/contactImport.html %%WWWDIR%%/templates/contactList.html %%WWWDIR%%/templates/detailItems/adr.html @@ -174,4 +219,5 @@ %%WWWDIR%%/templates/importScreen.html %%WWWDIR%%/templates/main.php %%WWWDIR%%/templates/newContactButton.html +%%WWWDIR%%/templates/propertyGroup.html %%WWWDIR%%/templates/sortBy.html From owner-svn-ports-head@freebsd.org Mon Feb 26 08:34:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7DA7AF34812; Mon, 26 Feb 2018 08:34:31 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E2C469ADC; Mon, 26 Feb 2018 08:34:31 +0000 (UTC) (envelope-from brnrd@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 24D4219144; Mon, 26 Feb 2018 08:34:31 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q8YUt3082004; Mon, 26 Feb 2018 08:34:30 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q8YUSn082001; Mon, 26 Feb 2018 08:34:30 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201802260834.w1Q8YUSn082001@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 26 Feb 2018 08:34:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462998 - head/www/nextcloud-calendar X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/www/nextcloud-calendar X-SVN-Commit-Revision: 462998 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 08:34:31 -0000 Author: brnrd Date: Mon Feb 26 08:34:30 2018 New Revision: 462998 URL: https://svnweb.freebsd.org/changeset/ports/462998 Log: www/nextcloud-calendar: Update to 1.6.0 - Adds Nextcloud 13 compatibility Modified: head/www/nextcloud-calendar/Makefile head/www/nextcloud-calendar/distinfo head/www/nextcloud-calendar/pkg-plist Modified: head/www/nextcloud-calendar/Makefile ============================================================================== --- head/www/nextcloud-calendar/Makefile Mon Feb 26 08:32:27 2018 (r462997) +++ head/www/nextcloud-calendar/Makefile Mon Feb 26 08:34:30 2018 (r462998) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calendar -PORTVERSION= 1.5.7 +PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ Modified: head/www/nextcloud-calendar/distinfo ============================================================================== --- head/www/nextcloud-calendar/distinfo Mon Feb 26 08:32:27 2018 (r462997) +++ head/www/nextcloud-calendar/distinfo Mon Feb 26 08:34:30 2018 (r462998) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517998033 -SHA256 (nextcloud/calendar-v1.5.7/calendar.tar.gz) = 3b3cf33cfce2d268c7e57544f1df821c2c1c3c6318cd03c15ff0f56819c14c69 -SIZE (nextcloud/calendar-v1.5.7/calendar.tar.gz) = 2376681 +TIMESTAMP = 1519071667 +SHA256 (nextcloud/calendar-v1.6.0/calendar.tar.gz) = c30fea3d973e064177d3650b0e20066be34d7d7fe9e35cd721b38e50d9659d7a +SIZE (nextcloud/calendar-v1.6.0/calendar.tar.gz) = 2660800 Modified: head/www/nextcloud-calendar/pkg-plist ============================================================================== --- head/www/nextcloud-calendar/pkg-plist Mon Feb 26 08:32:27 2018 (r462997) +++ head/www/nextcloud-calendar/pkg-plist Mon Feb 26 08:34:30 2018 (r462998) @@ -9,9 +9,9 @@ %%WWWDIR%%/controller/proxycontroller.php %%WWWDIR%%/controller/settingscontroller.php %%WWWDIR%%/controller/viewcontroller.php -%%WWWDIR%%/css/public/app.css -%%WWWDIR%%/css/public/app.min.css -%%WWWDIR%%/css/public/app.min.css.map +%%WWWDIR%%/css/public/app.min.scss +%%WWWDIR%%/css/public/app.min.scss.map +%%WWWDIR%%/css/public/app.scss %%WWWDIR%%/css/public/vendor.css %%WWWDIR%%/css/public/vendor.min.css %%WWWDIR%%/css/public/vendor.min.css.map @@ -67,6 +67,8 @@ %%WWWDIR%%/l10n/eo.json %%WWWDIR%%/l10n/es.js %%WWWDIR%%/l10n/es.json +%%WWWDIR%%/l10n/es_419.js +%%WWWDIR%%/l10n/es_419.json %%WWWDIR%%/l10n/es_AR.js %%WWWDIR%%/l10n/es_AR.json %%WWWDIR%%/l10n/es_CL.js From owner-svn-ports-head@freebsd.org Mon Feb 26 08:37:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E915F34AE4; Mon, 26 Feb 2018 08:37:27 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0154069CB3; Mon, 26 Feb 2018 08:37:27 +0000 (UTC) (envelope-from brnrd@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB50219145; Mon, 26 Feb 2018 08:37:26 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q8bQY3082248; Mon, 26 Feb 2018 08:37:26 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q8bQmb082245; Mon, 26 Feb 2018 08:37:26 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201802260837.w1Q8bQmb082245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 26 Feb 2018 08:37:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462999 - head/mail/nextcloud-mail X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/mail/nextcloud-mail X-SVN-Commit-Revision: 462999 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 08:37:27 -0000 Author: brnrd Date: Mon Feb 26 08:37:26 2018 New Revision: 462999 URL: https://svnweb.freebsd.org/changeset/ports/462999 Log: mail/nextcloud-mail: Update to 0.7.10 - Compatibility with Nextcloud 13 Modified: head/mail/nextcloud-mail/Makefile head/mail/nextcloud-mail/distinfo head/mail/nextcloud-mail/pkg-plist Modified: head/mail/nextcloud-mail/Makefile ============================================================================== --- head/mail/nextcloud-mail/Makefile Mon Feb 26 08:34:30 2018 (r462998) +++ head/mail/nextcloud-mail/Makefile Mon Feb 26 08:37:26 2018 (r462999) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mail -PORTVERSION= 0.7.9 +PORTVERSION= 0.7.10 DISTVERSIONPREFIX= v CATEGORIES= mail MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ @@ -17,7 +17,7 @@ LICENSE= AGPLv3 RUN_DEPENDS= nextcloud>=12:www/nextcloud -USES= gettext +USES= gettext php USE_PHP= imap NO_BUILD= yes Modified: head/mail/nextcloud-mail/distinfo ============================================================================== --- head/mail/nextcloud-mail/distinfo Mon Feb 26 08:34:30 2018 (r462998) +++ head/mail/nextcloud-mail/distinfo Mon Feb 26 08:37:26 2018 (r462999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516714050 -SHA256 (nextcloud/mail-v0.7.9/mail.tar.gz) = 8ac0cecf5cca7326cf7cf9f092ef57db2cc8ad131131bb138b14b77cb8423c63 -SIZE (nextcloud/mail-v0.7.9/mail.tar.gz) = 2009664 +TIMESTAMP = 1519071964 +SHA256 (nextcloud/mail-v0.7.10/mail.tar.gz) = 4b479a1ad31837ed1fa7191668d3805b2cdc1b72b73ba21e7481abb07eb68293 +SIZE (nextcloud/mail-v0.7.10/mail.tar.gz) = 1988094 Modified: head/mail/nextcloud-mail/pkg-plist ============================================================================== --- head/mail/nextcloud-mail/pkg-plist Mon Feb 26 08:34:30 2018 (r462998) +++ head/mail/nextcloud-mail/pkg-plist Mon Feb 26 08:37:26 2018 (r462999) @@ -1,5 +1,3 @@ -@owner %%NEXTCLOUD_USERNAME%% -@group %%NEXTCLOUD_GROUPNAME%% %%WWWDIR%%/CHANGELOG.md %%WWWDIR%%/COPYING %%WWWDIR%%/README.md @@ -49,7 +47,6 @@ %%WWWDIR%%/js/app.js %%WWWDIR%%/js/autoredirect.js %%WWWDIR%%/js/build/build.js -%%WWWDIR%%/js/cache.js %%WWWDIR%%/js/init.js %%WWWDIR%%/js/radio.js %%WWWDIR%%/js/replybuilder.js @@ -59,20 +56,19 @@ %%WWWDIR%%/js/searchproxy.js %%WWWDIR%%/js/state.js %%WWWDIR%%/krankerl.toml +%%WWWDIR%%/l10n/.gitkeep +%%WWWDIR%%/l10n/af.js +%%WWWDIR%%/l10n/af.json %%WWWDIR%%/l10n/ar.js %%WWWDIR%%/l10n/ar.json %%WWWDIR%%/l10n/ast.js %%WWWDIR%%/l10n/ast.json -%%WWWDIR%%/l10n/az.js -%%WWWDIR%%/l10n/az.json -%%WWWDIR%%/l10n/bg_BG.js -%%WWWDIR%%/l10n/bg_BG.json +%%WWWDIR%%/l10n/bg.js +%%WWWDIR%%/l10n/bg.json %%WWWDIR%%/l10n/ca.js %%WWWDIR%%/l10n/ca.json %%WWWDIR%%/l10n/cs.js %%WWWDIR%%/l10n/cs.json -%%WWWDIR%%/l10n/cs_CZ.js -%%WWWDIR%%/l10n/cs_CZ.json %%WWWDIR%%/l10n/da.js %%WWWDIR%%/l10n/da.json %%WWWDIR%%/l10n/de.js @@ -125,24 +121,16 @@ %%WWWDIR%%/l10n/et_EE.json %%WWWDIR%%/l10n/eu.js %%WWWDIR%%/l10n/eu.json -%%WWWDIR%%/l10n/fa.js -%%WWWDIR%%/l10n/fa.json %%WWWDIR%%/l10n/fi.js %%WWWDIR%%/l10n/fi.json -%%WWWDIR%%/l10n/fi_FI.js -%%WWWDIR%%/l10n/fi_FI.json %%WWWDIR%%/l10n/fr.js %%WWWDIR%%/l10n/fr.json -%%WWWDIR%%/l10n/gl.js -%%WWWDIR%%/l10n/gl.json %%WWWDIR%%/l10n/he.js %%WWWDIR%%/l10n/he.json %%WWWDIR%%/l10n/hr.js %%WWWDIR%%/l10n/hr.json %%WWWDIR%%/l10n/hu.js %%WWWDIR%%/l10n/hu.json -%%WWWDIR%%/l10n/hu_HU.js -%%WWWDIR%%/l10n/hu_HU.json %%WWWDIR%%/l10n/id.js %%WWWDIR%%/l10n/id.json %%WWWDIR%%/l10n/is.js @@ -159,10 +147,10 @@ %%WWWDIR%%/l10n/lt_LT.json %%WWWDIR%%/l10n/lv.js %%WWWDIR%%/l10n/lv.json +%%WWWDIR%%/l10n/mn.js +%%WWWDIR%%/l10n/mn.json %%WWWDIR%%/l10n/nb.js %%WWWDIR%%/l10n/nb.json -%%WWWDIR%%/l10n/nb_NO.js -%%WWWDIR%%/l10n/nb_NO.json %%WWWDIR%%/l10n/nl.js %%WWWDIR%%/l10n/nl.json %%WWWDIR%%/l10n/oc.js @@ -178,8 +166,6 @@ %%WWWDIR%%/l10n/ru.json %%WWWDIR%%/l10n/sk.js %%WWWDIR%%/l10n/sk.json -%%WWWDIR%%/l10n/sk_SK.js -%%WWWDIR%%/l10n/sk_SK.json %%WWWDIR%%/l10n/sl.js %%WWWDIR%%/l10n/sl.json %%WWWDIR%%/l10n/sq.js @@ -188,8 +174,8 @@ %%WWWDIR%%/l10n/sr.json %%WWWDIR%%/l10n/sv.js %%WWWDIR%%/l10n/sv.json -%%WWWDIR%%/l10n/th_TH.js -%%WWWDIR%%/l10n/th_TH.json +%%WWWDIR%%/l10n/th.js +%%WWWDIR%%/l10n/th.json %%WWWDIR%%/l10n/tr.js %%WWWDIR%%/l10n/tr.json %%WWWDIR%%/l10n/uk.js @@ -229,6 +215,8 @@ %%WWWDIR%%/lib/Db/MailAccount.php %%WWWDIR%%/lib/Db/MailAccountMapper.php %%WWWDIR%%/lib/Exception/AttachmentNotFoundException.php +%%WWWDIR%%/lib/Exception/ClientException.php +%%WWWDIR%%/lib/Exception/NotImplemented.php %%WWWDIR%%/lib/Exception/ServiceException.php %%WWWDIR%%/lib/Exception/UploadException.php %%WWWDIR%%/lib/Folder.php @@ -238,8 +226,11 @@ %%WWWDIR%%/lib/Http/CacheHeaders.php %%WWWDIR%%/lib/Http/HtmlResponse.php %%WWWDIR%%/lib/Http/JSONResponse.php +%%WWWDIR%%/lib/Http/Middleware/ErrorMiddleware.php %%WWWDIR%%/lib/Http/ProxyDownloadResponse.php +%%WWWDIR%%/lib/IMAP/FolderMapper.php %%WWWDIR%%/lib/IMAP/IMAPClientFactory.php +%%WWWDIR%%/lib/IMAP/MailboxPrefixDetector.php %%WWWDIR%%/lib/IMAP/MessageMapper.php %%WWWDIR%%/lib/IMAP/Sync/FavouritesMailboxSync.php %%WWWDIR%%/lib/IMAP/Sync/ISyncStrategy.php @@ -290,7 +281,6 @@ %%WWWDIR%%/lib/Service/ContactsIntegration.php %%WWWDIR%%/lib/Service/DefaultAccount/Config.php %%WWWDIR%%/lib/Service/DefaultAccount/Manager.php -%%WWWDIR%%/lib/Service/FolderMapper.php %%WWWDIR%%/lib/Service/FolderNameTranslator.php %%WWWDIR%%/lib/Service/Html.php %%WWWDIR%%/lib/Service/HtmlPurify/CidURIScheme.php @@ -299,14 +289,11 @@ %%WWWDIR%%/lib/Service/HtmlPurify/TransformImageSrc.php %%WWWDIR%%/lib/Service/HtmlPurify/TransformNoReferrer.php %%WWWDIR%%/lib/Service/HtmlPurify/TransformURLScheme.php -%%WWWDIR%%/lib/Service/IAccount.php %%WWWDIR%%/lib/Service/IMailBox.php %%WWWDIR%%/lib/Service/Logger.php %%WWWDIR%%/lib/Service/MailManager.php %%WWWDIR%%/lib/Service/MailTransmission.php %%WWWDIR%%/lib/Service/SetupService.php -%%WWWDIR%%/lib/Service/UnifiedAccount.php -%%WWWDIR%%/lib/Service/UnifiedMailbox.php %%WWWDIR%%/lib/Service/UserPreferenceSevice.php %%WWWDIR%%/package-lock.json %%WWWDIR%%/templates/error.php From owner-svn-ports-head@freebsd.org Mon Feb 26 08:48:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C575DF3553B; Mon, 26 Feb 2018 08:48:50 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A1A66A44D; Mon, 26 Feb 2018 08:48:50 +0000 (UTC) (envelope-from brnrd@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7087C192D4; Mon, 26 Feb 2018 08:48:50 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q8mocJ087410; Mon, 26 Feb 2018 08:48:50 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q8mocJ087406; Mon, 26 Feb 2018 08:48:50 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201802260848.w1Q8mocJ087406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 26 Feb 2018 08:48:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463000 - head/www/nextcloud-tasks X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/www/nextcloud-tasks X-SVN-Commit-Revision: 463000 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 08:48:51 -0000 Author: brnrd Date: Mon Feb 26 08:48:49 2018 New Revision: 463000 URL: https://svnweb.freebsd.org/changeset/ports/463000 Log: www/nextcloud-tasks: Update to 0.9.6 Modified: head/www/nextcloud-tasks/Makefile head/www/nextcloud-tasks/distinfo head/www/nextcloud-tasks/pkg-plist Modified: head/www/nextcloud-tasks/Makefile ============================================================================== --- head/www/nextcloud-tasks/Makefile Mon Feb 26 08:37:26 2018 (r462999) +++ head/www/nextcloud-tasks/Makefile Mon Feb 26 08:48:49 2018 (r463000) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tasks -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ Modified: head/www/nextcloud-tasks/distinfo ============================================================================== --- head/www/nextcloud-tasks/distinfo Mon Feb 26 08:37:26 2018 (r462999) +++ head/www/nextcloud-tasks/distinfo Mon Feb 26 08:48:49 2018 (r463000) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512563326 -SHA256 (nextcloud/tasks-v0.9.5/tasks.tar.gz) = a76ab499668510d0364262f787520e8f030974facbbe5f0b9ec8ea11915579c9 -SIZE (nextcloud/tasks-v0.9.5/tasks.tar.gz) = 478397 +TIMESTAMP = 1519634691 +SHA256 (nextcloud/tasks-v0.9.6/tasks.tar.gz) = e941a8d59aa59a31173aef0e3e9429922c434f0c1396aea37da44606b1ae54fe +SIZE (nextcloud/tasks-v0.9.6/tasks.tar.gz) = 381365 Modified: head/www/nextcloud-tasks/pkg-plist ============================================================================== --- head/www/nextcloud-tasks/pkg-plist Mon Feb 26 08:37:26 2018 (r462999) +++ head/www/nextcloud-tasks/pkg-plist Mon Feb 26 08:48:49 2018 (r463000) @@ -4,68 +4,50 @@ %%WWWDIR%%/appinfo/info.xml %%WWWDIR%%/appinfo/routes.php %%WWWDIR%%/appinfo/signature.json -%%WWWDIR%%/controller/collectionscontroller.php -%%WWWDIR%%/controller/pagecontroller.php -%%WWWDIR%%/controller/response.php -%%WWWDIR%%/controller/searchprovider.php -%%WWWDIR%%/controller/settingscontroller.php -%%WWWDIR%%/css/style.css +%%WWWDIR%%/css/style.scss %%WWWDIR%%/css/vendor/angularui/ui-select/select2.css -%%WWWDIR%%/css/vendor/timepicker/jquery.ui.timepicker.css -%%WWWDIR%%/img/divider.svg +%%WWWDIR%%/img/arrow-left.svg +%%WWWDIR%%/img/arrow-right.svg %%WWWDIR%%/img/favicon-touch.png %%WWWDIR%%/img/favicon-touch.svg %%WWWDIR%%/img/favicon.ico %%WWWDIR%%/img/favicon.png %%WWWDIR%%/img/favicon.svg -%%WWWDIR%%/img/loading.gif -%%WWWDIR%%/img/random.svg -%%WWWDIR%%/img/sprites.png %%WWWDIR%%/img/sprites.svg %%WWWDIR%%/img/tasks.png %%WWWDIR%%/img/tasks.svg -%%WWWDIR%%/js/public/app.js +%%WWWDIR%%/js/merged.json +%%WWWDIR%%/js/public/app.min.js +%%WWWDIR%%/js/public/app.min.js.map %%WWWDIR%%/js/vendor/angular-animate/angular-animate.min.js -%%WWWDIR%%/js/vendor/angular-animate/index.js -%%WWWDIR%%/js/vendor/angular-draganddrop/LICENSE -%%WWWDIR%%/js/vendor/angular-draganddrop/angular-drag-and-drop-lists.min.js +%%WWWDIR%%/js/vendor/angular-drag-and-drop-lists/angular-drag-and-drop-lists.min.js %%WWWDIR%%/js/vendor/angular-route/angular-route.min.js -%%WWWDIR%%/js/vendor/angular-route/index.js %%WWWDIR%%/js/vendor/angular-sanitize/angular-sanitize.min.js -%%WWWDIR%%/js/vendor/angular-sanitize/index.js -%%WWWDIR%%/js/vendor/angular-ui-select/LICENSE -%%WWWDIR%%/js/vendor/angular-ui-select/dist/select.min.css -%%WWWDIR%%/js/vendor/angular-ui-select/dist/select.min.js -%%WWWDIR%%/js/vendor/angular-ui-select/index.js -%%WWWDIR%%/js/vendor/angular-ui-select/npm-debug.log -%%WWWDIR%%/js/vendor/angular/angular-csp.css %%WWWDIR%%/js/vendor/angular/angular.min.js -%%WWWDIR%%/js/vendor/angular/angular.min.js.gzip -%%WWWDIR%%/js/vendor/angular/index.js -%%WWWDIR%%/js/vendor/davclient.js/LICENSE -%%WWWDIR%%/js/vendor/davclient.js/lib/client.js -%%WWWDIR%%/js/vendor/ical.js/build/ical.js %%WWWDIR%%/js/vendor/ical.js/build/ical.min.js -%%WWWDIR%%/js/vendor/jquery-timepicker/GPL-LICENSE.txt -%%WWWDIR%%/js/vendor/jquery-timepicker/MIT-LICENSE.txt -%%WWWDIR%%/js/vendor/jquery-timepicker/jquery.ui.timepicker.css -%%WWWDIR%%/js/vendor/jquery-timepicker/jquery.ui.timepicker.js -%%WWWDIR%%/js/vendor/jquery-timepicker/timepicker.png -%%WWWDIR%%/js/vendor/jstzdetect/LICENCE.txt -%%WWWDIR%%/js/vendor/jstzdetect/jstz.min.js +%%WWWDIR%%/js/vendor/jstimezonedetect/dist/jstz.min.js +%%WWWDIR%%/js/vendor/ui-select/dist/select.min.css +%%WWWDIR%%/js/vendor/ui-select/dist/select.min.js +%%WWWDIR%%/js/vendor_legacy/jquery-timepicker/jquery.ui.timepicker.js %%WWWDIR%%/l10n/.tx/config +%%WWWDIR%%/l10n/af.js +%%WWWDIR%%/l10n/af.json +%%WWWDIR%%/l10n/ar.js +%%WWWDIR%%/l10n/ar.json %%WWWDIR%%/l10n/ast.js %%WWWDIR%%/l10n/ast.json %%WWWDIR%%/l10n/az.js %%WWWDIR%%/l10n/az.json -%%WWWDIR%%/l10n/bg_BG.js -%%WWWDIR%%/l10n/bg_BG.json +%%WWWDIR%%/l10n/bg.js +%%WWWDIR%%/l10n/bg.json %%WWWDIR%%/l10n/bn_BD.js %%WWWDIR%%/l10n/bn_BD.json +%%WWWDIR%%/l10n/bs.js +%%WWWDIR%%/l10n/bs.json %%WWWDIR%%/l10n/ca.js %%WWWDIR%%/l10n/ca.json -%%WWWDIR%%/l10n/cs_CZ.js -%%WWWDIR%%/l10n/cs_CZ.json +%%WWWDIR%%/l10n/cs.js +%%WWWDIR%%/l10n/cs.json %%WWWDIR%%/l10n/da.js %%WWWDIR%%/l10n/da.json %%WWWDIR%%/l10n/de.js @@ -76,24 +58,64 @@ %%WWWDIR%%/l10n/el.json %%WWWDIR%%/l10n/en_GB.js %%WWWDIR%%/l10n/en_GB.json +%%WWWDIR%%/l10n/eo.js +%%WWWDIR%%/l10n/eo.json %%WWWDIR%%/l10n/es.js %%WWWDIR%%/l10n/es.json +%%WWWDIR%%/l10n/es_419.js +%%WWWDIR%%/l10n/es_419.json +%%WWWDIR%%/l10n/es_AR.js +%%WWWDIR%%/l10n/es_AR.json +%%WWWDIR%%/l10n/es_CL.js +%%WWWDIR%%/l10n/es_CL.json +%%WWWDIR%%/l10n/es_CO.js +%%WWWDIR%%/l10n/es_CO.json +%%WWWDIR%%/l10n/es_CR.js +%%WWWDIR%%/l10n/es_CR.json +%%WWWDIR%%/l10n/es_DO.js +%%WWWDIR%%/l10n/es_DO.json +%%WWWDIR%%/l10n/es_EC.js +%%WWWDIR%%/l10n/es_EC.json +%%WWWDIR%%/l10n/es_GT.js +%%WWWDIR%%/l10n/es_GT.json +%%WWWDIR%%/l10n/es_HN.js +%%WWWDIR%%/l10n/es_HN.json %%WWWDIR%%/l10n/es_MX.js %%WWWDIR%%/l10n/es_MX.json +%%WWWDIR%%/l10n/es_NI.js +%%WWWDIR%%/l10n/es_NI.json +%%WWWDIR%%/l10n/es_PA.js +%%WWWDIR%%/l10n/es_PA.json +%%WWWDIR%%/l10n/es_PE.js +%%WWWDIR%%/l10n/es_PE.json +%%WWWDIR%%/l10n/es_PR.js +%%WWWDIR%%/l10n/es_PR.json +%%WWWDIR%%/l10n/es_PY.js +%%WWWDIR%%/l10n/es_PY.json +%%WWWDIR%%/l10n/es_SV.js +%%WWWDIR%%/l10n/es_SV.json +%%WWWDIR%%/l10n/es_UY.js +%%WWWDIR%%/l10n/es_UY.json %%WWWDIR%%/l10n/et_EE.js %%WWWDIR%%/l10n/et_EE.json %%WWWDIR%%/l10n/eu.js %%WWWDIR%%/l10n/eu.json -%%WWWDIR%%/l10n/fi_FI.js -%%WWWDIR%%/l10n/fi_FI.json +%%WWWDIR%%/l10n/fa.js +%%WWWDIR%%/l10n/fa.json +%%WWWDIR%%/l10n/fi.js +%%WWWDIR%%/l10n/fi.json %%WWWDIR%%/l10n/fr.js %%WWWDIR%%/l10n/fr.json %%WWWDIR%%/l10n/gl.js %%WWWDIR%%/l10n/gl.json %%WWWDIR%%/l10n/he.js %%WWWDIR%%/l10n/he.json -%%WWWDIR%%/l10n/hu_HU.js -%%WWWDIR%%/l10n/hu_HU.json +%%WWWDIR%%/l10n/hr.js +%%WWWDIR%%/l10n/hr.json +%%WWWDIR%%/l10n/hu.js +%%WWWDIR%%/l10n/hu.json +%%WWWDIR%%/l10n/hy.js +%%WWWDIR%%/l10n/hy.json %%WWWDIR%%/l10n/ia.js %%WWWDIR%%/l10n/ia.json %%WWWDIR%%/l10n/id.js @@ -104,6 +126,8 @@ %%WWWDIR%%/l10n/it.json %%WWWDIR%%/l10n/ja.js %%WWWDIR%%/l10n/ja.json +%%WWWDIR%%/l10n/ka_GE.js +%%WWWDIR%%/l10n/ka_GE.json %%WWWDIR%%/l10n/ko.js %%WWWDIR%%/l10n/ko.json %%WWWDIR%%/l10n/lb.js @@ -112,8 +136,12 @@ %%WWWDIR%%/l10n/lt_LT.json %%WWWDIR%%/l10n/lv.js %%WWWDIR%%/l10n/lv.json -%%WWWDIR%%/l10n/nb_NO.js -%%WWWDIR%%/l10n/nb_NO.json +%%WWWDIR%%/l10n/mk.js +%%WWWDIR%%/l10n/mk.json +%%WWWDIR%%/l10n/mn.js +%%WWWDIR%%/l10n/mn.json +%%WWWDIR%%/l10n/nb.js +%%WWWDIR%%/l10n/nb.json %%WWWDIR%%/l10n/nl.js %%WWWDIR%%/l10n/nl.json %%WWWDIR%%/l10n/oc.js @@ -128,8 +156,8 @@ %%WWWDIR%%/l10n/ro.json %%WWWDIR%%/l10n/ru.js %%WWWDIR%%/l10n/ru.json -%%WWWDIR%%/l10n/sk_SK.js -%%WWWDIR%%/l10n/sk_SK.json +%%WWWDIR%%/l10n/sk.js +%%WWWDIR%%/l10n/sk.json %%WWWDIR%%/l10n/sl.js %%WWWDIR%%/l10n/sl.json %%WWWDIR%%/l10n/sq.js @@ -138,18 +166,26 @@ %%WWWDIR%%/l10n/sr.json %%WWWDIR%%/l10n/sv.js %%WWWDIR%%/l10n/sv.json -%%WWWDIR%%/l10n/th_TH.js -%%WWWDIR%%/l10n/th_TH.json +%%WWWDIR%%/l10n/th.js +%%WWWDIR%%/l10n/th.json %%WWWDIR%%/l10n/tr.js %%WWWDIR%%/l10n/tr.json %%WWWDIR%%/l10n/uk.js %%WWWDIR%%/l10n/uk.json +%%WWWDIR%%/l10n/vi.js +%%WWWDIR%%/l10n/vi.json %%WWWDIR%%/l10n/zh_CN.js %%WWWDIR%%/l10n/zh_CN.json +%%WWWDIR%%/l10n/zh_HK.js +%%WWWDIR%%/l10n/zh_HK.json %%WWWDIR%%/l10n/zh_TW.js %%WWWDIR%%/l10n/zh_TW.json -%%WWWDIR%%/service/collectionsservice.php -%%WWWDIR%%/service/settingsservice.php +%%WWWDIR%%/lib/Controller/CollectionsController.php +%%WWWDIR%%/lib/Controller/PageController.php +%%WWWDIR%%/lib/Controller/Response.php +%%WWWDIR%%/lib/Controller/SettingsController.php +%%WWWDIR%%/lib/Service/CollectionsService.php +%%WWWDIR%%/lib/Service/SettingsService.php %%WWWDIR%%/templates/colorpicker.html %%WWWDIR%%/templates/confirmation.php %%WWWDIR%%/templates/main.php From owner-svn-ports-head@freebsd.org Mon Feb 26 08:55:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2DFCF35ACA; Mon, 26 Feb 2018 08:55:53 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 796A16A8A8; Mon, 26 Feb 2018 08:55:53 +0000 (UTC) (envelope-from ehaupt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7018E1947C; Mon, 26 Feb 2018 08:55:53 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q8trj1092475; Mon, 26 Feb 2018 08:55:53 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q8trrQ092473; Mon, 26 Feb 2018 08:55:53 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201802260855.w1Q8trrQ092473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 26 Feb 2018 08:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463001 - head/games/mrboom X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/games/mrboom X-SVN-Commit-Revision: 463001 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 08:55:53 -0000 Author: ehaupt Date: Mon Feb 26 08:55:53 2018 New Revision: 463001 URL: https://svnweb.freebsd.org/changeset/ports/463001 Log: Update to 4.4 Modified: head/games/mrboom/Makefile head/games/mrboom/distinfo Modified: head/games/mrboom/Makefile ============================================================================== --- head/games/mrboom/Makefile Mon Feb 26 08:48:49 2018 (r463000) +++ head/games/mrboom/Makefile Mon Feb 26 08:55:53 2018 (r463001) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mrboom -PORTVERSION= 4.3 +PORTVERSION= 4.4 CATEGORIES= games MAINTAINER= ehaupt@FreeBSD.org Modified: head/games/mrboom/distinfo ============================================================================== --- head/games/mrboom/distinfo Mon Feb 26 08:48:49 2018 (r463000) +++ head/games/mrboom/distinfo Mon Feb 26 08:55:53 2018 (r463001) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519053065 -SHA256 (Javanaise-mrboom-libretro-4.3_GH0.tar.gz) = d77779404cd4e06e64f8c5e00313afed57f728718868ada26b714d2dbc9f1cbb -SIZE (Javanaise-mrboom-libretro-4.3_GH0.tar.gz) = 4978234 +TIMESTAMP = 1519627061 +SHA256 (Javanaise-mrboom-libretro-4.4_GH0.tar.gz) = 90b528da7e606194670c25f4ad0f57be1c7f90650bf925f20820e0622f5f633b +SIZE (Javanaise-mrboom-libretro-4.4_GH0.tar.gz) = 6059466 From owner-svn-ports-head@freebsd.org Mon Feb 26 09:02:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECEA4F361DB; Mon, 26 Feb 2018 09:02:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9BF9B6AD7D; Mon, 26 Feb 2018 09:02:41 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96F561961C; Mon, 26 Feb 2018 09:02:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q92fBf097182; Mon, 26 Feb 2018 09:02:41 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q92fi2097180; Mon, 26 Feb 2018 09:02:41 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802260902.w1Q92fi2097180@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Feb 2018 09:02:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463002 - head/sysutils/qsynergy X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/qsynergy X-SVN-Commit-Revision: 463002 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 09:02:42 -0000 Author: yuri Date: Mon Feb 26 09:02:41 2018 New Revision: 463002 URL: https://svnweb.freebsd.org/changeset/ports/463002 Log: sysutils/qsynergy: Fixed stage-qa warning; Updated WWW. WWW URL was redirecting to something unrelated. Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure) Modified: head/sysutils/qsynergy/Makefile head/sysutils/qsynergy/pkg-descr Modified: head/sysutils/qsynergy/Makefile ============================================================================== --- head/sysutils/qsynergy/Makefile Mon Feb 26 08:55:53 2018 (r463001) +++ head/sysutils/qsynergy/Makefile Mon Feb 26 09:02:41 2018 (r463002) @@ -13,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= qmake -USE_QT4= moc_build rcc_build uic_build gui network +USE_QT4= moc_build rcc_build uic_build corelib gui network PLIST_FILES= bin/qsynergy \ share/pixmaps/qsynergy.xpm Modified: head/sysutils/qsynergy/pkg-descr ============================================================================== --- head/sysutils/qsynergy/pkg-descr Mon Feb 26 08:55:53 2018 (r463001) +++ head/sysutils/qsynergy/pkg-descr Mon Feb 26 09:02:41 2018 (r463002) @@ -1,8 +1,8 @@ QSynergy is a comprehensive and easy to use graphical front end for -Synergy. Synergy lets a user control more than one computer with +Synergy. Synergy lets a user control more than one computer with a single mouse and keyboard (and has lots and lots of extra features -on top of that). Synergy itself only comes with a GUI for MS -Windows. QSynergy was written to fill the gap for users on Mac and -Unix platforms. Of course, it runs on MS Windows as well. +on top of that). Synergy itself only comes with a GUI for MS +Windows. QSynergy was written to fill the gap for users on Mac and +Unix platforms. Of course, it runs on MS Windows as well. -WWW: http://www.volker-lanz.de/software/qsynergy +WWW: https://sourceforge.net/projects/qsynergy/ From owner-svn-ports-head@freebsd.org Mon Feb 26 09:03:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC968F3622F; Mon, 26 Feb 2018 09:03:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5835E6AE64; Mon, 26 Feb 2018 09:03:02 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 534261961F; Mon, 26 Feb 2018 09:03:02 +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 w1Q932tj097379; Mon, 26 Feb 2018 09:03:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q932OJ097377; Mon, 26 Feb 2018 09:03:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802260903.w1Q932OJ097377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 26 Feb 2018 09:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463003 - head/security/fpm2 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/security/fpm2 X-SVN-Commit-Revision: 463003 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 09:03:02 -0000 Author: amdmi3 Date: Mon Feb 26 09:03:01 2018 New Revision: 463003 URL: https://svnweb.freebsd.org/changeset/ports/463003 Log: - Update WWW - Fix LICENSE - Add LICENSE_FILE - Switch to USES=localbase - Fix build with disabled NLS - Switch to options helpers Approved by: portmgr blanket Modified: head/security/fpm2/Makefile head/security/fpm2/pkg-descr Modified: head/security/fpm2/Makefile ============================================================================== --- head/security/fpm2/Makefile Mon Feb 26 09:02:41 2018 (r463002) +++ head/security/fpm2/Makefile Mon Feb 26 09:03:01 2018 (r463003) @@ -5,21 +5,20 @@ PORTNAME= fpm2 PORTVERSION= 0.79 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= http://als.regnet.cz/fpm2/download/ +MASTER_SITES= https://als.regnet.cz/fpm2/download MAINTAINER= nemysis@FreeBSD.org COMMENT= Program that allows you to securely store the passwords -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -USES= gmake pkgconfig tar:bzip2 +USES= gmake localbase pkgconfig tar:bzip2 USE_GNOME= gtk20 intltool INSTALLS_OMF= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib PORTDOCS= AUTHORS ChangeLog README @@ -29,10 +28,9 @@ OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext +NLS_USES_OFF= gettext-tools -.include - # Restrict to stable (even) versions, indicated by the second component. PORTSCOUT= limit:^0.7\..* @@ -48,11 +46,10 @@ post-patch: @${REINPLACE_CMD} -e 's|gdk_pixbuf_unref|g_object_unref|g' \ ${WRKSRC}/src/interface.c -.if ! ${PORT_OPTIONS:MNLS} +post-patch-NLS-off: @${REINPLACE_CMD} -e 's|USE_NLS=yes|USE_NLS=no|' ${WRKSRC}/configure -.endif -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/security/fpm2/pkg-descr ============================================================================== --- head/security/fpm2/pkg-descr Mon Feb 26 09:02:41 2018 (r463002) +++ head/security/fpm2/pkg-descr Mon Feb 26 09:03:01 2018 (r463003) @@ -15,4 +15,4 @@ passwords using GTK2 interface. Features include: - Auto-minimise and/or auto-locking passwords database after configurable time to the tray icon. -WWW: http://als.regnet.cz/fpm2/ +WWW: https://als.regnet.cz/fpm2/ From owner-svn-ports-head@freebsd.org Mon Feb 26 09:03:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A52F8F3622E; Mon, 26 Feb 2018 09:03:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A1AB6AE65; Mon, 26 Feb 2018 09:03:02 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5533719620; Mon, 26 Feb 2018 09:03:02 +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 w1Q932ti097380; Mon, 26 Feb 2018 09:03:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q932V3097376; Mon, 26 Feb 2018 09:03:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802260903.w1Q932V3097376@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 26 Feb 2018 09:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463004 - in head/security/tthsum: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/security/tthsum: . files X-SVN-Commit-Revision: 463004 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 09:03:02 -0000 Author: amdmi3 Date: Mon Feb 26 09:03:01 2018 New Revision: 463004 URL: https://svnweb.freebsd.org/changeset/ports/463004 Log: - Fix LICENSE - Add LICENSE_FILE - Switch to new test framework - Simplify DESTDIR handling Approved by: portmgr blanket Modified: head/security/tthsum/Makefile head/security/tthsum/files/patch-Makefile Modified: head/security/tthsum/Makefile ============================================================================== --- head/security/tthsum/Makefile Mon Feb 26 09:03:01 2018 (r463003) +++ head/security/tthsum/Makefile Mon Feb 26 09:03:01 2018 (r463004) @@ -11,7 +11,8 @@ MASTER_SITES= http://tthsum.devs.nu/pkg/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for generating and checking TTH message digests -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING.txt CONFLICTS= microdc2-[0-9]* @@ -19,13 +20,10 @@ USES= gmake PLIST_FILES= bin/tthsum man/man1/tthsum.1.gz -MAKE_ENV+= STAGEDIR=${STAGEDIR} WRKSRC= ${WRKDIR}/${PORTNAME} +TEST_TARGET= runtest post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - -regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test runtest + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Modified: head/security/tthsum/files/patch-Makefile ============================================================================== --- head/security/tthsum/files/patch-Makefile Mon Feb 26 09:03:01 2018 (r463003) +++ head/security/tthsum/files/patch-Makefile Mon Feb 26 09:03:01 2018 (r463004) @@ -29,9 +29,9 @@ - install $(BINS)/tthsum $(BIN) - install -m644 $(SHARES)/tthsum.1.gz $(MAN)/man1 +install: tthsum manual -+ install -d $(BIN) $(STAGEDIR)$(MANPREFIX)/man/man1 -+ install $(BINS)/tthsum $(STAGEDIR)$(PREFIX)/bin -+ install -m644 $(SHARES)/tthsum.1.gz $(STAGEDIR)$(MANPREFIX)/man/man1 ++ install -d $(BIN) $(DESTDIR)$(MANPREFIX)/man/man1 ++ install $(BINS)/tthsum $(DESTDIR)$(PREFIX)/bin ++ install -m644 $(SHARES)/tthsum.1.gz $(DESTDIR)$(MANPREFIX)/man/man1 uninstall: $(RM) $(BIN)/tthsum From owner-svn-ports-head@freebsd.org Mon Feb 26 09:04:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B74CCF36362; Mon, 26 Feb 2018 09:04:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69B2D6B0A2; Mon, 26 Feb 2018 09:04:07 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 64B5F19624; Mon, 26 Feb 2018 09:04:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q9478H097547; Mon, 26 Feb 2018 09:04:07 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q947ui097546; Mon, 26 Feb 2018 09:04:07 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802260904.w1Q947ui097546@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Feb 2018 09:04:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463005 - head/sysutils/synergy X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/synergy X-SVN-Commit-Revision: 463005 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 09:04:07 -0000 Author: yuri Date: Mon Feb 26 09:04:07 2018 New Revision: 463005 URL: https://svnweb.freebsd.org/changeset/ports/463005 Log: sysutils/synergy: Take maintainership Approved by: tcberner (mentor, implicit) Modified: head/sysutils/synergy/Makefile Modified: head/sysutils/synergy/Makefile ============================================================================== --- head/sysutils/synergy/Makefile Mon Feb 26 09:03:01 2018 (r463004) +++ head/sysutils/synergy/Makefile Mon Feb 26 09:04:07 2018 (r463005) @@ -6,7 +6,7 @@ DISTVERSION= 2.0.0 DISTVERSIONSUFFIX= -stable CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@FreeBSD.org COMMENT= Mouse and keyboard sharing utility LICENSE= GPLv2 From owner-svn-ports-head@freebsd.org Mon Feb 26 09:14:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63684F36FC2; Mon, 26 Feb 2018 09:14:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16F806B79C; Mon, 26 Feb 2018 09:14:11 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0DE03197B3; Mon, 26 Feb 2018 09:14:11 +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 w1Q9EAYA002918; Mon, 26 Feb 2018 09:14:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q9EAmk002917; Mon, 26 Feb 2018 09:14:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802260914.w1Q9EAmk002917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 26 Feb 2018 09:14:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463006 - head/math/octave X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/math/octave X-SVN-Commit-Revision: 463006 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 09:14:11 -0000 Author: antoine Date: Mon Feb 26 09:14:10 2018 New Revision: 463006 URL: https://svnweb.freebsd.org/changeset/ports/463006 Log: Explicitely disable openmp, for some reasons configure enables it on 10.x amd64 (not other archs) and this causes fallout in some octave-forge ports With hat: portmgr Modified: head/math/octave/Makefile Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Mon Feb 26 09:04:07 2018 (r463005) +++ head/math/octave/Makefile Mon Feb 26 09:14:10 2018 (r463006) @@ -3,6 +3,7 @@ PORTNAME= octave PORTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= math java MASTER_SITES= GNU @@ -61,7 +62,8 @@ CONFIGURE_ARGS= --host=${GNU_HOST} \ --with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \ --with-lapack="${LAPACKLIB}" \ --enable-shared \ - --disable-jit + --disable-jit \ + --disable-openmp OPTIONS_DEFINE= DOCS From owner-svn-ports-head@freebsd.org Mon Feb 26 09:16:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B0BBF371A1; Mon, 26 Feb 2018 09:16:12 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A6ED6B8DB; Mon, 26 Feb 2018 09:16:12 +0000 (UTC) (envelope-from ale@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0EBF4197B4; Mon, 26 Feb 2018 09:16:12 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q9GBNj003118; Mon, 26 Feb 2018 09:16:11 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q9GBHI003116; Mon, 26 Feb 2018 09:16:11 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201802260916.w1Q9GBHI003116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 26 Feb 2018 09:16:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463007 - in head/net/mpd5: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: in head/net/mpd5: . files X-SVN-Commit-Revision: 463007 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 09:16:12 -0000 Author: ale Date: Mon Feb 26 09:16:11 2018 New Revision: 463007 URL: https://svnweb.freebsd.org/changeset/ports/463007 Log: Fix support of PPPoE over VLAN and add basic parsing of PADM messages. Submitted by: ale Reviewed by: mav julian Differential Revision: https://reviews.freebsd.org/D9848 Added: head/net/mpd5/files/patch-src_pppoe.c (contents, props changed) Modified: head/net/mpd5/Makefile Modified: head/net/mpd5/Makefile ============================================================================== --- head/net/mpd5/Makefile Mon Feb 26 09:14:10 2018 (r463006) +++ head/net/mpd5/Makefile Mon Feb 26 09:16:11 2018 (r463007) @@ -3,7 +3,7 @@ PORTNAME= mpd DISTVERSION= 5.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Mpd5/Mpd-${PORTVERSION} PKGNAMESUFFIX= 5 Added: head/net/mpd5/files/patch-src_pppoe.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/mpd5/files/patch-src_pppoe.c Mon Feb 26 09:16:11 2018 (r463007) @@ -0,0 +1,126 @@ +--- src/pppoe.c.orig 2016-01-06 15:42:06 UTC ++++ src/pppoe.c +@@ -71,6 +71,7 @@ + + /* Per link private info */ + struct pppoeinfo { ++ char iface[IFNAMSIZ]; /* PPPoE interface name */ + char path[MAX_PATH]; /* PPPoE node path */ + char hook[NG_HOOKSIZ]; /* hook on that node */ + char session[MAX_SESSION]; /* session name */ +@@ -165,7 +166,7 @@ static int PppoeListen(Link l); + static int PppoeUnListen(Link l); + static void PppoeNodeUpdate(Link l); + static void PppoeListenEvent(int type, void *arg); +-static int CreatePppoeNode(struct PppoeIf *PIf, const char *path, const char *hook); ++static int CreatePppoeNode(struct PppoeIf *PIf, const char *iface, const char *path, const char *hook); + + static void PppoeDoClose(Link l); + +@@ -282,6 +283,7 @@ PppoeInit(Link l) + pe = (PppoeInfo)(l->info = Malloc(MB_PHYS, sizeof(*pe))); + pe->incoming = 0; + pe->opened = 0; ++ snprintf(pe->iface, sizeof(pe->iface), "undefined"); + snprintf(pe->path, sizeof(pe->path), "undefined:"); + snprintf(pe->hook, sizeof(pe->hook), "undefined"); + snprintf(pe->session, sizeof(pe->session), "*"); +@@ -660,6 +662,16 @@ PppoeCtrlReadEvent(int type, void *arg) + break; + } + #endif ++#ifdef NGM_PPPOE_PADM_COOKIE ++ case NGM_PPPOE_HURL: ++ Log(LG_PHYS, ("PPPoE: rec'd HURL \"%s\"", ++ ((struct ngpppoe_padm *)u.resp.data)->msg)); ++ break; ++ case NGM_PPPOE_MOTM: ++ Log(LG_PHYS, ("PPPoE: rec'd MOTM \"%s\"", ++ ((struct ngpppoe_padm *)u.resp.data)->msg)); ++ break; ++#endif + default: + Log(LG_PHYS, ("PPPoE: rec'd command %lu from \"%s\"", + (u_long)u.resp.header.cmd, path)); +@@ -695,6 +707,7 @@ PppoeStat(Context ctx) + } + + Printf("PPPoE configuration:\r\n"); ++ Printf("\tIface Name : %s\r\n", pe->iface); + Printf("\tIface Node : %s\r\n", pe->path); + Printf("\tIface Hook : %s\r\n", pe->hook); + Printf("\tSession : %s\r\n", pe->session); +@@ -748,12 +761,8 @@ static int + PppoePeerIface(Link l, void *buf, size_t buf_len) + { + PppoeInfo const pppoe = (PppoeInfo)l->info; +- char iface[IFNAMSIZ]; + +- strlcpy(iface, pppoe->path, sizeof(iface)); +- if (iface[strlen(iface) - 1] == ':') +- iface[strlen(iface) - 1] = '\0'; +- strlcpy(buf, iface, buf_len); ++ strlcpy(buf, pppoe->iface, buf_len); + return (0); + } + +@@ -880,7 +889,7 @@ PppoeGetMru(Link l, int conf) + } + + static int +-CreatePppoeNode(struct PppoeIf *PIf, const char *path, const char *hook) ++CreatePppoeNode(struct PppoeIf *PIf, const char *iface, const char *path, const char *hook) + { + union { + u_char buf[sizeof(struct ng_mesg) + 2048]; +@@ -892,11 +901,6 @@ CreatePppoeNode(struct PppoeIf *PIf, con + uint32_t f; + + /* Make sure interface is up. */ +- char iface[IFNAMSIZ]; +- +- strlcpy(iface, path, sizeof(iface)); +- if (iface[strlen(iface) - 1] == ':') +- iface[strlen(iface) - 1] = '\0'; + if (ExecCmdNosh(LG_PHYS2, iface, "%s %s up", _PATH_IFCONFIG, iface) != 0) { + Log(LG_ERR, ("PPPoE: can't bring up interface %s", + iface)); +@@ -1501,7 +1505,7 @@ PppoeGetNode(Link l) + l->name)); + return; + } +- if (CreatePppoeNode(&PppoeIfs[free], pi->path, pi->hook)) { ++ if (CreatePppoeNode(&PppoeIfs[free], pi->iface, pi->path, pi->hook)) { + strlcpy(PppoeIfs[free].ifnodepath, + pi->path, + sizeof(PppoeIfs[free].ifnodepath)); +@@ -1673,7 +1677,7 @@ PppoeSetCommand(Context ctx, int ac, cha + { + const PppoeInfo pi = (PppoeInfo) ctx->lnk->info; + const char *hookname = ETHER_DEFAULT_HOOK; +- const char *colon; ++ int i; + #ifdef NGM_PPPOE_SETMAXP_COOKIE + int ap; + #endif +@@ -1684,9 +1688,17 @@ PppoeSetCommand(Context ctx, int ac, cha + hookname = av[1]; + /* fall through */ + case 1: +- colon = (av[0][strlen(av[0]) - 1] == ':') ? "" : ":"; +- snprintf(pi->path, sizeof(pi->path), +- "%s%s", av[0], colon); ++ strlcpy(pi->iface, av[0], sizeof(pi->iface)); ++ strlcpy(pi->path, pi->iface, sizeof(pi->path) - 1); ++ for (i = 0; i < sizeof(pi->path) - 1; i++) { ++ if (pi->path[i] == '.' || pi->path[i] == ':') ++ pi->path[i] = '_'; ++ else if (pi->path[i] == '\0') { ++ pi->path[i] = ':'; ++ pi->path[i + 1] = '\0'; ++ break; ++ } ++ } + strlcpy(pi->hook, hookname, sizeof(pi->hook)); + break; + default: From owner-svn-ports-head@freebsd.org Mon Feb 26 09:30:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45FE8F3804D; Mon, 26 Feb 2018 09:30:02 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7E936BFEE; Mon, 26 Feb 2018 09:30:01 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DEDAE1994C; Mon, 26 Feb 2018 09:30:01 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q9U1Ln008150; Mon, 26 Feb 2018 09:30:01 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q9U13t008148; Mon, 26 Feb 2018 09:30:01 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802260930.w1Q9U13t008148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Feb 2018 09:30:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463008 - head/graphics/drawpile X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/drawpile X-SVN-Commit-Revision: 463008 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 09:30:02 -0000 Author: yuri Date: Mon Feb 26 09:30:01 2018 New Revision: 463008 URL: https://svnweb.freebsd.org/changeset/ports/463008 Log: graphics/drawpile: Update to 2.0.9 Changelog: https://drawpile.net/news/release-2.0.9/ Approved by: tcberner (mentor, implicit) Modified: head/graphics/drawpile/Makefile head/graphics/drawpile/distinfo Modified: head/graphics/drawpile/Makefile ============================================================================== --- head/graphics/drawpile/Makefile Mon Feb 26 09:16:11 2018 (r463007) +++ head/graphics/drawpile/Makefile Mon Feb 26 09:30:01 2018 (r463008) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Drawpile -DISTVERSION= 2.0.8 +DISTVERSION= 2.0.9 CATEGORIES= graphics python MAINTAINER= yuri@FreeBSD.org Modified: head/graphics/drawpile/distinfo ============================================================================== --- head/graphics/drawpile/distinfo Mon Feb 26 09:16:11 2018 (r463007) +++ head/graphics/drawpile/distinfo Mon Feb 26 09:30:01 2018 (r463008) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518454254 -SHA256 (drawpile-Drawpile-2.0.8_GH0.tar.gz) = ac605ca722d0f28182425dadf9dc95446f03491f955c1a04e32f0838f50aea92 -SIZE (drawpile-Drawpile-2.0.8_GH0.tar.gz) = 1171517 +TIMESTAMP = 1519636394 +SHA256 (drawpile-Drawpile-2.0.9_GH0.tar.gz) = d3e5fafadea2a09dd767d0d2757295136561e6d197b48223f5a2f213d3bd6649 +SIZE (drawpile-Drawpile-2.0.9_GH0.tar.gz) = 1230047 From owner-svn-ports-head@freebsd.org Mon Feb 26 09:38:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C578FF388BB; Mon, 26 Feb 2018 09:38:24 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7826B6C512; Mon, 26 Feb 2018 09:38:24 +0000 (UTC) (envelope-from ale@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 72C4019AF1; Mon, 26 Feb 2018 09:38:24 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q9cOBu013242; Mon, 26 Feb 2018 09:38:24 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q9cOfi013240; Mon, 26 Feb 2018 09:38:24 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201802260938.w1Q9cOfi013240@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 26 Feb 2018 09:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463009 - head/mail/roundcube X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/mail/roundcube X-SVN-Commit-Revision: 463009 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 09:38:24 -0000 Author: ale Date: Mon Feb 26 09:38:24 2018 New Revision: 463009 URL: https://svnweb.freebsd.org/changeset/ports/463009 Log: Update to 1.3.4 release. PR: 225679 Submitted by: Vladimir Krstulja Modified: head/mail/roundcube/Makefile head/mail/roundcube/distinfo Modified: head/mail/roundcube/Makefile ============================================================================== --- head/mail/roundcube/Makefile Mon Feb 26 09:30:01 2018 (r463008) +++ head/mail/roundcube/Makefile Mon Feb 26 09:38:24 2018 (r463009) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= roundcube -DISTVERSION= 1.3.3 +DISTVERSION= 1.3.4 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/ Modified: head/mail/roundcube/distinfo ============================================================================== --- head/mail/roundcube/distinfo Mon Feb 26 09:30:01 2018 (r463008) +++ head/mail/roundcube/distinfo Mon Feb 26 09:38:24 2018 (r463009) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510210310 -SHA256 (roundcubemail-1.3.3-complete.tar.gz) = 05d9856c966c0d93accabf724e7ff2fd493bba1a57c44247ed0a2aacd617c879 -SIZE (roundcubemail-1.3.3-complete.tar.gz) = 5339032 +TIMESTAMP = 1519637429 +SHA256 (roundcubemail-1.3.4-complete.tar.gz) = bde95a620f0f5670450d3b94e093c30a4bdf2717183fcc92c8018019ad66c556 +SIZE (roundcubemail-1.3.4-complete.tar.gz) = 5506887 From owner-svn-ports-head@freebsd.org Mon Feb 26 10:09:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AD53F3A888; Mon, 26 Feb 2018 10:09:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD4056D9D0; Mon, 26 Feb 2018 10:09:57 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D3FBA19FA1; Mon, 26 Feb 2018 10:09:57 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QA9vJJ029239; Mon, 26 Feb 2018 10:09:57 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QA9vcN029237; Mon, 26 Feb 2018 10:09:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802261009.w1QA9vcN029237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Feb 2018 10:09:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463011 - head/devel/nimble X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/nimble X-SVN-Commit-Revision: 463011 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 10:09:58 -0000 Author: yuri Date: Mon Feb 26 10:09:57 2018 New Revision: 463011 URL: https://svnweb.freebsd.org/changeset/ports/463011 Log: devel/nimble: Update to 0.8.10 PR: 226214 Submitted by: Neal Nelson (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/devel/nimble/Makefile head/devel/nimble/distinfo Modified: head/devel/nimble/Makefile ============================================================================== --- head/devel/nimble/Makefile Mon Feb 26 10:00:34 2018 (r463010) +++ head/devel/nimble/Makefile Mon Feb 26 10:09:57 2018 (r463011) @@ -3,7 +3,7 @@ PORTNAME= nimble DISTVERSIONPREFIX= v -DISTVERSION= 0.8.8 +DISTVERSION= 0.8.10 CATEGORIES= devel MAINTAINER= ports@nicandneal.net @@ -20,7 +20,7 @@ GH_ACCOUNT= nim-lang PLIST_FILES= bin/nimble do-build: - cd ${WRKSRC} && nim c --parallelBuild=${MAKE_JOBS_NUMBER} --path:${LOCALBASE}/nim src/nimble + @cd ${WRKSRC} && nim c --parallelBuild=${MAKE_JOBS_NUMBER} --path:${LOCALBASE}/nim src/nimble do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/nimble ${STAGEDIR}${PREFIX}/bin Modified: head/devel/nimble/distinfo ============================================================================== --- head/devel/nimble/distinfo Mon Feb 26 10:00:34 2018 (r463010) +++ head/devel/nimble/distinfo Mon Feb 26 10:09:57 2018 (r463011) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508838468 -SHA256 (nim-lang-nimble-v0.8.8_GH0.tar.gz) = 4a849370f58af0d6fe940c15536ab9487f75517c695dd845f84ad96e71f2f4bd -SIZE (nim-lang-nimble-v0.8.8_GH0.tar.gz) = 71661 +TIMESTAMP = 1519639328 +SHA256 (nim-lang-nimble-v0.8.10_GH0.tar.gz) = bb1962a71448945775bba4c1fd63162fa9bb2afbaf6d6f61a5012c1c3fee59f9 +SIZE (nim-lang-nimble-v0.8.10_GH0.tar.gz) = 76184 From owner-svn-ports-head@freebsd.org Mon Feb 26 10:11:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF605F3AAC0; Mon, 26 Feb 2018 10:11:01 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F7C56DC37; Mon, 26 Feb 2018 10:11:01 +0000 (UTC) (envelope-from madpilot@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A6641A0F2; Mon, 26 Feb 2018 10:11:01 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QAB1rM032422; Mon, 26 Feb 2018 10:11:01 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QAB1L6032420; Mon, 26 Feb 2018 10:11:01 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201802261011.w1QAB1L6032420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 26 Feb 2018 10:11:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463012 - head/databases/sqliteodbc X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/databases/sqliteodbc X-SVN-Commit-Revision: 463012 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 10:11:02 -0000 Author: madpilot Date: Mon Feb 26 10:11:01 2018 New Revision: 463012 URL: https://svnweb.freebsd.org/changeset/ports/463012 Log: Update sqliteodbc to 0.9996 Modified: head/databases/sqliteodbc/Makefile head/databases/sqliteodbc/distinfo Modified: head/databases/sqliteodbc/Makefile ============================================================================== --- head/databases/sqliteodbc/Makefile Mon Feb 26 10:09:57 2018 (r463011) +++ head/databases/sqliteodbc/Makefile Mon Feb 26 10:11:01 2018 (r463012) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sqliteodbc -PORTVERSION= 0.9995 +PORTVERSION= 0.9996 PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= http://www.ch-werner.de/sqliteodbc/ Modified: head/databases/sqliteodbc/distinfo ============================================================================== --- head/databases/sqliteodbc/distinfo Mon Feb 26 10:09:57 2018 (r463011) +++ head/databases/sqliteodbc/distinfo Mon Feb 26 10:11:01 2018 (r463012) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480673755 -SHA256 (sqliteodbc-0.9995.tar.gz) = 73deed973ff525195a225699e9a8a24eb42f8242f49871ef196168a5600a1acb -SIZE (sqliteodbc-0.9995.tar.gz) = 996196 +TIMESTAMP = 1519571551 +SHA256 (sqliteodbc-0.9996.tar.gz) = 8afbc9e0826d4ff07257d7881108206ce31b5f719762cbdb4f68201b60b0cb4e +SIZE (sqliteodbc-0.9996.tar.gz) = 997425 From owner-svn-ports-head@freebsd.org Mon Feb 26 11:08:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E60AF3DBE3; Mon, 26 Feb 2018 11:08:25 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EBD826FB4F; Mon, 26 Feb 2018 11:08:24 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 5A95ABDD25; Mon, 26 Feb 2018 12:08:23 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 3ED78BDD1E; Mon, 26 Feb 2018 12:08:23 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 1B3D06176; Mon, 26 Feb 2018 12:08:21 +0100 (CET) Received: by ogg.in.absolight.net (Postfix, from userid 501) id 66BBA5CB7991; Mon, 26 Feb 2018 12:08:20 +0100 (CET) Date: Mon, 26 Feb 2018 12:08:20 +0100 From: Mathieu Arnold To: Gerald Pfeifer Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462376 - in head: . emulators emulators/wine-staging Message-ID: <20180226110820.jj2iumncmw4oxqoa@ogg.in.absolight.net> References: <201802200837.w1K8b1QY087980@repo.freebsd.org> <20180220123937.qvahs2zdvvjritel@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="terjxfqkvjdndtgk" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 11:08:25 -0000 --terjxfqkvjdndtgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 25, 2018 at 11:21:11PM +0100, Gerald Pfeifer wrote: > On Tue, 20 Feb 2018, Mathieu Arnold wrote: > > So, this broke, at least, emulators/pipelight. >=20 > emulators/pipelight has been broken for months already then, since=20 > emulators/wine-staging has been broken for months. You would be > right pointing out that the failure mode has changed, but it's not=20 > been working before. Sorry, but this broke INDEX, and poudriere bulk -a because it left the tree with a non existing dependency. This is not OK. --=20 Mathieu Arnold --terjxfqkvjdndtgk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJak+qkXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IpesP/3HxI00iL/OsfwHmxdKP2kg2 DY4VEDrCemOG0c9fAdEMCRE0jXfi1E1WS/iosI6WX+XGAkRVAnyx4zrJvBNcYaDr Ytg3GMy6xyaS0fLUkB6VfxPkHhn5hiOv3XlbUtpaHRFtiuUjmDi/Ka7l61pLKfHB jYlFyHhJtOjZawJ7TyLpoUvq+yt3qwEW+R0gr+gyNkLHwiAqF6K3bFzQbJFub7Lj A+w55peyaE04/pRZrJH4q+pn0RfbnfqFIAu0HLW7Y5TJsloE4+auP78uqc1wFpQm HCdJ+Vwd/xWcetZ3vDP6kggSqo/co1DPN7veb5cH+D/vNXh+/4bcF7QcMzNx5M4S BaeWSw7xCfXdJz2YNtjLMLOQzRYE79J9eSLfoZrjBai0KsXvr8ipUs9+m3TK277A dhYrSO1TX2rxyDm9x3sU7c5hlXogkzb7XagedYvo+ZGui9J6qUhDU6CBerbG+lWN rFaiiPTlp4Zq2YqtWcsKbuCtv/Y1mYEQp6NmbS09ZIXlO83+FRIeeUv8904RGGHA V5mFfuCEdr4tkrFLjrfT9fviqc6gw8vr/RKuHvv9g54IF0RckY7FGOZeLPsRw2w6 wDt/wG/ydS6BR2i8fMnX6Ot6FDKRT9YUtC2mNBpArU12QMnySZjguv9spFfWy0WF qUbRBv+4Zaz6GoHw8Z/l =MSah -----END PGP SIGNATURE----- --terjxfqkvjdndtgk-- From owner-svn-ports-head@freebsd.org Mon Feb 26 11:10:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF1CEF3DDC3; Mon, 26 Feb 2018 11:10:47 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6265A6FDD2; Mon, 26 Feb 2018 11:10:47 +0000 (UTC) (envelope-from pizzamig@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C6F01AA44; Mon, 26 Feb 2018 11:10:47 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QBAlCV061096; Mon, 26 Feb 2018 11:10:47 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QBAlXY061093; Mon, 26 Feb 2018 11:10:47 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201802261110.w1QBAlXY061093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Mon, 26 Feb 2018 11:10:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463013 - head/databases/clickhouse X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/databases/clickhouse X-SVN-Commit-Revision: 463013 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 11:10:48 -0000 Author: pizzamig Date: Mon Feb 26 11:10:46 2018 New Revision: 463013 URL: https://svnweb.freebsd.org/changeset/ports/463013 Log: databases/clickhouse PR: 225418 Submitted by: proler@gmail.com (maintainer) Modified: head/databases/clickhouse/Makefile head/databases/clickhouse/distinfo head/databases/clickhouse/pkg-plist Modified: head/databases/clickhouse/Makefile ============================================================================== --- head/databases/clickhouse/Makefile Mon Feb 26 10:11:01 2018 (r463012) +++ head/databases/clickhouse/Makefile Mon Feb 26 11:10:46 2018 (r463013) @@ -2,24 +2,27 @@ # $FreeBSD$ PORTNAME= clickhouse -PORTVERSION= 1.1.54318 +PORTVERSION= 1.1.54342 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable -#DISTVERSIONSUFFIX= -testing -PORTREVISION= 1 CATEGORIES= databases -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= fa65bdcf4847.patch:-p1 +PATCH_SITES= https://github.com/proller/${GH_PROJECT}/commit/ +PATCHFILES= 05b203574ae2.patch:-p1 MAINTAINER= proler@gmail.com COMMENT= ClickHouse is an column-oriented database management system LICENSE= APACHE20 +BROKEN_FreeBSD_10= Builds but does not work +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= "Only supported on amd64" + BUILD_DEPENDS= bash:shells/bash \ sparsehash>=0:devel/sparsehash \ - cctz>=0:devel/cctz + cctz>=0:devel/cctz \ + libdouble-conversion>=0:devel/libdouble-conversion LIB_DEPENDS= libtcmalloc.so:devel/google-perftools \ libodbc.so:databases/unixODBC \ @@ -28,23 +31,14 @@ LIB_DEPENDS= libtcmalloc.so:devel/google-perftools \ libboost_program_options.so:devel/boost-libs \ libzookeeper_mt.so:devel/libzookeeper \ libre2.so:devel/re2 \ - libdouble-conversion.so:devel/libdouble-conversion \ libzstd.so:archivers/zstd \ liblz4.so:archivers/liblz4 \ libPocoNet.so:devel/poco \ libcpuid.so:sysutils/libcpuid \ libunwind.so:devel/libunwind \ - librdkafka.so:net/librdkafka + librdkafka.so:net/librdkafka \ + libgtest.so:devel/googletest -USE_GITHUB= yes -GH_ACCOUNT= yandex -GH_PROJECT= ClickHouse - -ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= "Only supported on amd64" - -BROKEN_FreeBSD_10= Builds but does not work - USES= compiler:c++14-lang cmake iconv mysql ssl readline USE_LDCONFIG= yes CMAKE_ARGS= -DUNBUNDLED=1 \ @@ -54,6 +48,10 @@ CMAKE_ARGS= -DUNBUNDLED=1 \ -DCXX11_ABI= \ -DCOMPILER_FLAGS="-DLZ4_DISABLE_DEPRECATE_WARNINGS=1" +USE_GITHUB= yes +GH_ACCOUNT= yandex +GH_PROJECT= ClickHouse + USE_RC_SUBR= ${PORTNAME} USERS= clickhouse GROUPS= clickhouse @@ -63,15 +61,14 @@ PLIST_SUB= SOVERSION=${SOVERSION} .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 -BUILD_DEPENDS+= clang38:devel/llvm38 -CC= clang38 -CXX= clang++38 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 +BUILD_DEPENDS+= clang50:devel/llvm50 +CC= clang50 +CXX= clang++50 .endif post-patch: @${REINPLACE_CMD} -e 's|/var/lib/clickhouse|/var/db/clickhouse|;s|/var/log/clickhouse-server|/var/log/clickhouse|;s|/etc/clickhouse-server|${PREFIX}/etc/clickhouse-server|' ${WRKSRC}/dbms/src/Server/config.xml - @${REINPLACE_CMD} -e 's|::1|<\!-- ::1 -->|;s|127.0.0.1|<\!-- 127.0.0.1 -->|' ${WRKSRC}/dbms/src/Server/config.xml post-install: @${RM} ${STAGEDIR}${PREFIX}/bin/clickhouse-compressor Modified: head/databases/clickhouse/distinfo ============================================================================== --- head/databases/clickhouse/distinfo Mon Feb 26 10:11:01 2018 (r463012) +++ head/databases/clickhouse/distinfo Mon Feb 26 11:10:46 2018 (r463013) @@ -1,5 +1,5 @@ -TIMESTAMP = 1512138566 -SHA256 (yandex-ClickHouse-v1.1.54318-stable_GH0.tar.gz) = 2ccbf503694d19c8dad3bbc4abc4665ca0440b6084b6ccd484c9791d538790f8 -SIZE (yandex-ClickHouse-v1.1.54318-stable_GH0.tar.gz) = 10006834 -SHA256 (fa65bdcf4847.patch) = 4c6c522fcf3f5a5ca6f958ae71ea819131214843c58872e110cfcccb9c14e4fa -SIZE (fa65bdcf4847.patch) = 7496 +TIMESTAMP = 1516666622 +SHA256 (yandex-ClickHouse-v1.1.54342-stable_GH0.tar.gz) = ca1fc97242ca10d5addb8842fd82d03dc43bb5c4c64aa6bbceb71146576c6588 +SIZE (yandex-ClickHouse-v1.1.54342-stable_GH0.tar.gz) = 9471756 +SHA256 (05b203574ae2.patch) = f1beeb1e1c407a4565ebce3b1cf4a84b1d5f18044dbf09ad2ba40a50926c806f +SIZE (05b203574ae2.patch) = 1459 Modified: head/databases/clickhouse/pkg-plist ============================================================================== --- head/databases/clickhouse/pkg-plist Mon Feb 26 10:11:01 2018 (r463012) +++ head/databases/clickhouse/pkg-plist Mon Feb 26 11:10:46 2018 (r463013) @@ -1,9 +1,14 @@ bin/clickhouse bin/clickhouse-benchmark +bin/clickhouse-clang bin/clickhouse-client +bin/clickhouse-extract-from-config +bin/clickhouse-format +bin/clickhouse-lld bin/clickhouse-local -bin/clickhouse-server bin/clickhouse-performance-test +bin/clickhouse-server +bin/clickhouse-test bin/clickhouse-zookeeper-cli @dir(clickhouse,,) etc/clickhouse-server @dir(clickhouse,,) etc/clickhouse-client @@ -16,3 +21,1308 @@ lib/libclickhouse.so.%%SOVERSION%% @dir(clickhouse,clickhouse,700) /var/db/clickhouse @dir(clickhouse,clickhouse) /var/log/clickhouse @dir(clickhouse,clickhouse) /var/run/clickhouse +%%DATADIR%%-test/external_dictionaries/CTestTestfile.cmake +%%DATADIR%%-test/external_dictionaries/README.md +%%DATADIR%%-test/external_dictionaries/cmake_install.cmake +%%DATADIR%%-test/external_dictionaries/config.xml +%%DATADIR%%-test/external_dictionaries/dictionary_library/CMakeFiles/dictionary_library.dir/dictionary_library.cpp.o +%%DATADIR%%-test/external_dictionaries/dictionary_library/CMakeFiles/dictionary_library_c.dir/dictionary_library_c.c.o +%%DATADIR%%-test/external_dictionaries/dictionary_library/CMakeFiles/dictionary_library_empty.dir/dictionary_library_empty.cpp.o +%%DATADIR%%-test/external_dictionaries/dictionary_library/CTestTestfile.cmake +%%DATADIR%%-test/external_dictionaries/dictionary_library/cmake_install.cmake +%%DATADIR%%-test/external_dictionaries/dictionary_library/dictionary_library.cpp +%%DATADIR%%-test/external_dictionaries/dictionary_library/dictionary_library_c.c +%%DATADIR%%-test/external_dictionaries/dictionary_library/dictionary_library_empty.cpp +%%DATADIR%%-test/external_dictionaries/dictionary_library/libdictionary_library.so +%%DATADIR%%-test/external_dictionaries/dictionary_library/libdictionary_library_c.so +%%DATADIR%%-test/external_dictionaries/dictionary_library/libdictionary_library_empty.so +%%DATADIR%%-test/external_dictionaries/generate_and_test.py +%%DATADIR%%-test/external_dictionaries/http_server.py +%%DATADIR%%-test/external_dictionaries/reference/Date.reference +%%DATADIR%%-test/external_dictionaries/reference/DateOrDefault.reference +%%DATADIR%%-test/external_dictionaries/reference/DateTime.reference +%%DATADIR%%-test/external_dictionaries/reference/DateTimeOrDefault.reference +%%DATADIR%%-test/external_dictionaries/reference/Float32.reference +%%DATADIR%%-test/external_dictionaries/reference/Float32OrDefault.reference +%%DATADIR%%-test/external_dictionaries/reference/Float64.reference +%%DATADIR%%-test/external_dictionaries/reference/Float64OrDefault.reference +%%DATADIR%%-test/external_dictionaries/reference/Int16.reference +%%DATADIR%%-test/external_dictionaries/reference/Int16OrDefault.reference +%%DATADIR%%-test/external_dictionaries/reference/Int32.reference +%%DATADIR%%-test/external_dictionaries/reference/Int32OrDefault.reference +%%DATADIR%%-test/external_dictionaries/reference/Int64.reference +%%DATADIR%%-test/external_dictionaries/reference/Int64OrDefault.reference +%%DATADIR%%-test/external_dictionaries/reference/Int8.reference +%%DATADIR%%-test/external_dictionaries/reference/Int8OrDefault.reference +%%DATADIR%%-test/external_dictionaries/reference/String.reference +%%DATADIR%%-test/external_dictionaries/reference/StringOrDefault.reference +%%DATADIR%%-test/external_dictionaries/reference/UInt16.reference +%%DATADIR%%-test/external_dictionaries/reference/UInt16OrDefault.reference +%%DATADIR%%-test/external_dictionaries/reference/UInt32.reference +%%DATADIR%%-test/external_dictionaries/reference/UInt32OrDefault.reference +%%DATADIR%%-test/external_dictionaries/reference/UInt64.reference +%%DATADIR%%-test/external_dictionaries/reference/UInt64OrDefault.reference +%%DATADIR%%-test/external_dictionaries/reference/UInt8.reference +%%DATADIR%%-test/external_dictionaries/reference/UInt8OrDefault.reference +%%DATADIR%%-test/external_dictionaries/reference/has.reference +%%DATADIR%%-test/external_dictionaries/reference/hierarchy.reference +%%DATADIR%%-test/external_dictionaries/run.sh +%%DATADIR%%-test/external_dictionaries/source.tsv +%%DATADIR%%-test/external_dictionaries/users.xml +%%DATADIR%%-test/performance/create_benchmark_page.py +%%DATADIR%%-test/performance/date_parsing/date_parsing.xml +%%DATADIR%%-test/performance/date_time/date_time.xml +%%DATADIR%%-test/performance/float_parsing/float_parsing.xml +%%DATADIR%%-test/performance/functions_coding/functions_coding.xml +%%DATADIR%%-test/performance/gather/concat_hits.xml +%%DATADIR%%-test/performance/gather/if_array_num.xml +%%DATADIR%%-test/performance/gather/if_array_string.xml +%%DATADIR%%-test/performance/gather/if_string_const.xml +%%DATADIR%%-test/performance/gather/if_string_hits.xml +%%DATADIR%%-test/performance/gather/slices_hits.xml +%%DATADIR%%-test/performance/no_data/system_numbers.xml +%%DATADIR%%-test/performance/nyc_taxi/nyc_taxi.xml +%%DATADIR%%-test/performance/set/set.xml +%%DATADIR%%-test/performance/set/set_hits.xml +%%DATADIR%%-test/performance/string_comparisions/column_column_comparison.xml +%%DATADIR%%-test/performance/string_comparisions/constant_column_comparison.xml +%%DATADIR%%-test/performance/string_comparisions/order_by_single_column.xml +%%DATADIR%%-test/performance/string_comparisions/results.json +%%DATADIR%%-test/performance/test_hits/test_hits.xml +%%DATADIR%%-test/performance/test_hits/test_hits_agg_functions_min_max_any.xml +%%DATADIR%%-test/queries/0_stateless/00001_select_1.reference +%%DATADIR%%-test/queries/0_stateless/00001_select_1.sql +%%DATADIR%%-test/queries/0_stateless/00002_system_numbers.reference +%%DATADIR%%-test/queries/0_stateless/00002_system_numbers.sql +%%DATADIR%%-test/queries/0_stateless/00003_reinterpret_as_string.reference +%%DATADIR%%-test/queries/0_stateless/00003_reinterpret_as_string.sql +%%DATADIR%%-test/queries/0_stateless/00004_shard_format_ast_and_remote_table.reference +%%DATADIR%%-test/queries/0_stateless/00004_shard_format_ast_and_remote_table.sql +%%DATADIR%%-test/queries/0_stateless/00005_shard_format_ast_and_remote_table_lambda.reference +%%DATADIR%%-test/queries/0_stateless/00005_shard_format_ast_and_remote_table_lambda.sql +%%DATADIR%%-test/queries/0_stateless/00006_extremes_and_subquery_from.reference +%%DATADIR%%-test/queries/0_stateless/00006_extremes_and_subquery_from.sql +%%DATADIR%%-test/queries/0_stateless/00007_array.reference +%%DATADIR%%-test/queries/0_stateless/00007_array.sql +%%DATADIR%%-test/queries/0_stateless/00008_array_join.reference +%%DATADIR%%-test/queries/0_stateless/00008_array_join.sql +%%DATADIR%%-test/queries/0_stateless/00009_array_join_subquery.reference +%%DATADIR%%-test/queries/0_stateless/00009_array_join_subquery.sql +%%DATADIR%%-test/queries/0_stateless/00010_big_array_join.reference +%%DATADIR%%-test/queries/0_stateless/00010_big_array_join.sql +%%DATADIR%%-test/queries/0_stateless/00011_array_join_alias.reference +%%DATADIR%%-test/queries/0_stateless/00011_array_join_alias.sql +%%DATADIR%%-test/queries/0_stateless/00012_array_join_alias_2.reference +%%DATADIR%%-test/queries/0_stateless/00012_array_join_alias_2.sql +%%DATADIR%%-test/queries/0_stateless/00013_create_table_with_arrays.reference +%%DATADIR%%-test/queries/0_stateless/00013_create_table_with_arrays.sql +%%DATADIR%%-test/queries/0_stateless/00014_select_from_table_with_nested.reference +%%DATADIR%%-test/queries/0_stateless/00014_select_from_table_with_nested.sql +%%DATADIR%%-test/queries/0_stateless/00015_totals_having_constants.reference +%%DATADIR%%-test/queries/0_stateless/00015_totals_having_constants.sql +%%DATADIR%%-test/queries/0_stateless/00016_totals_having_constants.reference +%%DATADIR%%-test/queries/0_stateless/00016_totals_having_constants.sql +%%DATADIR%%-test/queries/0_stateless/00017_in_subquery_with_empty_result.reference +%%DATADIR%%-test/queries/0_stateless/00017_in_subquery_with_empty_result.sql +%%DATADIR%%-test/queries/0_stateless/00018_distinct_in_subquery.reference +%%DATADIR%%-test/queries/0_stateless/00018_distinct_in_subquery.sql +%%DATADIR%%-test/queries/0_stateless/00019_shard_quantiles_totals_distributed.reference +%%DATADIR%%-test/queries/0_stateless/00019_shard_quantiles_totals_distributed.sql +%%DATADIR%%-test/queries/0_stateless/00020_sorting_arrays.reference +%%DATADIR%%-test/queries/0_stateless/00020_sorting_arrays.sql +%%DATADIR%%-test/queries/0_stateless/00021_sorting_arrays.reference +%%DATADIR%%-test/queries/0_stateless/00021_sorting_arrays.sql +%%DATADIR%%-test/queries/0_stateless/00022_func_higher_order_and_constants.reference +%%DATADIR%%-test/queries/0_stateless/00022_func_higher_order_and_constants.sql +%%DATADIR%%-test/queries/0_stateless/00023_agg_select_agg_subquery.reference +%%DATADIR%%-test/queries/0_stateless/00023_agg_select_agg_subquery.sql +%%DATADIR%%-test/queries/0_stateless/00024_unused_array_join_in_subquery.reference +%%DATADIR%%-test/queries/0_stateless/00024_unused_array_join_in_subquery.sql +%%DATADIR%%-test/queries/0_stateless/00025_implicitly_used_subquery_column.reference +%%DATADIR%%-test/queries/0_stateless/00025_implicitly_used_subquery_column.sql +%%DATADIR%%-test/queries/0_stateless/00026_shard_something_distributed.reference +%%DATADIR%%-test/queries/0_stateless/00026_shard_something_distributed.sql +%%DATADIR%%-test/queries/0_stateless/00027_distinct_and_order_by.reference +%%DATADIR%%-test/queries/0_stateless/00027_distinct_and_order_by.sql +%%DATADIR%%-test/queries/0_stateless/00027_simple_argMinArray.reference +%%DATADIR%%-test/queries/0_stateless/00027_simple_argMinArray.sql +%%DATADIR%%-test/queries/0_stateless/00028_shard_big_agg_aj_distributed.reference +%%DATADIR%%-test/queries/0_stateless/00028_shard_big_agg_aj_distributed.sql +%%DATADIR%%-test/queries/0_stateless/00028_shard_big_non_agg_aj_distributed.reference +%%DATADIR%%-test/queries/0_stateless/00028_shard_big_non_agg_aj_distributed.sql +%%DATADIR%%-test/queries/0_stateless/00030_alter_table.reference +%%DATADIR%%-test/queries/0_stateless/00030_alter_table.sql +%%DATADIR%%-test/queries/0_stateless/00031_parser_number.reference +%%DATADIR%%-test/queries/0_stateless/00031_parser_number.sql +%%DATADIR%%-test/queries/0_stateless/00032_fixed_string_to_string.reference +%%DATADIR%%-test/queries/0_stateless/00032_fixed_string_to_string.sql +%%DATADIR%%-test/queries/0_stateless/00033_fixed_string_to_string.reference +%%DATADIR%%-test/queries/0_stateless/00033_fixed_string_to_string.sql +%%DATADIR%%-test/queries/0_stateless/00034_fixed_string_to_number.reference +%%DATADIR%%-test/queries/0_stateless/00034_fixed_string_to_number.sql +%%DATADIR%%-test/queries/0_stateless/00035_function_array_return_type.reference +%%DATADIR%%-test/queries/0_stateless/00035_function_array_return_type.sql +%%DATADIR%%-test/queries/0_stateless/00036_array_element.reference +%%DATADIR%%-test/queries/0_stateless/00036_array_element.sql +%%DATADIR%%-test/queries/0_stateless/00037_totals_limit.reference +%%DATADIR%%-test/queries/0_stateless/00037_totals_limit.sql +%%DATADIR%%-test/queries/0_stateless/00038_totals_limit.reference +%%DATADIR%%-test/queries/0_stateless/00038_totals_limit.sql +%%DATADIR%%-test/queries/0_stateless/00039_inserts_through_http.reference +%%DATADIR%%-test/queries/0_stateless/00039_inserts_through_http.sh +%%DATADIR%%-test/queries/0_stateless/00040_array_enumerate_uniq.reference +%%DATADIR%%-test/queries/0_stateless/00040_array_enumerate_uniq.sql +%%DATADIR%%-test/queries/0_stateless/00041_aggregation_remap.reference +%%DATADIR%%-test/queries/0_stateless/00041_aggregation_remap.sql +%%DATADIR%%-test/queries/0_stateless/00041_big_array_join.reference +%%DATADIR%%-test/queries/0_stateless/00041_big_array_join.sql +%%DATADIR%%-test/queries/0_stateless/00042_set.reference +%%DATADIR%%-test/queries/0_stateless/00042_set.sql +%%DATADIR%%-test/queries/0_stateless/00043_summing_empty_part.reference +%%DATADIR%%-test/queries/0_stateless/00043_summing_empty_part.sql +%%DATADIR%%-test/queries/0_stateless/00044_sorting_by_string_descending.reference +%%DATADIR%%-test/queries/0_stateless/00044_sorting_by_string_descending.sql +%%DATADIR%%-test/queries/0_stateless/00045_sorting_by_fixed_string_descending.reference +%%DATADIR%%-test/queries/0_stateless/00045_sorting_by_fixed_string_descending.sql +%%DATADIR%%-test/queries/0_stateless/00046_stored_aggregates_simple.reference +%%DATADIR%%-test/queries/0_stateless/00046_stored_aggregates_simple.sql +%%DATADIR%%-test/queries/0_stateless/00047_stored_aggregates_complex.reference +%%DATADIR%%-test/queries/0_stateless/00047_stored_aggregates_complex.sql +%%DATADIR%%-test/queries/0_stateless/00048_a_stored_aggregates_merge.reference +%%DATADIR%%-test/queries/0_stateless/00048_a_stored_aggregates_merge.sql +%%DATADIR%%-test/queries/0_stateless/00048_b_stored_aggregates_merge.reference +%%DATADIR%%-test/queries/0_stateless/00048_b_stored_aggregates_merge.sql +%%DATADIR%%-test/queries/0_stateless/00049_any_left_join.reference +%%DATADIR%%-test/queries/0_stateless/00049_any_left_join.sql +%%DATADIR%%-test/queries/0_stateless/00050_any_left_join.reference +%%DATADIR%%-test/queries/0_stateless/00050_any_left_join.sql +%%DATADIR%%-test/queries/0_stateless/00051_any_inner_join.reference +%%DATADIR%%-test/queries/0_stateless/00051_any_inner_join.sql +%%DATADIR%%-test/queries/0_stateless/00052_all_left_join.reference +%%DATADIR%%-test/queries/0_stateless/00052_all_left_join.sql +%%DATADIR%%-test/queries/0_stateless/00053_all_inner_join.reference +%%DATADIR%%-test/queries/0_stateless/00053_all_inner_join.sql +%%DATADIR%%-test/queries/0_stateless/00054_join_string.reference +%%DATADIR%%-test/queries/0_stateless/00054_join_string.sql +%%DATADIR%%-test/queries/0_stateless/00055_join_two_numbers.reference +%%DATADIR%%-test/queries/0_stateless/00055_join_two_numbers.sql +%%DATADIR%%-test/queries/0_stateless/00056_join_number_string.reference +%%DATADIR%%-test/queries/0_stateless/00056_join_number_string.sql +%%DATADIR%%-test/queries/0_stateless/00057_join_aliases.reference +%%DATADIR%%-test/queries/0_stateless/00057_join_aliases.sql +%%DATADIR%%-test/queries/0_stateless/00059_shard_global_in.reference +%%DATADIR%%-test/queries/0_stateless/00059_shard_global_in.sql +%%DATADIR%%-test/queries/0_stateless/00060_date_lut.reference +%%DATADIR%%-test/queries/0_stateless/00060_date_lut.sql +%%DATADIR%%-test/queries/0_stateless/00061_merge_tree_alter.reference +%%DATADIR%%-test/queries/0_stateless/00061_merge_tree_alter.sql +%%DATADIR%%-test/queries/0_stateless/00062_replicated_merge_tree_alter_zookeeper.reference +%%DATADIR%%-test/queries/0_stateless/00062_replicated_merge_tree_alter_zookeeper.sql +%%DATADIR%%-test/queries/0_stateless/00063_check_query.reference +%%DATADIR%%-test/queries/0_stateless/00063_check_query.sql +%%DATADIR%%-test/queries/0_stateless/00064_negate_bug.reference +%%DATADIR%%-test/queries/0_stateless/00064_negate_bug.sql +%%DATADIR%%-test/queries/0_stateless/00065_shard_float_literals_formatting.reference +%%DATADIR%%-test/queries/0_stateless/00065_shard_float_literals_formatting.sql +%%DATADIR%%-test/queries/0_stateless/00066_group_by_in.reference +%%DATADIR%%-test/queries/0_stateless/00066_group_by_in.sql +%%DATADIR%%-test/queries/0_stateless/00067_replicate_segfault.reference +%%DATADIR%%-test/queries/0_stateless/00067_replicate_segfault.sql +%%DATADIR%%-test/queries/0_stateless/00068_empty_tiny_log.reference +%%DATADIR%%-test/queries/0_stateless/00068_empty_tiny_log.sql +%%DATADIR%%-test/queries/0_stateless/00069_date_arithmetic.reference +%%DATADIR%%-test/queries/0_stateless/00069_date_arithmetic.sql +%%DATADIR%%-test/queries/0_stateless/00070_insert_fewer_columns_http.reference +%%DATADIR%%-test/queries/0_stateless/00070_insert_fewer_columns_http.sh +%%DATADIR%%-test/queries/0_stateless/00071_insert_fewer_columns.reference +%%DATADIR%%-test/queries/0_stateless/00071_insert_fewer_columns.sql +%%DATADIR%%-test/queries/0_stateless/00072_in_types.reference +%%DATADIR%%-test/queries/0_stateless/00072_in_types.sql +%%DATADIR%%-test/queries/0_stateless/00073_merge_sorting_empty_array_joined.reference +%%DATADIR%%-test/queries/0_stateless/00073_merge_sorting_empty_array_joined.sql +%%DATADIR%%-test/queries/0_stateless/00075_shard_formatting_negate_of_negative_literal.reference +%%DATADIR%%-test/queries/0_stateless/00075_shard_formatting_negate_of_negative_literal.sql +%%DATADIR%%-test/queries/0_stateless/00076_ip_coding_functions.reference +%%DATADIR%%-test/queries/0_stateless/00076_ip_coding_functions.sql +%%DATADIR%%-test/queries/0_stateless/00077_set_keys_fit_128_bits_many_blocks.reference +%%DATADIR%%-test/queries/0_stateless/00077_set_keys_fit_128_bits_many_blocks.sql +%%DATADIR%%-test/queries/0_stateless/00078_string_concat.reference +%%DATADIR%%-test/queries/0_stateless/00078_string_concat.sql +%%DATADIR%%-test/queries/0_stateless/00079_defaulted_columns.reference +%%DATADIR%%-test/queries/0_stateless/00079_defaulted_columns.sql +%%DATADIR%%-test/queries/0_stateless/00080_show_tables.reference +%%DATADIR%%-test/queries/0_stateless/00080_show_tables.sql +%%DATADIR%%-test/queries/0_stateless/00081_int_div_or_zero.reference +%%DATADIR%%-test/queries/0_stateless/00081_int_div_or_zero.sql +%%DATADIR%%-test/queries/0_stateless/00082_append_trailing_char_if_absent.reference +%%DATADIR%%-test/queries/0_stateless/00082_append_trailing_char_if_absent.sql +%%DATADIR%%-test/queries/0_stateless/00083_create_merge_tree_zookeeper.reference +%%DATADIR%%-test/queries/0_stateless/00083_create_merge_tree_zookeeper.sql +%%DATADIR%%-test/queries/0_stateless/00084_summing_merge_tree.reference +%%DATADIR%%-test/queries/0_stateless/00084_summing_merge_tree.sql +%%DATADIR%%-test/queries/0_stateless/00085_visible_width_of_tuple_of_dates.reference +%%DATADIR%%-test/queries/0_stateless/00085_visible_width_of_tuple_of_dates.sql +%%DATADIR%%-test/queries/0_stateless/00086_concat_nary_const_with_nonconst_segfault.reference +%%DATADIR%%-test/queries/0_stateless/00086_concat_nary_const_with_nonconst_segfault.sql +%%DATADIR%%-test/queries/0_stateless/00087_distinct_of_empty_arrays.reference +%%DATADIR%%-test/queries/0_stateless/00087_distinct_of_empty_arrays.sql +%%DATADIR%%-test/queries/0_stateless/00087_math_functions.reference +%%DATADIR%%-test/queries/0_stateless/00087_math_functions.sql +%%DATADIR%%-test/queries/0_stateless/00088_distinct_of_arrays_of_strings.reference +%%DATADIR%%-test/queries/0_stateless/00088_distinct_of_arrays_of_strings.sql +%%DATADIR%%-test/queries/0_stateless/00089_group_by_arrays_of_fixed.reference +%%DATADIR%%-test/queries/0_stateless/00089_group_by_arrays_of_fixed.sql +%%DATADIR%%-test/queries/0_stateless/00090_union_race_conditions_1.reference +%%DATADIR%%-test/queries/0_stateless/00090_union_race_conditions_1.sh +%%DATADIR%%-test/queries/0_stateless/00091_union_race_conditions_2.reference +%%DATADIR%%-test/queries/0_stateless/00091_union_race_conditions_2.sh +%%DATADIR%%-test/queries/0_stateless/00092_union_race_conditions_3.reference +%%DATADIR%%-test/queries/0_stateless/00092_union_race_conditions_3.sh +%%DATADIR%%-test/queries/0_stateless/00093_union_race_conditions_4.reference +%%DATADIR%%-test/queries/0_stateless/00093_union_race_conditions_4.sh +%%DATADIR%%-test/queries/0_stateless/00094_union_race_conditions_5.reference +%%DATADIR%%-test/queries/0_stateless/00094_union_race_conditions_5.sh +%%DATADIR%%-test/queries/0_stateless/00096_aggregation_min_if.reference +%%DATADIR%%-test/queries/0_stateless/00096_aggregation_min_if.sql +%%DATADIR%%-test/queries/0_stateless/00097_long_storage_buffer_race_condition.reference +%%DATADIR%%-test/queries/0_stateless/00097_long_storage_buffer_race_condition.sh +%%DATADIR%%-test/queries/0_stateless/00098_1_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_1_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_2_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_2_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_3_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_3_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_4_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_4_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_5_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_5_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_6_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_6_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_7_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_7_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_8_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_8_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_9_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_9_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_a_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_a_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_b_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_b_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_c_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_c_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_d_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_d_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_e_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_e_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_f_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_f_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_g_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_g_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_h_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_h_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_j_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_j_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_k_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_k_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_l_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_l_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00098_shard_i_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00098_shard_i_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00099_join_many_blocks_segfault.reference +%%DATADIR%%-test/queries/0_stateless/00099_join_many_blocks_segfault.sql +%%DATADIR%%-test/queries/0_stateless/00100_subquery_table_identifier.reference +%%DATADIR%%-test/queries/0_stateless/00100_subquery_table_identifier.sh +%%DATADIR%%-test/queries/0_stateless/00101_materialized_views_and_insert_without_explicit_database.reference +%%DATADIR%%-test/queries/0_stateless/00101_materialized_views_and_insert_without_explicit_database.sql +%%DATADIR%%-test/queries/0_stateless/00102_insert_into_temporary_table.reference +%%DATADIR%%-test/queries/0_stateless/00102_insert_into_temporary_table.sql +%%DATADIR%%-test/queries/0_stateless/00103_ipv4_num_to_string_class_c.reference +%%DATADIR%%-test/queries/0_stateless/00103_ipv4_num_to_string_class_c.sql +%%DATADIR%%-test/queries/0_stateless/00104_totals_having_mode.reference +%%DATADIR%%-test/queries/0_stateless/00104_totals_having_mode.sql +%%DATADIR%%-test/queries/0_stateless/00105_shard_collations.reference +%%DATADIR%%-test/queries/0_stateless/00105_shard_collations.sql +%%DATADIR%%-test/queries/0_stateless/00106_totals_after_having.reference +%%DATADIR%%-test/queries/0_stateless/00106_totals_after_having.sql +%%DATADIR%%-test/queries/0_stateless/00107_totals_after_having.reference +%%DATADIR%%-test/queries/0_stateless/00107_totals_after_having.sql +%%DATADIR%%-test/queries/0_stateless/00108_shard_totals_after_having.reference +%%DATADIR%%-test/queries/0_stateless/00108_shard_totals_after_having.sql +%%DATADIR%%-test/queries/0_stateless/00109_shard_totals_after_having.reference +%%DATADIR%%-test/queries/0_stateless/00109_shard_totals_after_having.sql +%%DATADIR%%-test/queries/0_stateless/00110_external_sort.reference +%%DATADIR%%-test/queries/0_stateless/00110_external_sort.sql +%%DATADIR%%-test/queries/0_stateless/00111_shard_external_sort_distributed.reference +%%DATADIR%%-test/queries/0_stateless/00111_shard_external_sort_distributed.sql +%%DATADIR%%-test/queries/0_stateless/00112_shard_totals_after_having.reference +%%DATADIR%%-test/queries/0_stateless/00112_shard_totals_after_having.sql +%%DATADIR%%-test/queries/0_stateless/00113_shard_group_array.reference +%%DATADIR%%-test/queries/0_stateless/00113_shard_group_array.sql +%%DATADIR%%-test/queries/0_stateless/00114_float_type_result_of_division.reference +%%DATADIR%%-test/queries/0_stateless/00114_float_type_result_of_division.sql +%%DATADIR%%-test/queries/0_stateless/00115_shard_in_incomplete_result.reference +%%DATADIR%%-test/queries/0_stateless/00115_shard_in_incomplete_result.sh +%%DATADIR%%-test/queries/0_stateless/00116_storage_set.reference +%%DATADIR%%-test/queries/0_stateless/00116_storage_set.sql +%%DATADIR%%-test/queries/0_stateless/00117_parsing_arrays.reference +%%DATADIR%%-test/queries/0_stateless/00117_parsing_arrays.sql +%%DATADIR%%-test/queries/0_stateless/00118_storage_join.reference +%%DATADIR%%-test/queries/0_stateless/00118_storage_join.sql +%%DATADIR%%-test/queries/0_stateless/00119_storage_join.reference +%%DATADIR%%-test/queries/0_stateless/00119_storage_join.sql +%%DATADIR%%-test/queries/0_stateless/00120_join_and_group_by.reference +%%DATADIR%%-test/queries/0_stateless/00120_join_and_group_by.sql +%%DATADIR%%-test/queries/0_stateless/00121_drop_column_zookeeper.reference +%%DATADIR%%-test/queries/0_stateless/00121_drop_column_zookeeper.sql +%%DATADIR%%-test/queries/0_stateless/00122_join_with_subquery_with_subquery.reference +%%DATADIR%%-test/queries/0_stateless/00122_join_with_subquery_with_subquery.sql +%%DATADIR%%-test/queries/0_stateless/00123_shard_unmerged_result_when_max_distributed_connections_is_one.reference +%%DATADIR%%-test/queries/0_stateless/00123_shard_unmerged_result_when_max_distributed_connections_is_one.sql +%%DATADIR%%-test/queries/0_stateless/00124_shard_distributed_with_many_replicas.reference +%%DATADIR%%-test/queries/0_stateless/00124_shard_distributed_with_many_replicas.sql +%%DATADIR%%-test/queries/0_stateless/00125_array_element_of_array_of_tuple.reference +%%DATADIR%%-test/queries/0_stateless/00125_array_element_of_array_of_tuple.sql +%%DATADIR%%-test/queries/0_stateless/00126_buffer.reference +%%DATADIR%%-test/queries/0_stateless/00126_buffer.sql +%%DATADIR%%-test/queries/0_stateless/00127_group_by_concat.reference +%%DATADIR%%-test/queries/0_stateless/00127_group_by_concat.sql +%%DATADIR%%-test/queries/0_stateless/00128_group_by_number_and_fixed_string.reference +%%DATADIR%%-test/queries/0_stateless/00128_group_by_number_and_fixed_string.sql +%%DATADIR%%-test/queries/0_stateless/00129_quantile_timing_weighted.reference +%%DATADIR%%-test/queries/0_stateless/00129_quantile_timing_weighted.sql +%%DATADIR%%-test/queries/0_stateless/00131_set_hashed.reference +%%DATADIR%%-test/queries/0_stateless/00131_set_hashed.sql +%%DATADIR%%-test/queries/0_stateless/00132_sets.reference +%%DATADIR%%-test/queries/0_stateless/00132_sets.sql +%%DATADIR%%-test/queries/0_stateless/00133_long_shard_memory_tracker_and_exception_safety.reference +%%DATADIR%%-test/queries/0_stateless/00133_long_shard_memory_tracker_and_exception_safety.sh +%%DATADIR%%-test/queries/0_stateless/00134_aggregation_by_fixed_string_of_size_1_2_4_8.reference +%%DATADIR%%-test/queries/0_stateless/00134_aggregation_by_fixed_string_of_size_1_2_4_8.sql +%%DATADIR%%-test/queries/0_stateless/00135_duplicate_group_by_keys_segfault.reference +%%DATADIR%%-test/queries/0_stateless/00135_duplicate_group_by_keys_segfault.sql +%%DATADIR%%-test/queries/0_stateless/00136_duplicate_order_by_elems.reference +%%DATADIR%%-test/queries/0_stateless/00136_duplicate_order_by_elems.sql +%%DATADIR%%-test/queries/0_stateless/00137_in_constants.reference +%%DATADIR%%-test/queries/0_stateless/00137_in_constants.sql +%%DATADIR%%-test/queries/0_stateless/00138_table_aliases.reference +%%DATADIR%%-test/queries/0_stateless/00138_table_aliases.sql +%%DATADIR%%-test/queries/0_stateless/00140_parse_unix_timestamp_as_datetime.reference +%%DATADIR%%-test/queries/0_stateless/00140_parse_unix_timestamp_as_datetime.sql +%%DATADIR%%-test/queries/0_stateless/00140_prewhere_column_order.reference +%%DATADIR%%-test/queries/0_stateless/00140_prewhere_column_order.sql +%%DATADIR%%-test/queries/0_stateless/00141_parse_timestamp_as_datetime.reference +%%DATADIR%%-test/queries/0_stateless/00141_parse_timestamp_as_datetime.sql +%%DATADIR%%-test/queries/0_stateless/00142_parse_timestamp_as_datetime.reference +%%DATADIR%%-test/queries/0_stateless/00142_parse_timestamp_as_datetime.sql +%%DATADIR%%-test/queries/0_stateless/00143_number_classification_functions.reference +%%DATADIR%%-test/queries/0_stateless/00143_number_classification_functions.sql +%%DATADIR%%-test/queries/0_stateless/00144_empty_regexp.reference +%%DATADIR%%-test/queries/0_stateless/00144_empty_regexp.sql +%%DATADIR%%-test/queries/0_stateless/00145_empty_likes.reference +%%DATADIR%%-test/queries/0_stateless/00145_empty_likes.sql +%%DATADIR%%-test/queries/0_stateless/00146_summing_merge_tree_nested_map.reference +%%DATADIR%%-test/queries/0_stateless/00146_summing_merge_tree_nested_map.sql +%%DATADIR%%-test/queries/0_stateless/00147_alter_nested_default.reference +%%DATADIR%%-test/queries/0_stateless/00147_alter_nested_default.sql +%%DATADIR%%-test/queries/0_stateless/00148_summing_merge_tree_nested_map_multiple_values.reference +%%DATADIR%%-test/queries/0_stateless/00148_summing_merge_tree_nested_map_multiple_values.sql +%%DATADIR%%-test/queries/0_stateless/00149_function_url_hash.reference +%%DATADIR%%-test/queries/0_stateless/00149_function_url_hash.sql +%%DATADIR%%-test/queries/0_stateless/00150_with_totals_and_join.reference +%%DATADIR%%-test/queries/0_stateless/00150_with_totals_and_join.sql +%%DATADIR%%-test/queries/0_stateless/00151_tuple_with_array.reference +%%DATADIR%%-test/queries/0_stateless/00151_tuple_with_array.sql +%%DATADIR%%-test/queries/0_stateless/00152_totals_in_subquery.reference +%%DATADIR%%-test/queries/0_stateless/00152_totals_in_subquery.sql +%%DATADIR%%-test/queries/0_stateless/00153_transform.reference +%%DATADIR%%-test/queries/0_stateless/00153_transform.sql +%%DATADIR%%-test/queries/0_stateless/00154_shard_distributed_with_distinct.reference +%%DATADIR%%-test/queries/0_stateless/00154_shard_distributed_with_distinct.sql +%%DATADIR%%-test/queries/0_stateless/00155_long_merges.reference +%%DATADIR%%-test/queries/0_stateless/00155_long_merges.sh +%%DATADIR%%-test/queries/0_stateless/00156_array_map_to_constant.reference +%%DATADIR%%-test/queries/0_stateless/00156_array_map_to_constant.sql +%%DATADIR%%-test/queries/0_stateless/00157_aliases_and_lambda_formal_parameters.reference +%%DATADIR%%-test/queries/0_stateless/00157_aliases_and_lambda_formal_parameters.sql +%%DATADIR%%-test/queries/0_stateless/00158_buffer_and_nonexistent_table.reference +%%DATADIR%%-test/queries/0_stateless/00158_buffer_and_nonexistent_table.sql +%%DATADIR%%-test/queries/0_stateless/00159_whitespace_in_columns_list.reference +%%DATADIR%%-test/queries/0_stateless/00159_whitespace_in_columns_list.sql +%%DATADIR%%-test/queries/0_stateless/00160_merge_and_index_in_in.reference +%%DATADIR%%-test/queries/0_stateless/00160_merge_and_index_in_in.sql +%%DATADIR%%-test/queries/0_stateless/00161_rounding_functions.reference +%%DATADIR%%-test/queries/0_stateless/00161_rounding_functions.sql +%%DATADIR%%-test/queries/0_stateless/00162_shard_global_join.reference +%%DATADIR%%-test/queries/0_stateless/00162_shard_global_join.sql +%%DATADIR%%-test/queries/0_stateless/00163_shard_join_with_empty_table.reference +%%DATADIR%%-test/queries/0_stateless/00163_shard_join_with_empty_table.sql +%%DATADIR%%-test/queries/0_stateless/00164_not_chain.reference +%%DATADIR%%-test/queries/0_stateless/00164_not_chain.sql +%%DATADIR%%-test/queries/0_stateless/00165_transform_non_const_default.reference +%%DATADIR%%-test/queries/0_stateless/00165_transform_non_const_default.sql +%%DATADIR%%-test/queries/0_stateless/00166_functions_of_aggregation_states.reference +%%DATADIR%%-test/queries/0_stateless/00166_functions_of_aggregation_states.sql +%%DATADIR%%-test/queries/0_stateless/00167_shard_settings_inside_query.reference +%%DATADIR%%-test/queries/0_stateless/00167_shard_settings_inside_query.sql +%%DATADIR%%-test/queries/0_stateless/00168_buffer_defaults.reference +%%DATADIR%%-test/queries/0_stateless/00168_buffer_defaults.sql +%%DATADIR%%-test/queries/0_stateless/00169_join_constant_keys.reference +%%DATADIR%%-test/queries/0_stateless/00169_join_constant_keys.sql +%%DATADIR%%-test/queries/0_stateless/00170_lower_upper_utf8.reference +%%DATADIR%%-test/queries/0_stateless/00170_lower_upper_utf8.sql +%%DATADIR%%-test/queries/0_stateless/00171_shard_array_of_tuple_remote.reference +%%DATADIR%%-test/queries/0_stateless/00171_shard_array_of_tuple_remote.sql +%%DATADIR%%-test/queries/0_stateless/00172_constexprs_in_set.reference +%%DATADIR%%-test/queries/0_stateless/00172_constexprs_in_set.sql +%%DATADIR%%-test/queries/0_stateless/00173_compare_date_time_with_constant_string.reference +%%DATADIR%%-test/queries/0_stateless/00173_compare_date_time_with_constant_string.sql +%%DATADIR%%-test/queries/0_stateless/00174_compare_date_time_with_constant_string_in_in.reference +%%DATADIR%%-test/queries/0_stateless/00174_compare_date_time_with_constant_string_in_in.sql +%%DATADIR%%-test/queries/0_stateless/00175_if_num_arrays.reference +%%DATADIR%%-test/queries/0_stateless/00175_if_num_arrays.sql +%%DATADIR%%-test/queries/0_stateless/00176_if_string_arrays.reference +%%DATADIR%%-test/queries/0_stateless/00176_if_string_arrays.sql +%%DATADIR%%-test/queries/0_stateless/00177_inserts_through_http_parts.reference +%%DATADIR%%-test/queries/0_stateless/00177_inserts_through_http_parts.sh +%%DATADIR%%-test/queries/0_stateless/00178_function_replicate.reference +%%DATADIR%%-test/queries/0_stateless/00178_function_replicate.sql +%%DATADIR%%-test/queries/0_stateless/00179_lambdas_with_common_expressions_and_filter.reference +%%DATADIR%%-test/queries/0_stateless/00179_lambdas_with_common_expressions_and_filter.sql +%%DATADIR%%-test/queries/0_stateless/00180_attach_materialized_view.reference +%%DATADIR%%-test/queries/0_stateless/00180_attach_materialized_view.sql +%%DATADIR%%-test/queries/0_stateless/00181_aggregate_functions_statistics.reference +%%DATADIR%%-test/queries/0_stateless/00181_aggregate_functions_statistics.sql +%%DATADIR%%-test/queries/0_stateless/00181_aggregate_functions_statistics_stable.reference +%%DATADIR%%-test/queries/0_stateless/00181_aggregate_functions_statistics_stable.sql +%%DATADIR%%-test/queries/0_stateless/00182_functions_higher_order_and_consts.reference +%%DATADIR%%-test/queries/0_stateless/00182_functions_higher_order_and_consts.sql +%%DATADIR%%-test/queries/0_stateless/00183_skip_unavailable_shards.reference +%%DATADIR%%-test/queries/0_stateless/00183_skip_unavailable_shards.sql +%%DATADIR%%-test/queries/0_stateless/00184_shard_distributed_group_by_no_merge.reference +%%DATADIR%%-test/queries/0_stateless/00184_shard_distributed_group_by_no_merge.sql +%%DATADIR%%-test/queries/0_stateless/00185_array_literals.reference +%%DATADIR%%-test/queries/0_stateless/00185_array_literals.sql +%%DATADIR%%-test/queries/0_stateless/00186_very_long_arrays.reference +%%DATADIR%%-test/queries/0_stateless/00186_very_long_arrays.sh +%%DATADIR%%-test/queries/0_stateless/00187_like_regexp_prefix.reference +%%DATADIR%%-test/queries/0_stateless/00187_like_regexp_prefix.sql +%%DATADIR%%-test/queries/0_stateless/00188_constants_as_arguments_of_aggregate_functions.reference +%%DATADIR%%-test/queries/0_stateless/00188_constants_as_arguments_of_aggregate_functions.sql +%%DATADIR%%-test/queries/0_stateless/00189_time_zones.reference +%%DATADIR%%-test/queries/0_stateless/00189_time_zones.sql +%%DATADIR%%-test/queries/0_stateless/00190_non_constant_array_of_constant_data.reference +%%DATADIR%%-test/queries/0_stateless/00190_non_constant_array_of_constant_data.sql +%%DATADIR%%-test/queries/0_stateless/00191_aggregating_merge_tree_and_final.reference +%%DATADIR%%-test/queries/0_stateless/00191_aggregating_merge_tree_and_final.sql +%%DATADIR%%-test/queries/0_stateless/00192_least_greatest.reference +%%DATADIR%%-test/queries/0_stateless/00192_least_greatest.sql +%%DATADIR%%-test/queries/0_stateless/00193_parallel_replicas.reference +%%DATADIR%%-test/queries/0_stateless/00193_parallel_replicas.sql +%%DATADIR%%-test/queries/0_stateless/00194_identity.reference +%%DATADIR%%-test/queries/0_stateless/00194_identity.sql +%%DATADIR%%-test/queries/0_stateless/00195_shard_union_all_and_global_in.reference +%%DATADIR%%-test/queries/0_stateless/00195_shard_union_all_and_global_in.sql +%%DATADIR%%-test/queries/0_stateless/00196_float32_formatting.reference +%%DATADIR%%-test/queries/0_stateless/00196_float32_formatting.sql +%%DATADIR%%-test/queries/0_stateless/00197_if_fixed_string.reference +%%DATADIR%%-test/queries/0_stateless/00197_if_fixed_string.sql +%%DATADIR%%-test/queries/0_stateless/00198_group_by_empty_arrays.reference +%%DATADIR%%-test/queries/0_stateless/00198_group_by_empty_arrays.sql +%%DATADIR%%-test/queries/0_stateless/00199_ternary_operator_type_check.reference +%%DATADIR%%-test/queries/0_stateless/00199_ternary_operator_type_check.sql +%%DATADIR%%-test/queries/0_stateless/00200_shard_distinct_order_by_limit_distributed.reference +%%DATADIR%%-test/queries/0_stateless/00200_shard_distinct_order_by_limit_distributed.sql +%%DATADIR%%-test/queries/0_stateless/00201_array_uniq.reference +%%DATADIR%%-test/queries/0_stateless/00201_array_uniq.sql +%%DATADIR%%-test/queries/0_stateless/00202_cross_join.reference +%%DATADIR%%-test/queries/0_stateless/00202_cross_join.sql +%%DATADIR%%-test/queries/0_stateless/00203_full_join.reference +%%DATADIR%%-test/queries/0_stateless/00203_full_join.sql +%%DATADIR%%-test/queries/0_stateless/00204_extract_url_parameter.reference +%%DATADIR%%-test/queries/0_stateless/00204_extract_url_parameter.sql +%%DATADIR%%-test/queries/0_stateless/00205_scalar_subqueries.reference +%%DATADIR%%-test/queries/0_stateless/00205_scalar_subqueries.sql +%%DATADIR%%-test/queries/0_stateless/00206_empty_array_to_single.reference +%%DATADIR%%-test/queries/0_stateless/00206_empty_array_to_single.sql +%%DATADIR%%-test/queries/0_stateless/00207_left_array_join.reference +%%DATADIR%%-test/queries/0_stateless/00207_left_array_join.sql +%%DATADIR%%-test/queries/0_stateless/00208_agg_state_merge.reference +%%DATADIR%%-test/queries/0_stateless/00208_agg_state_merge.sql +%%DATADIR%%-test/queries/0_stateless/00209_insert_select_extremes.reference +%%DATADIR%%-test/queries/0_stateless/00209_insert_select_extremes.sql +%%DATADIR%%-test/queries/0_stateless/00210_insert_select_extremes_http.reference +%%DATADIR%%-test/queries/0_stateless/00210_insert_select_extremes_http.sh +%%DATADIR%%-test/queries/0_stateless/00211_shard_query_formatting_aliases.reference +%%DATADIR%%-test/queries/0_stateless/00211_shard_query_formatting_aliases.sql +%%DATADIR%%-test/queries/0_stateless/00212_shard_aggregate_function_uniq.reference +%%DATADIR%%-test/queries/0_stateless/00212_shard_aggregate_function_uniq.sql +%%DATADIR%%-test/queries/0_stateless/00213_multiple_global_in.reference +%%DATADIR%%-test/queries/0_stateless/00213_multiple_global_in.sql +%%DATADIR%%-test/queries/0_stateless/00214_primary_key_order.reference +%%DATADIR%%-test/queries/0_stateless/00214_primary_key_order.sql +%%DATADIR%%-test/queries/0_stateless/00215_primary_key_order_zookeeper.reference +%%DATADIR%%-test/queries/0_stateless/00215_primary_key_order_zookeeper.sql +%%DATADIR%%-test/queries/0_stateless/00216_bit_test_function_family.reference +%%DATADIR%%-test/queries/0_stateless/00216_bit_test_function_family.sql +%%DATADIR%%-test/queries/0_stateless/00217_global_subquery_columns_with_same_name.reference +%%DATADIR%%-test/queries/0_stateless/00217_global_subquery_columns_with_same_name.sql +%%DATADIR%%-test/queries/0_stateless/00218_like_regexp_newline.reference +%%DATADIR%%-test/queries/0_stateless/00218_like_regexp_newline.sql +%%DATADIR%%-test/queries/0_stateless/00219_full_right_join_column_order.reference +%%DATADIR%%-test/queries/0_stateless/00219_full_right_join_column_order.sql +%%DATADIR%%-test/queries/0_stateless/00220_with_totals_in_subquery_remote_and_limit.reference +%%DATADIR%%-test/queries/0_stateless/00220_with_totals_in_subquery_remote_and_limit.sql +%%DATADIR%%-test/queries/0_stateless/00222_sequence_aggregate_function_family.reference +%%DATADIR%%-test/queries/0_stateless/00222_sequence_aggregate_function_family.sql +%%DATADIR%%-test/queries/0_stateless/00223_shard_distributed_aggregation_memory_efficient.reference +%%DATADIR%%-test/queries/0_stateless/00223_shard_distributed_aggregation_memory_efficient.sql +%%DATADIR%%-test/queries/0_stateless/00224_shard_distributed_aggregation_memory_efficient_and_overflows.reference +%%DATADIR%%-test/queries/0_stateless/00224_shard_distributed_aggregation_memory_efficient_and_overflows.sql +%%DATADIR%%-test/queries/0_stateless/00225_join_duplicate_columns.reference +%%DATADIR%%-test/queries/0_stateless/00225_join_duplicate_columns.sql +%%DATADIR%%-test/queries/0_stateless/00226_zookeeper_deduplication_and_unexpected_parts.reference +%%DATADIR%%-test/queries/0_stateless/00226_zookeeper_deduplication_and_unexpected_parts.sql +%%DATADIR%%-test/queries/0_stateless/00227_quantiles_timing_arbitrary_order.reference +%%DATADIR%%-test/queries/0_stateless/00227_quantiles_timing_arbitrary_order.sql +%%DATADIR%%-test/queries/0_stateless/00228_shard_quantiles_deterministic_merge_overflow.reference +%%DATADIR%%-test/queries/0_stateless/00228_shard_quantiles_deterministic_merge_overflow.sql +%%DATADIR%%-test/queries/0_stateless/00229_prewhere_column_missing.reference +%%DATADIR%%-test/queries/0_stateless/00229_prewhere_column_missing.sql +%%DATADIR%%-test/queries/0_stateless/00230_array_functions_has_count_equal_index_of_non_const_second_arg.reference +%%DATADIR%%-test/queries/0_stateless/00230_array_functions_has_count_equal_index_of_non_const_second_arg.sql +%%DATADIR%%-test/queries/0_stateless/00231_format_vertical_raw.reference +%%DATADIR%%-test/queries/0_stateless/00231_format_vertical_raw.sql +%%DATADIR%%-test/queries/0_stateless/00232_format_readable_size.reference +%%DATADIR%%-test/queries/0_stateless/00232_format_readable_size.sql +%%DATADIR%%-test/queries/0_stateless/00233_position_function_family.reference +%%DATADIR%%-test/queries/0_stateless/00233_position_function_family.sql +%%DATADIR%%-test/queries/0_stateless/00234_disjunctive_equality_chains_optimization.reference +%%DATADIR%%-test/queries/0_stateless/00234_disjunctive_equality_chains_optimization.sql +%%DATADIR%%-test/queries/0_stateless/00235_create_temporary_table_as.reference +%%DATADIR%%-test/queries/0_stateless/00235_create_temporary_table_as.sql +%%DATADIR%%-test/queries/0_stateless/00236_replicated_drop_on_non_leader_zookeeper.reference +%%DATADIR%%-test/queries/0_stateless/00236_replicated_drop_on_non_leader_zookeeper.sql +%%DATADIR%%-test/queries/0_stateless/00237_group_by_arrays.reference +%%DATADIR%%-test/queries/0_stateless/00237_group_by_arrays.sql +%%DATADIR%%-test/queries/0_stateless/00238_removal_of_temporary_columns.reference +%%DATADIR%%-test/queries/0_stateless/00238_removal_of_temporary_columns.sql +%%DATADIR%%-test/queries/0_stateless/00239_type_conversion_in_in.reference +%%DATADIR%%-test/queries/0_stateless/00239_type_conversion_in_in.sql +%%DATADIR%%-test/queries/0_stateless/00240_replace_substring_loop.reference +%%DATADIR%%-test/queries/0_stateless/00240_replace_substring_loop.sql +%%DATADIR%%-test/queries/0_stateless/00250_tuple_comparison.reference +%%DATADIR%%-test/queries/0_stateless/00250_tuple_comparison.sql +%%DATADIR%%-test/queries/0_stateless/00251_has_types.reference +%%DATADIR%%-test/queries/0_stateless/00251_has_types.sql +%%DATADIR%%-test/queries/0_stateless/00252_shard_global_in_aggregate_function.reference +%%DATADIR%%-test/queries/0_stateless/00252_shard_global_in_aggregate_function.sql +%%DATADIR%%-test/queries/0_stateless/00253_insert_recursive_defaults.reference +%%DATADIR%%-test/queries/0_stateless/00253_insert_recursive_defaults.sql +%%DATADIR%%-test/queries/0_stateless/00254_tuple_extremes.reference +%%DATADIR%%-test/queries/0_stateless/00254_tuple_extremes.sql +%%DATADIR%%-test/queries/0_stateless/00255_array_concat_string.reference +%%DATADIR%%-test/queries/0_stateless/00255_array_concat_string.sql +%%DATADIR%%-test/queries/0_stateless/00256_reverse.reference +%%DATADIR%%-test/queries/0_stateless/00256_reverse.sql +%%DATADIR%%-test/queries/0_stateless/00257_shard_no_aggregates_and_constant_keys.reference +%%DATADIR%%-test/queries/0_stateless/00257_shard_no_aggregates_and_constant_keys.sql +%%DATADIR%%-test/queries/0_stateless/00258_materializing_tuples.reference +%%DATADIR%%-test/queries/0_stateless/00258_materializing_tuples.sql +%%DATADIR%%-test/queries/0_stateless/00259_hashing_tuples.reference +%%DATADIR%%-test/queries/0_stateless/00259_hashing_tuples.sql +%%DATADIR%%-test/queries/0_stateless/00260_like_and_curly_braces.reference +%%DATADIR%%-test/queries/0_stateless/00260_like_and_curly_braces.sql +%%DATADIR%%-test/queries/0_stateless/00261_storage_aliases_and_array_join.reference +%%DATADIR%%-test/queries/0_stateless/00261_storage_aliases_and_array_join.sql +%%DATADIR%%-test/queries/0_stateless/00262_alter_alias.reference +%%DATADIR%%-test/queries/0_stateless/00262_alter_alias.sql +%%DATADIR%%-test/queries/0_stateless/00263_merge_aggregates_and_overflow.reference +%%DATADIR%%-test/queries/0_stateless/00263_merge_aggregates_and_overflow.sql +%%DATADIR%%-test/queries/0_stateless/00264_uniq_many_args.reference +%%DATADIR%%-test/queries/0_stateless/00264_uniq_many_args.sql +%%DATADIR%%-test/queries/0_stateless/00265_content_type.reference +%%DATADIR%%-test/queries/0_stateless/00265_content_type.sh +%%DATADIR%%-test/queries/0_stateless/00266_read_overflow_mode.reference +%%DATADIR%%-test/queries/0_stateless/00266_read_overflow_mode.sql +%%DATADIR%%-test/queries/0_stateless/00266_shard_global_subquery_and_aliases.reference +%%DATADIR%%-test/queries/0_stateless/00266_shard_global_subquery_and_aliases.sql +%%DATADIR%%-test/queries/0_stateless/00267_tuple_array_access_operators_priority.reference +%%DATADIR%%-test/queries/0_stateless/00267_tuple_array_access_operators_priority.sql +%%DATADIR%%-test/queries/0_stateless/00268_aliases_without_as_keyword.reference +%%DATADIR%%-test/queries/0_stateless/00268_aliases_without_as_keyword.sql +%%DATADIR%%-test/queries/0_stateless/00269_database_table_whitespace.reference +%%DATADIR%%-test/queries/0_stateless/00269_database_table_whitespace.sql +%%DATADIR%%-test/queries/0_stateless/00270_views_query_processing_stage.reference +%%DATADIR%%-test/queries/0_stateless/00270_views_query_processing_stage.sql +%%DATADIR%%-test/queries/0_stateless/00271_agg_state_and_totals.reference +%%DATADIR%%-test/queries/0_stateless/00271_agg_state_and_totals.sql +%%DATADIR%%-test/queries/0_stateless/00272_union_all_and_in_subquery.reference +%%DATADIR%%-test/queries/0_stateless/00272_union_all_and_in_subquery.sql +%%DATADIR%%-test/queries/0_stateless/00273_quantiles.reference +%%DATADIR%%-test/queries/0_stateless/00273_quantiles.sql +%%DATADIR%%-test/queries/0_stateless/00274_shard_group_array.reference +%%DATADIR%%-test/queries/0_stateless/00274_shard_group_array.sql +%%DATADIR%%-test/queries/0_stateless/00275_shard_quantiles_weighted.reference +%%DATADIR%%-test/queries/0_stateless/00275_shard_quantiles_weighted.sql +%%DATADIR%%-test/queries/0_stateless/00276_sample.reference +%%DATADIR%%-test/queries/0_stateless/00276_sample.sql +%%DATADIR%%-test/queries/0_stateless/00277_array_filter.reference +%%DATADIR%%-test/queries/0_stateless/00277_array_filter.sql +%%DATADIR%%-test/queries/0_stateless/00278_insert_already_sorted.reference +%%DATADIR%%-test/queries/0_stateless/00278_insert_already_sorted.sql +%%DATADIR%%-test/queries/0_stateless/00279_quantiles_permuted_args.reference +%%DATADIR%%-test/queries/0_stateless/00279_quantiles_permuted_args.sql +%%DATADIR%%-test/queries/0_stateless/00280_hex_escape_sequence.reference +%%DATADIR%%-test/queries/0_stateless/00280_hex_escape_sequence.sql +%%DATADIR%%-test/queries/0_stateless/00281_gcc_clang_sizeof_packed.reference +%%DATADIR%%-test/queries/0_stateless/00281_gcc_clang_sizeof_packed.sql +%%DATADIR%%-test/queries/0_stateless/00282_merging.reference +%%DATADIR%%-test/queries/0_stateless/00282_merging.sql +%%DATADIR%%-test/queries/0_stateless/00283_column_cut.reference +%%DATADIR%%-test/queries/0_stateless/00283_column_cut.sql +%%DATADIR%%-test/queries/0_stateless/00284_external_aggregation.reference +%%DATADIR%%-test/queries/0_stateless/00284_external_aggregation.sql +%%DATADIR%%-test/queries/0_stateless/00285_not_all_data_in_totals.reference +%%DATADIR%%-test/queries/0_stateless/00285_not_all_data_in_totals.sql +%%DATADIR%%-test/queries/0_stateless/00286_format_long_negative_float.reference +%%DATADIR%%-test/queries/0_stateless/00286_format_long_negative_float.sql +%%DATADIR%%-test/queries/0_stateless/00287_column_const_with_nan.reference +%%DATADIR%%-test/queries/0_stateless/00287_column_const_with_nan.sql +%%DATADIR%%-test/queries/0_stateless/00288_empty_stripelog.reference +%%DATADIR%%-test/queries/0_stateless/00288_empty_stripelog.sql +%%DATADIR%%-test/queries/0_stateless/00290_shard_aggregation_memory_efficient.reference +%%DATADIR%%-test/queries/0_stateless/00290_shard_aggregation_memory_efficient.sql +%%DATADIR%%-test/queries/0_stateless/00291_array_reduce.reference +%%DATADIR%%-test/queries/0_stateless/00291_array_reduce.sql +%%DATADIR%%-test/queries/0_stateless/00292_parser_tuple_element.reference +%%DATADIR%%-test/queries/0_stateless/00292_parser_tuple_element.sql +%%DATADIR%%-test/queries/0_stateless/00293_shard_max_subquery_depth.reference +%%DATADIR%%-test/queries/0_stateless/00293_shard_max_subquery_depth.sql +%%DATADIR%%-test/queries/0_stateless/00294_enums.reference +%%DATADIR%%-test/queries/0_stateless/00294_enums.sql +%%DATADIR%%-test/queries/0_stateless/00295_global_in_one_shard_rows_before_limit.reference +%%DATADIR%%-test/queries/0_stateless/00295_global_in_one_shard_rows_before_limit.sql +%%DATADIR%%-test/queries/0_stateless/00296_url_parameters.reference +%%DATADIR%%-test/queries/0_stateless/00296_url_parameters.sql +%%DATADIR%%-test/queries/0_stateless/00297_attach_negative_numbers_zookeeper.reference +%%DATADIR%%-test/queries/0_stateless/00297_attach_negative_numbers_zookeeper.sql.disabled +%%DATADIR%%-test/queries/0_stateless/00298_enum_width_and_cast.reference +%%DATADIR%%-test/queries/0_stateless/00298_enum_width_and_cast.sql +%%DATADIR%%-test/queries/0_stateless/00299_stripe_log_multiple_inserts.reference +%%DATADIR%%-test/queries/0_stateless/00299_stripe_log_multiple_inserts.sql +%%DATADIR%%-test/queries/0_stateless/00300_csv.reference +%%DATADIR%%-test/queries/0_stateless/00300_csv.sql +%%DATADIR%%-test/queries/0_stateless/00301_csv.reference +%%DATADIR%%-test/queries/0_stateless/00301_csv.sh +%%DATADIR%%-test/queries/0_stateless/00302_http_compression.reference +%%DATADIR%%-test/queries/0_stateless/00302_http_compression.sh +%%DATADIR%%-test/queries/0_stateless/00304_http_external_data.reference +%%DATADIR%%-test/queries/0_stateless/00304_http_external_data.sh +%%DATADIR%%-test/queries/0_stateless/00305_http_and_readonly.reference +%%DATADIR%%-test/queries/0_stateless/00305_http_and_readonly.sh +%%DATADIR%%-test/queries/0_stateless/00306_insert_values_and_expressions.reference +%%DATADIR%%-test/queries/0_stateless/00306_insert_values_and_expressions.sql +%%DATADIR%%-test/queries/0_stateless/00307_format_xml.reference +%%DATADIR%%-test/queries/0_stateless/00307_format_xml.sql +%%DATADIR%%-test/queries/0_stateless/00308_write_buffer_valid_utf8.reference +%%DATADIR%%-test/queries/0_stateless/00308_write_buffer_valid_utf8.sql +%%DATADIR%%-test/queries/0_stateless/00309_formats.reference +%%DATADIR%%-test/queries/0_stateless/00309_formats.sql +%%DATADIR%%-test/queries/0_stateless/00310_tskv.reference +%%DATADIR%%-test/queries/0_stateless/00310_tskv.sh +%%DATADIR%%-test/queries/0_stateless/00311_array_primary_key.reference +%%DATADIR%%-test/queries/0_stateless/00311_array_primary_key.sql +%%DATADIR%%-test/queries/0_stateless/00312_position_case_insensitive_utf8.reference +%%DATADIR%%-test/queries/0_stateless/00312_position_case_insensitive_utf8.sql +%%DATADIR%%-test/queries/0_stateless/00313_const_totals_extremes.reference +%%DATADIR%%-test/queries/0_stateless/00313_const_totals_extremes.sh +%%DATADIR%%-test/queries/0_stateless/00314_sample_factor_virtual_column.reference +%%DATADIR%%-test/queries/0_stateless/00314_sample_factor_virtual_column.sql +%%DATADIR%%-test/queries/0_stateless/00315_quantile_off_by_one.reference +%%DATADIR%%-test/queries/0_stateless/00315_quantile_off_by_one.sql +%%DATADIR%%-test/queries/0_stateless/00316_rounding_functions_and_empty_block.reference +%%DATADIR%%-test/queries/0_stateless/00316_rounding_functions_and_empty_block.sql +%%DATADIR%%-test/queries/0_stateless/00317_in_tuples_and_out_of_range_values.reference +%%DATADIR%%-test/queries/0_stateless/00317_in_tuples_and_out_of_range_values.sql +%%DATADIR%%-test/queries/0_stateless/00318_pk_tuple_order.reference +%%DATADIR%%-test/queries/0_stateless/00318_pk_tuple_order.sql +%%DATADIR%%-test/queries/0_stateless/00319_index_for_like.reference +%%DATADIR%%-test/queries/0_stateless/00319_index_for_like.sql +%%DATADIR%%-test/queries/0_stateless/00320_between.reference +%%DATADIR%%-test/queries/0_stateless/00320_between.sql +%%DATADIR%%-test/queries/0_stateless/00321_pk_set.reference +%%DATADIR%%-test/queries/0_stateless/00321_pk_set.sql +%%DATADIR%%-test/queries/0_stateless/00322_disable_checksumming.reference +%%DATADIR%%-test/queries/0_stateless/00322_disable_checksumming.sh +%%DATADIR%%-test/queries/0_stateless/00323_quantiles_timing_bug.reference +%%DATADIR%%-test/queries/0_stateless/00323_quantiles_timing_bug.sql +%%DATADIR%%-test/queries/0_stateless/00324_hashing_enums.reference +%%DATADIR%%-test/queries/0_stateless/00324_hashing_enums.sql +%%DATADIR%%-test/queries/0_stateless/00325_replacing_merge_tree.reference +%%DATADIR%%-test/queries/0_stateless/00325_replacing_merge_tree.sql.disabled +%%DATADIR%%-test/queries/0_stateless/00326_long_function_multi_if.reference +%%DATADIR%%-test/queries/0_stateless/00326_long_function_multi_if.sql +%%DATADIR%%-test/queries/0_stateless/00327_summing_composite_nested.reference +%%DATADIR%%-test/queries/0_stateless/00327_summing_composite_nested.sql +%%DATADIR%%-test/queries/0_stateless/00328_long_case_construction.reference +%%DATADIR%%-test/queries/0_stateless/00328_long_case_construction.sql +%%DATADIR%%-test/queries/0_stateless/00329_alter_primary_key.reference +%%DATADIR%%-test/queries/0_stateless/00329_alter_primary_key.sql +%%DATADIR%%-test/queries/0_stateless/00330_view_subqueries.reference +%%DATADIR%%-test/queries/0_stateless/00330_view_subqueries.sql +%%DATADIR%%-test/queries/0_stateless/00331_final_and_prewhere.reference +%%DATADIR%%-test/queries/0_stateless/00331_final_and_prewhere.sql +%%DATADIR%%-test/queries/0_stateless/00332_quantile_timing_memory_leak.reference +%%DATADIR%%-test/queries/0_stateless/00332_quantile_timing_memory_leak.sql +%%DATADIR%%-test/queries/0_stateless/00333_parser_number_bug.reference +%%DATADIR%%-test/queries/0_stateless/00333_parser_number_bug.sql +%%DATADIR%%-test/queries/0_stateless/00334_column_aggregate_function_limit.reference +%%DATADIR%%-test/queries/0_stateless/00334_column_aggregate_function_limit.sql +%%DATADIR%%-test/queries/0_stateless/00335_bom.reference +%%DATADIR%%-test/queries/0_stateless/00335_bom.sh +%%DATADIR%%-test/queries/0_stateless/00336_shard_stack_trace.reference +%%DATADIR%%-test/queries/0_stateless/00336_shard_stack_trace.sh +%%DATADIR%%-test/queries/0_stateless/00337_shard_any_heavy.reference +%%DATADIR%%-test/queries/0_stateless/00337_shard_any_heavy.sql +%%DATADIR%%-test/queries/0_stateless/00338_replicate_array_of_strings.reference +%%DATADIR%%-test/queries/0_stateless/00338_replicate_array_of_strings.sql +%%DATADIR%%-test/queries/0_stateless/00339_parsing_bad_arrays.reference +%%DATADIR%%-test/queries/0_stateless/00339_parsing_bad_arrays.sh +%%DATADIR%%-test/queries/0_stateless/00340_squashing_insert_select.reference +%%DATADIR%%-test/queries/0_stateless/00340_squashing_insert_select.sql +%%DATADIR%%-test/queries/0_stateless/00341_squashing_insert_select2.reference +%%DATADIR%%-test/queries/0_stateless/00341_squashing_insert_select2.sql +%%DATADIR%%-test/queries/0_stateless/00342_escape_sequences.reference +%%DATADIR%%-test/queries/0_stateless/00342_escape_sequences.sql +%%DATADIR%%-test/queries/0_stateless/00343_array_element_generic.reference +%%DATADIR%%-test/queries/0_stateless/00343_array_element_generic.sql +%%DATADIR%%-test/queries/0_stateless/00344_row_number_in_all_blocks.reference +%%DATADIR%%-test/queries/0_stateless/00344_row_number_in_all_blocks.sql +%%DATADIR%%-test/queries/0_stateless/00345_index_accurate_comparison.reference +%%DATADIR%%-test/queries/0_stateless/00345_index_accurate_comparison.sql +%%DATADIR%%-test/queries/0_stateless/00346_if_tuple.reference +%%DATADIR%%-test/queries/0_stateless/00346_if_tuple.sql +%%DATADIR%%-test/queries/0_stateless/00347_has_tuple.reference +%%DATADIR%%-test/queries/0_stateless/00347_has_tuple.sql +%%DATADIR%%-test/queries/0_stateless/00348_tuples.reference +%%DATADIR%%-test/queries/0_stateless/00348_tuples.sql +%%DATADIR%%-test/queries/0_stateless/00349_visible_width.reference +%%DATADIR%%-test/queries/0_stateless/00349_visible_width.sql +%%DATADIR%%-test/queries/0_stateless/00350_count_distinct.reference +%%DATADIR%%-test/queries/0_stateless/00350_count_distinct.sql +%%DATADIR%%-test/queries/0_stateless/00351_select_distinct_arrays_tuples.reference +%%DATADIR%%-test/queries/0_stateless/00351_select_distinct_arrays_tuples.sql +%%DATADIR%%-test/queries/0_stateless/00352_external_sorting_and_constants.reference +%%DATADIR%%-test/queries/0_stateless/00352_external_sorting_and_constants.sql +%%DATADIR%%-test/queries/0_stateless/00353_join_by_tuple.reference +%%DATADIR%%-test/queries/0_stateless/00353_join_by_tuple.sql +%%DATADIR%%-test/queries/0_stateless/00354_host_command_line_option.reference +%%DATADIR%%-test/queries/0_stateless/00354_host_command_line_option.sh +%%DATADIR%%-test/queries/0_stateless/00355_array_of_non_const_convertible_types.reference +%%DATADIR%%-test/queries/0_stateless/00355_array_of_non_const_convertible_types.sql +%%DATADIR%%-test/queries/0_stateless/00356_analyze_aggregations_and_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00356_analyze_aggregations_and_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00357_to_string_complex_types.reference +%%DATADIR%%-test/queries/0_stateless/00357_to_string_complex_types.sql +%%DATADIR%%-test/queries/0_stateless/00358_from_string_complex_types.reference +%%DATADIR%%-test/queries/0_stateless/00358_from_string_complex_types.sql +%%DATADIR%%-test/queries/0_stateless/00359_convert_or_zero_functions.reference +%%DATADIR%%-test/queries/0_stateless/00359_convert_or_zero_functions.sql +%%DATADIR%%-test/queries/0_stateless/00360_to_date_from_string_with_datetime.reference +%%DATADIR%%-test/queries/0_stateless/00360_to_date_from_string_with_datetime.sql +%%DATADIR%%-test/queries/0_stateless/00361_shared_array_offsets_and_squash_blocks.reference +%%DATADIR%%-test/queries/0_stateless/00361_shared_array_offsets_and_squash_blocks.sql +%%DATADIR%%-test/queries/0_stateless/00362_great_circle_distance.reference +%%DATADIR%%-test/queries/0_stateless/00362_great_circle_distance.sql +%%DATADIR%%-test/queries/0_stateless/00363_defaults.reference +%%DATADIR%%-test/queries/0_stateless/00363_defaults.sql +%%DATADIR%%-test/queries/0_stateless/00364_java_style_denormals.reference +%%DATADIR%%-test/queries/0_stateless/00364_java_style_denormals.sql +%%DATADIR%%-test/queries/0_stateless/00365_statistics_in_formats.reference +%%DATADIR%%-test/queries/0_stateless/00365_statistics_in_formats.sh +%%DATADIR%%-test/queries/0_stateless/00366_multi_statements.reference +%%DATADIR%%-test/queries/0_stateless/00366_multi_statements.sh +%%DATADIR%%-test/queries/0_stateless/00367_visible_width_of_array_tuple_enum.reference +%%DATADIR%%-test/queries/0_stateless/00367_visible_width_of_array_tuple_enum.sql +%%DATADIR%%-test/queries/0_stateless/00368_format_option_collision.reference +%%DATADIR%%-test/queries/0_stateless/00368_format_option_collision.sh +%%DATADIR%%-test/queries/0_stateless/00369_int_div_of_float.reference +%%DATADIR%%-test/queries/0_stateless/00369_int_div_of_float.sql +%%DATADIR%%-test/queries/0_stateless/00370_duplicate_columns_in_subqueries.reference +%%DATADIR%%-test/queries/0_stateless/00370_duplicate_columns_in_subqueries.sql +%%DATADIR%%-test/queries/0_stateless/00371_union_all.reference +%%DATADIR%%-test/queries/0_stateless/00371_union_all.sql +%%DATADIR%%-test/queries/0_stateless/00372_cors_header.reference +%%DATADIR%%-test/queries/0_stateless/00372_cors_header.sh +%%DATADIR%%-test/queries/0_stateless/00373_group_by_tuple.reference +%%DATADIR%%-test/queries/0_stateless/00373_group_by_tuple.sql +%%DATADIR%%-test/queries/0_stateless/00374_any_last_if_merge.reference +%%DATADIR%%-test/queries/0_stateless/00374_any_last_if_merge.sql +%%DATADIR%%-test/queries/0_stateless/00374_json_each_row_input_with_noisy_fields.reference +%%DATADIR%%-test/queries/0_stateless/00374_json_each_row_input_with_noisy_fields.sh +%%DATADIR%%-test/queries/0_stateless/00375_shard_group_uniq_array_of_string.reference +%%DATADIR%%-test/queries/0_stateless/00375_shard_group_uniq_array_of_string.sql +%%DATADIR%%-test/queries/0_stateless/00376_shard_group_uniq_array_of_int_array.reference +%%DATADIR%%-test/queries/0_stateless/00376_shard_group_uniq_array_of_int_array.sql +%%DATADIR%%-test/queries/0_stateless/00377_shard_group_uniq_array_of_string_array.reference +%%DATADIR%%-test/queries/0_stateless/00377_shard_group_uniq_array_of_string_array.sql +%%DATADIR%%-test/queries/0_stateless/00378_json_quote_64bit_integers.reference +%%DATADIR%%-test/queries/0_stateless/00378_json_quote_64bit_integers.sql +%%DATADIR%%-test/queries/0_stateless/00379_system_processes_port.reference +%%DATADIR%%-test/queries/0_stateless/00379_system_processes_port.sh +%%DATADIR%%-test/queries/0_stateless/00380_client_break_at_exception_in_batch_mode.reference +%%DATADIR%%-test/queries/0_stateless/00380_client_break_at_exception_in_batch_mode.sh +%%DATADIR%%-test/queries/0_stateless/00381_first_significant_subdomain.reference +%%DATADIR%%-test/queries/0_stateless/00381_first_significant_subdomain.sql +%%DATADIR%%-test/queries/0_stateless/00383_utf8_validation.reference +%%DATADIR%%-test/queries/0_stateless/00383_utf8_validation.sql +%%DATADIR%%-test/queries/0_stateless/00384_column_aggregate_function_insert_from.reference +%%DATADIR%%-test/queries/0_stateless/00384_column_aggregate_function_insert_from.sql +%%DATADIR%%-test/queries/0_stateless/00385_storage_file_and_clickhouse-local_app.reference +%%DATADIR%%-test/queries/0_stateless/00385_storage_file_and_clickhouse-local_app.sh +%%DATADIR%%-test/queries/0_stateless/00386_enum_in_pk.reference +%%DATADIR%%-test/queries/0_stateless/00386_enum_in_pk.sql +%%DATADIR%%-test/queries/0_stateless/00386_has_column_in_table.reference +%%DATADIR%%-test/queries/0_stateless/00386_has_column_in_table.sql +%%DATADIR%%-test/queries/0_stateless/00387_use_client_time_zone.reference +%%DATADIR%%-test/queries/0_stateless/00387_use_client_time_zone.sh +%%DATADIR%%-test/queries/0_stateless/00388_enum_with_totals.reference +%%DATADIR%%-test/queries/0_stateless/00388_enum_with_totals.sql +%%DATADIR%%-test/queries/0_stateless/00389_concat_operator.reference +%%DATADIR%%-test/queries/0_stateless/00389_concat_operator.sql +%%DATADIR%%-test/queries/0_stateless/00390_array_sort.reference +%%DATADIR%%-test/queries/0_stateless/00390_array_sort.sql +%%DATADIR%%-test/queries/0_stateless/00392_enum_nested_alter.reference *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Feb 26 11:22:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5612DF3E9A9; Mon, 26 Feb 2018 11:22:38 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08C2B7053E; Mon, 26 Feb 2018 11:22:38 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF5DE1AC75; Mon, 26 Feb 2018 11:22: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 w1QBMbFN072180; Mon, 26 Feb 2018 11:22:37 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QBMa3n072163; Mon, 26 Feb 2018 11:22:36 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201802261122.w1QBMa3n072163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 26 Feb 2018 11:22:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463014 - in head: deskutils/kdeplasma-addons-kde4 deskutils/kdeplasma-addons-kde4/files math/cantor-kde4 math/cantor-kde4/files math/libqalculate math/libqalculate/files math/qalculate... X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head: deskutils/kdeplasma-addons-kde4 deskutils/kdeplasma-addons-kde4/files math/cantor-kde4 math/cantor-kde4/files math/libqalculate math/libqalculate/files math/qalculate science/step-kde4 scienc... X-SVN-Commit-Revision: 463014 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 11:22:38 -0000 Author: jhale Date: Mon Feb 26 11:22:36 2018 New Revision: 463014 URL: https://svnweb.freebsd.org/changeset/ports/463014 Log: math/libqalculate: Update to 2.2.1 math/qalculate: Update to 2.2.1 Download the pre-rolled releases hosted on GitHub instead of using USE_GITHUB to avoid running autoreconf, etc. Backport upsteam patches for several instances of FindQalculate.cmake in KDE 4.x ports that could not detect the newer libqalculate. Bump PORTREVISION on dependent ports due to shared library version increase. Changes: https://qalculate.github.io/news.html Differential Revision: https://reviews.freebsd.org/D14459 Added: head/deskutils/kdeplasma-addons-kde4/files/patch-applets_qalculate_cmake__modules_FindQalculate.cmake (contents, props changed) head/math/cantor-kde4/files/patch-cmake_FindQalculate.cmake (contents, props changed) head/science/step-kde4/files/ head/science/step-kde4/files/patch-cmake_modules_FindQalculate.cmake (contents, props changed) head/x11/kde-workspace-kde4/files/patch-cmake_modules_FindQalculate.cmake (contents, props changed) Deleted: head/math/libqalculate/files/ Modified: head/deskutils/kdeplasma-addons-kde4/Makefile head/math/cantor-kde4/Makefile head/math/libqalculate/Makefile head/math/libqalculate/distinfo head/math/libqalculate/pkg-plist head/math/qalculate/Makefile head/math/qalculate/distinfo head/math/qalculate/pkg-plist head/science/step-kde4/Makefile head/x11/kde-workspace-kde4/Makefile Modified: head/deskutils/kdeplasma-addons-kde4/Makefile ============================================================================== --- head/deskutils/kdeplasma-addons-kde4/Makefile Mon Feb 26 11:10:46 2018 (r463013) +++ head/deskutils/kdeplasma-addons-kde4/Makefile Mon Feb 26 11:22:36 2018 (r463014) @@ -2,7 +2,7 @@ PORTNAME= kdeplasma-addons PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils kde kde-kde4 MAINTAINER= kde@FreeBSD.org Added: head/deskutils/kdeplasma-addons-kde4/files/patch-applets_qalculate_cmake__modules_FindQalculate.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/kdeplasma-addons-kde4/files/patch-applets_qalculate_cmake__modules_FindQalculate.cmake Mon Feb 26 11:22:36 2018 (r463014) @@ -0,0 +1,67 @@ +Backport several commits from +https://cgit.kde.org/plasma-workspace.git/tree/cmake/FindQalculate.cmake +to make compatible with libqalculate >= 2.0.0. Specifically: +8b3f6ac7a959300803334f6959184a6df34360f0 +b915e5b4bab10af938441ac5cae8e62cf6bbb843 +2aa504340e68ac11ac68a7b9573354ad431f2995 + +--- applets/qalculate/cmake_modules/FindQalculate.cmake.orig 2014-10-25 07:17:51 UTC ++++ applets/qalculate/cmake_modules/FindQalculate.cmake +@@ -22,20 +43,48 @@ if(QALCULATE_CFLAGS AND QALCULATE_LIBRARIES) + + else(QALCULATE_CFLAGS AND QALCULATE_LIBRARIES) + if(NOT WIN32) +- include(UsePkgConfig) ++ find_package(PkgConfig) + + if(QALCULATE_MIN_VERSION) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --atleast-version=${QALCULATE_MIN_VERSION} RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull) ++ pkg_check_modules(_pc_QALCULATE libqalculate>=${QALCULATE_MIN_VERSION}) + else(QALCULATE_MIN_VERSION) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --exists RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull) ++ pkg_check_modules(_pc_QALCULATE libqalculate) + endif(QALCULATE_MIN_VERSION) + +- if(_return_VALUE STREQUAL "0") +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --libs OUTPUT_VARIABLE QALCULATE_LIBRARIES) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS cln --libs OUTPUT_VARIABLE CLN_LIBRARIES) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --cflags OUTPUT_VARIABLE QALCULATE_CFLAGS) +- set(QALCULATE_FOUND TRUE) +- endif(_return_VALUE STREQUAL "0") ++ if(_pc_QALCULATE_FOUND) ++ if(${_pc_QALCULATE_VERSION} VERSION_LESS 2.0.0) ++ pkg_check_modules(_pc_CLN cln) ++ endif() ++ set(QALCULATE_CFLAGS ${_pc_QALCULATE_CFLAGS}) ++ endif() ++ ++ find_library(QALCULATE_LIBRARIES ++ NAMES ++ qalculate ++ PATHS ++ ${_pc_QALCULATE_LIBRARY_DIRS} ++ ${LIB_INSTALL_DIR} ++ ) ++ ++ find_path(QALCULATE_INCLUDE_DIR ++ NAMES ++ libqalculate ++ PATHS ++ ${_pc_QALCULATE_INCLUDE_DIRS} ++ ${INCLUDE_INSTALL_DIR} ++ ) ++ ++ if(_pc_QALCULATE_FOUND) ++ if(${_pc_QALCULATE_VERSION} VERSION_LESS 2.0.0) ++ find_library(CLN_LIBRARIES ++ NAMES ++ cln ++ PATHS ++ ${_pc_CLN_LIBRARY_DIRS} ++ ${LIB_INSTALL_DIR} ++ ) ++ endif() ++ endif() + + else(NOT WIN32) + # XXX: currently no libqalculate on windows Modified: head/math/cantor-kde4/Makefile ============================================================================== --- head/math/cantor-kde4/Makefile Mon Feb 26 11:10:46 2018 (r463013) +++ head/math/cantor-kde4/Makefile Mon Feb 26 11:22:36 2018 (r463014) @@ -2,7 +2,7 @@ PORTNAME= cantor PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org Added: head/math/cantor-kde4/files/patch-cmake_FindQalculate.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/cantor-kde4/files/patch-cmake_FindQalculate.cmake Mon Feb 26 11:22:36 2018 (r463014) @@ -0,0 +1,67 @@ +Backport several commits from +https://cgit.kde.org/plasma-workspace.git/tree/cmake/FindQalculate.cmake +to make compatible with libqalculate >= 2.0.0. Specifically: +8b3f6ac7a959300803334f6959184a6df34360f0 +b915e5b4bab10af938441ac5cae8e62cf6bbb843 +2aa504340e68ac11ac68a7b9573354ad431f2995 + +--- cmake/FindQalculate.cmake.orig 2014-11-01 12:56:09 UTC ++++ cmake/FindQalculate.cmake +@@ -22,20 +43,48 @@ if(QALCULATE_CFLAGS AND QALCULATE_LIBRARIES) + + else(QALCULATE_CFLAGS AND QALCULATE_LIBRARIES) + if(NOT WIN32) +- include(UsePkgConfig) ++ find_package(PkgConfig) + + if(QALCULATE_MIN_VERSION) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --atleast-version=${QALCULATE_MIN_VERSION} RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull) ++ pkg_check_modules(_pc_QALCULATE libqalculate>=${QALCULATE_MIN_VERSION}) + else(QALCULATE_MIN_VERSION) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --exists RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull) ++ pkg_check_modules(_pc_QALCULATE libqalculate) + endif(QALCULATE_MIN_VERSION) + +- if(_return_VALUE STREQUAL "0") +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --libs OUTPUT_VARIABLE QALCULATE_LIBRARIES) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS cln --libs OUTPUT_VARIABLE CLN_LIBRARIES) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --cflags OUTPUT_VARIABLE QALCULATE_CFLAGS) +- set(QALCULATE_FOUND TRUE) +- endif(_return_VALUE STREQUAL "0") ++ if(_pc_QALCULATE_FOUND) ++ if(${_pc_QALCULATE_VERSION} VERSION_LESS 2.0.0) ++ pkg_check_modules(_pc_CLN cln) ++ endif() ++ set(QALCULATE_CFLAGS ${_pc_QALCULATE_CFLAGS}) ++ endif() ++ ++ find_library(QALCULATE_LIBRARIES ++ NAMES ++ qalculate ++ PATHS ++ ${_pc_QALCULATE_LIBRARY_DIRS} ++ ${LIB_INSTALL_DIR} ++ ) ++ ++ find_path(QALCULATE_INCLUDE_DIR ++ NAMES ++ libqalculate ++ PATHS ++ ${_pc_QALCULATE_INCLUDE_DIRS} ++ ${INCLUDE_INSTALL_DIR} ++ ) ++ ++ if(_pc_QALCULATE_FOUND) ++ if(${_pc_QALCULATE_VERSION} VERSION_LESS 2.0.0) ++ find_library(CLN_LIBRARIES ++ NAMES ++ cln ++ PATHS ++ ${_pc_CLN_LIBRARY_DIRS} ++ ${LIB_INSTALL_DIR} ++ ) ++ endif() ++ endif() + + else(NOT WIN32) + # XXX: currently no libqalculate on windows Modified: head/math/libqalculate/Makefile ============================================================================== --- head/math/libqalculate/Makefile Mon Feb 26 11:10:46 2018 (r463013) +++ head/math/libqalculate/Makefile Mon Feb 26 11:22:36 2018 (r463014) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libqalculate -DISTVERSION= 1.0.0a -DISTVERSIONPREFIX= v +PORTVERSION= 2.2.1 CATEGORIES= math +MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/ MAINTAINER= jhale@FreeBSD.org COMMENT= Multi-purpose desktop calculator (backend library) @@ -12,25 +12,26 @@ COMMENT= Multi-purpose desktop calculator (backend lib LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcln.so:math/cln +LIB_DEPENDS= libicuuc.so:devel/icu \ + libcurl.so:ftp/curl \ + libgmp.so:math/gmp \ + libmpfr.so:math/mpfr -USES= autoreconf gmake gettext libtool localbase \ +USES= gmake gettext iconv libtool localbase \ ncurses pathfix pkgconfig readline:port -USE_GNOME= glib20 intltool libxml2 +USE_GNOME= intltool libxml2 USE_LDCONFIG= yes + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_GITHUB= yes -GH_ACCOUNT= Qalculate - OPTIONS_DEFINE= NLS OPTIONS_SUB= yes post-patch-NLS-off: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s|po ||g' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e '/^SUBDIRS =/s|po ||g' ${WRKSRC}/Makefile.in post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s|docs||g' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e '/^SUBDIRS =/s|docs||g' ${WRKSRC}/Makefile.in .include Modified: head/math/libqalculate/distinfo ============================================================================== --- head/math/libqalculate/distinfo Mon Feb 26 11:10:46 2018 (r463013) +++ head/math/libqalculate/distinfo Mon Feb 26 11:22:36 2018 (r463014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501594307 -SHA256 (Qalculate-libqalculate-v1.0.0a_GH0.tar.gz) = 3d9e9e983cf1bfded8063e4704587d42e2253cbfc5d60a9ecefc1b9b43ab2f8a -SIZE (Qalculate-libqalculate-v1.0.0a_GH0.tar.gz) = 599217 +TIMESTAMP = 1518998683 +SHA256 (libqalculate-2.2.1.tar.gz) = 1752b6a046eaf84ee62a7dc8d2c874b538517956ce8affac80df09a3b55bef5d +SIZE (libqalculate-2.2.1.tar.gz) = 1717947 Modified: head/math/libqalculate/pkg-plist ============================================================================== --- head/math/libqalculate/pkg-plist Mon Feb 26 11:10:46 2018 (r463013) +++ head/math/libqalculate/pkg-plist Mon Feb 26 11:22:36 2018 (r463014) @@ -14,8 +14,8 @@ include/libqalculate/qalculate.h include/libqalculate/util.h lib/libqalculate.a lib/libqalculate.so -lib/libqalculate.so.10 -lib/libqalculate.so.10.0.0 +lib/libqalculate.so.14 +lib/libqalculate.so.14.0.0 libdata/pkgconfig/libqalculate.pc %%NLS%%share/locale/fr/LC_MESSAGES/libqalculate.mo %%NLS%%share/locale/nl/LC_MESSAGES/libqalculate.mo @@ -24,8 +24,10 @@ libdata/pkgconfig/libqalculate.pc share/qalculate/currencies.xml share/qalculate/datasets.xml share/qalculate/elements.xml +share/qalculate/eurofxref-daily.xml share/qalculate/functions.xml share/qalculate/planets.xml share/qalculate/prefixes.xml +share/qalculate/rates.json share/qalculate/units.xml share/qalculate/variables.xml Modified: head/math/qalculate/Makefile ============================================================================== --- head/math/qalculate/Makefile Mon Feb 26 11:10:46 2018 (r463013) +++ head/math/qalculate/Makefile Mon Feb 26 11:22:36 2018 (r463014) @@ -2,33 +2,38 @@ # $FreeBSD$ PORTNAME= qalculate -PORTVERSION= 1.0.0 -PORTREVISION= 1 -DISTVERSIONPREFIX= v +PORTVERSION= 2.2.1 CATEGORIES= math +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${PORTVERSION}/ +DISTNAME= ${GH_PROJECT}-${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Multi-purpose desktop calculator (GTK+3 frontend) -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcln.so:math/cln \ - libqalculate.so:math/libqalculate -RUN_DEPENDS= gnuplot:math/gnuplot \ - wget:ftp/wget - BROKEN_powerpc64= fails to compile: main.cc: undefined reference to Calculator::temporaryCategory[abi:cxx11]() -USES= autoreconf compiler:c++11-lang gettext gmake \ +LIB_DEPENDS= libqalculate.so:math/libqalculate +RUN_DEPENDS= gnuplot:math/gnuplot + +USES= compiler:c++11-lang gettext gmake \ libtool:build localbase pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2 + +# USE_GITHUB= Use MASTER_SITES so that the pre-rolled release is downloaded +GH_ACCOUNT= Qalculate +GH_PROJECT= ${PORTNAME}-gtk + GNU_CONFIGURE= yes DATADIR= share/${GH_PROJECT} DOCSDIR= share/doc/${GH_PROJECT} -USE_GITHUB= yes -GH_ACCOUNT= Qalculate -GH_PROJECT= ${PORTNAME}-gtk +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +post-patch-NLS-off: + @${REINPLACE_CMD} -e '/^SUBDIRS =/s|po ||g' ${WRKSRC}/Makefile.in .include Modified: head/math/qalculate/distinfo ============================================================================== --- head/math/qalculate/distinfo Mon Feb 26 11:10:46 2018 (r463013) +++ head/math/qalculate/distinfo Mon Feb 26 11:22:36 2018 (r463014) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501601677 -SHA256 (Qalculate-qalculate-gtk-v1.0.0_GH0.tar.gz) = f314153b376411e752924e513b0cfb9d89caac116aa151a896fd36c7dc344f23 -SIZE (Qalculate-qalculate-gtk-v1.0.0_GH0.tar.gz) = 1731963 +TIMESTAMP = 1519000762 +SHA256 (qalculate-gtk-2.2.1.tar.gz) = 8bccd336c8b591c33e52d554fdd2c57ca7db6e34420da1e0ad10a15f984f129b +SIZE (qalculate-gtk-2.2.1.tar.gz) = 2340404 Modified: head/math/qalculate/pkg-plist ============================================================================== --- head/math/qalculate/pkg-plist Mon Feb 26 11:10:46 2018 (r463013) +++ head/math/qalculate/pkg-plist Mon Feb 26 11:22:36 2018 (r463014) @@ -6,6 +6,7 @@ share/applications/qalculate-gtk.desktop %%DOCSDIR%%/html/figures/completion.png %%DOCSDIR%%/html/figures/convert-number-bases.png %%DOCSDIR%%/html/figures/convert-unit.png +%%DOCSDIR%%/html/figures/edit-function-simplified.png %%DOCSDIR%%/html/figures/edit-function.png %%DOCSDIR%%/html/figures/edit-matrix.png %%DOCSDIR%%/html/figures/edit-unit.png @@ -28,34 +29,11 @@ share/applications/qalculate-gtk.desktop %%DOCSDIR%%/html/qalculate-expressions.html %%DOCSDIR%%/html/qalculate-functions.html %%DOCSDIR%%/html/qalculate-introduction.html +%%DOCSDIR%%/html/qalculate-mode.html %%DOCSDIR%%/html/qalculate-plotting.html -%%DOCSDIR%%/html/qalculate-result.html %%DOCSDIR%%/html/qalculate-units.html %%DOCSDIR%%/html/qalculate-user-interface.html %%DOCSDIR%%/html/qalculate-variables.html -share/locale/nl/LC_MESSAGES/qalculate-gtk.mo -share/locale/sv/LC_MESSAGES/qalculate-gtk.mo +%%NLS%%share/locale/nl/LC_MESSAGES/qalculate-gtk.mo +%%NLS%%share/locale/sv/LC_MESSAGES/qalculate-gtk.mo share/pixmaps/qalculate.png -%%DATADIR%%/ui/argumentrules.ui -%%DATADIR%%/ui/csvexport.ui -%%DATADIR%%/ui/csvimport.ui -%%DATADIR%%/ui/datasetedit.ui -%%DATADIR%%/ui/datasets.ui -%%DATADIR%%/ui/decimals.ui -%%DATADIR%%/ui/functionedit.ui -%%DATADIR%%/ui/functions.ui -%%DATADIR%%/ui/main.ui -%%DATADIR%%/ui/matrix.ui -%%DATADIR%%/ui/matrixedit.ui -%%DATADIR%%/ui/namesedit.ui -%%DATADIR%%/ui/nbases.ui -%%DATADIR%%/ui/periodictable.ui -%%DATADIR%%/ui/plot.ui -%%DATADIR%%/ui/precision.ui -%%DATADIR%%/ui/preferences.ui -%%DATADIR%%/ui/setbase.ui -%%DATADIR%%/ui/unitedit.ui -%%DATADIR%%/ui/units.ui -%%DATADIR%%/ui/unknownedit.ui -%%DATADIR%%/ui/variableedit.ui -%%DATADIR%%/ui/variables.ui Modified: head/science/step-kde4/Makefile ============================================================================== --- head/science/step-kde4/Makefile Mon Feb 26 11:10:46 2018 (r463013) +++ head/science/step-kde4/Makefile Mon Feb 26 11:22:36 2018 (r463014) @@ -2,7 +2,7 @@ PORTNAME= step PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science kde kde-kde4 MAINTAINER= kde@FreeBSD.org Added: head/science/step-kde4/files/patch-cmake_modules_FindQalculate.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/step-kde4/files/patch-cmake_modules_FindQalculate.cmake Mon Feb 26 11:22:36 2018 (r463014) @@ -0,0 +1,69 @@ +Backport several commits from +https://cgit.kde.org/plasma-workspace.git/tree/cmake/FindQalculate.cmake +to make compatible with libqalculate >= 2.0.0. Specifically: +8b3f6ac7a959300803334f6959184a6df34360f0 +b915e5b4bab10af938441ac5cae8e62cf6bbb843 +2aa504340e68ac11ac68a7b9573354ad431f2995 + +--- cmake/modules/FindQalculate.cmake.orig 2014-10-14 06:53:43 UTC ++++ cmake/modules/FindQalculate.cmake +@@ -22,22 +43,49 @@ if(QALCULATE_CFLAGS AND QALCULATE_LIBRARIES) + + else(QALCULATE_CFLAGS AND QALCULATE_LIBRARIES) + if(NOT WIN32) +- include(UsePkgConfig) ++ find_package(PkgConfig) + + if(QALCULATE_MIN_VERSION) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --atleast-version=${QALCULATE_MIN_VERSION} RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull) ++ pkg_check_modules(_pc_QALCULATE libqalculate>=${QALCULATE_MIN_VERSION}) + else(QALCULATE_MIN_VERSION) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --exists RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull) ++ pkg_check_modules(_pc_QALCULATE libqalculate) + endif(QALCULATE_MIN_VERSION) + +- if(_return_VALUE STREQUAL "0") +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --libs OUTPUT_VARIABLE QALCULATE_LIBRARIES) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS cln --libs OUTPUT_VARIABLE CLN_LIBRARIES) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --cflags OUTPUT_VARIABLE QALCULATE_CFLAGS) +- set(QALCULATE_FOUND TRUE) +- message(STATUS "qalculate found and cln is:" ${CLN_LIBRARIES}) +- endif(_return_VALUE STREQUAL "0") ++ if(_pc_QALCULATE_FOUND) ++ if(${_pc_QALCULATE_VERSION} VERSION_LESS 2.0.0) ++ pkg_check_modules(_pc_CLN cln) ++ endif() ++ set(QALCULATE_CFLAGS ${_pc_QALCULATE_CFLAGS}) ++ endif() + ++ find_library(QALCULATE_LIBRARIES ++ NAMES ++ qalculate ++ PATHS ++ ${_pc_QALCULATE_LIBRARY_DIRS} ++ ${LIB_INSTALL_DIR} ++ ) ++ ++ find_path(QALCULATE_INCLUDE_DIR ++ NAMES ++ libqalculate ++ PATHS ++ ${_pc_QALCULATE_INCLUDE_DIRS} ++ ${INCLUDE_INSTALL_DIR} ++ ) ++ ++ if(_pc_QALCULATE_FOUND) ++ if(${_pc_QALCULATE_VERSION} VERSION_LESS 2.0.0) ++ find_library(CLN_LIBRARIES ++ NAMES ++ cln ++ PATHS ++ ${_pc_CLN_LIBRARY_DIRS} ++ ${LIB_INSTALL_DIR} ++ ) ++ endif() ++ endif() ++ + else(NOT WIN32) + # XXX: currently no libqalculate on windows + set(QALCULATE_FOUND FALSE) Modified: head/x11/kde-workspace-kde4/Makefile ============================================================================== --- head/x11/kde-workspace-kde4/Makefile Mon Feb 26 11:10:46 2018 (r463013) +++ head/x11/kde-workspace-kde4/Makefile Mon Feb 26 11:22:36 2018 (r463014) @@ -2,7 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= x11 kde kde-applications PKGNAMESUFFIX= -kde4 Added: head/x11/kde-workspace-kde4/files/patch-cmake_modules_FindQalculate.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/kde-workspace-kde4/files/patch-cmake_modules_FindQalculate.cmake Mon Feb 26 11:22:36 2018 (r463014) @@ -0,0 +1,67 @@ +Backport several commits from +https://cgit.kde.org/plasma-workspace.git/tree/cmake/FindQalculate.cmake +to make compatible with libqalculate >= 2.0.0. Specifically: +8b3f6ac7a959300803334f6959184a6df34360f0 +b915e5b4bab10af938441ac5cae8e62cf6bbb843 +2aa504340e68ac11ac68a7b9573354ad431f2995 + +--- cmake/modules/FindQalculate.cmake.orig 2015-08-12 07:03:15 UTC ++++ cmake/modules/FindQalculate.cmake +@@ -22,20 +43,48 @@ if(QALCULATE_CFLAGS AND QALCULATE_LIBRARIES) + + else(QALCULATE_CFLAGS AND QALCULATE_LIBRARIES) + if(NOT WIN32) +- include(UsePkgConfig) ++ find_package(PkgConfig) + + if(QALCULATE_MIN_VERSION) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --atleast-version=${QALCULATE_MIN_VERSION} RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull) ++ pkg_check_modules(_pc_QALCULATE libqalculate>=${QALCULATE_MIN_VERSION}) + else(QALCULATE_MIN_VERSION) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --exists RETURN_VALUE _return_VALUE OUTPUT_VARIABLE _pkgconfigDevNull) ++ pkg_check_modules(_pc_QALCULATE libqalculate) + endif(QALCULATE_MIN_VERSION) + +- if(_return_VALUE STREQUAL "0") +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --libs OUTPUT_VARIABLE QALCULATE_LIBRARIES) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS cln --libs OUTPUT_VARIABLE CLN_LIBRARIES) +- exec_program(${PKGCONFIG_EXECUTABLE} ARGS libqalculate --cflags OUTPUT_VARIABLE QALCULATE_CFLAGS) +- set(QALCULATE_FOUND TRUE) +- endif(_return_VALUE STREQUAL "0") ++ if(_pc_QALCULATE_FOUND) ++ if(${_pc_QALCULATE_VERSION} VERSION_LESS 2.0.0) ++ pkg_check_modules(_pc_CLN cln) ++ endif() ++ set(QALCULATE_CFLAGS ${_pc_QALCULATE_CFLAGS}) ++ endif() ++ ++ find_library(QALCULATE_LIBRARIES ++ NAMES ++ qalculate ++ PATHS ++ ${_pc_QALCULATE_LIBRARY_DIRS} ++ ${LIB_INSTALL_DIR} ++ ) ++ ++ find_path(QALCULATE_INCLUDE_DIR ++ NAMES ++ libqalculate ++ PATHS ++ ${_pc_QALCULATE_INCLUDE_DIRS} ++ ${INCLUDE_INSTALL_DIR} ++ ) ++ ++ if(_pc_QALCULATE_FOUND) ++ if(${_pc_QALCULATE_VERSION} VERSION_LESS 2.0.0) ++ find_library(CLN_LIBRARIES ++ NAMES ++ cln ++ PATHS ++ ${_pc_CLN_LIBRARY_DIRS} ++ ${LIB_INSTALL_DIR} ++ ) ++ endif() ++ endif() + + else(NOT WIN32) + # XXX: currently no libqalculate on windows From owner-svn-ports-head@freebsd.org Mon Feb 26 12:39:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C362AF1E92C; Mon, 26 Feb 2018 12:39:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 766CA73120; Mon, 26 Feb 2018 12:39:52 +0000 (UTC) (envelope-from mat@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 69CD71B798; Mon, 26 Feb 2018 12:39:52 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QCdqEA014774; Mon, 26 Feb 2018 12:39:52 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QCdqgk014771; Mon, 26 Feb 2018 12:39:52 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201802261239.w1QCdqgk014771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 26 Feb 2018 12:39:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463015 - head/lang/perl5-devel X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/lang/perl5-devel X-SVN-Commit-Revision: 463015 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 12:39:52 -0000 Author: mat Date: Mon Feb 26 12:39:51 2018 New Revision: 463015 URL: https://svnweb.freebsd.org/changeset/ports/463015 Log: Update to v5.27.8-403-g9fa1876. Sponsored by: Absolight Modified: head/lang/perl5-devel/Makefile (contents, props changed) head/lang/perl5-devel/distinfo (contents, props changed) Modified: head/lang/perl5-devel/Makefile ============================================================================== --- head/lang/perl5-devel/Makefile Mon Feb 26 11:22:36 2018 (r463014) +++ head/lang/perl5-devel/Makefile Mon Feb 26 12:39:51 2018 (r463015) @@ -35,7 +35,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.27.8-323-g7e55bd9 +GH_TAGNAME= v5.27.8-403-g9fa1876 OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \ THREADS PERL_MALLOC DTRACE DOT_INC Modified: head/lang/perl5-devel/distinfo ============================================================================== --- head/lang/perl5-devel/distinfo Mon Feb 26 11:22:36 2018 (r463014) +++ head/lang/perl5-devel/distinfo Mon Feb 26 12:39:51 2018 (r463015) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519044468 -SHA256 (perl/Perl-perl5-v5.27.8-323-g7e55bd9_GH0.tar.gz) = dfc74150bef00d450ab0e07cea857e3a62831cac34d5e6a37d618cf73e1f8e20 -SIZE (perl/Perl-perl5-v5.27.8-323-g7e55bd9_GH0.tar.gz) = 18953085 +TIMESTAMP = 1519641616 +SHA256 (perl/Perl-perl5-v5.27.8-403-g9fa1876_GH0.tar.gz) = d8425639a9d1df6a205ade2d668511618342e7c6c1f8a042d690847ed231bf76 +SIZE (perl/Perl-perl5-v5.27.8-403-g9fa1876_GH0.tar.gz) = 18959547 From owner-svn-ports-head@freebsd.org Mon Feb 26 12:40:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CEDEF1E969; Mon, 26 Feb 2018 12:40:01 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E29EE731E2; Mon, 26 Feb 2018 12:40:00 +0000 (UTC) (envelope-from mat@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD4D51B79C; Mon, 26 Feb 2018 12:40:00 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QCe0pg015004; Mon, 26 Feb 2018 12:40:00 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QCe0eV014995; Mon, 26 Feb 2018 12:40:00 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201802261240.w1QCe0eV014995@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 26 Feb 2018 12:40:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463016 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/dns/bind9-devel: . files X-SVN-Commit-Revision: 463016 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 12:40:01 -0000 Author: mat Date: Mon Feb 26 12:39:59 2018 New Revision: 463016 URL: https://svnweb.freebsd.org/changeset/ports/463016 Log: Update to latest commit. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl (contents, props changed) head/dns/bind9-devel/files/patch-bin_named_include_named_globals.h (contents, props changed) head/dns/bind9-devel/files/patch-bin_tests_system_dlzexternal_Makefile.in (contents, props changed) head/dns/bind9-devel/files/patch-configure (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Feb 26 12:39:51 2018 (r463015) +++ head/dns/bind9-devel/Makefile Mon Feb 26 12:39:59 2018 (r463016) @@ -31,8 +31,8 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.13.0a0.2018.02.19 -HASH= 2a50992ab3f9762912e2d4c3f76ab50f213225ed +ISCVERSION= 9.13.0a0.2018.02.26 +HASH= e1d6c9a6631f2db967d1a6331b5a177b78e08b89 USES= cpe libedit tar:bz2 Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Feb 26 12:39:51 2018 (r463015) +++ head/dns/bind9-devel/distinfo Mon Feb 26 12:39:59 2018 (r463016) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519049419 -SHA256 (bind9-2a50992ab3f9762912e2d4c3f76ab50f213225ed-2a50992ab3f9762912e2d4c3f76ab50f213225ed.tar.bz2) = 8b8524af457132febd65c7bad7704f143c194fe9bb019e72a21ae6013744ee30 -SIZE (bind9-2a50992ab3f9762912e2d4c3f76ab50f213225ed-2a50992ab3f9762912e2d4c3f76ab50f213225ed.tar.bz2) = 9265793 +TIMESTAMP = 1519641726 +SHA256 (bind9-e1d6c9a6631f2db967d1a6331b5a177b78e08b89-e1d6c9a6631f2db967d1a6331b5a177b78e08b89.tar.bz2) = 5eb8109898b7e8ce4c0f14195cc7040716c970f9e35c291d8e591fbec0bc298c +SIZE (bind9-e1d6c9a6631f2db967d1a6331b5a177b78e08b89-e1d6c9a6631f2db967d1a6331b5a177b78e08b89.tar.bz2) = 7827728 Modified: head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl ============================================================================== --- head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Feb 26 12:39:51 2018 (r463015) +++ head/dns/bind9-devel/files/extrapatch-bind-min-override-ttl Mon Feb 26 12:39:59 2018 (r463016) @@ -1,6 +1,6 @@ ---- bin/named/config.c.orig 2018-02-19 09:25:15 UTC +--- bin/named/config.c.orig 2018-02-26 06:30:28 UTC +++ bin/named/config.c -@@ -176,12 +176,14 @@ options {\n\ +@@ -179,12 +179,14 @@ options {\n\ max-recursion-queries 75;\n\ max-stale-ttl 604800; /* 1 week */\n\ message-compression yes;\n\ @@ -15,9 +15,9 @@ provide-ixfr true;\n\ query-source address *;\n\ query-source-v6 address *;\n\ ---- bin/named/server.c.orig 2018-02-19 09:25:15 UTC +--- bin/named/server.c.orig 2018-02-26 06:30:28 UTC +++ bin/named/server.c -@@ -4074,6 +4074,16 @@ configure_view(dns_view_t *view, dns_vie +@@ -4077,6 +4077,16 @@ configure_view(dns_view_t *view, dns_vie } obj = NULL; @@ -34,9 +34,9 @@ result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2018-02-19 09:25:15 UTC +--- lib/dns/include/dns/view.h.orig 2018-02-26 06:30:28 UTC +++ lib/dns/include/dns/view.h -@@ -145,6 +145,8 @@ struct dns_view { +@@ -148,6 +148,8 @@ struct dns_view { isc_boolean_t requestnsid; isc_boolean_t sendcookie; dns_ttl_t maxcachettl; @@ -45,9 +45,9 @@ dns_ttl_t maxncachettl; isc_uint32_t nta_lifetime; isc_uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2018-02-19 09:25:15 UTC +--- lib/dns/resolver.c.orig 2018-02-26 06:30:28 UTC +++ lib/dns/resolver.c -@@ -5745,6 +5745,18 @@ cache_name(fetchctx_t *fctx, dns_name_t +@@ -5748,6 +5748,18 @@ cache_name(fetchctx_t *fctx, dns_name_t } /* @@ -66,9 +66,9 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2018-02-19 09:25:15 UTC +--- lib/isccfg/namedconf.c.orig 2018-02-26 06:30:28 UTC +++ lib/isccfg/namedconf.c -@@ -1913,6 +1913,8 @@ view_clauses[] = { +@@ -1916,6 +1916,8 @@ view_clauses[] = { { "max-acache-size", &cfg_type_sizenodefault, CFG_CLAUSEFLAG_OBSOLETE }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, Modified: head/dns/bind9-devel/files/patch-bin_named_include_named_globals.h ============================================================================== --- head/dns/bind9-devel/files/patch-bin_named_include_named_globals.h Mon Feb 26 12:39:51 2018 (r463015) +++ head/dns/bind9-devel/files/patch-bin_named_include_named_globals.h Mon Feb 26 12:39:59 2018 (r463016) @@ -1,8 +1,8 @@ We reference the pid file as being run/named/pid everywere else. ---- bin/named/include/named/globals.h.orig 2018-01-17 06:56:09 UTC +--- bin/named/include/named/globals.h.orig 2018-02-26 06:30:28 UTC +++ bin/named/include/named/globals.h -@@ -125,7 +125,7 @@ EXTERN isc_boolean_t named_g_forcelock +@@ -128,7 +128,7 @@ EXTERN isc_boolean_t named_g_forcelock #if NAMED_RUN_PID_DIR EXTERN const char * named_g_defaultpidfile INIT(NAMED_LOCALSTATEDIR "/run/named/" Modified: head/dns/bind9-devel/files/patch-bin_tests_system_dlzexternal_Makefile.in ============================================================================== --- head/dns/bind9-devel/files/patch-bin_tests_system_dlzexternal_Makefile.in Mon Feb 26 12:39:51 2018 (r463015) +++ head/dns/bind9-devel/files/patch-bin_tests_system_dlzexternal_Makefile.in Mon Feb 26 12:39:59 2018 (r463016) @@ -1,6 +1,6 @@ ---- bin/tests/system/dlzexternal/Makefile.in.orig 2016-11-01 20:46:42 UTC +--- bin/tests/system/dlzexternal/Makefile.in.orig 2018-02-26 06:30:28 UTC +++ bin/tests/system/dlzexternal/Makefile.in -@@ -31,7 +31,7 @@ OBJS = +@@ -34,7 +34,7 @@ OBJS = @BIND9_MAKE_RULES@ CFLAGS = @CFLAGS@ @SO_CFLAGS@ Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Mon Feb 26 12:39:51 2018 (r463015) +++ head/dns/bind9-devel/files/patch-configure Mon Feb 26 12:39:59 2018 (r463016) @@ -1,6 +1,6 @@ ---- configure.orig 2018-02-19 09:25:15 UTC +--- configure.orig 2018-02-26 06:30:28 UTC +++ configure -@@ -14939,27 +14939,9 @@ done +@@ -14799,27 +14799,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,7 +30,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -15002,47 +14984,7 @@ $as_echo "no" >&6; } ;; +@@ -14862,47 +14844,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -23681,7 +23623,7 @@ $as_echo "" >&6; } +@@ -23541,7 +23483,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). From owner-svn-ports-head@freebsd.org Mon Feb 26 12:58:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 931DFF22375; Mon, 26 Feb 2018 12:58:02 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48CD073F9B; Mon, 26 Feb 2018 12:58:02 +0000 (UTC) (envelope-from dumbbell@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F25B1BAB6; Mon, 26 Feb 2018 12:58:02 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QCw2W1026487; Mon, 26 Feb 2018 12:58:02 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QCw1bs026485; Mon, 26 Feb 2018 12:58:01 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201802261258.w1QCw1bs026485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Mon, 26 Feb 2018 12:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463017 - head/net/bosh-bootloader X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/net/bosh-bootloader X-SVN-Commit-Revision: 463017 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 12:58:02 -0000 Author: dumbbell Date: Mon Feb 26 12:58:01 2018 New Revision: 463017 URL: https://svnweb.freebsd.org/changeset/ports/463017 Log: net/bosh-bootloader: Update to 6.2.2 Sponsored by: Pivotal Software, Inc. Modified: head/net/bosh-bootloader/Makefile head/net/bosh-bootloader/distinfo Modified: head/net/bosh-bootloader/Makefile ============================================================================== --- head/net/bosh-bootloader/Makefile Mon Feb 26 12:39:59 2018 (r463016) +++ head/net/bosh-bootloader/Makefile Mon Feb 26 12:58:01 2018 (r463017) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bosh-bootloader -PORTVERSION= 6.1.2 +PORTVERSION= 6.2.2 CATEGORIES= net sysutils MAINTAINER= dumbbell@FreeBSD.org Modified: head/net/bosh-bootloader/distinfo ============================================================================== --- head/net/bosh-bootloader/distinfo Mon Feb 26 12:39:59 2018 (r463016) +++ head/net/bosh-bootloader/distinfo Mon Feb 26 12:58:01 2018 (r463017) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518874029 -SHA256 (cloudfoundry-bosh-bootloader-6.1.2-v6.1.2_GH0.tar.gz) = 04d07c88aa141b7addcd4e34c5ced29168f607c6fe75949b2c40afdbfdcbcb2d -SIZE (cloudfoundry-bosh-bootloader-6.1.2-v6.1.2_GH0.tar.gz) = 4572502 +TIMESTAMP = 1519640810 +SHA256 (cloudfoundry-bosh-bootloader-6.2.2-v6.2.2_GH0.tar.gz) = 2b149ae244640202333ae2e500d5029d1278d7afb85325c3c10f3e5461a0e672 +SIZE (cloudfoundry-bosh-bootloader-6.2.2-v6.2.2_GH0.tar.gz) = 4574732 From owner-svn-ports-head@freebsd.org Mon Feb 26 13:11:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F19CF23586; Mon, 26 Feb 2018 13:11:22 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1414D74838; Mon, 26 Feb 2018 13:11:20 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id b8bdfe00 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 26 Feb 2018 06:11:13 -0700 (MST) Content-Type: text/plain; charset=us-ascii; delsp=yes; format=flowed Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: svn commit: r462376 - in head: . emulators emulators/wine-staging From: Adam Weinberger In-Reply-To: Date: Mon, 26 Feb 2018 06:11:03 -0700 Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: References: <201802200837.w1K8b1QY087980@repo.freebsd.org> <20180220123937.qvahs2zdvvjritel@ogg.in.absolight.net> To: Gerald Pfeifer X-Mailer: Apple Mail (2.3445.5.20) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 13:11:22 -0000 > On 25 Feb, 2018, at 15:21, Gerald Pfeifer wrote: > > On Tue, 20 Feb 2018, Mathieu Arnold wrote: >> So, this broke, at least, emulators/pipelight. > > emulators/pipelight has been broken for months already then, since > emulators/wine-staging has been broken for months. You would be > right pointing out that the failure mode has changed, but it's not > been working before. > > Realistically I see two options: Remove emulators/pipelight or create > an instance of emulators/wine-staging that is based on a six month old > flavor of emulators/wine-devel, understanding that it likely won't see > updates (security or otherwise). > > (Or hope that upstream Wine is going to continue in the direction > that Wine Staging was headed.) > > Did we get any user reports during those several months things were > broken before? Hi Gerald, The point isn't that pipelight needs to stay around. You're right, it was broken for a long time and needs to be removed from the tree as well. The point is that a broken INDEX is a bad situation, and when it happens, it needs to be rectified immediately. As soon as you started getting the INDEX failure messages (and especially after Mat notified you of it), the commit should have been backed out the commit or pipelight removed. Please, next time, when you receive notification that INDEX is broken, don't wait 5 days to respond. # Adam -- Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Mon Feb 26 13:22:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54F6CF242DB; Mon, 26 Feb 2018 13:22:46 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06B7D75176; Mon, 26 Feb 2018 13:22:46 +0000 (UTC) (envelope-from adamw@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DAE571BF7A; Mon, 26 Feb 2018 13:22:45 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QDMjQt043773; Mon, 26 Feb 2018 13:22:45 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QDMj5d043769; Mon, 26 Feb 2018 13:22:45 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201802261322.w1QDMj5d043769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Mon, 26 Feb 2018 13:22:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463018 - head/textproc/p5-Text-Haml X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/textproc/p5-Text-Haml X-SVN-Commit-Revision: 463018 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 13:22:46 -0000 Author: adamw Date: Mon Feb 26 13:22:45 2018 New Revision: 463018 URL: https://svnweb.freebsd.org/changeset/ports/463018 Log: Update to 0.990118 While here, clean up port, sort plist, and improve COMMENT. This PR has sat for over 3 months with no response. I'm assuming that kuriyama has abandoned this port, so I'm changing the maintainer to perl@. Changes: https://metacpan.org/source/VTI/Text-Haml-0.990118/Changes Modified: head/textproc/p5-Text-Haml/Makefile head/textproc/p5-Text-Haml/distinfo head/textproc/p5-Text-Haml/pkg-descr head/textproc/p5-Text-Haml/pkg-plist Modified: head/textproc/p5-Text-Haml/Makefile ============================================================================== --- head/textproc/p5-Text-Haml/Makefile Mon Feb 26 12:58:01 2018 (r463017) +++ head/textproc/p5-Text-Haml/Makefile Mon Feb 26 13:22:45 2018 (r463018) @@ -1,20 +1,22 @@ # $FreeBSD$ PORTNAME= Text-Haml -PORTVERSION= 0.990116 -PORTREVISION= 1 +PORTVERSION= 0.990118 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= kuriyama@FreeBSD.org -COMMENT= Perl extension for Haml parser +MAINTAINER= perl@FreeBSD.org +COMMENT= Haml-parsing Perl extension -RUN_DEPENDS= p5-URI>0:net/p5-URI -BUILD_DEPENDS= ${RUN_DEPENDS} +LICENSE= ART20 -USES= perl5 -USE_PERL5= modbuild -NO_ARCH= YES +BUILD_DEPENDS= p5-URI>0:net/p5-URI +RUN_DEPENDS= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Data-Section-Simple>=0:devel/p5-Data-Section-Simple + +USES= perl5 +USE_PERL5= modbuildtiny +NO_ARCH= yes .include Modified: head/textproc/p5-Text-Haml/distinfo ============================================================================== --- head/textproc/p5-Text-Haml/distinfo Mon Feb 26 12:58:01 2018 (r463017) +++ head/textproc/p5-Text-Haml/distinfo Mon Feb 26 13:22:45 2018 (r463018) @@ -1,2 +1,3 @@ -SHA256 (Text-Haml-0.990116.tar.gz) = ac1123b09ce7b5a52ef28ac74d1cf63757abd234bbb0b40f902b0ba7f9bc9cfe -SIZE (Text-Haml-0.990116.tar.gz) = 29111 +TIMESTAMP = 1510881529 +SHA256 (Text-Haml-0.990118.tar.gz) = a7a87333f8d8fb08670acb51b495893c83b28b8e010e3bdce50fe9231f4438ea +SIZE (Text-Haml-0.990118.tar.gz) = 30602 Modified: head/textproc/p5-Text-Haml/pkg-descr ============================================================================== --- head/textproc/p5-Text-Haml/pkg-descr Mon Feb 26 12:58:01 2018 (r463017) +++ head/textproc/p5-Text-Haml/pkg-descr Mon Feb 26 13:22:45 2018 (r463018) @@ -6,4 +6,4 @@ Text::Haml passes specification tests written by Norma https://github.com/norman/haml-spec and supports only cross-language Haml features. Do not expect Ruby specific things to work. -WWW: http://search.cpan.org/dist/Text-Haml/ +WWW: https://metacpan.org/release/Text-Haml Modified: head/textproc/p5-Text-Haml/pkg-plist ============================================================================== --- head/textproc/p5-Text-Haml/pkg-plist Mon Feb 26 12:58:01 2018 (r463017) +++ head/textproc/p5-Text-Haml/pkg-plist Mon Feb 26 13:22:45 2018 (r463018) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Text::Haml.3.gz %%SITE_PERL%%/Text/Haml.pm +%%PERL5_MAN3%%/Text::Haml.3.gz From owner-svn-ports-head@freebsd.org Mon Feb 26 13:35:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8715F250C0; Mon, 26 Feb 2018 13:35:01 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 771167578A; Mon, 26 Feb 2018 13:35:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53C081C109; Mon, 26 Feb 2018 13:35:01 +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 w1QDZ1DI050080; Mon, 26 Feb 2018 13:35:01 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QDZ0wX050078; Mon, 26 Feb 2018 13:35:00 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201802261335.w1QDZ0wX050078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 26 Feb 2018 13:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463019 - in head/www/py-cssselect: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/www/py-cssselect: . files X-SVN-Commit-Revision: 463019 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 13:35:02 -0000 Author: jhale Date: Mon Feb 26 13:35:00 2018 New Revision: 463019 URL: https://svnweb.freebsd.org/changeset/ports/463019 Log: Fix stage-qa errors when building a non-default Python flavor when DOCS option is enabled. For example, if py27 is default and try to build the py36 flavor, it was using the py27 flavor of sphinx for the docs build and leaving behind python 2.7 bytecode in STAGEDIR: ====> Running Q/A tests (stage-qa) Error: 'lib/python3.6/site-packages/cssselect/parser.pyc' is referring to /wrkdirs/usr/ports/www/py-cssselect/work-py36/stage Error: 'lib/python3.6/site-packages/cssselect/xpath.pyc' is referring to /wrkdirs/usr/ports/www/py-cssselect/work-py36/stage Error: 'lib/python3.6/site-packages/cssselect/__init__.pyc' is referring to /wrkdirs/usr/ports/www/py-cssselect/work-py36/stage *** Error code 1 While here: Add LICENSE_FILE Add NO_ARCH Pet portlint Approved by: portmgr (blanket) Modified: head/www/py-cssselect/Makefile head/www/py-cssselect/files/patch-docs__conf.py Modified: head/www/py-cssselect/Makefile ============================================================================== --- head/www/py-cssselect/Makefile Mon Feb 26 13:22:45 2018 (r463018) +++ head/www/py-cssselect/Makefile Mon Feb 26 13:35:00 2018 (r463019) @@ -12,18 +12,21 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= Cssselect parses CSS3 Selectors and translates them to XPath 1.0 LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -OPTIONS_DEFINE= DOCS - USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + +OPTIONS_DEFINE= DOCS + .include .if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS= sphinx-build:textproc/py-sphinx +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -SPHINX_BUILD= sphinx-build +SPHINX_BUILD= sphinx-build-${PYTHON_VER} post-install:: ${SETENV} PYTHONPATH="${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}" \ Modified: head/www/py-cssselect/files/patch-docs__conf.py ============================================================================== --- head/www/py-cssselect/files/patch-docs__conf.py Mon Feb 26 13:22:45 2018 (r463018) +++ head/www/py-cssselect/files/patch-docs__conf.py Mon Feb 26 13:35:00 2018 (r463019) @@ -1,6 +1,6 @@ ---- ./docs/conf.py.orig 2014-04-01 22:42:52.000000000 +0200 -+++ ./docs/conf.py 2014-04-01 22:43:15.000000000 +0200 -@@ -244,7 +244,3 @@ +--- docs/conf.py.orig 2013-09-15 08:25:25 UTC ++++ docs/conf.py +@@ -244,7 +244,3 @@ texinfo_documents = [ # How to display URL addresses: 'footnote', 'no', or 'inline'. #texinfo_show_urls = 'footnote' From owner-svn-ports-head@freebsd.org Mon Feb 26 13:56:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8674FF268B3; Mon, 26 Feb 2018 13:56:38 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 399F37635E; Mon, 26 Feb 2018 13:56:38 +0000 (UTC) (envelope-from vanilla@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 32E931C43F; Mon, 26 Feb 2018 13:56:38 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QDubUq062072; Mon, 26 Feb 2018 13:56:37 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QDubVd062069; Mon, 26 Feb 2018 13:56:37 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201802261356.w1QDubVd062069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 26 Feb 2018 13:56:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463020 - head/devel/py-pyvisa X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/py-pyvisa X-SVN-Commit-Revision: 463020 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 13:56:38 -0000 Author: vanilla Date: Mon Feb 26 13:56:37 2018 New Revision: 463020 URL: https://svnweb.freebsd.org/changeset/ports/463020 Log: Update to 1.9.0. Modified: head/devel/py-pyvisa/Makefile head/devel/py-pyvisa/distinfo Modified: head/devel/py-pyvisa/Makefile ============================================================================== --- head/devel/py-pyvisa/Makefile Mon Feb 26 13:35:00 2018 (r463019) +++ head/devel/py-pyvisa/Makefile Mon Feb 26 13:56:37 2018 (r463020) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyvisa -PORTVERSION= 1.8 +PORTVERSION= 1.9.0 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pyvisa/distinfo ============================================================================== --- head/devel/py-pyvisa/distinfo Mon Feb 26 13:35:00 2018 (r463019) +++ head/devel/py-pyvisa/distinfo Mon Feb 26 13:56:37 2018 (r463020) @@ -1,2 +1,3 @@ -SHA256 (hgrecco-pyvisa-1.8_GH0.tar.gz) = 52830df5abcc293c2cd027517ee79f4f3005c7e27b8b8f0562b0bd6af8fa5e3a -SIZE (hgrecco-pyvisa-1.8_GH0.tar.gz) = 423435 +TIMESTAMP = 1519652917 +SHA256 (hgrecco-pyvisa-1.9.0_GH0.tar.gz) = ee0f9c40304234358d6be5699dbe9f0080442ca01a39220733545307b57307fd +SIZE (hgrecco-pyvisa-1.9.0_GH0.tar.gz) = 429390 From owner-svn-ports-head@freebsd.org Mon Feb 26 14:11:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACE45F277A0; Mon, 26 Feb 2018 14:11:19 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 569B476BCA; Mon, 26 Feb 2018 14:11:19 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 140D33F74B; Mon, 26 Feb 2018 09:11:18 -0500 (EST) Received: from anthias (vie-188-118-240-174.dsl.sil.at [188.118.240.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 1B2E13F74A; Mon, 26 Feb 2018 09:11:16 -0500 (EST) Date: Mon, 26 Feb 2018 15:11:15 +0100 (CET) From: Gerald Pfeifer To: Mathieu Arnold , Adam Weinberger cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462376 - in head: . emulators emulators/wine-staging In-Reply-To: Message-ID: References: <201802200837.w1K8b1QY087980@repo.freebsd.org> <20180220123937.qvahs2zdvvjritel@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 14:11:19 -0000 On Mon, 26 Feb 2018, Mathieu Arnold wrote: > Sorry, but this broke INDEX, and poudriere bulk -a because it > left the tree with a non existing dependency. This is not OK. I totally agree, and I'm sorry I missed this. (Of course this happened the only time in years I did not use rmport.) On Mon, 26 Feb 2018, Adam Weinberger wrote: > The point is that a broken INDEX is a bad situation, and when it happens, > it needs to be rectified immediately. As soon as you started getting the > INDEX failure messages (and especially after Mat notified you of it) I did not get any INDEX failure message at all. Not a single one. Or I would have jumped on it right away. (In fact, I did write my response to Mat right after his note, but was on a train and so it got stuck out until I found it in my outbox. And he did not mention a broken INDEX, "just" a broken port.) > Please, next time, when you receive notification that INDEX is broken, > don't wait 5 days to respond. Agreed, and I would never let anything like a broken INDEX sit for any period (if I knew about it). Luckily it seems antoine helped by adjusting pipelight where, apparently, enough of Wine Staging got moved into Wine itself before the demise of the former? Thanks (and sorry)! Gerald From owner-svn-ports-head@freebsd.org Mon Feb 26 14:31:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9ECCF28FA4; Mon, 26 Feb 2018 14:31:36 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BE7E778E7; Mon, 26 Feb 2018 14:31:36 +0000 (UTC) (envelope-from lifanov@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86BF61CA74; Mon, 26 Feb 2018 14:31:36 +0000 (UTC) (envelope-from lifanov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QEVabU082720; Mon, 26 Feb 2018 14:31:36 GMT (envelope-from lifanov@FreeBSD.org) Received: (from lifanov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QEVa6k082718; Mon, 26 Feb 2018 14:31:36 GMT (envelope-from lifanov@FreeBSD.org) Message-Id: <201802261431.w1QEVa6k082718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lifanov set sender to lifanov@FreeBSD.org using -f From: Nikolai Lifanov Date: Mon, 26 Feb 2018 14:31:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463021 - head/sysutils/packer X-SVN-Group: ports-head X-SVN-Commit-Author: lifanov X-SVN-Commit-Paths: head/sysutils/packer X-SVN-Commit-Revision: 463021 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 14:31:37 -0000 Author: lifanov Date: Mon Feb 26 14:31:36 2018 New Revision: 463021 URL: https://svnweb.freebsd.org/changeset/ports/463021 Log: update sysutils/packer to 1.2.1 This is a bugfix release. Changelog: https://github.com/hashicorp/packer/blob/v1.2.1/CHANGELOG.md Modified: head/sysutils/packer/Makefile head/sysutils/packer/distinfo Modified: head/sysutils/packer/Makefile ============================================================================== --- head/sysutils/packer/Makefile Mon Feb 26 13:56:37 2018 (r463020) +++ head/sysutils/packer/Makefile Mon Feb 26 14:31:36 2018 (r463021) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= packer -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/packer/distinfo ============================================================================== --- head/sysutils/packer/distinfo Mon Feb 26 13:56:37 2018 (r463020) +++ head/sysutils/packer/distinfo Mon Feb 26 14:31:36 2018 (r463021) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518458657 -SHA256 (hashicorp-packer-v1.2.0_GH0.tar.gz) = bbb8bcf60de329d61769fbf4478174d72535423d0803335f4f42c8b38f3e6be7 -SIZE (hashicorp-packer-v1.2.0_GH0.tar.gz) = 7246253 +TIMESTAMP = 1519654923 +SHA256 (hashicorp-packer-v1.2.1_GH0.tar.gz) = d662212a31069ec6eb7c41573181f9a8d64ff9381d29d3fef1b10bd4b0505c2f +SIZE (hashicorp-packer-v1.2.1_GH0.tar.gz) = 7244476 From owner-svn-ports-head@freebsd.org Mon Feb 26 14:50:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64863F2A25F; Mon, 26 Feb 2018 14:50:33 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1243D78460; Mon, 26 Feb 2018 14:50:33 +0000 (UTC) (envelope-from woodsb02@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D3F61CC53; Mon, 26 Feb 2018 14:50:33 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QEoWuM088954; Mon, 26 Feb 2018 14:50:32 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QEoWg0088951; Mon, 26 Feb 2018 14:50:32 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201802261450.w1QEoWg0088951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 26 Feb 2018 14:50:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463022 - head/science/gramps X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/science/gramps X-SVN-Commit-Revision: 463022 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 14:50:33 -0000 Author: woodsb02 Date: Mon Feb 26 14:50:32 2018 New Revision: 463022 URL: https://svnweb.freebsd.org/changeset/ports/463022 Log: science/gramps: Update to 4.2.8 Changes this release: https://gramps-project.org/introduction-WP/2018/02/gramps-4-2-7-released/ https://gramps-project.org/introduction-WP/2018/02/gramps-4-2-8-released/ Modified: head/science/gramps/Makefile head/science/gramps/distinfo Modified: head/science/gramps/Makefile ============================================================================== --- head/science/gramps/Makefile Mon Feb 26 14:31:36 2018 (r463021) +++ head/science/gramps/Makefile Mon Feb 26 14:50:32 2018 (r463022) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gramps -PORTVERSION= 4.2.6 +PORTVERSION= 4.2.8 DISTVERSIONPREFIX= v CATEGORIES= science gnome python Modified: head/science/gramps/distinfo ============================================================================== --- head/science/gramps/distinfo Mon Feb 26 14:31:36 2018 (r463021) +++ head/science/gramps/distinfo Mon Feb 26 14:50:32 2018 (r463022) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502711376 -SHA256 (gramps-project-gramps-v4.2.6_GH0.tar.gz) = 6f6f2afe745179e2e66f216f25ca2ba4bf4d5f6bd3b553bbb2946df0636a0bed -SIZE (gramps-project-gramps-v4.2.6_GH0.tar.gz) = 18698221 +TIMESTAMP = 1519650521 +SHA256 (gramps-project-gramps-v4.2.8_GH0.tar.gz) = aa2c18cdeb3d7fc07f0013d5ca9c651f3bd4aa02f03010966857f804b227668d +SIZE (gramps-project-gramps-v4.2.8_GH0.tar.gz) = 18704769 From owner-svn-ports-head@freebsd.org Mon Feb 26 14:51:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B5E1F2A332; Mon, 26 Feb 2018 14:51:21 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48CE378754; Mon, 26 Feb 2018 14:51:21 +0000 (UTC) (envelope-from woodsb02@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43B291CDAC; Mon, 26 Feb 2018 14:51:21 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QEpLpN089789; Mon, 26 Feb 2018 14:51:21 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QEpL7P089787; Mon, 26 Feb 2018 14:51:21 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201802261451.w1QEpL7P089787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 26 Feb 2018 14:51:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463023 - head/security/keepass X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/security/keepass X-SVN-Commit-Revision: 463023 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 14:51:21 -0000 Author: woodsb02 Date: Mon Feb 26 14:51:20 2018 New Revision: 463023 URL: https://svnweb.freebsd.org/changeset/ports/463023 Log: ecurity/keepass: Update to 2.38 Changes this release: https://keepass.info/news/n180109_2.38.html Modified: head/security/keepass/Makefile head/security/keepass/distinfo Modified: head/security/keepass/Makefile ============================================================================== --- head/security/keepass/Makefile Mon Feb 26 14:50:32 2018 (r463022) +++ head/security/keepass/Makefile Mon Feb 26 14:51:20 2018 (r463023) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= keepass -PORTVERSION= 2.37 -PORTREVISION= 1 +PORTVERSION= 2.38 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/KeePass%202.x/${PORTVERSION} DISTNAME= KeePass-${PORTVERSION}-Source Modified: head/security/keepass/distinfo ============================================================================== --- head/security/keepass/distinfo Mon Feb 26 14:50:32 2018 (r463022) +++ head/security/keepass/distinfo Mon Feb 26 14:51:20 2018 (r463023) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510973619 -SHA256 (KeePass-2.37-Source.zip) = 1d8ffdd8ce1050939755311994ea3a491052bcb54d772bd7fc748567a5bbcbf1 -SIZE (KeePass-2.37-Source.zip) = 5080663 +TIMESTAMP = 1519650567 +SHA256 (KeePass-2.38-Source.zip) = 73ad864e6640d7e6d1b60ceb9caa55d84cbf28452c673291603d80bdaf7b6354 +SIZE (KeePass-2.38-Source.zip) = 5091900 From owner-svn-ports-head@freebsd.org Mon Feb 26 14:59:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84170F2AF5C; Mon, 26 Feb 2018 14:59:13 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 35E3178EED; Mon, 26 Feb 2018 14:59:13 +0000 (UTC) (envelope-from woodsb02@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C0AA1CE01; Mon, 26 Feb 2018 14:59:13 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QExD3K094153; Mon, 26 Feb 2018 14:59:13 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QExC04094150; Mon, 26 Feb 2018 14:59:12 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201802261459.w1QExC04094150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 26 Feb 2018 14:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463024 - head/multimedia/emby-server X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/multimedia/emby-server X-SVN-Commit-Revision: 463024 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 14:59:13 -0000 Author: woodsb02 Date: Mon Feb 26 14:59:12 2018 New Revision: 463024 URL: https://svnweb.freebsd.org/changeset/ports/463024 Log: multimedia/emby-server: Update to 3.3.0.0 Changes this release: https://github.com/MediaBrowser/Emby/releases/tag/3.3.0.0 Modified: head/multimedia/emby-server/Makefile head/multimedia/emby-server/distinfo head/multimedia/emby-server/pkg-plist Modified: head/multimedia/emby-server/Makefile ============================================================================== --- head/multimedia/emby-server/Makefile Mon Feb 26 14:51:20 2018 (r463023) +++ head/multimedia/emby-server/Makefile Mon Feb 26 14:59:12 2018 (r463024) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.2.70.0 -PORTREVISION= 1 +PORTVERSION= 3.3.0.0 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org Modified: head/multimedia/emby-server/distinfo ============================================================================== --- head/multimedia/emby-server/distinfo Mon Feb 26 14:51:20 2018 (r463023) +++ head/multimedia/emby-server/distinfo Mon Feb 26 14:59:12 2018 (r463024) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516400148 -SHA256 (MediaBrowser-Emby-3.2.70.0_GH0.tar.gz) = e520ac2160970f6b9a1be0e9cc86c9ac2e3fcbc5f898fce22079f4d0ae25b7fa -SIZE (MediaBrowser-Emby-3.2.70.0_GH0.tar.gz) = 69456965 +TIMESTAMP = 1519650507 +SHA256 (MediaBrowser-Emby-3.3.0.0_GH0.tar.gz) = 7722362a958443cf47eb5327db26f9805d7b497651e512d74c2c188fd34ca57e +SIZE (MediaBrowser-Emby-3.3.0.0_GH0.tar.gz) = 69480785 Modified: head/multimedia/emby-server/pkg-plist ============================================================================== --- head/multimedia/emby-server/pkg-plist Mon Feb 26 14:51:20 2018 (r463023) +++ head/multimedia/emby-server/pkg-plist Mon Feb 26 14:59:12 2018 (r463024) @@ -215,6 +215,7 @@ lib/emby-server/dashboard-ui/bower_components/emby-web lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/itemhovermenu/itemhovermenu.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/itemidentifier/itemidentifier.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/itemidentifier/itemidentifier.template.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/itemsrefresher.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/layoutmanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/lazyloader/lazyedgehack.css lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/lazyloader/lazyloader-intersectionobserver.js @@ -316,6 +317,8 @@ lib/emby-server/dashboard-ui/bower_components/emby-web lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/skinmanager.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/style.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sortmenu/sortmenu.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/sortmenu/sortmenu.template.html lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/staticbackdrops.js lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/ar.json lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/strings/be-by.json @@ -442,8 +445,6 @@ lib/emby-server/dashboard-ui/bower_components/resize-o lib/emby-server/dashboard-ui/bower_components/resize-observer-polyfill/dist/ResizeObserver.js lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/webcomponents-lite.min.js lib/emby-server/dashboard-ui/camerauploadsettings.html -lib/emby-server/dashboard-ui/channelitems.html -lib/emby-server/dashboard-ui/channels.html lib/emby-server/dashboard-ui/cinemamodeconfiguration.html lib/emby-server/dashboard-ui/components/accessschedule/accessschedule.js lib/emby-server/dashboard-ui/components/accessschedule/accessschedule.template.html @@ -552,7 +553,6 @@ lib/emby-server/dashboard-ui/home/home.js lib/emby-server/dashboard-ui/home/hometab.js lib/emby-server/dashboard-ui/index.html lib/emby-server/dashboard-ui/itemdetails.html -lib/emby-server/dashboard-ui/itemlist.html lib/emby-server/dashboard-ui/legacy/buttonenabled.js lib/emby-server/dashboard-ui/legacy/dashboard.js lib/emby-server/dashboard-ui/legacy/fnchecked.js @@ -560,9 +560,10 @@ lib/emby-server/dashboard-ui/legacy/selectmenu.js lib/emby-server/dashboard-ui/library.html lib/emby-server/dashboard-ui/librarydisplay.html lib/emby-server/dashboard-ui/librarysettings.html +lib/emby-server/dashboard-ui/list.html +lib/emby-server/dashboard-ui/list/list.js lib/emby-server/dashboard-ui/livetv.html lib/emby-server/dashboard-ui/livetvguideprovider.html -lib/emby-server/dashboard-ui/livetvitems.html lib/emby-server/dashboard-ui/livetvsettings.html lib/emby-server/dashboard-ui/livetvstatus.html lib/emby-server/dashboard-ui/livetvtuner.html @@ -590,9 +591,7 @@ lib/emby-server/dashboard-ui/notificationsettings.html lib/emby-server/dashboard-ui/nowplaying.html lib/emby-server/dashboard-ui/offline/offline.html lib/emby-server/dashboard-ui/offline/offline.js -lib/emby-server/dashboard-ui/photos.html lib/emby-server/dashboard-ui/playbackconfiguration.html -lib/emby-server/dashboard-ui/playlists.html lib/emby-server/dashboard-ui/plugincatalog.html lib/emby-server/dashboard-ui/plugins.html lib/emby-server/dashboard-ui/robots.txt @@ -603,8 +602,6 @@ lib/emby-server/dashboard-ui/scripts/apploader.js lib/emby-server/dashboard-ui/scripts/appservices.js lib/emby-server/dashboard-ui/scripts/autobackdrops.js lib/emby-server/dashboard-ui/scripts/camerauploadsettings.js -lib/emby-server/dashboard-ui/scripts/channelitems.js -lib/emby-server/dashboard-ui/scripts/channels.js lib/emby-server/dashboard-ui/scripts/connectlogin.js lib/emby-server/dashboard-ui/scripts/dashboardpage.js lib/emby-server/dashboard-ui/scripts/device.js @@ -620,14 +617,12 @@ lib/emby-server/dashboard-ui/scripts/forgotpassword.js lib/emby-server/dashboard-ui/scripts/forgotpasswordpin.js lib/emby-server/dashboard-ui/scripts/itembynamedetailpage.js lib/emby-server/dashboard-ui/scripts/itemdetailpage.js -lib/emby-server/dashboard-ui/scripts/itemlistpage.js lib/emby-server/dashboard-ui/scripts/librarybrowser.js lib/emby-server/dashboard-ui/scripts/librarymenu.js lib/emby-server/dashboard-ui/scripts/livetvchannels.js lib/emby-server/dashboard-ui/scripts/livetvcomponents.js lib/emby-server/dashboard-ui/scripts/livetvguide.js lib/emby-server/dashboard-ui/scripts/livetvguideprovider.js -lib/emby-server/dashboard-ui/scripts/livetvitems.js lib/emby-server/dashboard-ui/scripts/livetvrecordings.js lib/emby-server/dashboard-ui/scripts/livetvschedule.js lib/emby-server/dashboard-ui/scripts/livetvseriestimers.js @@ -663,7 +658,6 @@ lib/emby-server/dashboard-ui/scripts/notifications.js lib/emby-server/dashboard-ui/scripts/notificationsetting.js lib/emby-server/dashboard-ui/scripts/notificationsettings.js lib/emby-server/dashboard-ui/scripts/nowplayingpage.js -lib/emby-server/dashboard-ui/scripts/photos.js lib/emby-server/dashboard-ui/scripts/playbackconfiguration.js lib/emby-server/dashboard-ui/scripts/playlistedit.js lib/emby-server/dashboard-ui/scripts/playlists.js @@ -673,7 +667,6 @@ lib/emby-server/dashboard-ui/scripts/scheduledtaskpage lib/emby-server/dashboard-ui/scripts/scheduledtaskspage.js lib/emby-server/dashboard-ui/scripts/searchpage.js lib/emby-server/dashboard-ui/scripts/searchtab.js -lib/emby-server/dashboard-ui/scripts/secondaryitems.js lib/emby-server/dashboard-ui/scripts/selectserver.js lib/emby-server/dashboard-ui/scripts/serversecurity.js lib/emby-server/dashboard-ui/scripts/site.js @@ -702,7 +695,6 @@ lib/emby-server/dashboard-ui/scripts/wizardagreement.j lib/emby-server/dashboard-ui/scripts/wizardcontroller.js lib/emby-server/dashboard-ui/scripts/wizarduserpage.js lib/emby-server/dashboard-ui/search.html -lib/emby-server/dashboard-ui/secondaryitems.html lib/emby-server/dashboard-ui/selectserver.html lib/emby-server/dashboard-ui/serversecurity.html lib/emby-server/dashboard-ui/serviceworker.js From owner-svn-ports-head@freebsd.org Mon Feb 26 15:06:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51201F2B7D8; Mon, 26 Feb 2018 15:06:57 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 041B57944E; Mon, 26 Feb 2018 15:06:57 +0000 (UTC) (envelope-from woodsb02@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2E021CFAF; Mon, 26 Feb 2018 15:06:56 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QF6urt098883; Mon, 26 Feb 2018 15:06:56 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QF6u9t098882; Mon, 26 Feb 2018 15:06:56 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201802261506.w1QF6u9t098882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 26 Feb 2018 15:06:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463025 - head/science/gramps X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/science/gramps X-SVN-Commit-Revision: 463025 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 15:06:57 -0000 Author: woodsb02 Date: Mon Feb 26 15:06:56 2018 New Revision: 463025 URL: https://svnweb.freebsd.org/changeset/ports/463025 Log: science/gramps: Tidy up the USE_PYTHON settings - Set USE_PYTHON=noflavors, since gramps is a GUI application and flavors make no sense here - Remove use of deprecated USE_PYTHON=optsuffix - no suffix required when flavors are not used Modified: head/science/gramps/Makefile Modified: head/science/gramps/Makefile ============================================================================== --- head/science/gramps/Makefile Mon Feb 26 14:59:12 2018 (r463024) +++ head/science/gramps/Makefile Mon Feb 26 15:06:56 2018 (r463025) @@ -24,7 +24,7 @@ GH_ACCOUNT= gramps-project NO_ARCH= yes USES= desktop-file-utils gettext shared-mime-info python:3.2+ USE_GNOME= cairo gtk30 intltool librsvg2 pango pygobject3 -USE_PYTHON= autoplist distutils optsuffix +USE_PYTHON= autoplist distutils noflavors CONFIGURE_ARGS= --disable-mime-install INSTALLS_OMF= yes INSTALLS_ICONS= yes From owner-svn-ports-head@freebsd.org Mon Feb 26 15:27:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59F65F2CFCE; Mon, 26 Feb 2018 15:27:35 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 052AB7A2F2; Mon, 26 Feb 2018 15:27:35 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF7D91D322; Mon, 26 Feb 2018 15:27:34 +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 w1QFRYrv008930; Mon, 26 Feb 2018 15:27:34 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QFRYLP008929; Mon, 26 Feb 2018 15:27:34 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201802261527.w1QFRYLP008929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 26 Feb 2018 15:27:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463026 - head/audio/py-pyaudio X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/audio/py-pyaudio X-SVN-Commit-Revision: 463026 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 15:27:35 -0000 Author: jhale Date: Mon Feb 26 15:27:34 2018 New Revision: 463026 URL: https://svnweb.freebsd.org/changeset/ports/463026 Log: Fix stage-qa errors when building a non-default Python flavor when DOCS option is enabled. (e.g. py27 default, try to build py36) ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PYTHON_SITELIBDIR%%/pyaudio.pyc ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. textproc/py-sphinx is only needed for DOCS here and should be the same flavor as the port being built to avoid bytecode leftovers. Do DOCS build in the build stage and simplify DOCS installation Approved by: portmgr (blanket) Modified: head/audio/py-pyaudio/Makefile Modified: head/audio/py-pyaudio/Makefile ============================================================================== --- head/audio/py-pyaudio/Makefile Mon Feb 26 15:06:56 2018 (r463025) +++ head/audio/py-pyaudio/Makefile Mon Feb 26 15:27:34 2018 (r463026) @@ -3,6 +3,7 @@ PORTNAME= pyaudio PORTVERSION= 0.2.11 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,30 +15,30 @@ COMMENT= Portaudio toolkit bindings for Python LICENSE= MIT LIB_DEPENDS= libportaudio.so:audio/portaudio -BUILD_DEPENDS= sphinx-build:textproc/py-sphinx USES= python gmake USE_PYTHON= distutils autoplist +MAKE_ENV= PYTHON=${PYTHON_CMD} \ + SPHINX=sphinx-build-${PYTHON_VER} +PORTDOCS= * WRKSRC= ${WRKDIR}/PyAudio-${PORTVERSION} OPTIONS_DEFINE= DOCS -PORTDOCS= * +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} + post-patch: @${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${WRKSRC}/setup.py -pre-install: - (cd ${BUILD_WRKSRC} && ${MAKE_CMD} PYTHON=${PYTHON_CMD} docs) +post-build-DOCS-on: + (cd ${BUILD_WRKSRC} && ${DO_MAKE_BUILD} docs) +post-install-DOCS-on: + (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -and ! -path *doctrees*") + post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/*.js ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/*.inv ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} _static ${STAGEDIR}${DOCSDIR}/ - @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} _sources ${STAGEDIR}${DOCSDIR}/ @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_portaudio.so .include From owner-svn-ports-head@freebsd.org Mon Feb 26 15:48:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43D71F2E79A; Mon, 26 Feb 2018 15:48:43 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA0637B1F1; Mon, 26 Feb 2018 15:48:42 +0000 (UTC) (envelope-from jwb@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E0D2E1D662; Mon, 26 Feb 2018 15:48:42 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QFmgr9018913; Mon, 26 Feb 2018 15:48:42 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QFmgLW018910; Mon, 26 Feb 2018 15:48:42 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201802261548.w1QFmgLW018910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Mon, 26 Feb 2018 15:48:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463027 - in head: . math math/ufc X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: in head: . math math/ufc X-SVN-Commit-Revision: 463027 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 15:48:43 -0000 Author: jwb Date: Mon Feb 26 15:48:42 2018 New Revision: 463027 URL: https://svnweb.freebsd.org/changeset/ports/463027 Log: Remove math/ufc in preparation for upgrade of all FEniCS components. UFC has been deprecated by the FEniCS project and rolled into FFC. Reviewed by: mat Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14427 Deleted: head/math/ufc/ Modified: head/MOVED head/math/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Feb 26 15:27:34 2018 (r463026) +++ head/MOVED Mon Feb 26 15:48:42 2018 (r463027) @@ -9967,6 +9967,7 @@ net/quagga-esr|net/quagga|2018-02-15|Fixes available, sysutils/krename-kde4|sysutils/krename|2018-02-16|Renamed to sysutils/krename net/grive|net/grive2|2018-02-17|Has expired: Unmaintained by upstream, use net/grive2 instead textproc/rubygem-sass-rails5|textproc/rubygem-sass-rails-rails4|2018-02-18|Rename to match our rubygems naming +math/ufc||2018-02-18|Removed: No longer part of FEniCS, rolled into FFC devel/elixir-exrm||2018-02-19|Has expired: No longer maintained upstream devel/elixir-conform_exrm||2018-02-19|Has expired: No longer maintained upstream devel/elixir-sorted_set||2018-02-19|Has expired: No longer maintained upstream Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Feb 26 15:27:34 2018 (r463026) +++ head/math/Makefile Mon Feb 26 15:48:42 2018 (r463027) @@ -748,7 +748,6 @@ SUBDIR += trlan SUBDIR += truthtable SUBDIR += tvmet - SUBDIR += ufc SUBDIR += ump SUBDIR += units SUBDIR += unuran From owner-svn-ports-head@freebsd.org Mon Feb 26 15:55:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F8D6F2EE59; Mon, 26 Feb 2018 15:55:00 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A62057B824; Mon, 26 Feb 2018 15:54:59 +0000 (UTC) (envelope-from m@absolight.fr) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 44C0DBDD25; Mon, 26 Feb 2018 16:54:58 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 2C6A7BDD1E; Mon, 26 Feb 2018 16:54:58 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id AFC7F614F; Mon, 26 Feb 2018 16:54:57 +0100 (CET) Received: by ogg.in.absolight.net (Postfix, from userid 501) id 595075CCDD3D; Mon, 26 Feb 2018 16:54:56 +0100 (CET) Date: Mon, 26 Feb 2018 16:54:56 +0100 From: Mathieu Arnold To: "Jason W. Bacon" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463027 - in head: . math math/ufc Message-ID: <20180226155456.xhnh53jdsq5eqdqj@ogg.in.absolight.net> References: <201802261548.w1QFmgLW018910@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="l3dczailzbalq2tv" Content-Disposition: inline In-Reply-To: <201802261548.w1QFmgLW018910@repo.freebsd.org> User-Agent: NeoMutt/20171215 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 15:55:00 -0000 --l3dczailzbalq2tv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 26, 2018 at 03:48:42PM +0000, Jason W. Bacon wrote: > Author: jwb > Date: Mon Feb 26 15:48:42 2018 ^^^^^^ > +math/ufc||2018-02-18|Removed: No longer part of FEniCS, rolled into FFC ^^^^^^^^^^ The date in MOVED is supposed to be the date the port was removed.=20 --=20 Mathieu Arnold --l3dczailzbalq2tv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJalC3QXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IZiUP/AoslnS+N15/0s+dYt1waiiM TGpJto9Pzdo/NcXHYCuFIfW18obyfKtC9VI2wd+3xCk73ncIGJ2YZnV97NS1aLlR 5rPg54Id2TJ8fDmCIBeTbyaIAufBs+lBCCs0GgR6HVim6TrzjWkj+b6yiHHCxRe8 s2zoZNqh/EMlMJbZ15y7FiYQJQqG0reAqkO3SnJnTnSI50aYVoRpFEujxZyCIdBw WD8sEvMax9y/Ldx0wxfZx50VIYw5Juo3pSx5RfgAifZ1gRBNkYQ/nIT/duti+Wfm l5LX1rpuGAd9ESbg/k43l3IlT1yFeziez7TdIvD4c53yLRCuP2aofARDjS0qR7Ec o5Abyc2OQJ3O6TsNGfenoeyIj8Mrdc2wWvtxafA1Xa0Mwt2Im2jZnWBE1Cjf2WbV JgTULsepjuYNTf4YVpHJa4HLVxuBmbsjoooFeJHaVwabYbcLz25CUFGIkcANjzaV FQXCLFOMzNPP+oImN3vVlPxGYHn51xj7LZY10an26UCzRvCD6IMG/CqF77KfjskO CAqVLENo+OzAc1raVhp0c0hlTroMnkM45omh1Out7mbmTW9dG44nzS+Iqjj5NrgM 8t2bKqQmy08qyKeEx+yGzh1lI1qU54RJwgisSSGedRglBY3Gfr3IJL1oXDBb+PUp M44RpW2jDH0sJnzjCZEk =R8zW -----END PGP SIGNATURE----- --l3dczailzbalq2tv-- From owner-svn-ports-head@freebsd.org Mon Feb 26 16:11:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E175F2FFDD; Mon, 26 Feb 2018 16:11:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC0517C24D; Mon, 26 Feb 2018 16:11:05 +0000 (UTC) (envelope-from ehaupt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7BB351DAE5; Mon, 26 Feb 2018 16:11:05 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QGB5vl029064; Mon, 26 Feb 2018 16:11:05 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QGB4G6029062; Mon, 26 Feb 2018 16:11:04 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201802261611.w1QGB4G6029062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 26 Feb 2018 16:11:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463028 - in head/net-p2p/xmrig: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/net-p2p/xmrig: . files X-SVN-Commit-Revision: 463028 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 16:11:07 -0000 Author: ehaupt Date: Mon Feb 26 16:11:04 2018 New Revision: 463028 URL: https://svnweb.freebsd.org/changeset/ports/463028 Log: Provide a patch that removes the hard coded 5% cpu cycle donation minimum but keep the configurable default value at 5%. This gives the users the choice to go lower than 5% if desired. Added: head/net-p2p/xmrig/files/patch-src_donate.h (contents, props changed) Modified: head/net-p2p/xmrig/Makefile Modified: head/net-p2p/xmrig/Makefile ============================================================================== --- head/net-p2p/xmrig/Makefile Mon Feb 26 15:48:42 2018 (r463027) +++ head/net-p2p/xmrig/Makefile Mon Feb 26 16:11:04 2018 (r463028) @@ -4,6 +4,7 @@ PORTNAME= xmrig PORTVERSION= 2.4.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= ehaupt@FreeBSD.org Added: head/net-p2p/xmrig/files/patch-src_donate.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/xmrig/files/patch-src_donate.h Mon Feb 26 16:11:04 2018 (r463028) @@ -0,0 +1,11 @@ +--- src/donate.h.orig 2018-02-18 21:31:50 UTC ++++ src/donate.h +@@ -37,7 +37,7 @@ + * XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD + * BTC: 1P7ujsXeX7GxQwHNnJsRMgAdNkFZmNVqJT + */ +-constexpr const int kDonateLevel = 5; ++constexpr const int kDonateLevel = 0; + + + #endif /* __DONATE_H__ */ From owner-svn-ports-head@freebsd.org Mon Feb 26 16:45:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5445FF32379; Mon, 26 Feb 2018 16:45:47 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03D677D847; Mon, 26 Feb 2018 16:45:47 +0000 (UTC) (envelope-from glewis@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2D421E05D; Mon, 26 Feb 2018 16:45:46 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QGjkq8048819; Mon, 26 Feb 2018 16:45:46 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QGjkw7048815; Mon, 26 Feb 2018 16:45:46 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <201802261645.w1QGjkw7048815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Mon, 26 Feb 2018 16:45:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463029 - in head/java: . jdk9-doc X-SVN-Group: ports-head X-SVN-Commit-Author: glewis X-SVN-Commit-Paths: in head/java: . jdk9-doc X-SVN-Commit-Revision: 463029 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 16:45:47 -0000 Author: glewis Date: Mon Feb 26 16:45:46 2018 New Revision: 463029 URL: https://svnweb.freebsd.org/changeset/ports/463029 Log: . Add a port of the documentation for Java 9. Added: head/java/jdk9-doc/ head/java/jdk9-doc/Makefile (contents, props changed) head/java/jdk9-doc/distinfo (contents, props changed) head/java/jdk9-doc/pkg-descr (contents, props changed) Modified: head/java/Makefile Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Mon Feb 26 16:11:04 2018 (r463028) +++ head/java/Makefile Mon Feb 26 16:45:46 2018 (r463029) @@ -73,6 +73,7 @@ SUBDIR += jd-gui SUBDIR += jdbcpool SUBDIR += jdk8-doc + SUBDIR += jdk9-doc SUBDIR += jdom SUBDIR += jflex SUBDIR += jfreechart Added: head/java/jdk9-doc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/jdk9-doc/Makefile Mon Feb 26 16:45:46 2018 (r463029) @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= jdk +PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION}.${JDK_PATCH_VERSION} +CATEGORIES= java devel +MASTER_SITES= # +PKGNAMESUFFIX= ${JDK_VERSION}-doc +DISTNAME= jdk-${PORTVERSION}_doc-all + +MAINTAINER= java@FreeBSD.org +COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation + +DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_VERSION} +RESTRICTED= This documentation is under license and export control. + +WRKSRC= ${WRKDIR}/docs +JDK_VERSION= 9 +JDK_UPDATE_VERSION= 0 +JDK_PATCH_VERSION= 4 +DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javase/downloads/index.html + +NO_BUILD= yes +USES= zip +PORTDOCS= * + +.include + +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} by selecting the "Download" link for the "Java SE 9 Documentation", place it in ${DISTDIR} and then run make again +.endif + +do-install: + @${ECHO} -n ">> Installing documentation in ${DOCSDIR}..." + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @(cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/) + @${ECHO} " [ DONE ]" + +.include Added: head/java/jdk9-doc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/jdk9-doc/distinfo Mon Feb 26 16:45:46 2018 (r463029) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519662889 +SHA256 (jdk-9.0.4_doc-all.zip) = 66a7e0948f109020bfb5483848e9998b2624043074d7aae974e89e85a6e14d37 +SIZE (jdk-9.0.4_doc-all.zip) = 70500089 Added: head/java/jdk9-doc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/jdk9-doc/pkg-descr Mon Feb 26 16:45:46 2018 (r463029) @@ -0,0 +1,6 @@ +Java Development Kit 9 Documentation. Contains release information, +API documentation, guides to new features and tool documentation. + +The documentation will be installed in ${PREFIX}/share/doc/jdk9/ + +WWW: http://www.oracle.com/us/technologies/java/index.html From owner-svn-ports-head@freebsd.org Mon Feb 26 17:00:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 371F2F33160; Mon, 26 Feb 2018 17:00:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D95487E0BB; Mon, 26 Feb 2018 17:00:21 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D43171E216; Mon, 26 Feb 2018 17:00:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QH0LM0053870; Mon, 26 Feb 2018 17:00:21 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QH0LtT053866; Mon, 26 Feb 2018 17:00:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802261700.w1QH0LtT053866@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Feb 2018 17:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463030 - in head: devel/py-argcomplete devel/py-kaptan devel/py-libtmux sysutils/py-tmuxp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: devel/py-argcomplete devel/py-kaptan devel/py-libtmux sysutils/py-tmuxp X-SVN-Commit-Revision: 463030 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 17:00:22 -0000 Author: yuri Date: Mon Feb 26 17:00:21 2018 New Revision: 463030 URL: https://svnweb.freebsd.org/changeset/ports/463030 Log: Reset maintainership of 4 ports maintained by tony@git-pull.com Based on his reply: "I cannot maintain these ports at this time, ... I think it may be best to remove the ports for now." Approved by: tcberner (mentor, implicit) Modified: head/devel/py-argcomplete/Makefile head/devel/py-kaptan/Makefile head/devel/py-libtmux/Makefile head/sysutils/py-tmuxp/Makefile Modified: head/devel/py-argcomplete/Makefile ============================================================================== --- head/devel/py-argcomplete/Makefile Mon Feb 26 16:45:46 2018 (r463029) +++ head/devel/py-argcomplete/Makefile Mon Feb 26 17:00:21 2018 (r463030) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= tony@git-pull.com +MAINTAINER= ports@FreeBSD.org COMMENT= Bash tab completion for argparse LICENSE= APACHE20 Modified: head/devel/py-kaptan/Makefile ============================================================================== --- head/devel/py-kaptan/Makefile Mon Feb 26 16:45:46 2018 (r463029) +++ head/devel/py-kaptan/Makefile Mon Feb 26 17:00:21 2018 (r463030) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= tony@git-pull.com +MAINTAINER= ports@FreeBSD.org COMMENT= Python config parser for json, yaml LICENSE= BSD3CLAUSE Modified: head/devel/py-libtmux/Makefile ============================================================================== --- head/devel/py-libtmux/Makefile Mon Feb 26 16:45:46 2018 (r463029) +++ head/devel/py-libtmux/Makefile Mon Feb 26 17:00:21 2018 (r463030) @@ -7,7 +7,7 @@ CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= tony@git-pull.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library for interfacing with tmux LICENSE= BSD3CLAUSE Modified: head/sysutils/py-tmuxp/Makefile ============================================================================== --- head/sysutils/py-tmuxp/Makefile Mon Feb 26 16:45:46 2018 (r463029) +++ head/sysutils/py-tmuxp/Makefile Mon Feb 26 17:00:21 2018 (r463030) @@ -7,7 +7,7 @@ CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= tony@git-pull.com +MAINTAINER= ports@FreeBSD.org COMMENT= Session manager for tmux LICENSE= BSD3CLAUSE From owner-svn-ports-head@freebsd.org Mon Feb 26 17:19:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14515F3451E; Mon, 26 Feb 2018 17:19:17 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B68137EE46; Mon, 26 Feb 2018 17:19:16 +0000 (UTC) (envelope-from leres@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD2F51E55D; Mon, 26 Feb 2018 17:19:16 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QHJGg1063913; Mon, 26 Feb 2018 17:19:16 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QHJGYJ063911; Mon, 26 Feb 2018 17:19:16 GMT (envelope-from leres@FreeBSD.org) Message-Id: <201802261719.w1QHJGYJ063911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Mon, 26 Feb 2018 17:19:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463031 - head/devel/arduino-bsd-mk X-SVN-Group: ports-head X-SVN-Commit-Author: leres X-SVN-Commit-Paths: head/devel/arduino-bsd-mk X-SVN-Commit-Revision: 463031 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 17:19:17 -0000 Author: leres Date: Mon Feb 26 17:19:16 2018 New Revision: 463031 URL: https://svnweb.freebsd.org/changeset/ports/463031 Log: Update to 1.1: - Add .ino file instead of .cpp to SRCS when we have a .ino file. Remove test for .ino and .cpp since it doesn't work when we aren't using an obj dir. - Instead of generating an error for all make targets when AVRDUDE_PORT is "arduino" and AVRDUDE_PORT is not defined allow everything except install/flash. Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D14525 Modified: head/devel/arduino-bsd-mk/Makefile head/devel/arduino-bsd-mk/distinfo (contents, props changed) Modified: head/devel/arduino-bsd-mk/Makefile ============================================================================== --- head/devel/arduino-bsd-mk/Makefile Mon Feb 26 17:00:21 2018 (r463030) +++ head/devel/arduino-bsd-mk/Makefile Mon Feb 26 17:19:16 2018 (r463031) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= arduino-bsd-mk -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel MASTER_SITES= https://xse.com/leres/arduino/arduino-bsd-mk/ \ LOCAL/leres/arduino-bsd-mk Modified: head/devel/arduino-bsd-mk/distinfo ============================================================================== --- head/devel/arduino-bsd-mk/distinfo Mon Feb 26 17:00:21 2018 (r463030) +++ head/devel/arduino-bsd-mk/distinfo Mon Feb 26 17:19:16 2018 (r463031) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511936799 -SHA256 (arduino-bsd-mk-1.0.tar.gz) = 4c66f1e9a76760c8fb6e0f809f0f484524be05ec4e1cc30c293c0fe262e37549 -SIZE (arduino-bsd-mk-1.0.tar.gz) = 9135 +TIMESTAMP = 1519625135 +SHA256 (arduino-bsd-mk-1.1.tar.gz) = a83178c072c268ae8d6693e487185dcfe97f2e40191e888d5b057f2f77ac547a +SIZE (arduino-bsd-mk-1.1.tar.gz) = 9434 From owner-svn-ports-head@freebsd.org Mon Feb 26 17:50:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19813F363A1; Mon, 26 Feb 2018 17:50:33 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF2157FE37; Mon, 26 Feb 2018 17:50:32 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B97871EA35; Mon, 26 Feb 2018 17:50:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QHoWiK079217; Mon, 26 Feb 2018 17:50:32 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QHoWaU079212; Mon, 26 Feb 2018 17:50:32 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802261750.w1QHoWaU079212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Feb 2018 17:50:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463032 - in head/audio/drumstick: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio/drumstick: . files X-SVN-Commit-Revision: 463032 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 17:50:33 -0000 Author: yuri Date: Mon Feb 26 17:50:31 2018 New Revision: 463032 URL: https://svnweb.freebsd.org/changeset/ports/463032 Log: audio/drumstick: Update to 1.1.1 Additional changes: * Added PLIST_SUB * Updated patches Reported by: portscout Approved by: tcberner (mentor, implicit) Deleted: head/audio/drumstick/files/patch-library_include_drumstickcommon.h head/audio/drumstick/files/patch-library_rt-backends_eassynth_src_synthrenderer.cpp Modified: head/audio/drumstick/Makefile head/audio/drumstick/distinfo head/audio/drumstick/files/patch-CMakeLists.txt head/audio/drumstick/files/patch-library_rt-backends_CMakeLists.txt head/audio/drumstick/pkg-plist Modified: head/audio/drumstick/Makefile ============================================================================== --- head/audio/drumstick/Makefile Mon Feb 26 17:19:16 2018 (r463031) +++ head/audio/drumstick/Makefile Mon Feb 26 17:50:31 2018 (r463032) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= drumstick -DISTVERSION= 1.1.0 -PORTREVISION= 1 +DISTVERSION= 1.1.1 CATEGORIES= audio multimedia MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -27,6 +26,8 @@ PULSEAUDIO_CMAKE_BOOL= USE_PULSEAUDIO MANPAGES_BUILD_DEPENDS= xsltproc:textproc/libxslt \ docbook-xsl>0:textproc/docbook-xsl MANPAGES_CMAKE_BOOL= BUILD_DOCS + +PLIST_SUB= SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R} post-patch: @${REINPLACE_CMD} -e 's|"default.sf2"|"${LOCALBASE}/share/sounds/sf2/FluidR3_GM.sf2"|' \ Modified: head/audio/drumstick/distinfo ============================================================================== --- head/audio/drumstick/distinfo Mon Feb 26 17:19:16 2018 (r463031) +++ head/audio/drumstick/distinfo Mon Feb 26 17:50:31 2018 (r463032) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510117698 -SHA256 (drumstick-1.1.0.tar.bz2) = ae1d2c0d21b45d144e181b873ffbc2979a294fab31b8d71a5b0b8cad3276f38e -SIZE (drumstick-1.1.0.tar.bz2) = 1012405 +TIMESTAMP = 1519663446 +SHA256 (drumstick-1.1.1.tar.bz2) = 367743764c8f5c6e40bb19b9581f083da2881b9c9516d6b3b247e5644dee7c2b +SIZE (drumstick-1.1.1.tar.bz2) = 1011275 Modified: head/audio/drumstick/files/patch-CMakeLists.txt ============================================================================== --- head/audio/drumstick/files/patch-CMakeLists.txt Mon Feb 26 17:19:16 2018 (r463031) +++ head/audio/drumstick/files/patch-CMakeLists.txt Mon Feb 26 17:50:31 2018 (r463032) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2016-09-24 21:08:24 UTC +--- CMakeLists.txt.orig 2018-02-24 20:04:23 UTC +++ CMakeLists.txt -@@ -24,7 +24,7 @@ endif() +@@ -22,7 +22,7 @@ endif() project(DRUMSTICK) if(CMAKE_SIZEOF_VOID_P MATCHES "8") @@ -9,7 +9,7 @@ else() set(_INIT_LIB_SUFFIX "") endif() -@@ -65,13 +65,13 @@ add_definitions(-DVERSION=${VERSION}) +@@ -63,13 +63,13 @@ add_definitions(-DVERSION=${VERSION}) message(STATUS "drumstick ${VERSION} prefix: ${CMAKE_INSTALL_PREFIX}") set(_DBUS_INIT OFF) @@ -25,7 +25,7 @@ message(STATUS "Build configuration: ${CMAKE_BUILD_TYPE}") -@@ -99,8 +99,8 @@ else() +@@ -97,8 +97,8 @@ else() message(FATAL_ERROR "Program pkg-config not found") endif() @@ -36,18 +36,19 @@ if(ALSA_FOUND) set(ALSA_LIBS ${ALSA_LIBRARIES}) list(APPEND ALSA_LIB_DIR ${ALSA_LIBRARY_DIRS} ${ALSA_LIBDIR}) -@@ -108,7 +108,9 @@ if(${CMAKE_SYSTEM} MATCHES "Linux") - else() +@@ -107,7 +107,10 @@ if(${CMAKE_SYSTEM} MATCHES "Linux") message(STATUS "Warning: ALSA library not found.") endif() -- pkg_check_modules(PULSE libpulse-simple) -+ if (USE_PULSEAUDIO) -+ pkg_check_modules(PULSE libpulse-simple) -+ endif() - if(NOT PULSE_FOUND) - message(STATUS "Warning: PulseAudio library not found.") - endif() -@@ -128,7 +130,7 @@ if(BUILD_TESTING) + endif() +-pkg_check_modules(PULSE libpulse-simple) ++#pkg_check_modules(PULSE libpulse-simple) ++if (USE_PULSEAUDIO) ++ pkg_check_modules(PULSE libpulse-simple) ++endif() + if(NOT PULSE_FOUND) + message(STATUS "Warning: PulseAudio library not found.") + endif() +@@ -126,7 +129,7 @@ if(BUILD_TESTING) add_subdirectory(tests) endif() @@ -56,7 +57,7 @@ find_package(Doxygen) if(DOXYGEN_FOUND) configure_file( -@@ -139,12 +141,14 @@ if(${CMAKE_SYSTEM} MATCHES "Linux") +@@ -137,12 +140,14 @@ if(${CMAKE_SYSTEM} MATCHES "Linux") ${DOXYGEN} Doxyfile WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) endif() @@ -76,7 +77,7 @@ # XML mime types set( SHARED_MIME_INFO_MINIMUM_VERSION "0.30" ) set( XDG_MIME_INSTALL_DIR "${CMAKE_INSTALL_DATAROOTDIR}/mime/packages" ) -@@ -174,7 +178,7 @@ configure_file( +@@ -172,7 +177,7 @@ configure_file( add_custom_target( uninstall "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake") Modified: head/audio/drumstick/files/patch-library_rt-backends_CMakeLists.txt ============================================================================== --- head/audio/drumstick/files/patch-library_rt-backends_CMakeLists.txt Mon Feb 26 17:19:16 2018 (r463031) +++ head/audio/drumstick/files/patch-library_rt-backends_CMakeLists.txt Mon Feb 26 17:50:31 2018 (r463032) @@ -1,11 +1,11 @@ ---- library/rt-backends/CMakeLists.txt.orig 2016-09-24 21:08:23 UTC +--- library/rt-backends/CMakeLists.txt.orig 2018-02-26 17:05:42 UTC +++ library/rt-backends/CMakeLists.txt -@@ -19,7 +19,7 @@ +@@ -17,7 +17,7 @@ #add_subdirectory(dummy-in) #add_subdirectory(dummy-out) -if(${CMAKE_SYSTEM_NAME} MATCHES "Linux") +if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|FreeBSD") - if(ALSA_FOUND) - add_subdirectory(alsa-in) - add_subdirectory(alsa-out) + if(ALSA_FOUND) + add_subdirectory(alsa-in) + add_subdirectory(alsa-out) Modified: head/audio/drumstick/pkg-plist ============================================================================== --- head/audio/drumstick/pkg-plist Mon Feb 26 17:19:16 2018 (r463031) +++ head/audio/drumstick/pkg-plist Mon Feb 26 17:50:31 2018 (r463032) @@ -13,14 +13,13 @@ lib/drumstick/libdrumstick-rt-net-in.so lib/drumstick/libdrumstick-rt-net-out.so lib/drumstick/libdrumstick-rt-oss-in.so lib/drumstick/libdrumstick-rt-oss-out.so -lib/drumstick/libdrumstick-rt-synth.so %%PULSEAUDIO%%lib/drumstick/libdrumstick-rt-eassynth.so lib/libdrumstick-file.so -lib/libdrumstick-file.so.1 -lib/libdrumstick-file.so.1.1.0 +lib/libdrumstick-file.so.%%SHL1%% +lib/libdrumstick-file.so.%%SHL3%% lib/libdrumstick-rt.so -lib/libdrumstick-rt.so.1 -lib/libdrumstick-rt.so.1.1.0 +lib/libdrumstick-rt.so.%%SHL1%% +lib/libdrumstick-rt.so.%%SHL3%% libdata/pkgconfig/drumstick-file.pc libdata/pkgconfig/drumstick-rt.pc share/applications/drumstick-vpiano.desktop From owner-svn-ports-head@freebsd.org Mon Feb 26 18:46:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D394DF3A144; Mon, 26 Feb 2018 18:46:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 870AA82A92; Mon, 26 Feb 2018 18:46:44 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81DAB1F3FD; Mon, 26 Feb 2018 18:46:44 +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 w1QIkiBW009313; Mon, 26 Feb 2018 18:46:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QIkiMJ009312; Mon, 26 Feb 2018 18:46:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802261846.w1QIkiMJ009312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 26 Feb 2018 18:46:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463033 - head/databases/rrdmerge X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/databases/rrdmerge X-SVN-Commit-Revision: 463033 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 18:46:45 -0000 Author: amdmi3 Date: Mon Feb 26 18:46:44 2018 New Revision: 463033 URL: https://svnweb.freebsd.org/changeset/ports/463033 Log: - Fix shebangs Approved by: portmgr blanket Modified: head/databases/rrdmerge/Makefile Modified: head/databases/rrdmerge/Makefile ============================================================================== --- head/databases/rrdmerge/Makefile Mon Feb 26 17:50:31 2018 (r463032) +++ head/databases/rrdmerge/Makefile Mon Feb 26 18:46:44 2018 (r463033) @@ -3,7 +3,7 @@ PORTNAME= rrdmerge PORTVERSION= 0.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://download.sippysoft.com/thirdparty/ DISTNAME= ${PORTNAME}-${GITREVISION} @@ -16,7 +16,7 @@ LICENSE= GPLv3+ RUN_DEPENDS= rrdtool:databases/rrdtool USES= python shebangfix tar:tbz2 -SHEBANG_FILES= rrdmergetree +SHEBANG_FILES= rrdmerge rrdmergetree GITREVISION= b05d69bfac64 bash_CMD= /bin/sh NO_BUILD= yes From owner-svn-ports-head@freebsd.org Mon Feb 26 18:47:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA7CEF3A1A4; Mon, 26 Feb 2018 18:47:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2603582B84; Mon, 26 Feb 2018 18:47: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 20E1E1F3FE; Mon, 26 Feb 2018 18:47: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 w1QIl9R4009420; Mon, 26 Feb 2018 18:47:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QIl9XE009419; Mon, 26 Feb 2018 18:47:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802261847.w1QIl9XE009419@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 26 Feb 2018 18:47:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463034 - head/databases/py-pgxnclient X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/databases/py-pgxnclient X-SVN-Commit-Revision: 463034 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 18:47:10 -0000 Author: amdmi3 Date: Mon Feb 26 18:47:08 2018 New Revision: 463034 URL: https://svnweb.freebsd.org/changeset/ports/463034 Log: - Add LICENSE - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Modified: head/databases/py-pgxnclient/Makefile Modified: head/databases/py-pgxnclient/Makefile ============================================================================== --- head/databases/py-pgxnclient/Makefile Mon Feb 26 18:46:44 2018 (r463033) +++ head/databases/py-pgxnclient/Makefile Mon Feb 26 18:47:08 2018 (r463034) @@ -3,14 +3,19 @@ PORTNAME= pgxnclient PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Command line tool to interact with the PostgreSQL Extension Network -USES= python +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= python shebangfix +SHEBANG_FILES= pgxnclient/libexec/pgxn-* USE_PYTHON= distutils autoplist concurrent optsuffix +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Mon Feb 26 18:48:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD91AF3A2E7; Mon, 26 Feb 2018 18:48:15 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6117682CE7; Mon, 26 Feb 2018 18:48:15 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B9841F3FF; Mon, 26 Feb 2018 18:48:15 +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 w1QImFkP009545; Mon, 26 Feb 2018 18:48:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QImFvw009544; Mon, 26 Feb 2018 18:48:15 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802261848.w1QImFvw009544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 26 Feb 2018 18:48:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463035 - head/x11/rox-wallpaper X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/rox-wallpaper X-SVN-Commit-Revision: 463035 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 18:48:15 -0000 Author: amdmi3 Date: Mon Feb 26 18:48:15 2018 New Revision: 463035 URL: https://svnweb.freebsd.org/changeset/ports/463035 Log: - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Modified: head/x11/rox-wallpaper/Makefile Modified: head/x11/rox-wallpaper/Makefile ============================================================================== --- head/x11/rox-wallpaper/Makefile Mon Feb 26 18:47:08 2018 (r463034) +++ head/x11/rox-wallpaper/Makefile Mon Feb 26 18:48:15 2018 (r463035) @@ -2,7 +2,7 @@ PORTNAME= rox-wallpaper PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= SF/rox/Wallpaper/${PORTVERSION} DISTNAME= Wallpaper-${PORTVERSION} @@ -13,7 +13,9 @@ COMMENT= Wallpaper management tool for the ROX desktop RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib -USES= python:2.7 +USES= python:2.7 shebangfix +SHEBANG_FILES= AppRun +NO_ARCH= yes WRKSRC= ${WRKDIR}/Wallpaper From owner-svn-ports-head@freebsd.org Mon Feb 26 18:50:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A361F3A4CA; Mon, 26 Feb 2018 18:50:28 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 06D2982E58; Mon, 26 Feb 2018 18:50:28 +0000 (UTC) (envelope-from madpilot@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D79151F405; Mon, 26 Feb 2018 18:50:27 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QIoRfW009814; Mon, 26 Feb 2018 18:50:27 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QIoRF6009808; Mon, 26 Feb 2018 18:50:27 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201802261850.w1QIoRF6009808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 26 Feb 2018 18:50:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463036 - in head/devel: geany geany-plugin-latex geany-plugins geany-plugins/files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/devel: geany geany-plugin-latex geany-plugins geany-plugins/files X-SVN-Commit-Revision: 463036 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 18:50:28 -0000 Author: madpilot Date: Mon Feb 26 18:50:27 2018 New Revision: 463036 URL: https://svnweb.freebsd.org/changeset/ports/463036 Log: - Update geany and its plugins to 1.33 Modified: head/devel/geany-plugin-latex/pkg-plist head/devel/geany-plugins/distinfo head/devel/geany-plugins/files/bsd.geany-plugins.mk head/devel/geany/Makefile head/devel/geany/distinfo Modified: head/devel/geany-plugin-latex/pkg-plist ============================================================================== --- head/devel/geany-plugin-latex/pkg-plist Mon Feb 26 18:48:15 2018 (r463035) +++ head/devel/geany-plugin-latex/pkg-plist Mon Feb 26 18:50:27 2018 (r463036) @@ -1,21 +1,21 @@ -lib/geany/geanylatex.so -%%DOCSDIR%%/geanylatex/AUTHORS -%%DOCSDIR%%/geanylatex/COPYING -%%DOCSDIR%%/geanylatex/ChangeLog -%%DOCSDIR%%/geanylatex/NEWS -%%DOCSDIR%%/geanylatex/README -%%DOCSDIR%%/geanylatex/bibtex_reference.png -%%DOCSDIR%%/geanylatex/geanylatex.css -%%DOCSDIR%%/geanylatex/geanylatex.html -%%DOCSDIR%%/geanylatex/geanylatex.pdf -%%DOCSDIR%%/geanylatex/geanylatex.tex -%%DOCSDIR%%/geanylatex/geanylatex2.html -%%DOCSDIR%%/geanylatex/geanylatex3.html -%%DOCSDIR%%/geanylatex/geanylatex4.html -%%DOCSDIR%%/geanylatex/insert_environment.png -%%DOCSDIR%%/geanylatex/insert_label.png -%%DOCSDIR%%/geanylatex/insert_reference.png -%%DOCSDIR%%/geanylatex/insert_usepackage.png -%%DOCSDIR%%/geanylatex/latexwizard.png -%%DOCSDIR%%/geanylatex/plugin_manager.png -%%DOCSDIR%%/geanylatex/toolbar.png +lib/geany/latex.so +%%DOCSDIR%%/latex/AUTHORS +%%DOCSDIR%%/latex/COPYING +%%DOCSDIR%%/latex/ChangeLog +%%DOCSDIR%%/latex/NEWS +%%DOCSDIR%%/latex/README +%%DOCSDIR%%/latex/bibtex_reference.png +%%DOCSDIR%%/latex/latex.css +%%DOCSDIR%%/latex/latex.html +%%DOCSDIR%%/latex/latex.pdf +%%DOCSDIR%%/latex/latex.tex +%%DOCSDIR%%/latex/latex2.html +%%DOCSDIR%%/latex/latex3.html +%%DOCSDIR%%/latex/latex4.html +%%DOCSDIR%%/latex/insert_environment.png +%%DOCSDIR%%/latex/insert_label.png +%%DOCSDIR%%/latex/insert_reference.png +%%DOCSDIR%%/latex/insert_usepackage.png +%%DOCSDIR%%/latex/latexwizard.png +%%DOCSDIR%%/latex/plugin_manager.png +%%DOCSDIR%%/latex/toolbar.png Modified: head/devel/geany-plugins/distinfo ============================================================================== --- head/devel/geany-plugins/distinfo Mon Feb 26 18:48:15 2018 (r463035) +++ head/devel/geany-plugins/distinfo Mon Feb 26 18:50:27 2018 (r463036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511181457 -SHA256 (geany-plugins-1.32.tar.bz2) = 78d4b394fe22fda298e80a22616421efdd4a419eb227b99eadca73f65abac117 -SIZE (geany-plugins-1.32.tar.bz2) = 3282526 +TIMESTAMP = 1519649178 +SHA256 (geany-plugins-1.33.tar.bz2) = 12825739e2c3caefbc1ad57e62f1e4f691af8db8368f173aa84c43dffb4503a2 +SIZE (geany-plugins-1.33.tar.bz2) = 3299641 Modified: head/devel/geany-plugins/files/bsd.geany-plugins.mk ============================================================================== --- head/devel/geany-plugins/files/bsd.geany-plugins.mk Mon Feb 26 18:48:15 2018 (r463035) +++ head/devel/geany-plugins/files/bsd.geany-plugins.mk Mon Feb 26 18:50:27 2018 (r463036) @@ -1,6 +1,6 @@ # $FreeBSD$ -GEANY_VER= 1.32 +GEANY_VER= 1.33 GEANY_PLUGINS_ALL= addons \ autoclose \ automark \ @@ -95,7 +95,7 @@ ctags_DIR= geanyctags extrasel_DIR= geanyextrasel gendoc_DIR= geanygendoc insertnum_DIR= geanyinsertnum -latex_DIR= geanylatex +latex_DIR= latex lipsum_DIR= lipsum lua_DIR= geanylua macro_DIR= geanymacro Modified: head/devel/geany/Makefile ============================================================================== --- head/devel/geany/Makefile Mon Feb 26 18:48:15 2018 (r463035) +++ head/devel/geany/Makefile Mon Feb 26 18:50:27 2018 (r463036) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geany -PORTVERSION= 1.32 +PORTVERSION= 1.33 CATEGORIES= devel editors MASTER_SITES= http://download.geany.org/ SF Modified: head/devel/geany/distinfo ============================================================================== --- head/devel/geany/distinfo Mon Feb 26 18:48:15 2018 (r463035) +++ head/devel/geany/distinfo Mon Feb 26 18:50:27 2018 (r463036) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511181283 -SHA256 (geany-1.32.tar.bz2) = 8b7be10b95d0614eb07f845ba2280f7c026eacd5739d8fac4d5d26606f8c3c2d -SIZE (geany-1.32.tar.bz2) = 4341296 +TIMESTAMP = 1519649030 +SHA256 (geany-1.33.tar.bz2) = 66baaff43f12caebcf0efec9a5533044dc52837f799c73a1fd7312caa86099c2 +SIZE (geany-1.33.tar.bz2) = 4106409 From owner-svn-ports-head@freebsd.org Mon Feb 26 18:56:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D74FF3AB77; Mon, 26 Feb 2018 18:56:15 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E21EC834ED; Mon, 26 Feb 2018 18:56:14 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D86691F593; Mon, 26 Feb 2018 18:56:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QIuEgN014711; Mon, 26 Feb 2018 18:56:14 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QIuEma014704; Mon, 26 Feb 2018 18:56:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201802261856.w1QIuEma014704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 26 Feb 2018 18:56:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463037 - in head/www/waterfox: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www/waterfox: . files X-SVN-Commit-Revision: 463037 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 18:56:15 -0000 Author: jbeich Date: Mon Feb 26 18:56:14 2018 New Revision: 463037 URL: https://svnweb.freebsd.org/changeset/ports/463037 Log: www/waterfox: apply FF57 widget/ fixes Added: head/www/waterfox/files/patch-bug1036008 (contents, props changed) head/www/waterfox/files/patch-bug1134077 (contents, props changed) head/www/waterfox/files/patch-bug1314928 (contents, props changed) head/www/waterfox/files/patch-bug1360278 (contents, props changed) head/www/waterfox/files/patch-bug1381815 (contents, props changed) head/www/waterfox/files/patch-bug1387170 (contents, props changed) head/www/waterfox/files/patch-bug1396722 (contents, props changed) head/www/waterfox/files/patch-bug1398539 (contents, props changed) head/www/waterfox/files/patch-bug1399336 (contents, props changed) head/www/waterfox/files/patch-bug1400238 (contents, props changed) head/www/waterfox/files/patch-bug1400839 (contents, props changed) head/www/waterfox/files/patch-bug1401063 (contents, props changed) head/www/waterfox/files/patch-bug1407001 (contents, props changed) head/www/waterfox/files/patch-bug1417751 (contents, props changed) head/www/waterfox/files/patch-bug1425878 (contents, props changed) Modified: head/www/waterfox/Makefile (contents, props changed) Modified: head/www/waterfox/Makefile ============================================================================== --- head/www/waterfox/Makefile Mon Feb 26 18:50:27 2018 (r463036) +++ head/www/waterfox/Makefile Mon Feb 26 18:56:14 2018 (r463037) @@ -3,7 +3,7 @@ PORTNAME= waterfox DISTVERSION= 56.0.4-20 DISTVERSIONSUFFIX= -ge03e284b083d -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org Added: head/www/waterfox/files/patch-bug1036008 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1036008 Mon Feb 26 18:56:14 2018 (r463037) @@ -0,0 +1,523 @@ +commit ed18f146242b +Author: Masayuki Nakano +Date: Fri Feb 16 15:54:07 2018 +0900 + + Bug 1036008 - Use alternative ASCII capable keyboard layout information to decide keyCode even if the key produces an ASCII punctuation character r=smaug + + Gecko decides keyCode from an ASCII character which is produced by the key + by itself or with Shift on active keyboard layout or alternative ASCII capable + keyboard layout if active keyboard layout isn't ASCII capable. However, we've + ignored alternative ASCII capable keyboard layout's character if both the + key itself and with Shift don't produce ASCII alphabet nor ASCII numeral, + i.e., ASCII punctuation characters are not used in alternative ASCII capable + keyboard layout because of avoiding mapping a keyCode value to 2 or more keys. + + However, setting 0 to keyCode value makes Firefox unusable with some web + applications which are aware of neither KeyboardEvent.key nor + KeyboardEvent.code. So, even if we map same keyCode value to a key, we should + avoid setting keyCode value to 0 as far as possible. + + This patch's approach is, we behave same keyCode value as the alternative ASCII + capable keyCode is selected when computed keyCode value of active keyboard + layout is 0. This means that we will make some language users whose keyboard + layout for their language is not ASCII capable can use global web services + which support US keyboard layout of Firefox since the new keyCode values + are mostly computed with US layout on Windows or actual alternative ASCII + capable keyboard layout on macOS and Linux. In other words, we cannot improve + compatibility with web applications which don't support Firefox by this patch + since our keyCode values are really different from Chrome's. So, unfortunately, + if we'd use exactly same keyCode computation as Chromium, we'd break + compatibility with existing web applications which are aware of Firefox since + it's necessary to check UA name or something before using keyCode values. + + Note that the most important difference between Windows and the others is, + such keyCode value is computed with alternative ASCII capable keyboard + layout on macOS and Linux but only on Windows, it's computed with OEM virtual + keycode. This means that only on Windows, the keyCode value may be different + from actual alternative ASCII capable keyboard layout's keyCode. + + MozReview-Commit-ID: As289r9wp6i + + --HG-- + extra : rebase_source : 66181403dbe8ca8dab893edc8f4eec1991d544d0 +--- + widget/TextEvents.h | 11 ++++++ + widget/WidgetEventImpl.cpp | 36 ++++++++++++++++++++ + widget/cocoa/TextInputHandler.mm | 43 ++++++++++++++---------- + widget/gtk/nsGtkKeyUtils.cpp | 64 ++++++++++++++++++++++++++--------- + widget/gtk/nsGtkKeyUtils.h | 10 ++++++ + widget/tests/test_keycodes.xul | 41 ++++++++++++----------- + widget/windows/KeyboardLayout.cpp | 70 ++++++++++++++++++++++++++++++++++++++- + 7 files changed, 223 insertions(+), 52 deletions(-) + +diff --git widget/TextEvents.h widget/TextEvents.h +index f1a67ecfdf3d..015331e8287d 100644 +--- widget/TextEvents.h ++++ widget/TextEvents.h +@@ -459,6 +459,17 @@ public: + GetDOMCodeName(mCodeNameIndex, aCodeName); + } + ++ /** ++ * GetFallbackKeyCodeOfPunctuationKey() returns a DOM keyCode value for ++ * aCodeNameIndex. This is keyCode value of the key when active keyboard ++ * layout is ANSI (US), JIS or ABNT keyboard layout (the latter 2 layouts ++ * are used only when ANSI doesn't have the key). The result is useful ++ * if the key doesn't produce ASCII character with active keyboard layout ++ * nor with alternative ASCII capable keyboard layout. ++ */ ++ static uint32_t ++ GetFallbackKeyCodeOfPunctuationKey(CodeNameIndex aCodeNameIndex); ++ + bool IsModifierKeyEvent() const + { + return GetModifierForKeyName(mKeyNameIndex) != MODIFIER_NONE; +diff --git widget/WidgetEventImpl.cpp widget/WidgetEventImpl.cpp +index 5415d9889be9..c379e7301b21 100644 +--- widget/WidgetEventImpl.cpp ++++ widget/WidgetEventImpl.cpp +@@ -1183,6 +1183,42 @@ WidgetKeyboardEvent::GetCodeNameIndex(const nsAString& aCodeValue) + return result; + } + ++/* static */ uint32_t ++WidgetKeyboardEvent::GetFallbackKeyCodeOfPunctuationKey( ++ CodeNameIndex aCodeNameIndex) ++{ ++ switch (aCodeNameIndex) { ++ case CODE_NAME_INDEX_Semicolon: // VK_OEM_1 on Windows ++ return nsIDOMKeyEvent::DOM_VK_SEMICOLON; ++ case CODE_NAME_INDEX_Equal: // VK_OEM_PLUS on Windows ++ return nsIDOMKeyEvent::DOM_VK_EQUALS; ++ case CODE_NAME_INDEX_Comma: // VK_OEM_COMMA on Windows ++ return nsIDOMKeyEvent::DOM_VK_COMMA; ++ case CODE_NAME_INDEX_Minus: // VK_OEM_MINUS on Windows ++ return nsIDOMKeyEvent::DOM_VK_HYPHEN_MINUS; ++ case CODE_NAME_INDEX_Period: // VK_OEM_PERIOD on Windows ++ return nsIDOMKeyEvent::DOM_VK_PERIOD; ++ case CODE_NAME_INDEX_Slash: // VK_OEM_2 on Windows ++ return nsIDOMKeyEvent::DOM_VK_SLASH; ++ case CODE_NAME_INDEX_Backquote: // VK_OEM_3 on Windows ++ return nsIDOMKeyEvent::DOM_VK_BACK_QUOTE; ++ case CODE_NAME_INDEX_BracketLeft: // VK_OEM_4 on Windows ++ return nsIDOMKeyEvent::DOM_VK_OPEN_BRACKET; ++ case CODE_NAME_INDEX_Backslash: // VK_OEM_5 on Windows ++ return nsIDOMKeyEvent::DOM_VK_BACK_SLASH; ++ case CODE_NAME_INDEX_BracketRight: // VK_OEM_6 on Windows ++ return nsIDOMKeyEvent::DOM_VK_CLOSE_BRACKET; ++ case CODE_NAME_INDEX_Quote: // VK_OEM_7 on Windows ++ return nsIDOMKeyEvent::DOM_VK_QUOTE; ++ case CODE_NAME_INDEX_IntlBackslash: // VK_OEM_5 on Windows (ABNT, etc) ++ case CODE_NAME_INDEX_IntlYen: // VK_OEM_5 on Windows (JIS) ++ case CODE_NAME_INDEX_IntlRo: // VK_OEM_102 on Windows ++ return nsIDOMKeyEvent::DOM_VK_BACK_SLASH; ++ default: ++ return 0; ++ } ++} ++ + /* static */ const char* + WidgetKeyboardEvent::GetCommandStr(Command aCommand) + { +diff --git widget/cocoa/TextInputHandler.mm widget/cocoa/TextInputHandler.mm +index 437d8222ab3b..106ef0e91f52 100644 +--- widget/cocoa/TextInputHandler.mm ++++ widget/cocoa/TextInputHandler.mm +@@ -1410,25 +1410,34 @@ TISInputSourceWrapper::ComputeGeckoKeyCode(UInt32 aNativeKeyCode, + return keyCode; + } + +- // If this is ASCII capable, give up to compute it. +- if (IsASCIICapable()) { +- return 0; ++ if (!IsASCIICapable()) { ++ // Retry with ASCII capable keyboard layout. ++ TISInputSourceWrapper currentKeyboardLayout; ++ currentKeyboardLayout.InitByCurrentASCIICapableKeyboardLayout(); ++ NS_ENSURE_TRUE(mInputSource != currentKeyboardLayout.mInputSource, 0); ++ keyCode = currentKeyboardLayout.ComputeGeckoKeyCode(aNativeKeyCode, aKbType, ++ aCmdIsPressed); ++ // We've returned 0 for long time if keyCode isn't for an alphabet keys or ++ // a numeric key even in alternative ASCII capable keyboard layout because ++ // we decided that we should avoid setting same keyCode value to 2 or ++ // more keys since active keyboard layout may have a key to input the ++ // punctuation with different key. However, setting keyCode to 0 makes ++ // some web applications which are aware of neither KeyboardEvent.key nor ++ // KeyboardEvent.code not work with Firefox when user selects non-ASCII ++ // capable keyboard layout such as Russian and Thai. So, if alternative ++ // ASCII capable keyboard layout has keyCode value for the key, we should ++ // use it. In other words, this behavior does that non-ASCII capable ++ // keyboard layout overrides some keys' keyCode value only if the key ++ // produces ASCII character by itself or with Shift key. ++ if (keyCode) { ++ return keyCode; ++ } + } + +- // Retry with ASCII capable keyboard layout. +- TISInputSourceWrapper currentKeyboardLayout; +- currentKeyboardLayout.InitByCurrentASCIICapableKeyboardLayout(); +- NS_ENSURE_TRUE(mInputSource != currentKeyboardLayout.mInputSource, 0); +- keyCode = currentKeyboardLayout.ComputeGeckoKeyCode(aNativeKeyCode, aKbType, +- aCmdIsPressed); +- +- // However, if keyCode isn't for an alphabet keys or a numeric key, we should +- // ignore it. For example, comma key of Thai layout is same as close-square- +- // bracket key of US layout and an unicode character key of Thai layout is +- // same as comma key of US layout. If we return NS_VK_COMMA for latter key, +- // web application developers cannot distinguish with the former key. +- return ((keyCode >= NS_VK_A && keyCode <= NS_VK_Z) || +- (keyCode >= NS_VK_0 && keyCode <= NS_VK_9)) ? keyCode : 0; ++ // Otherwise, let's decide keyCode value from the native virtual keycode ++ // value on major keyboard layout. ++ CodeNameIndex code = ComputeGeckoCodeNameIndex(aNativeKeyCode, aKbType); ++ return WidgetKeyboardEvent::GetFallbackKeyCodeOfPunctuationKey(code); + } + + // static +diff --git widget/gtk/nsGtkKeyUtils.cpp widget/gtk/nsGtkKeyUtils.cpp +index bda2c2920248..a336c1ad6c92 100644 +--- widget/gtk/nsGtkKeyUtils.cpp ++++ widget/gtk/nsGtkKeyUtils.cpp +@@ -795,7 +795,7 @@ KeymapWrapper::ComputeDOMKeyCode(const GdkEventKey* aGdkKeyEvent) + + // If the unmodified character is not an ASCII character, that means we + // couldn't find the hint. We should reset it. +- if (unmodifiedChar > 0x7F) { ++ if (!IsPrintableASCIICharacter(unmodifiedChar)) { + unmodifiedChar = 0; + } + +@@ -814,7 +814,7 @@ KeymapWrapper::ComputeDOMKeyCode(const GdkEventKey* aGdkKeyEvent) + + // If the shifted unmodified character isn't an ASCII character, we should + // discard it too. +- if (shiftedChar > 0x7F) { ++ if (!IsPrintableASCIICharacter(shiftedChar)) { + shiftedChar = 0; + } + +@@ -822,14 +822,12 @@ KeymapWrapper::ComputeDOMKeyCode(const GdkEventKey* aGdkKeyEvent) + // look for ASCII alphabet inputtable keyboard layout. If the key + // inputs an ASCII alphabet or an ASCII numeric, we should use it + // for deciding our keyCode. +- // Note that it's important not to use alternative keyboard layout for ASCII +- // alphabet inputabble keyboard layout because the keycode for the key with +- // alternative keyboard layout may conflict with another key on current +- // keyboard layout. ++ uint32_t unmodCharLatin = 0; ++ uint32_t shiftedCharLatin = 0; + if (!keymapWrapper->IsLatinGroup(aGdkKeyEvent->group)) { + gint minGroup = keymapWrapper->GetFirstLatinGroup(); + if (minGroup >= 0) { +- uint32_t unmodCharLatin = ++ unmodCharLatin = + keymapWrapper->GetCharCodeFor(aGdkKeyEvent, baseState, + minGroup); + if (IsBasicLatinLetterOrNumeral(unmodCharLatin)) { +@@ -837,7 +835,13 @@ KeymapWrapper::ComputeDOMKeyCode(const GdkEventKey* aGdkKeyEvent) + // an ASCII numeric, we should use it for the keyCode. + return WidgetUtils::ComputeKeyCodeFromChar(unmodCharLatin); + } +- uint32_t shiftedCharLatin = ++ // If the unmodified character in the alternative ASCII capable ++ // keyboard layout isn't an ASCII character, that means we couldn't ++ // find the hint. We should reset it. ++ if (!IsPrintableASCIICharacter(unmodCharLatin)) { ++ unmodCharLatin = 0; ++ } ++ shiftedCharLatin = + keymapWrapper->GetCharCodeFor(aGdkKeyEvent, shiftState, + minGroup); + if (IsBasicLatinLetterOrNumeral(shiftedCharLatin)) { +@@ -845,16 +849,46 @@ KeymapWrapper::ComputeDOMKeyCode(const GdkEventKey* aGdkKeyEvent) + // numeric, we should use it for the keyCode. + return WidgetUtils::ComputeKeyCodeFromChar(shiftedCharLatin); + } ++ // If the shifted unmodified character in the alternative ASCII ++ // capable keyboard layout isn't an ASCII character, we should ++ // discard it too. ++ if (!IsPrintableASCIICharacter(shiftedCharLatin)) { ++ shiftedCharLatin = 0; ++ } + } + } + +- // If unmodified character is in ASCII range, use it. Otherwise, use +- // shifted character. +- if (!unmodifiedChar && !shiftedChar) { +- return 0; +- } +- return WidgetUtils::ComputeKeyCodeFromChar( +- unmodifiedChar ? unmodifiedChar : shiftedChar); ++ // If the key itself or with Shift state on active keyboard layout produces ++ // an ASCII punctuation character, we should decide keyCode value with it. ++ if (unmodifiedChar || shiftedChar) { ++ return WidgetUtils::ComputeKeyCodeFromChar( ++ unmodifiedChar ? unmodifiedChar : shiftedChar); ++ } ++ ++ // If the key itself or with Shift state on alternative ASCII capable ++ // keyboard layout produces an ASCII punctuation character, we should ++ // decide keyCode value with it. Note that We've returned 0 for long ++ // time if keyCode isn't for an alphabet keys or a numeric key even in ++ // alternative ASCII capable keyboard layout because we decided that we ++ // should avoid setting same keyCode value to 2 or more keys since active ++ // keyboard layout may have a key to input the punctuation with different ++ // key. However, setting keyCode to 0 makes some web applications which ++ // are aware of neither KeyboardEvent.key nor KeyboardEvent.code not work ++ // with Firefox when user selects non-ASCII capable keyboard layout such ++ // as Russian and Thai. So, if alternative ASCII capable keyboard layout ++ // has keyCode value for the key, we should use it. In other words, this ++ // behavior means that non-ASCII capable keyboard layout overrides some ++ // keys' keyCode value only if the key produces ASCII character by itself ++ // or with Shift key. ++ if (unmodCharLatin || shiftedCharLatin) { ++ return WidgetUtils::ComputeKeyCodeFromChar( ++ unmodCharLatin ? unmodCharLatin : shiftedCharLatin); ++ } ++ ++ // Otherwise, let's decide keyCode value from the hardware_keycode ++ // value on major keyboard layout. ++ CodeNameIndex code = ComputeDOMCodeNameIndex(aGdkKeyEvent); ++ return WidgetKeyboardEvent::GetFallbackKeyCodeOfPunctuationKey(code); + } + + KeyNameIndex +diff --git widget/gtk/nsGtkKeyUtils.h widget/gtk/nsGtkKeyUtils.h +index 480d02322752..3dc8a4f6a936 100644 +--- widget/gtk/nsGtkKeyUtils.h ++++ widget/gtk/nsGtkKeyUtils.h +@@ -337,6 +337,16 @@ protected: + */ + static bool IsBasicLatinLetterOrNumeral(uint32_t aCharCode); + ++ /** ++ * IsPrintableASCIICharacter() checks whether the aCharCode is a printable ++ * ASCII character. I.e., returns false if aCharCode is a control ++ * character even in an ASCII character. ++ */ ++ static bool IsPrintableASCIICharacter(uint32_t aCharCode) ++ { ++ return aCharCode >= 0x20 && aCharCode <= 0x7E; ++ } ++ + /** + * GetGDKKeyvalWithoutModifier() returns the keyval for aGdkKeyEvent when + * ignoring the modifier state except NumLock. (NumLock is a key to change +diff --git widget/tests/test_keycodes.xul widget/tests/test_keycodes.xul +index 8a935e74a7f4..db789e8be367 100644 +--- widget/tests/test_keycodes.xul ++++ widget/tests/test_keycodes.xul +@@ -494,7 +494,7 @@ function* runKeyEventTests() + "a", "KeyA", nsIDOMKeyEvent.DOM_VK_A, "a", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_GERMAN, keyCode:MAC_VK_ANSI_LeftBracket, + modifiers: {}, chars:"\u00fc", unmodifiedChars:"\u00fc"}, +- "\u00fc", "BracketLeft", 0, "\u00fc", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "\u00fc", "BracketLeft", nsIDOMKeyEvent.DOM_VK_OPEN_BRACKET, "\u00fc", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_GERMAN, keyCode:MAC_VK_ANSI_Minus, + modifiers: {}, chars:"\u00df", unmodifiedChars:"\u00df"}, + "\u00df", "Minus", nsIDOMKeyEvent.DOM_VK_QUESTION_MARK, "\u00df", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); +@@ -2737,10 +2737,9 @@ function* runKeyEventTests() + yield testKey({layout:KEYBOARD_LAYOUT_THAI, keyCode:MAC_VK_ANSI_Quote, + modifiers:{}, chars:"\u0E07", unmodifiedChars:"\u0E07"}, + "\u0E07", "Quote", nsIDOMKeyEvent.DOM_VK_PERIOD, "\u0E07", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); +- // keycode should be zero if the character of the key on the latest ASCII capable keyboard layout isn't for alphabet + yield testKey({layout:KEYBOARD_LAYOUT_THAI, keyCode:MAC_VK_ANSI_Period, + modifiers:{}, chars:"\u0E43", unmodifiedChars:"\u0E43"}, +- "\u0E43", "Period", 0, "\u0E43", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "\u0E43", "Period", nsIDOMKeyEvent.DOM_VK_PERIOD, "\u0E43", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + // keycode should be DOM_VK_[0-9] if the key on the latest ASCII capable keyboard layout is for numeric + yield testKey({layout:KEYBOARD_LAYOUT_THAI, keyCode:MAC_VK_ANSI_1, + modifiers:{}, chars:"\u0E45", unmodifiedChars:"\u0E45"}, +@@ -4129,12 +4128,14 @@ function* runKeyEventTests() + "\u00E7", "Digit9", nsIDOMKeyEvent.DOM_VK_9, "\u00E7", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + + // OEM keys ++ // If the key doesn't cause ASCII character even with or without Shift key, keyCode value should be same as ++ // the key which causes the virtual keycode on ANSI keyboard layout. + yield testKey({layout:KEYBOARD_LAYOUT_FRENCH, keyCode:WIN_VK_OEM_7, + modifiers:{}, chars:"\u00B2"}, +- "\u00B2", "Backquote", 0, "\u00B2", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "\u00B2", "Backquote", nsIDOMKeyEvent.DOM_VK_QUOTE, "\u00B2", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_FRENCH, keyCode:WIN_VK_OEM_7, + modifiers:{shiftKey:1}, chars:""}, +- "", "Backquote", 0, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "", "Backquote", nsIDOMKeyEvent.DOM_VK_QUOTE, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_FRENCH, keyCode:WIN_VK_OEM_4, + modifiers:{}, chars:")"}, + ")", "Minus", nsIDOMKeyEvent.DOM_VK_CLOSE_PAREN, ")", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); +@@ -4205,10 +4206,10 @@ function* runKeyEventTests() + // OEM keys with ShiftLock + yield testKey({layout:KEYBOARD_LAYOUT_FRENCH, keyCode:WIN_VK_OEM_7, + modifiers:{capsLockKey:1}, chars:"\u00B2"}, +- "\u00B2", "Backquote", 0, "\u00B2", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "\u00B2", "Backquote", nsIDOMKeyEvent.DOM_VK_QUOTE, "\u00B2", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_FRENCH, keyCode:WIN_VK_OEM_7, + modifiers:{capsLockKey:1, shiftKey:1}, chars:""}, +- "", "Backquote", 0, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "", "Backquote", nsIDOMKeyEvent.DOM_VK_QUOTE, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_FRENCH, keyCode:WIN_VK_OEM_4, + modifiers:{capsLockKey:1}, chars:"\u00B0"}, + "\u00B0", "Minus", nsIDOMKeyEvent.DOM_VK_CLOSE_PAREN, "\u00B0", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); +@@ -4223,10 +4224,10 @@ function* runKeyEventTests() + "=", "Equal", nsIDOMKeyEvent.DOM_VK_EQUALS, "=", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + //yield testKey({layout:KEYBOARD_LAYOUT_FRENCH, keyCode:WIN_VK_OEM_6, + // modifiers:{capsLockKey:1}, chars:""}, +- // "Dead", "BracketLeft", 0, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); // Dead-key ++ // "Dead", "BracketLeft", nsIDOMKeyEvent.DOM_VK_CLOSE_BRACKET, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); // Dead-key + //yield testKey({layout:KEYBOARD_LAYOUT_FRENCH, keyCode:WIN_VK_OEM_6, + // modifiers:{capsLockKey:1, shiftKey:1}, chars:""}, +- // ["\u00A8\u00A8", "\u00A8", "\u00A8", "\u00A8"], "BracketLeft", 0, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); // Dead-key ++ // ["\u00A8\u00A8", "\u00A8", "\u00A8", "\u00A8"], "BracketLeft", nsIDOMKeyEvent.DOM_VK_CLOSE_BRACKET, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); // Dead-key + yield testKey({layout:KEYBOARD_LAYOUT_FRENCH, keyCode:WIN_VK_OEM_1, + modifiers:{capsLockKey:1}, chars:"\u00A3"}, + "\u00A3", "BracketRight", nsIDOMKeyEvent.DOM_VK_DOLLAR, "\u00A3", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); +@@ -4496,56 +4497,56 @@ function* runKeyEventTests() + + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_OEM_7, + modifiers:{}, chars:""}, +- "Dead", "Quote", 0, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "Dead", "Quote", nsIDOMKeyEvent.DOM_VK_QUOTE, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_OEM_7, + modifiers:{}, chars:"\u00B4\u00B4"}, +- ["\u00B4\u00B4", "\u00B4", "\u00B4", "\u00B4"], "Quote", 0, "\u00B4\u00B4", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ ["\u00B4\u00B4", "\u00B4", "\u00B4", "\u00B4"], "Quote", nsIDOMKeyEvent.DOM_VK_QUOTE, "\u00B4\u00B4", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_OEM_7, + modifiers:{}, chars:""}, +- "Dead", "Quote", 0, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "Dead", "Quote", nsIDOMKeyEvent.DOM_VK_QUOTE, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_A, + modifiers:{}, chars:"\u00E1"}, + ["\u00E1", "\u00E1", "a"], "KeyA", nsIDOMKeyEvent.DOM_VK_A, "\u00E1", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_OEM_7, + modifiers:{}, chars:""}, +- "Dead", "Quote", 0, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "Dead", "Quote", nsIDOMKeyEvent.DOM_VK_QUOTE, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_A, + modifiers:{shiftKey:1}, chars:"\u00C1"}, + ["\u00C1", "\u00C1", "A"], "KeyA", nsIDOMKeyEvent.DOM_VK_A, "\u00C1", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_OEM_7, + modifiers:{}, chars:""}, +- "Dead", "Quote", 0, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "Dead", "Quote", nsIDOMKeyEvent.DOM_VK_QUOTE, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_Q, + modifiers:{}, chars:"\u00B4q"}, + ["\u00B4q", "\u00B4", "q", "q"], "KeyQ", nsIDOMKeyEvent.DOM_VK_Q, "\u00B4q", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_OEM_7, + modifiers:{shiftKey:1}, chars:""}, +- "Dead", "Quote", 0, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "Dead", "Quote", nsIDOMKeyEvent.DOM_VK_QUOTE, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_OEM_7, + modifiers:{shiftKey:1}, chars:"\u00A8\u00A8"}, +- ["\u00A8\u00A8", "\u00A8", "\u00A8", "\u00A8"], "Quote", 0, "\u00A8\u00A8", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ ["\u00A8\u00A8", "\u00A8", "\u00A8", "\u00A8"], "Quote", nsIDOMKeyEvent.DOM_VK_QUOTE, "\u00A8\u00A8", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_OEM_7, + modifiers:{shiftKey:1}, chars:""}, +- "Dead", "Quote", 0, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "Dead", "Quote", nsIDOMKeyEvent.DOM_VK_QUOTE, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_A, + modifiers:{shiftKey:1}, chars:"\u00C4"}, + ["\u00C4", "\u00C4", "A"], "KeyA", nsIDOMKeyEvent.DOM_VK_A, "\u00C4", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_OEM_7, + modifiers:{shiftKey:1}, chars:""}, +- "Dead", "Quote", 0, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "Dead", "Quote", nsIDOMKeyEvent.DOM_VK_QUOTE, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_A, + modifiers:{}, chars:"\u00E4"}, + ["\u00E4", "\u00E4", "a"], "KeyA", nsIDOMKeyEvent.DOM_VK_A, "\u00E4", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_OEM_7, + modifiers:{shiftKey:1}, chars:""}, +- "Dead", "Quote", 0, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); ++ "Dead", "Quote", nsIDOMKeyEvent.DOM_VK_QUOTE, "", SHOULD_DELIVER_KEYDOWN_KEYUP, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); + yield testKey({layout:KEYBOARD_LAYOUT_SPANISH, keyCode:WIN_VK_Q, + modifiers:{shiftKey:1}, chars:"\u00A8Q"}, + ["\u00A8Q", "\u00A8", "Q", "Q"], "KeyQ", nsIDOMKeyEvent.DOM_VK_Q, "\u00A8Q", SHOULD_DELIVER_ALL, KeyboardEvent.DOM_KEY_LOCATION_STANDARD); +diff --git widget/windows/KeyboardLayout.cpp widget/windows/KeyboardLayout.cpp +index e29c0b0655d9..947e914e4bef 100644 +--- widget/windows/KeyboardLayout.cpp ++++ widget/windows/KeyboardLayout.cpp +@@ -4721,7 +4721,75 @@ KeyboardLayout::ConvertNativeKeyCodeToDOMKeyCode(UINT aNativeKeyCode) const + uniChars = GetUniCharsAndModifiers(aNativeKeyCode, modKeyState); + if (uniChars.Length() != 1 || + uniChars.CharAt(0) < ' ' || uniChars.CharAt(0) > 0x7F) { +- return 0; ++ // In this case, we've returned 0 in this case for long time because ++ // we decided that we should avoid setting same keyCode value to 2 or ++ // more keys since active keyboard layout may have a key to input the ++ // punctuation with different key. However, setting keyCode to 0 ++ // makes some web applications which are aware of neither ++ // KeyboardEvent.key nor KeyboardEvent.code not work with Firefox ++ // when user selects non-ASCII capable keyboard layout such as ++ // Russian and Thai layout. So, let's decide keyCode value with ++ // major keyboard layout's key which causes the OEM keycode. ++ // Actually, this maps same keyCode value to 2 keys on Russian ++ // keyboard layout. "Period" key causes VK_OEM_PERIOD but inputs ++ // Yu of Cyrillic and "Slash" key causes VK_OEM_2 (same as US ++ // keyboard layout) but inputs "." (period of ASCII). Therefore, ++ // we return DOM_VK_PERIOD which is same as VK_OEM_PERIOD for ++ // "Period" key. On the other hand, we use same keyCode value for ++ // "Slash" key too because it inputs ".". ++ CodeNameIndex code; ++ switch (aNativeKeyCode) { ++ case VK_OEM_1: ++ code = CODE_NAME_INDEX_Semicolon; ++ break; ++ case VK_OEM_PLUS: ++ code = CODE_NAME_INDEX_Equal; ++ break; ++ case VK_OEM_COMMA: ++ code = CODE_NAME_INDEX_Comma; ++ break; ++ case VK_OEM_MINUS: ++ code = CODE_NAME_INDEX_Minus; ++ break; ++ case VK_OEM_PERIOD: ++ code = CODE_NAME_INDEX_Period; ++ break; ++ case VK_OEM_2: ++ code = CODE_NAME_INDEX_Slash; ++ break; ++ case VK_OEM_3: ++ code = CODE_NAME_INDEX_Backquote; ++ break; ++ case VK_OEM_4: ++ code = CODE_NAME_INDEX_BracketLeft; ++ break; ++ case VK_OEM_5: ++ code = CODE_NAME_INDEX_Backslash; ++ break; ++ case VK_OEM_6: ++ code = CODE_NAME_INDEX_BracketRight; ++ break; ++ case VK_OEM_7: ++ code = CODE_NAME_INDEX_Quote; ++ break; ++ case VK_OEM_8: ++ // Use keyCode value for "Backquote" key on UK keyboard layout. ++ code = CODE_NAME_INDEX_Backquote; ++ break; ++ case VK_OEM_102: ++ // Use keyCode value for "IntlBackslash" key. ++ code = CODE_NAME_INDEX_IntlBackslash; ++ break; ++ case VK_ABNT_C1: // "/" of ABNT. ++ // Use keyCode value for "IntlBackslash" key on ABNT keyboard ++ // layout. ++ code = CODE_NAME_INDEX_IntlBackslash; ++ break; ++ default: ++ MOZ_ASSERT_UNREACHABLE("Handle all OEM keycode values"); ++ return 0; ++ } ++ return WidgetKeyboardEvent::GetFallbackKeyCodeOfPunctuationKey(code); + } + } + return WidgetUtils::ComputeKeyCodeFromChar(uniChars.CharAt(0)); Added: head/www/waterfox/files/patch-bug1134077 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1134077 Mon Feb 26 18:56:14 2018 (r463037) @@ -0,0 +1,65 @@ +commit a67756af6ac4 +Author: decltype +Date: Fri Feb 2 18:39:37 2018 +0100 + + Bug 1134077 - X11: Set EWMH property to keep top-level nsWindows composited. r=karlt + + Some compositors such as GNOME mutter use heuristics to unredirect fullscreen + windows in an effort to reduce output latency. This works fine for applications + that take the proper steps to ensure all framebuffer updates happen in the + vblank interval. Since this is not currently the case for Firefox, bypassing + the compositor will lead to frame tearing. + + Set _NET_WM_BYPASS_COMPOSITOR to 2 to opt out of fullscreen unredirection. + + MozReview-Commit-ID: 1xW2VAnbiJw + + --HG-- + extra : rebase_source : 77c4ae490413057d8d9dadf9b155c86ddbbcb4b5 +--- + widget/gtk/mozgtk/mozgtk.c | 1 + + widget/gtk/nsWindow.cpp | 19 +++++++++++++++++++ + 2 files changed, 20 insertions(+) + +diff --git widget/gtk/mozgtk/mozgtk.c widget/gtk/mozgtk/mozgtk.c +index a182d9b278e7..023cd192d522 100644 +--- widget/gtk/mozgtk/mozgtk.c ++++ widget/gtk/mozgtk/mozgtk.c +@@ -52,6 +52,7 @@ STUB(gdk_keyval_to_unicode) + STUB(gdk_pango_context_get) + STUB(gdk_pointer_grab) + STUB(gdk_pointer_ungrab) ++STUB(gdk_property_change) + STUB(gdk_property_get) + STUB(gdk_screen_get_default) + STUB(gdk_screen_get_display) +diff --git widget/gtk/nsWindow.cpp widget/gtk/nsWindow.cpp +index 0e75cc8c5968..b59ac05dd3c4 100644 +--- widget/gtk/nsWindow.cpp ++++ widget/gtk/nsWindow.cpp +@@ -3803,6 +3803,25 @@ nsWindow::Create(nsIWidget* aParent, + cairo_region_destroy(region); + } + } ++ ++#ifdef MOZ_X11 ++ // Set window manager hint to keep fullscreen windows composited. ++ // ++ // If the window were to get unredirected, there could be visible ++ // tearing because Gecko does not align its framebuffer updates with ++ // vblank. ++ if (mIsX11Display) { ++ gulong value = 2; // Opt out of unredirection ++ GdkAtom cardinal_atom = gdk_x11_xatom_to_atom(XA_CARDINAL); ++ gdk_property_change(gtk_widget_get_window(mShell), ++ gdk_atom_intern("_NET_WM_BYPASS_COMPOSITOR", FALSE), ++ cardinal_atom, ++ 32, // format ++ GDK_PROP_MODE_REPLACE, ++ (guchar*)&value, ++ 1); ++ } ++#endif + } + break; + Added: head/www/waterfox/files/patch-bug1314928 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1314928 Mon Feb 26 18:56:14 2018 (r463037) @@ -0,0 +1,64 @@ +commit 4cb65b680138 +Author: Martin Stransky +Date: Fri Aug 25 10:30:28 2017 +0200 + + Bug 1314928 - get link text color by GTK_STATE_FLAG_LINK on Gtk3 >= 3.12, r=karlt + + MozReview-Commit-ID: BPR2AgoUx5H + + --HG-- + extra : rebase_source : c4670cd6b7df84dd00a4d04c3bfc582f917795da +--- + widget/gtk/nsLookAndFeel.cpp | 32 ++++++++++++++++++++++++-------- + 1 file changed, 24 insertions(+), 8 deletions(-) + +diff --git widget/gtk/nsLookAndFeel.cpp widget/gtk/nsLookAndFeel.cpp +index 7cd8e8dcc163..6bb3e27c6653 100644 +--- widget/gtk/nsLookAndFeel.cpp ++++ widget/gtk/nsLookAndFeel.cpp +@@ -43,6 +43,10 @@ using mozilla::LookAndFeel; + ((nscolor) NS_RGBA((int)((c).red*255), (int)((c).green*255), \ + (int)((c).blue*255), (int)((c).alpha*255))) + ++#if !GTK_CHECK_VERSION(3,12,0) ++#define GTK_STATE_FLAG_LINK (static_cast(1 << 9)) ++#endif ++ + nsLookAndFeel::nsLookAndFeel() + : nsXPLookAndFeel(), + #if (MOZ_WIDGET_GTK == 2) +@@ -1457,14 +1461,26 @@ nsLookAndFeel::EnsureInit() + } + sMenuSupportsDrag = supports_menubar_drag; + +- colorValuePtr = nullptr; +- gtk_widget_style_get(linkButton, "link-color", &colorValuePtr, nullptr); +- if (colorValuePtr) { +- colorValue = *colorValuePtr; // we can't pass deref pointers to GDK_COLOR_TO_NS_RGB +- sNativeHyperLinkText = GDK_COLOR_TO_NS_RGB(colorValue); +- gdk_color_free(colorValuePtr); +- } else { +- sNativeHyperLinkText = NS_RGB(0x00,0x00,0xEE); ++#if (MOZ_WIDGET_GTK == 3) ++ if (gtk_check_version(3, 12, 0) == nullptr) { ++ // TODO: It returns wrong color for themes which ++ // sets link color for GtkLabel only as we query ++ // GtkLinkButton style here. ++ style = gtk_widget_get_style_context(linkButton); ++ gtk_style_context_get_color(style, GTK_STATE_FLAG_LINK, &color); ++ sNativeHyperLinkText = GDK_RGBA_TO_NS_RGBA(color); ++ } else ++#endif ++ { ++ colorValuePtr = nullptr; ++ gtk_widget_style_get(linkButton, "link-color", &colorValuePtr, nullptr); ++ if (colorValuePtr) { ++ colorValue = *colorValuePtr; // we can't pass deref pointers to GDK_COLOR_TO_NS_RGB ++ sNativeHyperLinkText = GDK_COLOR_TO_NS_RGB(colorValue); ++ gdk_color_free(colorValuePtr); ++ } else { ++ sNativeHyperLinkText = NS_RGB(0x00,0x00,0xEE); ++ } + } + + // invisible character styles Added: head/www/waterfox/files/patch-bug1360278 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1360278 Mon Feb 26 18:56:14 2018 (r463037) @@ -0,0 +1,184 @@ +commit 5d127ad3bd50 +Author: Robin Grenet +Date: Thu Nov 16 13:35:58 2017 +0100 + + Bug 1360278 - Add preference to trigger context menu on mouse up for GTK+ and macOS, r=mstange,smaug a=gchang + + MozReview-Commit-ID: Bg60bD8jIg6 + + --HG-- + extra : source : f540f9e801cb2e0be5259baea13dfce953ccb520 +--- + modules/libpref/init/all.js | 4 ++++ + widget/cocoa/nsChildView.mm | 23 +++++++++++++++++++++-- + widget/gtk/nsWindow.cpp | 27 ++++++++++++++++++++------- + widget/gtk/nsWindow.h | 2 ++ + widget/nsBaseWidget.cpp | 16 ++++++++++++++++ + widget/nsBaseWidget.h | 6 ++++++ + 6 files changed, 69 insertions(+), 9 deletions(-) + +diff --git modules/libpref/init/all.js modules/libpref/init/all.js +index f9402630cf27..97ece9f13467 100644 +--- modules/libpref/init/all.js ++++ modules/libpref/init/all.js +@@ -234,6 +234,10 @@ pref("browser.sessionhistory.max_total_viewers", -1); + + pref("ui.use_native_colors", true); + pref("ui.click_hold_context_menus", false); ++ ++// Pop up context menu on mouseup instead of mousedown, if that's the OS default. ++// Note: ignored on Windows (context menus always use mouseup) ++pref("ui.context_menus.after_mouseup", false); + // Duration of timeout of incremental search in menus (ms). 0 means infinite. + pref("ui.menu.incremental_search.timeout", 1000); + // If true, all popups won't hide automatically on blur +diff --git widget/cocoa/nsChildView.mm widget/cocoa/nsChildView.mm +index cac897327a19..bf42b4f8c095 100644 +--- widget/cocoa/nsChildView.mm ++++ widget/cocoa/nsChildView.mm +@@ -4700,8 +4700,10 @@ NSEvent* gLastDragMouseDownEvent = nil; + if (!mGeckoChild) + return; + +- // Let the superclass do the context menu stuff. +- [super rightMouseDown:theEvent]; ++ if (!nsBaseWidget::ShowContextMenuAfterMouseUp()) { ++ // Let the superclass do the context menu stuff. ++ [super rightMouseDown:theEvent]; ++ } + + NS_OBJC_END_TRY_ABORT_BLOCK; + } +@@ -4724,6 +4726,23 @@ NSEvent* gLastDragMouseDownEvent = nil; + + nsAutoRetainCocoaObject kungFuDeathGrip(self); + mGeckoChild->DispatchInputEvent(&geckoEvent); ++ if (!mGeckoChild) ++ return; ++ ++ if (nsBaseWidget::ShowContextMenuAfterMouseUp()) { ++ // Let the superclass do the context menu stuff, but pretend it's rightMouseDown. ++ NSEvent *dupeEvent = [NSEvent mouseEventWithType:NSRightMouseDown ++ location:theEvent.locationInWindow ++ modifierFlags:theEvent.modifierFlags ++ timestamp:theEvent.timestamp ++ windowNumber:theEvent.windowNumber ++ context:theEvent.context ++ eventNumber:theEvent.eventNumber ++ clickCount:theEvent.clickCount ++ pressure:theEvent.pressure]; ++ ++ [super rightMouseDown:dupeEvent]; ++ } + + NS_OBJC_END_TRY_ABORT_BLOCK; + } +diff --git widget/gtk/nsWindow.cpp widget/gtk/nsWindow.cpp +index c3da6dc00b0c..c220d0bb2192 100644 +--- widget/gtk/nsWindow.cpp ++++ widget/gtk/nsWindow.cpp +@@ -2737,6 +2737,19 @@ static guint ButtonMaskFromGDKButton(guint button) + return GDK_BUTTON1_MASK << (button - 1); + } + ++void ++nsWindow::DispatchContextMenuEventFromMouseEvent(uint16_t domButton, ++ GdkEventButton *aEvent) ++{ ++ if (domButton == WidgetMouseEvent::eRightButton && MOZ_LIKELY(!mIsDestroyed)) { ++ WidgetMouseEvent contextMenuEvent(true, eContextMenu, this, ++ WidgetMouseEvent::eReal); ++ InitButtonEvent(contextMenuEvent, aEvent); ++ contextMenuEvent.pressure = mLastMotionPressure; ++ DispatchInputEvent(&contextMenuEvent); ++ } ++} ++ + void + nsWindow::OnButtonPressEvent(GdkEventButton *aEvent) + { +@@ -2806,13 +2819,8 @@ nsWindow::OnButtonPressEvent(GdkEventButton *aEvent) + DispatchInputEvent(&event); + + // right menu click on linux should also pop up a context menu +- if (domButton == WidgetMouseEvent::eRightButton && +- MOZ_LIKELY(!mIsDestroyed)) { +- WidgetMouseEvent contextMenuEvent(true, eContextMenu, this, +- WidgetMouseEvent::eReal); +- InitButtonEvent(contextMenuEvent, aEvent); +- contextMenuEvent.pressure = mLastMotionPressure; +- DispatchInputEvent(&contextMenuEvent); ++ if (!nsBaseWidget::ShowContextMenuAfterMouseUp()) { ++ DispatchContextMenuEventFromMouseEvent(domButton, aEvent); + } + } + +@@ -2848,6 +2856,11 @@ nsWindow::OnButtonReleaseEvent(GdkEventButton *aEvent) + + DispatchInputEvent(&event); + mLastMotionPressure = pressure; ++ ++ // right menu click on linux should also pop up a context menu ++ if (nsBaseWidget::ShowContextMenuAfterMouseUp()) { ++ DispatchContextMenuEventFromMouseEvent(domButton, aEvent); ++ } + } + + void +diff --git widget/gtk/nsWindow.h widget/gtk/nsWindow.h +index 0fafc8994579..7a28e3260c0f 100644 +--- widget/gtk/nsWindow.h ++++ widget/gtk/nsWindow.h +@@ -245,6 +245,8 @@ private: + + void UpdateClientOffset(); + ++ void DispatchContextMenuEventFromMouseEvent(uint16_t domButton, ++ GdkEventButton *aEvent); + public: + void ThemeChanged(void); + void OnDPIChanged(void); +diff --git widget/nsBaseWidget.cpp widget/nsBaseWidget.cpp +index c0694714c69d..4a1320fe23d5 100644 +--- widget/nsBaseWidget.cpp ++++ widget/nsBaseWidget.cpp +@@ -1218,6 +1218,22 @@ nsBaseWidget::DispatchEventToAPZOnly(mozilla::WidgetInputEvent* aEvent) + } + } + ++// static ++bool ++nsBaseWidget::ShowContextMenuAfterMouseUp() ++{ ++ static bool gContextMenuAfterMouseUp = false; ++ static bool gContextMenuAfterMouseUpCached = false; ++ if (!gContextMenuAfterMouseUpCached) { ++ Preferences::AddBoolVarCache(&gContextMenuAfterMouseUp, ++ "ui.context_menus.after_mouseup", ++ false); ++ ++ gContextMenuAfterMouseUpCached = true; ++ } ++ return gContextMenuAfterMouseUp; ++} ++ + nsIDocument* + nsBaseWidget::GetDocument() const + { +diff --git widget/nsBaseWidget.h widget/nsBaseWidget.h +index f4e8e3d78330..3cb56f38b6ce 100644 +--- widget/nsBaseWidget.h ++++ widget/nsBaseWidget.h +@@ -417,6 +417,12 @@ public: + void RecvScreenPixels(mozilla::ipc::Shmem&& aMem, const ScreenIntSize& aSize) override {}; + #endif + ++ /** ++ * Whether context menus should only appear on mouseup instead of mousedown, ++ * on OSes where they normally appear on mousedown (macOS, *nix). ++ */ ++ static bool ShowContextMenuAfterMouseUp(); ++ + protected: + // These are methods for CompositorWidgetWrapper, and should only be + // accessed from that class. Derived widgets can choose which methods to Added: head/www/waterfox/files/patch-bug1381815 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1381815 Mon Feb 26 18:56:14 2018 (r463037) @@ -0,0 +1,278 @@ +commit 165fab2f8596 +Author: Jan Horak +Date: Tue Oct 10 13:35:56 2017 +0200 + + Bug 1381815 - fixing dimensions of radio and checkbox for GTK 3.20+; r=karlt + + In the GTK < 3.20 the size of radio and checkbox toggle is determined by indicator + spacing and indicator size. By GTK 3.20+ it is replaced by standard box model + (padding, margin, border). The patch fixes that while keeping the functionality + for older GTK. The values are also cached by similar way as scrollbar metrics + are cached now. + + The focus is no longer rendered by GTK but by Mozilla code, so the extra + size for toggles has been removed from GetExtraSizeForWidget and toggles + no longer render focus indicator. + + MozReview-Commit-ID: 1Wg5AgHy1Vz + + --HG-- + extra : rebase_source : 81437f45b7d32555942d21fccc9de4a561d85111 +--- + widget/gtk/gtk3drawing.cpp | 121 ++++++++++++++++++++++++++++++---------- + widget/gtk/gtkdrawing.h | 14 +++++ + widget/gtk/nsNativeThemeGTK.cpp | 32 +---------- + 3 files changed, 107 insertions(+), 60 deletions(-) + +diff --git widget/gtk/gtk3drawing.cpp widget/gtk/gtk3drawing.cpp +index 4c562b380095..7968aef920f6 100644 +--- widget/gtk/gtk3drawing.cpp ++++ widget/gtk/gtk3drawing.cpp +@@ -22,6 +22,8 @@ static gboolean checkbox_check_state; + static gboolean notebook_has_tab_gap; + + static ScrollbarGTKMetrics sScrollbarMetrics[2]; ++static ToggleGTKMetrics sCheckboxMetrics; ++static ToggleGTKMetrics sRadioMetrics; + + #define ARROW_UP 0 + #define ARROW_DOWN G_PI +@@ -110,6 +112,8 @@ moz_gtk_refresh() + + sScrollbarMetrics[GTK_ORIENTATION_HORIZONTAL].initialized = false; + sScrollbarMetrics[GTK_ORIENTATION_VERTICAL].initialized = false; ++ sCheckboxMetrics.initialized = false; ++ sRadioMetrics.initialized = false; + } + + gint +@@ -308,33 +312,21 @@ moz_gtk_toggle_paint(cairo_t *cr, GdkRectangle* rect, + gboolean isradio, GtkTextDirection direction) + { + GtkStateFlags state_flags = GetStateFlagsFromGtkWidgetState(state); +- gint indicator_size, indicator_spacing; + gint x, y, width, height; +- gint focus_x, focus_y, focus_width, focus_height; + GtkStyleContext *style; + +- GtkWidget *widget = GetWidget(isradio ? MOZ_GTK_RADIOBUTTON_CONTAINER : +- MOZ_GTK_CHECKBUTTON_CONTAINER); +- gtk_widget_style_get(widget, +- "indicator_size", &indicator_size, +- "indicator_spacing", &indicator_spacing, +- nullptr); ++ const ToggleGTKMetrics* metrics = GetToggleMetrics(isradio); + + // XXX we should assert rect->height >= indicator_size too + // after bug 369581 is fixed. +- MOZ_ASSERT(rect->width >= indicator_size, ++ MOZ_ASSERT(rect->width >= metrics->minSizeWithBorder.width, + "GetMinimumWidgetSize was ignored"); + + // Paint it center aligned in the rect. +- x = rect->x + (rect->width - indicator_size) / 2; +- y = rect->y + (rect->height - indicator_size) / 2; +- width = indicator_size; +- height = indicator_size; +- +- focus_x = x - indicator_spacing; +- focus_y = y - indicator_spacing; +- focus_width = width + 2 * indicator_spacing; +- focus_height = height + 2 * indicator_spacing; ++ width = metrics->minSizeWithBorder.width; ++ height = metrics->minSizeWithBorder.height; ++ x = rect->x + (rect->width - width) / 2; ++ y = rect->y + (rect->height - height) / 2; + + if (selected) + state_flags = static_cast(state_flags|checkbox_check_state); +@@ -348,20 +340,25 @@ moz_gtk_toggle_paint(cairo_t *cr, GdkRectangle* rect, + if (gtk_check_version(3, 20, 0) == nullptr) { + gtk_render_background(style, cr, x, y, width, height); + gtk_render_frame(style, cr, x, y, width, height); +- } +- +- if (isradio) { +- gtk_render_option(style, cr, x, y, width, height); +- if (state->focused) { +- gtk_render_focus(style, cr, focus_x, focus_y, +- focus_width, focus_height); ++ // Indicator is inset by the toggle's padding and border. ++ gint indicator_x = x + metrics->borderAndPadding.left; ++ gint indicator_y = y + metrics->borderAndPadding.top; ++ gint indicator_width = metrics->minSizeWithBorder.width - ++ metrics->borderAndPadding.left - metrics->borderAndPadding.right; ++ gint indicator_height = metrics->minSizeWithBorder.height - ++ metrics->borderAndPadding.top - metrics->borderAndPadding.bottom; ++ if (isradio) { ++ gtk_render_option(style, cr, indicator_x, indicator_y, ++ indicator_width, indicator_height); ++ } else { ++ gtk_render_check(style, cr, indicator_x, indicator_y, ++ indicator_width, indicator_height); + } +- } +- else { +- gtk_render_check(style, cr, x, y, width, height); +- if (state->focused) { +- gtk_render_focus(style, cr, +- focus_x, focus_y, focus_width, focus_height); ++ } else { ++ if (isradio) { ++ gtk_render_option(style, cr, x, y, width, height); ++ } else { ++ gtk_render_check(style, cr, x, y, width, height); + } + } + +@@ -2514,6 +2511,68 @@ SizeFromLengthAndBreadth(GtkOrientation aOrientation, + MozGtkSize({aLength, aBreadth}) : MozGtkSize({aBreadth, aLength}); + } + ++const ToggleGTKMetrics* ++GetToggleMetrics(bool isRadio) ++{ ++ ToggleGTKMetrics* metrics; ++ if (isRadio) { ++ metrics = &sRadioMetrics; ++ } else { *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@freebsd.org Mon Feb 26 19:18:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF8EEF3C3E4; Mon, 26 Feb 2018 19:18:46 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 675FE845B9; Mon, 26 Feb 2018 19:18:46 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5DEC91F8DE; Mon, 26 Feb 2018 19:18:46 +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 w1QJIkYF024906; Mon, 26 Feb 2018 19:18:46 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QJIkwr024905; Mon, 26 Feb 2018 19:18:46 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802261918.w1QJIkwr024905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 26 Feb 2018 19:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463039 - head/www/py-kallithea X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/www/py-kallithea X-SVN-Commit-Revision: 463039 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 19:18:46 -0000 Author: amdmi3 Date: Mon Feb 26 19:18:46 2018 New Revision: 463039 URL: https://svnweb.freebsd.org/changeset/ports/463039 Log: - Fix shebangs Approved by: portmgr blanket Modified: head/www/py-kallithea/Makefile Modified: head/www/py-kallithea/Makefile ============================================================================== --- head/www/py-kallithea/Makefile Mon Feb 26 18:57:17 2018 (r463038) +++ head/www/py-kallithea/Makefile Mon Feb 26 19:18:46 2018 (r463039) @@ -3,7 +3,7 @@ PORTNAME= kallithea PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -39,7 +39,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}waitress>=0.8.8:ww ${PYTHON_PKGNAMEPREFIX}bcrypt>=0.3.0:security/py-bcrypt@${FLAVOR} \ mercurial>=2.9:devel/mercurial -USES= python:2.7 +USES= python:2.7 shebangfix +SHEBANG_FILES= kallithea/tests/scripts/manual_test_crawler.py USE_PYTHON= distutils autoplist NO_ARCH= yes From owner-svn-ports-head@freebsd.org Mon Feb 26 19:23:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 912CCF3C987; Mon, 26 Feb 2018 19:23:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E58C84BCB; Mon, 26 Feb 2018 19:23:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 38A2E1FA79; Mon, 26 Feb 2018 19:23:23 +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 w1QJNNXF030070; Mon, 26 Feb 2018 19:23:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QJNNGE030069; Mon, 26 Feb 2018 19:23:23 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802261923.w1QJNNGE030069@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 26 Feb 2018 19:23:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463040 - head/sysutils/pc-networkmanager X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/sysutils/pc-networkmanager X-SVN-Commit-Revision: 463040 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 19:23:23 -0000 Author: amdmi3 Date: Mon Feb 26 19:23:22 2018 New Revision: 463040 URL: https://svnweb.freebsd.org/changeset/ports/463040 Log: - Fix shebangs Approved by: portmgr blanket Modified: head/sysutils/pc-networkmanager/Makefile Modified: head/sysutils/pc-networkmanager/Makefile ============================================================================== --- head/sysutils/pc-networkmanager/Makefile Mon Feb 26 19:18:46 2018 (r463039) +++ head/sysutils/pc-networkmanager/Makefile Mon Feb 26 19:23:22 2018 (r463040) @@ -2,6 +2,7 @@ PORTNAME= pc-networkmanager PORTVERSION= 201710031301 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= jt@ixsystems.com @@ -19,6 +20,7 @@ CONFLICTS= pcbsd-utils* MAKE_JOBS_UNSAFE= yes USES= qmake shebangfix tar:xz +SHEBANG_FILES= src/NetworkManager/resources/umts_stick USE_LDCONFIG= yes USE_QT5= core gui network svg linguist \ buildtools x11extras widgets From owner-svn-ports-head@freebsd.org Mon Feb 26 19:23:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43705F3C9E8; Mon, 26 Feb 2018 19:23:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EAB4884C9C; Mon, 26 Feb 2018 19:23:44 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E5A7F1FA7A; Mon, 26 Feb 2018 19:23:44 +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 w1QJNiFB030167; Mon, 26 Feb 2018 19:23:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QJNiJZ030166; Mon, 26 Feb 2018 19:23:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802261923.w1QJNiJZ030166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 26 Feb 2018 19:23:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463041 - head/sysutils/hatop X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/sysutils/hatop X-SVN-Commit-Revision: 463041 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 19:23:45 -0000 Author: amdmi3 Date: Mon Feb 26 19:23:44 2018 New Revision: 463041 URL: https://svnweb.freebsd.org/changeset/ports/463041 Log: - Fix shebangs - Add NO_ARCH - Switch to options helpers Approved by: portmgr blanket Modified: head/sysutils/hatop/Makefile Modified: head/sysutils/hatop/Makefile ============================================================================== --- head/sysutils/hatop/Makefile Mon Feb 26 19:23:22 2018 (r463040) +++ head/sysutils/hatop/Makefile Mon Feb 26 19:23:44 2018 (r463041) @@ -3,7 +3,7 @@ PORTNAME= hatop PORTVERSION= 0.7.7 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= sysutils net @@ -14,8 +14,10 @@ LICENSE= GPLv3+ RUN_DEPENDS= ${LOCALBASE}/sbin/haproxy:net/haproxy -USES= python:2.7 +USES= python:2.7 shebangfix +SHEBANG_FILES= bin/hatop NO_BUILD= yes +NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= feurix @@ -29,7 +31,9 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/hatop ${STAGEDIR}${PREFIX}/bin/hatop ${INSTALL_MAN} ${WRKSRC}/man/hatop.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${MKDIR} ${STAGEDIR}${DOCSDIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) .include From owner-svn-ports-head@freebsd.org Mon Feb 26 19:24:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE7EEF3CA6A; Mon, 26 Feb 2018 19:24:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6041E84D9B; Mon, 26 Feb 2018 19:24:14 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B1F91FA7B; Mon, 26 Feb 2018 19:24:14 +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 w1QJOE55030272; Mon, 26 Feb 2018 19:24:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QJOEmq030271; Mon, 26 Feb 2018 19:24:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802261924.w1QJOEmq030271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 26 Feb 2018 19:24:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463042 - head/ports-mgmt/pkg-plist X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/ports-mgmt/pkg-plist X-SVN-Commit-Revision: 463042 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 19:24:14 -0000 Author: amdmi3 Date: Mon Feb 26 19:24:14 2018 New Revision: 463042 URL: https://svnweb.freebsd.org/changeset/ports/463042 Log: - Fix shebangs Approved by: portmgr blanket Modified: head/ports-mgmt/pkg-plist/Makefile Modified: head/ports-mgmt/pkg-plist/Makefile ============================================================================== --- head/ports-mgmt/pkg-plist/Makefile Mon Feb 26 19:23:44 2018 (r463041) +++ head/ports-mgmt/pkg-plist/Makefile Mon Feb 26 19:24:14 2018 (r463042) @@ -3,7 +3,7 @@ PORTNAME= pkg-plist PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt python MASTER_SITES= http://code.arp242.net/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ @@ -12,7 +12,8 @@ COMMENT= Generate a pkg-plist for a port LICENSE= MIT -USES= python +USES= python:run shebangfix +SHEBANG_FILES= pkg-plist NO_BUILD= yes WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} From owner-svn-ports-head@freebsd.org Mon Feb 26 19:33:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E63ECF3D4EA; Mon, 26 Feb 2018 19:33:21 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9419D857E1; Mon, 26 Feb 2018 19:33:21 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8F0941FC31; Mon, 26 Feb 2018 19:33:21 +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 w1QJXLSd035135; Mon, 26 Feb 2018 19:33:21 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QJXLis035134; Mon, 26 Feb 2018 19:33:21 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802261933.w1QJXLis035134@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 26 Feb 2018 19:33:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463043 - head/Mk/Uses X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/Mk/Uses X-SVN-Commit-Revision: 463043 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 19:33:22 -0000 Author: antoine Date: Mon Feb 26 19:33:21 2018 New Revision: 463043 URL: https://svnweb.freebsd.org/changeset/ports/463043 Log: Remove support for deprecated USES=python:2 and USES=python:3 PR: 225752 With hat: portmgr Modified: head/Mk/Uses/python.mk Modified: head/Mk/Uses/python.mk ============================================================================== --- head/Mk/Uses/python.mk Mon Feb 26 19:24:14 2018 (r463042) +++ head/Mk/Uses/python.mk Mon Feb 26 19:33:21 2018 (r463043) @@ -10,15 +10,13 @@ # # version If your port requires only some set of Python versions, you # can set this to [min]-[max] or min+ or -max or as an -# explicit version or as a meta port version (eg. 3.3-3.4 for -# [min]-[max], 2.7+ or -3.3 for min+ and -max, 2.7 for an -# explicit version or 3 for a meta port version). Example: +# explicit version (eg. 3.3-3.4 for [min]-[max], 2.7+ or -3.3 +# for min+ and -max, 2.7 for an explicit version). Example: # # USES=python:2.7 # Only use Python 2.7 # USES=python:3.3+ # Use Python 3.3 or newer # USES=python:3.3-3.4 # Use Python 3.3 or 3.4 # USES=python:-3.3 # Use any Python up to 3.3 -# USES=python:2 # Use the Python 2 meta port # USES=python # Use the set default Python # # version # @@ -306,15 +304,10 @@ _PYTHON_TEST_DEP= yes WARNING+= "PYTHON_DEFAULT must be a version present in PYTHON2_DEFAULT or PYTHON3_DEFAULT, if you want more Python flavors, set BUILD_ALL_PYTHON_FLAVORS in your make.conf" .endif -# Keep this before the FLAVOR selection to get the meta port dependency. .if ${_PYTHON_ARGS} == "2" -_PYTHON_ARGS= ${PYTHON2_DEFAULT} -_WANTS_META_PORT= 2 -DEV_WARNING+= "USES=python:2 is deprecated, use USES=python:2.7" +DEV_ERROR+= "USES=python:2 is no longer supported, use USES=python:2.7" .elif ${_PYTHON_ARGS} == "3" -_PYTHON_ARGS= ${PYTHON3_DEFAULT} -_WANTS_META_PORT= 3 -DEV_WARNING+= "USES=python:3 is deprecated, use USES=python:3.4+ or an appropriate version range" +DEV_ERROR+= "USES=python:3 is no longer supported, use USES=python:3.4+ or an appropriate version range" .endif # ${_PYTHON_ARGS} == "2" .if defined(PYTHON_VERSION) @@ -682,9 +675,6 @@ PY_BOOST= lib${PY_BOOST_LIB}.so:devel/boost-python-lib .for _stage in PATCH BUILD RUN TEST . if defined(_PYTHON_${_stage}_DEP) ${_stage}_DEPENDS+= ${PYTHON_CMD}:${PYTHON_PORTSDIR} -. if defined(_WANTS_META_PORT) -${_stage}_DEPENDS+= python${_WANTS_META_PORT}:${_PYTHON_RELPORTDIR}${_WANTS_META_PORT} -. endif . endif .endfor From owner-svn-ports-head@freebsd.org Mon Feb 26 19:39:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA1C8F3DCBE; Mon, 26 Feb 2018 19:39:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9FAC785B70; Mon, 26 Feb 2018 19:39:24 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 962111FC36; Mon, 26 Feb 2018 19:39:24 +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 w1QJdOUq035437; Mon, 26 Feb 2018 19:39:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QJdORB035436; Mon, 26 Feb 2018 19:39:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802261939.w1QJdORB035436@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 26 Feb 2018 19:39:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463044 - head/www/py-django-picklefield X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/www/py-django-picklefield X-SVN-Commit-Revision: 463044 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 19:39:25 -0000 Author: antoine Date: Mon Feb 26 19:39:24 2018 New Revision: 463044 URL: https://svnweb.freebsd.org/changeset/ports/463044 Log: Switch django-picklefield back to django 1.8 as all ports depending on it use django 1.8 Reported by: pkg-fallout (via django-constance) With hat: portmgr Modified: head/www/py-django-picklefield/Makefile Modified: head/www/py-django-picklefield/Makefile ============================================================================== --- head/www/py-django-picklefield/Makefile Mon Feb 26 19:33:21 2018 (r463043) +++ head/www/py-django-picklefield/Makefile Mon Feb 26 19:39:24 2018 (r463044) @@ -3,6 +3,7 @@ PORTNAME= django-picklefield PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Pickled object field for Django LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils From owner-svn-ports-head@freebsd.org Mon Feb 26 20:16:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 402F0F03181; Mon, 26 Feb 2018 20:16:13 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E6B1A873C1; Mon, 26 Feb 2018 20:16:12 +0000 (UTC) (envelope-from cy@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E19CE202B3; Mon, 26 Feb 2018 20:16:12 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QKGCPc054957; Mon, 26 Feb 2018 20:16:12 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QKGCcb054956; Mon, 26 Feb 2018 20:16:12 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201802262016.w1QKGCcb054956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 26 Feb 2018 20:16:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463045 - head/security/krb5 X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/security/krb5 X-SVN-Commit-Revision: 463045 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 20:16:13 -0000 Author: cy Date: Mon Feb 26 20:16:12 2018 New Revision: 463045 URL: https://svnweb.freebsd.org/changeset/ports/463045 Log: Make krb5-116 default. Modified: head/security/krb5/Makefile (contents, props changed) Modified: head/security/krb5/Makefile ============================================================================== --- head/security/krb5/Makefile Mon Feb 26 19:39:24 2018 (r463044) +++ head/security/krb5/Makefile Mon Feb 26 20:16:12 2018 (r463045) @@ -1,7 +1,7 @@ # $FreeBSD$ VERSIONS= 114 115 116 -KRB5_VERSION?= 115 +KRB5_VERSION?= 116 MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION} From owner-svn-ports-head@freebsd.org Mon Feb 26 20:19:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FF74F035A0; Mon, 26 Feb 2018 20:19:52 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B9B2875C9; Mon, 26 Feb 2018 20:19:52 +0000 (UTC) (envelope-from cy@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 127BE202B4; Mon, 26 Feb 2018 20:19:52 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QKJp5g055176; Mon, 26 Feb 2018 20:19:51 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QKJp6G055174; Mon, 26 Feb 2018 20:19:51 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201802262019.w1QKJp6G055174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 26 Feb 2018 20:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463046 - head/sysutils/smartmontools/files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/sysutils/smartmontools/files X-SVN-Commit-Revision: 463046 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 20:19:52 -0000 Author: cy Date: Mon Feb 26 20:19:51 2018 New Revision: 463046 URL: https://svnweb.freebsd.org/changeset/ports/463046 Log: Fix build under -CURRENT following Sr329824. This commit does not address big endian support, which will be addressed by a separate revision and commit. This commit (and revision) only addresses build breakage due to Sr329824. Approved by: imp, wma, kan, mst_semihalf.com (Michal Stanek) Differential Revision: https://reviews.freebsd.org/D14483 Added: head/sysutils/smartmontools/files/patch-freebsd__nvme__ioctl.h (contents, props changed) Modified: head/sysutils/smartmontools/files/patch-os__freebsd.cpp (contents, props changed) Added: head/sysutils/smartmontools/files/patch-freebsd__nvme__ioctl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/smartmontools/files/patch-freebsd__nvme__ioctl.h Mon Feb 26 20:19:51 2018 (r463046) @@ -0,0 +1,13 @@ +--- freebsd_nvme_ioctl.h.orig 2017-09-20 10:34:38.000000000 -0700 ++++ freebsd_nvme_ioctl.h 2018-02-22 23:04:32.250104000 -0800 +@@ -148,8 +148,10 @@ + #include + #endif + ++#if __FreeBSD_version < 1200058 + #define nvme_completion_is_error(cpl) \ + ((cpl)->status.sc != 0 || (cpl)->status.sct != 0) ++#endif + + #define NVME_CTRLR_PREFIX "/dev/nvme" + #define NVME_NS_PREFIX "ns" Modified: head/sysutils/smartmontools/files/patch-os__freebsd.cpp ============================================================================== --- head/sysutils/smartmontools/files/patch-os__freebsd.cpp Mon Feb 26 20:16:12 2018 (r463045) +++ head/sysutils/smartmontools/files/patch-os__freebsd.cpp Mon Feb 26 20:19:51 2018 (r463046) @@ -1,6 +1,14 @@ ---- os_freebsd.cpp.orig 2017-04-24 16:34:16 UTC -+++ os_freebsd.cpp -@@ -484,7 +484,7 @@ bool freebsd_nvme_device::open() +--- os_freebsd.cpp.orig 2017-04-24 09:34:16.000000000 -0700 ++++ os_freebsd.cpp 2018-02-22 23:01:44.118712000 -0800 +@@ -15,6 +15,7 @@ + * + */ + ++#include + #include + #include + #include +@@ -484,7 +485,7 @@ } nsid = 0xFFFFFFFF; // broadcast id } @@ -9,3 +17,16 @@ &ctrlid, &nsid, &tmp) == 2) { if(ctrlid < 0 || nsid < 0) { +@@ -521,7 +522,11 @@ + struct nvme_pt_command pt; + memset(&pt, 0, sizeof(pt)); + +- pt.cmd.opc = in.opcode; ++#if __FreeBSD_version >= 1200058 ++ pt.cmd.opc_fuse = NVME_CMD_SET_OPC(in.opcode); ++#else ++ pt.cmd.opc_fuse = in.opcode; ++#endif + pt.cmd.nsid = in.nsid; + pt.buf = in.buffer; + pt.len = in.size; From owner-svn-ports-head@freebsd.org Mon Feb 26 20:45:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8216F1E4AB; Mon, 26 Feb 2018 20:45:53 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 153D7686C3; Mon, 26 Feb 2018 20:45:52 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 20916112 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 26 Feb 2018 13:45:49 -0700 (MST) Content-Type: text/plain; charset=us-ascii; delsp=yes; format=flowed Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: svn commit: r462376 - in head: . emulators emulators/wine-staging From: Adam Weinberger In-Reply-To: Date: Mon, 26 Feb 2018 13:45:48 -0700 Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: References: <201802200837.w1K8b1QY087980@repo.freebsd.org> <20180220123937.qvahs2zdvvjritel@ogg.in.absolight.net> To: Gerald Pfeifer X-Mailer: Apple Mail (2.3445.5.20) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 20:45:54 -0000 > On 26 Feb, 2018, at 7:11, Gerald Pfeifer wrote: > > I did not get any INDEX failure message at all. Not a single one. > Or I would have jumped on it right away. Ah, are you perchance not subscribed to ports@? I think the INDEX message only goes there. Perhaps the script could be improved to Cc everybody on the hook. # Adam -- dam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Mon Feb 26 20:48:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFBB1F1E9DA; Mon, 26 Feb 2018 20:48:02 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C2236892B; Mon, 26 Feb 2018 20:48:02 +0000 (UTC) (envelope-from zeising@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 921C1207A4; Mon, 26 Feb 2018 20:48:02 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QKm20a070093; Mon, 26 Feb 2018 20:48:02 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QKm2jN070089; Mon, 26 Feb 2018 20:48:02 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201802262048.w1QKm2jN070089@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 26 Feb 2018 20:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463047 - head/graphics/imlib2 X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/graphics/imlib2 X-SVN-Commit-Revision: 463047 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 20:48:03 -0000 Author: zeising Date: Mon Feb 26 20:48:01 2018 New Revision: 463047 URL: https://svnweb.freebsd.org/changeset/ports/463047 Log: Update graphics/imlib2 to 1.5.0. Make dependencies and configure flags explicit on/off instead of automatic. Fix up the gif dependency, it was always automatic, even when turned off. Modified: head/graphics/imlib2/Makefile head/graphics/imlib2/distinfo head/graphics/imlib2/pkg-plist Modified: head/graphics/imlib2/Makefile ============================================================================== --- head/graphics/imlib2/Makefile Mon Feb 26 20:19:51 2018 (r463046) +++ head/graphics/imlib2/Makefile Mon Feb 26 20:48:01 2018 (r463047) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= imlib2 -PORTVERSION= 1.4.10 -PORTREVISION= 1 +PORTVERSION= 1.5.0 PORTEPOCH= 2 CATEGORIES= graphics enlightenment MASTER_SITES= SF/enlightenment/imlib2-src/${PORTVERSION} @@ -23,7 +22,8 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip USES= libtool pathfix pkgconfig tar:bzip2 -CONFIGURE_ARGS= --enable-visibility-hiding --disable-static +CONFIGURE_ARGS= --enable-visibility-hiding --disable-static \ + --with-zlib --with-bzip2 CONFIGURE_ENV= ac_cv_lib_dl_dlopen=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -32,22 +32,28 @@ OPTIONS_DEFINE= JPEG PNG TIFF GIF ID3 X11 OPTIONS_DEFAULT= JPEG PNG TIFF GIF ID3 X11 OPTIONS_SUB= yes -X11_USE= XORG=x11,sm,xext -X11_CONFIGURE_OFF= --without-x +X11_USE= XORG=x11,sm,xcb,xext +X11_CONFIGURE_ON= --with-x --with-x-shm-fd +X11_CONFIGURE_OFF= --without-x --without-x-shm-fd JPEG_USES= jpeg +JPEG_CONFIGURE_ON= --with-jpeg JPEG_CONFIGURE_OFF= --without-jpeg PNG_LIB_DEPENDS= libpng.so:graphics/png +PNG_CONFIGURE_ON= --with-png PNG_CONFIGURE_OFF= --without-png TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff +TIFF_CONFIGURE_ON= --with-tiff TIFF_CONFIGURE_OFF= --without-tiff GIF_LIB_DEPENDS= libgif.so:graphics/giflib -GIF_CONFIGURE_ARGS= --without-gif +GIF_CONFIGURE_ON= --with-gif +GIF_CONFIGURE_OFF= --without-gif ID3_LIB_DEPENDS= libid3tag.so:audio/libid3tag +ID3_CONFIGURE_ON= --with-id3 ID3_CONFIGURE_OFF= --without-id3 .include Modified: head/graphics/imlib2/distinfo ============================================================================== --- head/graphics/imlib2/distinfo Mon Feb 26 20:19:51 2018 (r463046) +++ head/graphics/imlib2/distinfo Mon Feb 26 20:48:01 2018 (r463047) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506520243 -SHA256 (imlib2-1.4.10.tar.bz2) = 3f698cd285cbbfc251c1d6405f249b99fafffafa5e0a5ecf0ca7ae49bbc0a272 -SIZE (imlib2-1.4.10.tar.bz2) = 923420 +TIMESTAMP = 1519669638 +SHA256 (imlib2-1.5.0.tar.bz2) = 15f1a20742107961b5076fdbf1ceaa9eeebc7c5bea6c117c8406a1cbcb42e24d +SIZE (imlib2-1.5.0.tar.bz2) = 926692 Modified: head/graphics/imlib2/pkg-plist ============================================================================== --- head/graphics/imlib2/pkg-plist Mon Feb 26 20:19:51 2018 (r463046) +++ head/graphics/imlib2/pkg-plist Mon Feb 26 20:48:01 2018 (r463047) @@ -27,7 +27,7 @@ lib/imlib2/loaders/xpm.so lib/imlib2/loaders/zlib.so lib/libImlib2.so lib/libImlib2.so.1 -lib/libImlib2.so.1.4.10 +lib/libImlib2.so.1.5.0 libdata/pkgconfig/imlib2.pc %%DATADIR%%/data/fonts/cinema.ttf %%DATADIR%%/data/fonts/grunge.ttf From owner-svn-ports-head@freebsd.org Mon Feb 26 20:48:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAFB5F1EAB9; Mon, 26 Feb 2018 20:48:26 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8989968A2D; Mon, 26 Feb 2018 20:48:26 +0000 (UTC) (envelope-from zeising@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84513207A5; Mon, 26 Feb 2018 20:48:26 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QKmQ2P070226; Mon, 26 Feb 2018 20:48:26 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QKmQh3070224; Mon, 26 Feb 2018 20:48:26 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201802262048.w1QKmQh3070224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 26 Feb 2018 20:48:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463048 - head/graphics/imlib2_loaders X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/graphics/imlib2_loaders X-SVN-Commit-Revision: 463048 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 20:48:27 -0000 Author: zeising Date: Mon Feb 26 20:48:26 2018 New Revision: 463048 URL: https://svnweb.freebsd.org/changeset/ports/463048 Log: Update graphics/imlib2_loaders to 1.5.0 Modified: head/graphics/imlib2_loaders/Makefile head/graphics/imlib2_loaders/distinfo Modified: head/graphics/imlib2_loaders/Makefile ============================================================================== --- head/graphics/imlib2_loaders/Makefile Mon Feb 26 20:48:01 2018 (r463047) +++ head/graphics/imlib2_loaders/Makefile Mon Feb 26 20:48:26 2018 (r463048) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= imlib2_loaders -PORTVERSION= 1.4.10 +PORTVERSION= 1.5.0 PORTEPOCH= 2 CATEGORIES= graphics enlightenment MASTER_SITES= SF/enlightenment/imlib2-src/${PORTVERSION} Modified: head/graphics/imlib2_loaders/distinfo ============================================================================== --- head/graphics/imlib2_loaders/distinfo Mon Feb 26 20:48:01 2018 (r463047) +++ head/graphics/imlib2_loaders/distinfo Mon Feb 26 20:48:26 2018 (r463048) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506520027 -SHA256 (imlib2_loaders-1.4.10.tar.bz2) = 15c51e649fb1ee829a1cc00fe34c861627026503bc534be081d6b74a85964cfe -SIZE (imlib2_loaders-1.4.10.tar.bz2) = 306383 +TIMESTAMP = 1519669750 +SHA256 (imlib2_loaders-1.5.0.tar.bz2) = ecc0a7f9631a9fd82f541af1fb0ec64fdf9cf73113fde2a234ec46c4bb77212d +SIZE (imlib2_loaders-1.5.0.tar.bz2) = 307244 From owner-svn-ports-head@freebsd.org Mon Feb 26 20:55:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0274AF21595; Mon, 26 Feb 2018 20:55:53 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 A62CF69147; Mon, 26 Feb 2018 20:55:52 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 91C5E3F748; Mon, 26 Feb 2018 15:55:51 -0500 (EST) Received: from anthias (vie-188-118-240-174.dsl.sil.at [188.118.240.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 989D23F662; Mon, 26 Feb 2018 15:55:50 -0500 (EST) Date: Mon, 26 Feb 2018 21:55:48 +0100 (CET) From: Gerald Pfeifer To: Adam Weinberger cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462376 - in head: . emulators emulators/wine-staging In-Reply-To: Message-ID: References: <201802200837.w1K8b1QY087980@repo.freebsd.org> <20180220123937.qvahs2zdvvjritel@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 20:55:53 -0000 On Mon, 26 Feb 2018, Adam Weinberger wrote: >>I did not get any INDEX failure message at all. Not a single one. > Ah, are you perchance not subscribed to ports@? I think the INDEX message only > goes there. Perhaps the script could be improved to Cc everybody on the hook. Yes, that would be great. Actually To:ing those on the hook and Cc:ing ports@ would be my recommendation. (Rationale: Direct mails tend to directly arrive in inboxes, whereas mailing lists often are sorted somewhere else, where it'll be read later.) Gerald From owner-svn-ports-head@freebsd.org Mon Feb 26 21:24:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE9ABF23983 for ; Mon, 26 Feb 2018 21:24:05 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (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 42BDC6A26C for ; Mon, 26 Feb 2018 21:24:05 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-io0-x231.google.com with SMTP id h23so8237823iob.11 for ; Mon, 26 Feb 2018 13:24:05 -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; bh=J28TnIK/AomVc9xg+YQo64OK3e1qBBTL6bh/D5P4Gao=; b=uAvmRfBBQfmw2CxXOlNQ3kuG3SDy6bjTqBuSpVR17PAxYUjNzL6YZCHH2IB12tRghU PvxMQ2UuXJnapRNAD5pdhdSfC/dW0wOnEVnXzicTGfFTv8npFExE0eovsmS0se1QyHpV +g1csbC8dA9iSHULx6sx28YTqtR0Ah0gWSShYHQnZAfPH79KztV4Jg/CcuGulzOebDgV E2NhGjQK/mLJbo25n2cwz/NiXUffAxyRLpDg/fo47ehTdVmI5RlytOQW7wSghWUMyc9h TxN3GEBQAzud3kLe8r852rWS1kZwGWSoMZyZXzCNBOqXIz4mNVYEx0Ltuta3Ujm2ePf/ VhdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=J28TnIK/AomVc9xg+YQo64OK3e1qBBTL6bh/D5P4Gao=; b=TSv09uBRh350DkrlxVlcf1mcGDd6XqpX+RmmDhRmPpQmzoXluALJ+mYVpk5OguZ7+y XhjVkTEbb0PScr2f5rU1CmHnT/s1PttVWz9vHEORXP/2EBhiJVucD2egUz615ho5LOkZ +OvXrCR//pYjChjLaunZxG/0kvLtJNwyKKsyGyUmnHBWKohhOtlIgCNim4mmanSMf+Bp TCuDAOgYPXK72Zr/akugNWnRNJ+9IZ0jcIl/SfMSHT0cNzni/xRDWwx8exlTcKpUbvx4 VlQA6uqKJFFuuWiLH1wUt6jGeBOg0j+AWEfgvGHFeWHP3j4WaDU+pVce+wZUBGwXmfOn yzGw== X-Gm-Message-State: APf1xPAX49H22rZfmraQQENDUP9H79sIbnmuMcgSlq6tCkMPBeZs1UH9 Y49M2nBh2rhuMYOCswlSX8GFae1IxDpyNWjHM/ZQoQ== X-Google-Smtp-Source: AG47ELvqp7hG1kWnEUOGRH9BqbyqkiZh+6WycSJZDNJc8BMS5Kp/ngNgjB5rqYWWe4d033XumF1muhA5+YwIRqMpvGU= X-Received: by 10.107.29.3 with SMTP id d3mr13734546iod.45.1519680244375; Mon, 26 Feb 2018 13:24:04 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.2.145.7 with HTTP; Mon, 26 Feb 2018 13:23:23 -0800 (PST) In-Reply-To: <201802261939.w1QJdORB035436@repo.freebsd.org> References: <201802261939.w1QJdORB035436@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 05:23:23 +0800 X-Google-Sender-Auth: DxBDApTakqElkC00gKjV0shscCs Message-ID: Subject: Re: svn commit: r463044 - head/www/py-django-picklefield To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 21:24:05 -0000 On Tue, Feb 27, 2018 at 3:39 AM, Antoine Brodin wrote: > Author: antoine > Date: Mon Feb 26 19:39:24 2018 > New Revision: 463044 > URL: https://svnweb.freebsd.org/changeset/ports/463044 > > Log: > Switch django-picklefield back to django 1.8 as all ports depending on it > use django 1.8 > > Reported by: pkg-fallout (via django-constance) > With hat: portmgr > ultima@ notified me about this and I'm ready to do so. Thanks for fixing it. :) Regards, sunpoet > Modified: > head/www/py-django-picklefield/Makefile > > Modified: head/www/py-django-picklefield/Makefile > ============================================================ > ================== > --- head/www/py-django-picklefield/Makefile Mon Feb 26 19:33:21 2018 > (r463043) > +++ head/www/py-django-picklefield/Makefile Mon Feb 26 19:39:24 2018 > (r463044) > @@ -3,6 +3,7 @@ > > PORTNAME= django-picklefield > PORTVERSION= 1.0.0 > +PORTREVISION= 1 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > @@ -12,7 +13,7 @@ COMMENT= Pickled object field for Django > > LICENSE= MIT > > -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${ > FLAVOR} > +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@ > ${FLAVOR} > > USES= python > USE_PYTHON= autoplist concurrent distutils > > From owner-svn-ports-head@freebsd.org Mon Feb 26 21:44:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9124AF250F4; Mon, 26 Feb 2018 21:44:08 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46F526B1C0; Mon, 26 Feb 2018 21:44:08 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41AFB2117D; Mon, 26 Feb 2018 21:44:08 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QLi8qH000127; Mon, 26 Feb 2018 21:44:08 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QLi7Zp000125; Mon, 26 Feb 2018 21:44:07 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201802262144.w1QLi7Zp000125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Mon, 26 Feb 2018 21:44:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463049 - head/devel/phpunit6 X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/devel/phpunit6 X-SVN-Commit-Revision: 463049 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 21:44:08 -0000 Author: joneum Date: Mon Feb 26 21:44:07 2018 New Revision: 463049 URL: https://svnweb.freebsd.org/changeset/ports/463049 Log: devel/phpunit: Update from 6.5.6 to 6.5.7 Changelog: https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.5.md Modified: head/devel/phpunit6/Makefile head/devel/phpunit6/distinfo Modified: head/devel/phpunit6/Makefile ============================================================================== --- head/devel/phpunit6/Makefile Mon Feb 26 20:48:26 2018 (r463048) +++ head/devel/phpunit6/Makefile Mon Feb 26 21:44:07 2018 (r463049) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpunit -DISTVERSION= 6.5.6 +DISTVERSION= 6.5.7 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 6 Modified: head/devel/phpunit6/distinfo ============================================================================== --- head/devel/phpunit6/distinfo Mon Feb 26 20:48:26 2018 (r463048) +++ head/devel/phpunit6/distinfo Mon Feb 26 21:44:07 2018 (r463049) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518393379 -SHA256 (phpunit-6.5.6.phar) = ad0d5f8dfbd95ffcbfbe7fde4fa7a9d4f24fa6e070b1215faea579cdefac08f3 -SIZE (phpunit-6.5.6.phar) = 2763031 +TIMESTAMP = 1519681368 +SHA256 (phpunit-6.5.7.phar) = 4652b6052806e672f2f5670e1b46dec34ad9f5c144613f5ea222c8e3e7e9400a +SIZE (phpunit-6.5.7.phar) = 2763677 From owner-svn-ports-head@freebsd.org Mon Feb 26 21:58:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0F50F2615A; Mon, 26 Feb 2018 21:58:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 905906BF3C; Mon, 26 Feb 2018 21:58:00 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8671021332; Mon, 26 Feb 2018 21:58:00 +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 w1QLw0dV005303; Mon, 26 Feb 2018 21:58:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QLw0Vl005301; Mon, 26 Feb 2018 21:58:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802262158.w1QLw0Vl005301@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 26 Feb 2018 21:58:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463050 - in head/print: lilypond lilypond-devel X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/print: lilypond lilypond-devel X-SVN-Commit-Revision: 463050 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 21:58:01 -0000 Author: antoine Date: Mon Feb 26 21:58:00 2018 New Revision: 463050 URL: https://svnweb.freebsd.org/changeset/ports/463050 Log: Fix USES=python syntax Modified: head/print/lilypond-devel/Makefile head/print/lilypond/Makefile Modified: head/print/lilypond-devel/Makefile ============================================================================== --- head/print/lilypond-devel/Makefile Mon Feb 26 21:44:07 2018 (r463049) +++ head/print/lilypond-devel/Makefile Mon Feb 26 21:58:00 2018 (r463050) @@ -46,7 +46,7 @@ INFO= internals \ music-glossary USES= bison:build gettext ghostscript gmake pkgconfig perl5 \ - compiler:gcc-c++11-lib python:-3 + compiler:gcc-c++11-lib python:2.7 USE_CXXSTD= c++11 USE_TEX= latex texmf USE_PERL5= build Modified: head/print/lilypond/Makefile ============================================================================== --- head/print/lilypond/Makefile Mon Feb 26 21:44:07 2018 (r463049) +++ head/print/lilypond/Makefile Mon Feb 26 21:58:00 2018 (r463050) @@ -48,7 +48,7 @@ INFO= internals \ music-glossary USES= bison:build gettext ghostscript gmake pkgconfig perl5 \ - python:-3 + python:2.7 USE_TEX= latex USE_PERL5= build USE_GNOME= pango From owner-svn-ports-head@freebsd.org Mon Feb 26 22:02:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF604F26708; Mon, 26 Feb 2018 22:02:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E6C06C34C; Mon, 26 Feb 2018 22:02:16 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8956B214AE; Mon, 26 Feb 2018 22:02:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QM2GUm009947; Mon, 26 Feb 2018 22:02:16 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QM2G8n009945; Mon, 26 Feb 2018 22:02:16 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201802262202.w1QM2G8n009945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 26 Feb 2018 22:02:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463051 - head/multimedia/ffmpeg X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/ffmpeg X-SVN-Commit-Revision: 463051 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:02:17 -0000 Author: jbeich Date: Mon Feb 26 22:02:16 2018 New Revision: 463051 URL: https://svnweb.freebsd.org/changeset/ports/463051 Log: multimedia/ffmpeg: update to 3.4.2 Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ MFH: 2018Q1 (maybe security) Modified: head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/ffmpeg/distinfo (contents, props changed) Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Mon Feb 26 21:58:00 2018 (r463050) +++ head/multimedia/ffmpeg/Makefile Mon Feb 26 22:02:16 2018 (r463051) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ffmpeg -PORTVERSION= 3.4.1 -PORTREVISION= 7 +PORTVERSION= 3.4.2 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ Modified: head/multimedia/ffmpeg/distinfo ============================================================================== --- head/multimedia/ffmpeg/distinfo Mon Feb 26 21:58:00 2018 (r463050) +++ head/multimedia/ffmpeg/distinfo Mon Feb 26 22:02:16 2018 (r463051) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512943043 -SHA256 (ffmpeg-3.4.1.tar.xz) = 5a77278a63741efa74e26bf197b9bb09ac6381b9757391b922407210f0f991c0 -SIZE (ffmpeg-3.4.1.tar.xz) = 8481964 +TIMESTAMP = 1518395358 +SHA256 (ffmpeg-3.4.2.tar.xz) = 2b92e9578ef8b3e49eeab229e69305f5f4cbc1fdaa22e927fc7fca18acccd740 +SIZE (ffmpeg-3.4.2.tar.xz) = 8478376 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:02:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BDB4F267E1; Mon, 26 Feb 2018 22:02:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48FD16C4BA; Mon, 26 Feb 2018 22:02:49 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43E79214C3; Mon, 26 Feb 2018 22:02:49 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QM2ndi010136; Mon, 26 Feb 2018 22:02:49 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QM2mqu010132; Mon, 26 Feb 2018 22:02:48 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201802262202.w1QM2mqu010132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 26 Feb 2018 22:02:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463052 - in head/multimedia/libass: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/multimedia/libass: . files X-SVN-Commit-Revision: 463052 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:02:49 -0000 Author: jbeich Date: Mon Feb 26 22:02:48 2018 New Revision: 463052 URL: https://svnweb.freebsd.org/changeset/ports/463052 Log: multimedia/libass: update to 0.14.0 Changes: https://github.com/libass/libass/releases/tag/0.14.0 ABI: https://abi-laboratory.pro/tracker/timeline/libass/ Modified: head/multimedia/libass/Makefile (contents, props changed) head/multimedia/libass/distinfo (contents, props changed) head/multimedia/libass/files/patch-configure.ac (contents, props changed) head/multimedia/libass/pkg-plist (contents, props changed) Modified: head/multimedia/libass/Makefile ============================================================================== --- head/multimedia/libass/Makefile Mon Feb 26 22:02:16 2018 (r463051) +++ head/multimedia/libass/Makefile Mon Feb 26 22:02:48 2018 (r463052) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libass -PORTVERSION= 0.13.7 +PORTVERSION= 0.14.0 CATEGORIES= multimedia devel MAINTAINER= multimedia@FreeBSD.org @@ -30,7 +30,7 @@ OPTIONS_DEFINE_i386= ASM OPTIONS_DEFAULT_amd64= ASM OPTIONS_DEFAULT_i386= ASM -ASM_BUILD_DEPENDS=${LOCALBASE}/bin/yasm:devel/yasm +ASM_BUILD_DEPENDS=nasm:devel/nasm ASM_CONFIGURE_ENABLE=asm HARFBUZZ_LIB_DEPENDS=libharfbuzz.so:print/harfbuzz Modified: head/multimedia/libass/distinfo ============================================================================== --- head/multimedia/libass/distinfo Mon Feb 26 22:02:16 2018 (r463051) +++ head/multimedia/libass/distinfo Mon Feb 26 22:02:48 2018 (r463052) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496509666 -SHA256 (libass-libass-0.13.7_GH0.tar.gz) = 8fadf294bf701300d4605e6f1d92929304187fca4b8d8a47889315526adbafd7 -SIZE (libass-libass-0.13.7_GH0.tar.gz) = 167963 +TIMESTAMP = 1509454550 +SHA256 (libass-libass-0.14.0_GH0.tar.gz) = 82e70ee1f9afe2e54ab4bf6510b83bb563fcb2af978f0f9da82e2dbc9ae0fd72 +SIZE (libass-libass-0.14.0_GH0.tar.gz) = 176102 Modified: head/multimedia/libass/files/patch-configure.ac ============================================================================== --- head/multimedia/libass/files/patch-configure.ac Mon Feb 26 22:02:16 2018 (r463051) +++ head/multimedia/libass/files/patch-configure.ac Mon Feb 26 22:02:48 2018 (r463052) @@ -1,16 +1,17 @@ ---- configure.ac.orig 2017-02-05 22:41:56 UTC +--- configure.ac.orig 2017-10-31 12:55:50 UTC +++ configure.ac -@@ -79,7 +79,12 @@ AS_IF([test x$enable_asm != xno], [ - [*darwin*], [ - ASFLAGS="$ASFLAGS -f macho$BITS -DPREFIX -DHAVE_ALIGNED_STACK=1" ], - [*linux*|*dragonfly*|*bsd*|*solaris*], [ -- ASFLAGS="$ASFLAGS -f elf -DHAVE_ALIGNED_STACK=1" ], -+ AS_IF([test x$BITS = x64], [ -+ ASFLAGS="$ASFLAGS -f elf -DHAVE_ALIGNED_STACK=1" -+ ], [ -+ ASFLAGS="$ASFLAGS -f elf -DHAVE_ALIGNED_STACK=0" -+ ]) -+ ], - [*cygwin*|*mingw*], [ - ASFLAGS="$ASFLAGS -f win$BITS" - AS_IF([test x$BITS = x64], [ +@@ -87,7 +87,13 @@ AS_IF([test x$enable_asm != xno], [ + [*darwin*], [ + ASFLAGS="$ASFLAGS -f macho$BITTYPE -DPREFIX -DHAVE_ALIGNED_STACK=1" ], + [*linux*|*dragonfly*|*bsd*|*solaris*], [ +- ASFLAGS="$ASFLAGS -f elf$BITTYPE -DHAVE_ALIGNED_STACK=1" ], ++ ASFLAGS="$ASFLAGS -f elf$BITTYPE" ++ AS_IF([test x$BITS = x64], [ ++ ASFLAGS="$ASFLAGS -DHAVE_ALIGNED_STACK=1" ++ ], [ ++ ASFLAGS="$ASFLAGS -DHAVE_ALIGNED_STACK=0" ++ ]) ++ ], + [*cygwin*|*mingw*], [ + ASFLAGS="$ASFLAGS -f win$BITTYPE" + AS_IF([test x$BITS = x64], [ Modified: head/multimedia/libass/pkg-plist ============================================================================== --- head/multimedia/libass/pkg-plist Mon Feb 26 22:02:16 2018 (r463051) +++ head/multimedia/libass/pkg-plist Mon Feb 26 22:02:48 2018 (r463052) @@ -3,5 +3,5 @@ include/ass/ass_types.h lib/libass.a lib/libass.so lib/libass.so.9 -lib/libass.so.9.0.1 +lib/libass.so.9.0.2 libdata/pkgconfig/libass.pc From owner-svn-ports-head@freebsd.org Mon Feb 26 22:03:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68EA9F26857; Mon, 26 Feb 2018 22:03:14 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 915F06C5D3; Mon, 26 Feb 2018 22:03:12 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 69c4649a TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 26 Feb 2018 15:03:09 -0700 (MST) Content-Type: text/plain; charset=us-ascii; delsp=yes; format=flowed Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: svn commit: r462376 - in head: . emulators emulators/wine-staging From: Adam Weinberger In-Reply-To: Date: Mon, 26 Feb 2018 15:03:07 -0700 Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: References: <201802200837.w1K8b1QY087980@repo.freebsd.org> <20180220123937.qvahs2zdvvjritel@ogg.in.absolight.net> To: Gerald Pfeifer X-Mailer: Apple Mail (2.3445.5.20) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:03:14 -0000 > On 26 Feb, 2018, at 13:55, Gerald Pfeifer wrote: > > On Mon, 26 Feb 2018, Adam Weinberger wrote: >>> I did not get any INDEX failure message at all. Not a single one. >> Ah, are you perchance not subscribed to ports@? I think the INDEX >> message only >> goes there. Perhaps the script could be improved to Cc everybody on the >> hook. > > Yes, that would be great. > > Actually To:ing those on the hook and Cc:ing ports@ would be my > recommendation. (Rationale: Direct mails tend to directly arrive > in inboxes, whereas mailing lists often are sorted somewhere else, > where it'll be read later.) Antoine informed me that the script already does that. Is it possible that you're filtering out things sent to ports@? # Adam -- Adam Weinberger adamw@adamw.org http://www.adamw.org From owner-svn-ports-head@freebsd.org Mon Feb 26 22:03:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18F10F2690E; Mon, 26 Feb 2018 22:03:37 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C52CC6C6C4; Mon, 26 Feb 2018 22:03:36 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id BD2C434F6; Mon, 26 Feb 2018 22:03:36 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463051 - head/multimedia/ffmpeg References: <201802262202.w1QM2G8n009945@repo.freebsd.org> Date: Mon, 26 Feb 2018 23:03:27 +0100 In-Reply-To: <201802262202.w1QM2G8n009945@repo.freebsd.org> (Jan Beich's message of "Mon, 26 Feb 2018 22:02:16 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:03:37 -0000 Jan Beich writes: > Author: jbeich > Date: Mon Feb 26 22:02:16 2018 > New Revision: 463051 > URL: https://svnweb.freebsd.org/changeset/ports/463051 > > Log: > multimedia/ffmpeg: update to 3.4.2 > > Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4.2:/Changelog > ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ > MFH: 2018Q1 (maybe security) Pointy hat to: portscout From owner-svn-ports-head@freebsd.org Mon Feb 26 22:14:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61ECCF27565; Mon, 26 Feb 2018 22:14:41 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 106AE6D09C; Mon, 26 Feb 2018 22:14:41 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B50D21653; Mon, 26 Feb 2018 22:14: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 w1QMEeFi015450; Mon, 26 Feb 2018 22:14:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMEeAg015449; Mon, 26 Feb 2018 22:14:40 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802262214.w1QMEeAg015449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 26 Feb 2018 22:14:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463053 - head/devel/py-pyvisa X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/py-pyvisa X-SVN-Commit-Revision: 463053 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:14:41 -0000 Author: antoine Date: Mon Feb 26 22:14:40 2018 New Revision: 463053 URL: https://svnweb.freebsd.org/changeset/ports/463053 Log: Fix build of the python3 flavors Modified: head/devel/py-pyvisa/Makefile Modified: head/devel/py-pyvisa/Makefile ============================================================================== --- head/devel/py-pyvisa/Makefile Mon Feb 26 22:02:48 2018 (r463052) +++ head/devel/py-pyvisa/Makefile Mon Feb 26 22:14:40 2018 (r463053) @@ -17,6 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= hgrecco USES= python +USE_LOCALE= en_US.UTF-8 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes From owner-svn-ports-head@freebsd.org Mon Feb 26 22:25:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8425FF280F6; Mon, 26 Feb 2018 22:25:44 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3EF786D95F; Mon, 26 Feb 2018 22:25:44 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 35FB93E91; Mon, 26 Feb 2018 22:25:44 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463051 - head/multimedia/ffmpeg References: <201802262202.w1QM2G8n009945@repo.freebsd.org> Date: Mon, 26 Feb 2018 23:25:34 +0100 In-Reply-To: <201802262202.w1QM2G8n009945@repo.freebsd.org> (Jan Beich's message of "Mon, 26 Feb 2018 22:02:16 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:25:44 -0000 Jan Beich writes: > Author: jbeich > Date: Mon Feb 26 22:02:16 2018 > New Revision: 463051 > URL: https://svnweb.freebsd.org/changeset/ports/463051 > > Log: > multimedia/ffmpeg: update to 3.4.2 > > Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4.2:/Changelog > ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ > MFH: 2018Q1 (maybe security) Typo: "maybe security" -> "multiple vulnerabilities" https://security-tracker.debian.org/tracker/CVE-2018-6621 https://security-tracker.debian.org/tracker/CVE-2018-6392 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:29:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D5F0F285B3; Mon, 26 Feb 2018 22:29:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22D496DC27; Mon, 26 Feb 2018 22:29:51 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0056C21807; Mon, 26 Feb 2018 22:29:50 +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 w1QMTofM020861; Mon, 26 Feb 2018 22:29:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMToRD020857; Mon, 26 Feb 2018 22:29:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262229.w1QMToRD020857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:29:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463054 - in head/devel: . py-jsonlines X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-jsonlines X-SVN-Commit-Revision: 463054 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:29:51 -0000 Author: sunpoet Date: Mon Feb 26 22:29:50 2018 New Revision: 463054 URL: https://svnweb.freebsd.org/changeset/ports/463054 Log: Add py-jsonlines 1.2.0 jsonlines is a Python library to simplify working with jsonlines and ndjson data. WWW: https://pypi.python.org/pypi/jsonlines WWW: https://github.com/wbolster/jsonlines Added: head/devel/py-jsonlines/ head/devel/py-jsonlines/Makefile (contents, props changed) head/devel/py-jsonlines/distinfo (contents, props changed) head/devel/py-jsonlines/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Feb 26 22:14:40 2018 (r463053) +++ head/devel/Makefile Mon Feb 26 22:29:50 2018 (r463054) @@ -4546,6 +4546,7 @@ SUBDIR += py-json-sempai SUBDIR += py-jsonlib SUBDIR += py-jsonlib2 + SUBDIR += py-jsonlines SUBDIR += py-jsonpatch SUBDIR += py-jsonpointer SUBDIR += py-jsonref Added: head/devel/py-jsonlines/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jsonlines/Makefile Mon Feb 26 22:29:50 2018 (r463054) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= jsonlines +PORTVERSION= 1.2.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Library with helpers for the jsonlines file format + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include Added: head/devel/py-jsonlines/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jsonlines/distinfo Mon Feb 26 22:29:50 2018 (r463054) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519647064 +SHA256 (jsonlines-1.2.0.tar.gz) = 43b8d5588a9d4862c8a4a49580e38e20ec595aee7ad6fe469b10fb83fbefde88 +SIZE (jsonlines-1.2.0.tar.gz) = 6075 Added: head/devel/py-jsonlines/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jsonlines/pkg-descr Mon Feb 26 22:29:50 2018 (r463054) @@ -0,0 +1,5 @@ +jsonlines is a Python library to simplify working with jsonlines and ndjson +data. + +WWW: https://pypi.python.org/pypi/jsonlines +WWW: https://github.com/wbolster/jsonlines From owner-svn-ports-head@freebsd.org Mon Feb 26 22:29:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BB5EF285DB; Mon, 26 Feb 2018 22:29:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F5166DCBE; Mon, 26 Feb 2018 22:29:56 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6704F21808; Mon, 26 Feb 2018 22:29:56 +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 w1QMTtgc020968; Mon, 26 Feb 2018 22:29:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMTteS020967; Mon, 26 Feb 2018 22:29:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262229.w1QMTteS020967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:29:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463055 - head/devel/tinycbor X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/tinycbor X-SVN-Commit-Revision: 463055 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:29:58 -0000 Author: sunpoet Date: Mon Feb 26 22:29:55 2018 New Revision: 463055 URL: https://svnweb.freebsd.org/changeset/ports/463055 Log: Run configure in configure stage Modified: head/devel/tinycbor/Makefile Modified: head/devel/tinycbor/Makefile ============================================================================== --- head/devel/tinycbor/Makefile Mon Feb 26 22:29:50 2018 (r463054) +++ head/devel/tinycbor/Makefile Mon Feb 26 22:29:55 2018 (r463055) @@ -23,6 +23,9 @@ GH_ACCOUNT= intel GH_PROJECT= tinycbor USE_GITHUB= yes +do-configure: + @cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} configure + post-install: ${INSTALL_DATA} ${WRKSRC}/src/tinycbor-version.h ${STAGEDIR}${PREFIX}/include/tinycbor/tinycbor-version.h ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtinycbor.so.${PORTVERSION} From owner-svn-ports-head@freebsd.org Mon Feb 26 22:30:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 667C6F28603; Mon, 26 Feb 2018 22:30:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 187DF6DCFC; Mon, 26 Feb 2018 22:30:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 11B912180C; Mon, 26 Feb 2018 22:30:01 +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 w1QMU0Q0021108; Mon, 26 Feb 2018 22:30:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMU0Tm021107; Mon, 26 Feb 2018 22:30:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262230.w1QMU0Tm021107@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463056 - head/ftp/curl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/ftp/curl X-SVN-Commit-Revision: 463056 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:30:01 -0000 Author: sunpoet Date: Mon Feb 26 22:30:00 2018 New Revision: 463056 URL: https://svnweb.freebsd.org/changeset/ports/463056 Log: Update options dependency Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Mon Feb 26 22:29:55 2018 (r463055) +++ head/ftp/curl/Makefile Mon Feb 26 22:30:00 2018 (r463056) @@ -35,7 +35,9 @@ LDAPS_IMPLIES= LDAP LIBSSH2_DESC= SCP/SFTP support via libssh2 LIBSSH2_IMPLIES= OPENSSL POP3_DESC= POP3/POP3S support +PROXY_IMPLIES= HTTP RESOLV_DESC= DNS resolving options +RTSP_IMPLIES= HTTP SMB_DESC= SMB/CIFS support SMTP_DESC= SMTP/SMTPS support THREADED_RESOLVER_DESC= Threaded DNS resolver From owner-svn-ports-head@freebsd.org Mon Feb 26 22:30:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6EE2F2862E; Mon, 26 Feb 2018 22:30:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53A686DDC6; Mon, 26 Feb 2018 22:30: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30BC82180D; Mon, 26 Feb 2018 22:30: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 w1QMU5Jv021233; Mon, 26 Feb 2018 22:30:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMU5lq021231; Mon, 26 Feb 2018 22:30:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262230.w1QMU5lq021231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:30:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463057 - head/misc/pciids X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/pciids X-SVN-Commit-Revision: 463057 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:30:07 -0000 Author: sunpoet Date: Mon Feb 26 22:30:05 2018 New Revision: 463057 URL: https://svnweb.freebsd.org/changeset/ports/463057 Log: Update to 20180219 Changes: https://github.com/pciutils/pciids/commits/master Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Mon Feb 26 22:30:00 2018 (r463056) +++ head/misc/pciids/Makefile Mon Feb 26 22:30:05 2018 (r463057) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20171206 +PORTVERSION= 20180219 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pci.ids GH_ACCOUNT= pciutils -GH_TAGNAME= 740bee0 +GH_TAGNAME= d881490 USE_GITHUB= yes do-install: Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Mon Feb 26 22:30:00 2018 (r463056) +++ head/misc/pciids/distinfo Mon Feb 26 22:30:05 2018 (r463057) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512840370 -SHA256 (pciutils-pciids-20171206-740bee0_GH0.tar.gz) = 36cc4d16b8867c403c3b223d3db592fe105055ebc6fe40a2acf81dde8b063d0f -SIZE (pciutils-pciids-20171206-740bee0_GH0.tar.gz) = 258113 +TIMESTAMP = 1519580251 +SHA256 (pciutils-pciids-20180219-d881490_GH0.tar.gz) = 357201f67ce4eb487ec3add7d33a2473dce083168ce09873fede6d5f35029bb5 +SIZE (pciutils-pciids-20180219-d881490_GH0.tar.gz) = 262047 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:30:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92E7FF2867E; Mon, 26 Feb 2018 22:30:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29BF76DE98; Mon, 26 Feb 2018 22:30:11 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 13E992180E; Mon, 26 Feb 2018 22:30:11 +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 w1QMUAKb021333; Mon, 26 Feb 2018 22:30:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMUAi4021332; Mon, 26 Feb 2018 22:30:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262230.w1QMUAi4021332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463058 - head/net-mgmt/ettercap/files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/ettercap/files X-SVN-Commit-Revision: 463058 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:30:11 -0000 Author: sunpoet Date: Mon Feb 26 22:30:10 2018 New Revision: 463058 URL: https://svnweb.freebsd.org/changeset/ports/463058 Log: Improve patch for better understanding Modified: head/net-mgmt/ettercap/files/patch-CMakeLists.txt Modified: head/net-mgmt/ettercap/files/patch-CMakeLists.txt ============================================================================== --- head/net-mgmt/ettercap/files/patch-CMakeLists.txt Mon Feb 26 22:30:05 2018 (r463057) +++ head/net-mgmt/ettercap/files/patch-CMakeLists.txt Mon Feb 26 22:30:10 2018 (r463058) @@ -1,11 +1,11 @@ --- CMakeLists.txt.orig 2015-03-14 13:43:11 UTC +++ CMakeLists.txt -@@ -112,7 +112,7 @@ if(OS_DARWIN OR OS_WINDOWS) +@@ -108,7 +108,7 @@ set(INSTALL_LIBDIR ${INSTALL_PREFIX}/lib + set(INSTALL_DATADIR ${INSTALL_PREFIX}/share CACHE PATH "Data installation directory") + set(INSTALL_EXECPREFIX ${INSTALL_PREFIX} CACHE PATH "") + set(INSTALL_BINDIR ${INSTALL_PREFIX}/bin CACHE PATH "Binary files installation directory") +-if(OS_DARWIN OR OS_WINDOWS) ++if(OS_DARWIN OR OS_FREEBSD OR OS_WINDOWS) set(POLKIT_DIR ${INSTALL_PREFIX}/share/polkit-1/actions/ CACHE PATH "Polkit installation directory") else(OS_DARWIN OR OS_WINDOWS) #at least on ubuntu, polkit dir couldn't be /usr/local/share, but should be /usr/share -- set(POLKIT_DIR /usr/share/polkit-1/actions/ CACHE PATH "Polkit installation directory") -+ set(POLKIT_DIR ${INSTALL_PREFIX}/share/polkit-1/actions/ CACHE PATH "Polkit installation directory") - endif(OS_DARWIN OR OS_WINDOWS) - set(PKEXEC_INSTALL_WRAPPER org.pkexec.ettercap CACHE PATH "Name of the pkexec action file") - set(DESKTOP_DIR ${INSTALL_PREFIX}/share/applications/ CACHE PATH "Desktop file installation directory") From owner-svn-ports-head@freebsd.org Mon Feb 26 22:30:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 979DBF286C0; Mon, 26 Feb 2018 22:30:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A6956DF64; Mon, 26 Feb 2018 22:30:16 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F9A12180F; Mon, 26 Feb 2018 22:30:16 +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 w1QMUFFs021460; Mon, 26 Feb 2018 22:30:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMUFij021458; Mon, 26 Feb 2018 22:30:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262230.w1QMUFij021458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463059 - head/sysutils/debhelper X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/debhelper X-SVN-Commit-Revision: 463059 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:30:16 -0000 Author: sunpoet Date: Mon Feb 26 22:30:15 2018 New Revision: 463059 URL: https://svnweb.freebsd.org/changeset/ports/463059 Log: Update to 11.1.5 Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog Modified: head/sysutils/debhelper/Makefile head/sysutils/debhelper/distinfo Modified: head/sysutils/debhelper/Makefile ============================================================================== --- head/sysutils/debhelper/Makefile Mon Feb 26 22:30:10 2018 (r463058) +++ head/sysutils/debhelper/Makefile Mon Feb 26 22:30:15 2018 (r463059) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debhelper -PORTVERSION= 11.1.4 +PORTVERSION= 11.1.5 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/sysutils/debhelper/distinfo ============================================================================== --- head/sysutils/debhelper/distinfo Mon Feb 26 22:30:10 2018 (r463058) +++ head/sysutils/debhelper/distinfo Mon Feb 26 22:30:15 2018 (r463059) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517488741 -SHA256 (debhelper_11.1.4.tar.xz) = 36c73f935f65dca648b7bb0ea9daca9a25005bb1003f86d74c2af48e75128014 -SIZE (debhelper_11.1.4.tar.xz) = 449928 +TIMESTAMP = 1519646220 +SHA256 (debhelper_11.1.5.tar.xz) = 8251e4cf8ee0e46a148777b06cbf2c75f7840ea119f37d5fba71b33794ce4a8f +SIZE (debhelper_11.1.5.tar.xz) = 451468 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:30:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F77EF286F2; Mon, 26 Feb 2018 22:30:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D238F6E017; Mon, 26 Feb 2018 22:30: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD1D221810; Mon, 26 Feb 2018 22:30:20 +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 w1QMUK6Q021568; Mon, 26 Feb 2018 22:30:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMUKtQ021567; Mon, 26 Feb 2018 22:30:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262230.w1QMUKtQ021567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:30:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463060 - head/devel/py-astroid X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-astroid X-SVN-Commit-Revision: 463060 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:30:21 -0000 Author: sunpoet Date: Mon Feb 26 22:30:20 2018 New Revision: 463060 URL: https://svnweb.freebsd.org/changeset/ports/463060 Log: Use PY_ENUM34 Modified: head/devel/py-astroid/Makefile Modified: head/devel/py-astroid/Makefile ============================================================================== --- head/devel/py-astroid/Makefile Mon Feb 26 22:30:15 2018 (r463059) +++ head/devel/py-astroid/Makefile Mon Feb 26 22:30:20 2018 (r463060) @@ -12,7 +12,8 @@ COMMENT= abstract syntax tree for Python with inferenc LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=0:devel/py-lazy-object-proxy@${FLAVOR} \ +RUN_DEPENDS= ${PY_ENUM34} \ + ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=0:devel/py-lazy-object-proxy@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>=0:devel/py-wrapt@${FLAVOR} @@ -27,8 +28,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.functoo .endif .if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>=1.1.3:devel/py-enum34@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:devel/py-singledispatch@${FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:devel/py-singledispatch@${FLAVOR} .endif .include From owner-svn-ports-head@freebsd.org Mon Feb 26 22:30:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9246FF28742; Mon, 26 Feb 2018 22:30:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AED4B6E12D; Mon, 26 Feb 2018 22:30:26 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C636621811; Mon, 26 Feb 2018 22:30:25 +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 w1QMUP8s021691; Mon, 26 Feb 2018 22:30:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMUPZG021689; Mon, 26 Feb 2018 22:30:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262230.w1QMUPZG021689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:30:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463061 - head/net/rubygem-fog-local X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-fog-local X-SVN-Commit-Revision: 463061 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:30:28 -0000 Author: sunpoet Date: Mon Feb 26 22:30:25 2018 New Revision: 463061 URL: https://svnweb.freebsd.org/changeset/ports/463061 Log: Update to 0.5.0 Changes: https://github.com/fog/fog-local/commits/master Modified: head/net/rubygem-fog-local/Makefile head/net/rubygem-fog-local/distinfo Modified: head/net/rubygem-fog-local/Makefile ============================================================================== --- head/net/rubygem-fog-local/Makefile Mon Feb 26 22:30:20 2018 (r463060) +++ head/net/rubygem-fog-local/Makefile Mon Feb 26 22:30:25 2018 (r463061) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fog-local -PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTVERSION= 0.5.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-local/distinfo ============================================================================== --- head/net/rubygem-fog-local/distinfo Mon Feb 26 22:30:20 2018 (r463060) +++ head/net/rubygem-fog-local/distinfo Mon Feb 26 22:30:25 2018 (r463061) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504620114 -SHA256 (rubygem/fog-local-0.4.0.gem) = 1f7dc4421f072409665fa80bdf69e314cf25ce13ee015618fb52c5d528b314e8 -SIZE (rubygem/fog-local-0.4.0.gem) = 12800 +TIMESTAMP = 1519646229 +SHA256 (rubygem/fog-local-0.5.0.gem) = 327dc053e95b2dea563cec7f85dbe340682df7efbc57a4cdefad6855baa0c40f +SIZE (rubygem/fog-local-0.5.0.gem) = 12800 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:30:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14CF5F2876D; Mon, 26 Feb 2018 22:30:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB1E96E1A9; Mon, 26 Feb 2018 22:30:30 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B62BA21812; Mon, 26 Feb 2018 22:30:30 +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 w1QMUUY4021816; Mon, 26 Feb 2018 22:30:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMUUZ1021814; Mon, 26 Feb 2018 22:30:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262230.w1QMUUZ1021814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463062 - head/german/mythes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/german/mythes X-SVN-Commit-Revision: 463062 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:30:31 -0000 Author: sunpoet Date: Mon Feb 26 22:30:30 2018 New Revision: 463062 URL: https://svnweb.freebsd.org/changeset/ports/463062 Log: Update to 2018.02.25 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Feb 26 22:30:25 2018 (r463061) +++ head/german/mythes/Makefile Mon Feb 26 22:30:30 2018 (r463062) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2018.02.18 +PORTVERSION= 2018.02.25 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Feb 26 22:30:25 2018 (r463061) +++ head/german/mythes/distinfo Mon Feb 26 22:30:30 2018 (r463062) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519031368 -SHA256 (mythes/Deutscher-Thesaurus-20180218.oxt) = 88fadfa0242ea305165d72272e972513b482b69a7840553118511a91c11e3ed4 -SIZE (mythes/Deutscher-Thesaurus-20180218.oxt) = 8755587 +TIMESTAMP = 1519645216 +SHA256 (mythes/Deutscher-Thesaurus-20180225.oxt) = 44c499920ac4d27a51fc5676c37a53d5192e98de4f82b5e915f79394a6b072b4 +SIZE (mythes/Deutscher-Thesaurus-20180225.oxt) = 8759549 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:30:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46582F287F0; Mon, 26 Feb 2018 22:30:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96E096E34E; Mon, 26 Feb 2018 22:30: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 91B612181C; Mon, 26 Feb 2018 22:30: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 w1QMUeuP022063; Mon, 26 Feb 2018 22:30:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMUeeN022061; Mon, 26 Feb 2018 22:30:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262230.w1QMUeeN022061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:30:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463064 - head/textproc/sk-mythes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/sk-mythes X-SVN-Commit-Revision: 463064 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:30:41 -0000 Author: sunpoet Date: Mon Feb 26 22:30:40 2018 New Revision: 463064 URL: https://svnweb.freebsd.org/changeset/ports/463064 Log: Update to 2018.02.25 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Feb 26 22:30:35 2018 (r463063) +++ head/textproc/sk-mythes/Makefile Mon Feb 26 22:30:40 2018 (r463064) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2018.02.18 +PORTVERSION= 2018.02.25 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Feb 26 22:30:35 2018 (r463063) +++ head/textproc/sk-mythes/distinfo Mon Feb 26 22:30:40 2018 (r463064) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519031378 -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20180218.zip) = 9ed8a5412e1a35df40923b53362a67429e3c22e8d193b875dba391f865b0b0d1 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20180218.zip) = 239453 +TIMESTAMP = 1519645226 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20180225.zip) = 5d9a0b04507f13fad885104ad2532968d27ef63c41cb22f765ff5ffacab8dd29 +SIZE (mythes/OOo-Thesaurus2-sk_SK-20180225.zip) = 239453 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:30:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6351CF287CB; Mon, 26 Feb 2018 22:30:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AD5F6E2CC; Mon, 26 Feb 2018 22:30:36 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B7BDC21818; Mon, 26 Feb 2018 22:30: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 w1QMUZau021939; Mon, 26 Feb 2018 22:30:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMUZ7Q021938; Mon, 26 Feb 2018 22:30:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262230.w1QMUZ7Q021938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:30:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463063 - head/polish/hunspell X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/polish/hunspell X-SVN-Commit-Revision: 463063 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:30:40 -0000 Author: sunpoet Date: Mon Feb 26 22:30:35 2018 New Revision: 463063 URL: https://svnweb.freebsd.org/changeset/ports/463063 Log: Update to 20180223 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Mon Feb 26 22:30:30 2018 (r463062) +++ head/polish/hunspell/Makefile Mon Feb 26 22:30:35 2018 (r463063) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20180216 +PORTVERSION= 20180223 CATEGORIES= polish textproc MASTER_SITES= https://sjp.pl/slownik/ort/ \ LOCAL/sunpoet/${PORTNAME} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Mon Feb 26 22:30:30 2018 (r463062) +++ head/polish/hunspell/distinfo Mon Feb 26 22:30:35 2018 (r463063) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519031445 -SHA256 (hunspell/sjp-myspell-pl-20180216.zip) = 615bb5f8278281063e47de044981624f49d3a74a5b60ba7806c0d335dbcdb434 -SIZE (hunspell/sjp-myspell-pl-20180216.zip) = 1205179 +TIMESTAMP = 1519645301 +SHA256 (hunspell/sjp-myspell-pl-20180223.zip) = cae5830630ea9c20926b96b75cf24fd1399799a4f59dc61022a4bac0b0273f84 +SIZE (hunspell/sjp-myspell-pl-20180223.zip) = 1205193 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:30:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D2C7F2887C; Mon, 26 Feb 2018 22:30:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 90C3C6E4FB; Mon, 26 Feb 2018 22:30:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3BA6A21829; Mon, 26 Feb 2018 22:30:50 +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 w1QMUo5E022310; Mon, 26 Feb 2018 22:30:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMUnWg022308; Mon, 26 Feb 2018 22:30:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262230.w1QMUnWg022308@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463066 - head/textproc/py-sparqlwrapper X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/py-sparqlwrapper X-SVN-Commit-Revision: 463066 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:30:51 -0000 Author: sunpoet Date: Mon Feb 26 22:30:49 2018 New Revision: 463066 URL: https://svnweb.freebsd.org/changeset/ports/463066 Log: Update to 1.8.1 Changes: https://github.com/RDFLib/sparqlwrapper/blob/master/ChangeLog.txt Modified: head/textproc/py-sparqlwrapper/Makefile head/textproc/py-sparqlwrapper/distinfo Modified: head/textproc/py-sparqlwrapper/Makefile ============================================================================== --- head/textproc/py-sparqlwrapper/Makefile Mon Feb 26 22:30:44 2018 (r463065) +++ head/textproc/py-sparqlwrapper/Makefile Mon Feb 26 22:30:49 2018 (r463066) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sparqlwrapper -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-sparqlwrapper/distinfo ============================================================================== --- head/textproc/py-sparqlwrapper/distinfo Mon Feb 26 22:30:44 2018 (r463065) +++ head/textproc/py-sparqlwrapper/distinfo Mon Feb 26 22:30:49 2018 (r463066) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482301449 -SHA256 (SPARQLWrapper-1.8.0.tar.gz) = 3b46d0f18ca0b65b8b965d6d1ae257b229388400b06e7dc19f0a51614dc1abde -SIZE (SPARQLWrapper-1.8.0.tar.gz) = 28775 +TIMESTAMP = 1519653083 +SHA256 (SPARQLWrapper-1.8.1.tar.gz) = da760be6f448f2030f2b4f7cecd4c55b0c2133458d5c420c50f78169db133e82 +SIZE (SPARQLWrapper-1.8.1.tar.gz) = 32833 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:30:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4357AF288A4; Mon, 26 Feb 2018 22:30:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA27B6E5CB; Mon, 26 Feb 2018 22:30:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2EFC21831; Mon, 26 Feb 2018 22:30:55 +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 w1QMUtV7023136; Mon, 26 Feb 2018 22:30:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMUtcT023133; Mon, 26 Feb 2018 22:30:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262230.w1QMUtcT023133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:30:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463067 - head/devel/rubygem-atomic X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-atomic X-SVN-Commit-Revision: 463067 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:30:56 -0000 Author: sunpoet Date: Mon Feb 26 22:30:55 2018 New Revision: 463067 URL: https://svnweb.freebsd.org/changeset/ports/463067 Log: Update to 1.1.100 - Update WWW Changes: https://github.com/ruby-concurrency/atomic/releases Modified: head/devel/rubygem-atomic/Makefile head/devel/rubygem-atomic/distinfo head/devel/rubygem-atomic/pkg-descr Modified: head/devel/rubygem-atomic/Makefile ============================================================================== --- head/devel/rubygem-atomic/Makefile Mon Feb 26 22:30:49 2018 (r463066) +++ head/devel/rubygem-atomic/Makefile Mon Feb 26 22:30:55 2018 (r463067) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= atomic -PORTVERSION= 1.1.99 +PORTVERSION= 1.1.100 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-atomic/distinfo ============================================================================== --- head/devel/rubygem-atomic/distinfo Mon Feb 26 22:30:49 2018 (r463066) +++ head/devel/rubygem-atomic/distinfo Mon Feb 26 22:30:55 2018 (r463067) @@ -1,2 +1,3 @@ -SHA256 (rubygem/atomic-1.1.99.gem) = 093fa4d0522bfac61b4793b00c8e14dae846d5c1d28fa9dd6ab6112be1ce09ce -SIZE (rubygem/atomic-1.1.99.gem) = 17920 +TIMESTAMP = 1519646236 +SHA256 (rubygem/atomic-1.1.100.gem) = d028d73b71f2537b404ddd96d38edd373074265896335c23d60597496e9a44f4 +SIZE (rubygem/atomic-1.1.100.gem) = 17920 Modified: head/devel/rubygem-atomic/pkg-descr ============================================================================== --- head/devel/rubygem-atomic/pkg-descr Mon Feb 26 22:30:49 2018 (r463066) +++ head/devel/rubygem-atomic/pkg-descr Mon Feb 26 22:30:55 2018 (r463067) @@ -1,3 +1,3 @@ An atomic reference implementation for JRuby, Rubinius, and MRI -WWW: https://github.com/ruby-concurrency/ruby-atomic +WWW: https://github.com/ruby-concurrency/atomic From owner-svn-ports-head@freebsd.org Mon Feb 26 22:30:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66B60F2883D; Mon, 26 Feb 2018 22:30:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66B9B6E42C; Mon, 26 Feb 2018 22:30:45 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5699521821; Mon, 26 Feb 2018 22:30:45 +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 w1QMUjIp022188; Mon, 26 Feb 2018 22:30:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMUjlA022186; Mon, 26 Feb 2018 22:30:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262230.w1QMUjlA022186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:30:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463065 - head/dns/py-cloudflare X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/py-cloudflare X-SVN-Commit-Revision: 463065 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:30:47 -0000 Author: sunpoet Date: Mon Feb 26 22:30:44 2018 New Revision: 463065 URL: https://svnweb.freebsd.org/changeset/ports/463065 Log: Update to 2.1.0 Changes: https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md Modified: head/dns/py-cloudflare/Makefile head/dns/py-cloudflare/distinfo Modified: head/dns/py-cloudflare/Makefile ============================================================================== --- head/dns/py-cloudflare/Makefile Mon Feb 26 22:30:40 2018 (r463064) +++ head/dns/py-cloudflare/Makefile Mon Feb 26 22:30:44 2018 (r463065) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cloudflare -PORTVERSION= 2.0.4 +PORTVERSION= 2.1.0 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonlines>=0:devel/py-jsonlines@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR} Modified: head/dns/py-cloudflare/distinfo ============================================================================== --- head/dns/py-cloudflare/distinfo Mon Feb 26 22:30:40 2018 (r463064) +++ head/dns/py-cloudflare/distinfo Mon Feb 26 22:30:44 2018 (r463065) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519396978 -SHA256 (cloudflare-2.0.4.tar.gz) = ff408b44785df84fc67cf9de1f3815c296ee8a10df5ae6780742cccb139f0fda -SIZE (cloudflare-2.0.4.tar.gz) = 53411 +TIMESTAMP = 1519646310 +SHA256 (cloudflare-2.1.0.tar.gz) = 29ac4abe4451557053d4591f2604426a16f59bacd1740ea85c67d6808150eb1e +SIZE (cloudflare-2.1.0.tar.gz) = 53351 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:31:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CE85F28918; Mon, 26 Feb 2018 22:31:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49DA76E6A7; Mon, 26 Feb 2018 22:31:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 44CFD21832; Mon, 26 Feb 2018 22:31:01 +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 w1QMV1bs023265; Mon, 26 Feb 2018 22:31:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMV0wY023263; Mon, 26 Feb 2018 22:31:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262231.w1QMV0wY023263@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:31:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463068 - head/devel/rubygem-gems X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-gems X-SVN-Commit-Revision: 463068 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:31:01 -0000 Author: sunpoet Date: Mon Feb 26 22:31:00 2018 New Revision: 463068 URL: https://svnweb.freebsd.org/changeset/ports/463068 Log: Update to 1.1.0 Changes: https://github.com/rubygems/gems/commits/master Modified: head/devel/rubygem-gems/Makefile head/devel/rubygem-gems/distinfo Modified: head/devel/rubygem-gems/Makefile ============================================================================== --- head/devel/rubygem-gems/Makefile Mon Feb 26 22:30:55 2018 (r463067) +++ head/devel/rubygem-gems/Makefile Mon Feb 26 22:31:00 2018 (r463068) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gems -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-gems/distinfo ============================================================================== --- head/devel/rubygem-gems/distinfo Mon Feb 26 22:30:55 2018 (r463067) +++ head/devel/rubygem-gems/distinfo Mon Feb 26 22:31:00 2018 (r463068) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483786908 -SHA256 (rubygem/gems-1.0.0.gem) = 295201bccd2d7b8e30e471b69a640d63ff8b76fde78e7007f9e95bf42fae6c7a -SIZE (rubygem/gems-1.0.0.gem) = 11264 +TIMESTAMP = 1519646244 +SHA256 (rubygem/gems-1.1.0.gem) = 3b41880468d9bd69e789165c727ed272235ef956356f42977058dc1c0c28ebc7 +SIZE (rubygem/gems-1.1.0.gem) = 11264 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:31:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26F8AF28985; Mon, 26 Feb 2018 22:31:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82D3D6E788; Mon, 26 Feb 2018 22:31: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 654832183B; Mon, 26 Feb 2018 22:31: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 w1QMV6mj023389; Mon, 26 Feb 2018 22:31:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMV6qF023387; Mon, 26 Feb 2018 22:31:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262231.w1QMV6qF023387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:31:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463069 - head/devel/rubygem-rails-i18n X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-rails-i18n X-SVN-Commit-Revision: 463069 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:31:07 -0000 Author: sunpoet Date: Mon Feb 26 22:31:05 2018 New Revision: 463069 URL: https://svnweb.freebsd.org/changeset/ports/463069 Log: Update to 5.1.1 Changes: https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md Modified: head/devel/rubygem-rails-i18n/Makefile head/devel/rubygem-rails-i18n/distinfo Modified: head/devel/rubygem-rails-i18n/Makefile ============================================================================== --- head/devel/rubygem-rails-i18n/Makefile Mon Feb 26 22:31:00 2018 (r463068) +++ head/devel/rubygem-rails-i18n/Makefile Mon Feb 26 22:31:05 2018 (r463069) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rails-i18n -PORTVERSION= 5.1.0 +PORTVERSION= 5.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rails-i18n/distinfo ============================================================================== --- head/devel/rubygem-rails-i18n/distinfo Mon Feb 26 22:31:00 2018 (r463068) +++ head/devel/rubygem-rails-i18n/distinfo Mon Feb 26 22:31:05 2018 (r463069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518618239 -SHA256 (rubygem/rails-i18n-5.1.0.gem) = 78863e42459fe35181c9008a8fa941a7e243f8a5cdd991978b0230954268698d -SIZE (rubygem/rails-i18n-5.1.0.gem) = 106496 +TIMESTAMP = 1519646252 +SHA256 (rubygem/rails-i18n-5.1.1.gem) = 40c3dad7fa9ba46218d089bf99f6ce1d137a4fb370c545cdc0b17cfc9e9011e7 +SIZE (rubygem/rails-i18n-5.1.1.gem) = 106496 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:31:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C18B3F28AF2; Mon, 26 Feb 2018 22:31:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 177E96E88B; Mon, 26 Feb 2018 22:31:11 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B007121841; Mon, 26 Feb 2018 22:31:11 +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 w1QMVBND023514; Mon, 26 Feb 2018 22:31:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMVBfK023512; Mon, 26 Feb 2018 22:31:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262231.w1QMVBfK023512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:31:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463070 - head/devel/rubygem-rails-i18n-rails50 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-rails-i18n-rails50 X-SVN-Commit-Revision: 463070 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:31:14 -0000 Author: sunpoet Date: Mon Feb 26 22:31:11 2018 New Revision: 463070 URL: https://svnweb.freebsd.org/changeset/ports/463070 Log: Update to 5.1.1 Changes: https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md Modified: head/devel/rubygem-rails-i18n-rails50/Makefile head/devel/rubygem-rails-i18n-rails50/distinfo Modified: head/devel/rubygem-rails-i18n-rails50/Makefile ============================================================================== --- head/devel/rubygem-rails-i18n-rails50/Makefile Mon Feb 26 22:31:05 2018 (r463069) +++ head/devel/rubygem-rails-i18n-rails50/Makefile Mon Feb 26 22:31:11 2018 (r463070) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rails-i18n -PORTVERSION= 5.1.0 +PORTVERSION= 5.1.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails50 Modified: head/devel/rubygem-rails-i18n-rails50/distinfo ============================================================================== --- head/devel/rubygem-rails-i18n-rails50/distinfo Mon Feb 26 22:31:05 2018 (r463069) +++ head/devel/rubygem-rails-i18n-rails50/distinfo Mon Feb 26 22:31:11 2018 (r463070) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518618239 -SHA256 (rubygem/rails-i18n-5.1.0.gem) = 78863e42459fe35181c9008a8fa941a7e243f8a5cdd991978b0230954268698d -SIZE (rubygem/rails-i18n-5.1.0.gem) = 106496 +TIMESTAMP = 1519646252 +SHA256 (rubygem/rails-i18n-5.1.1.gem) = 40c3dad7fa9ba46218d089bf99f6ce1d137a4fb370c545cdc0b17cfc9e9011e7 +SIZE (rubygem/rails-i18n-5.1.1.gem) = 106496 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:31:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9952F28B41; Mon, 26 Feb 2018 22:31:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0ECB36E946; Mon, 26 Feb 2018 22:31:16 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9036021846; Mon, 26 Feb 2018 22:31:16 +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 w1QMVGUB023638; Mon, 26 Feb 2018 22:31:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMVG3N023636; Mon, 26 Feb 2018 22:31:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262231.w1QMVG3N023636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463071 - head/www/rubygem-jekyll X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-jekyll X-SVN-Commit-Revision: 463071 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:31:17 -0000 Author: sunpoet Date: Mon Feb 26 22:31:16 2018 New Revision: 463071 URL: https://svnweb.freebsd.org/changeset/ports/463071 Log: Update to 3.7.3 Changes: https://github.com/jekyll/jekyll/releases Modified: head/www/rubygem-jekyll/Makefile head/www/rubygem-jekyll/distinfo Modified: head/www/rubygem-jekyll/Makefile ============================================================================== --- head/www/rubygem-jekyll/Makefile Mon Feb 26 22:31:11 2018 (r463070) +++ head/www/rubygem-jekyll/Makefile Mon Feb 26 22:31:16 2018 (r463071) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= jekyll -PORTVERSION= 3.7.2 -PORTREVISION= 1 +PORTVERSION= 3.7.3 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-jekyll/distinfo ============================================================================== --- head/www/rubygem-jekyll/distinfo Mon Feb 26 22:31:11 2018 (r463070) +++ head/www/rubygem-jekyll/distinfo Mon Feb 26 22:31:16 2018 (r463071) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517329265 -SHA256 (rubygem/jekyll-3.7.2.gem) = c2227d31872751d6190a06968856d9594085c6f79f0cbf4e643a86cf710ec615 -SIZE (rubygem/jekyll-3.7.2.gem) = 110592 +TIMESTAMP = 1519653101 +SHA256 (rubygem/jekyll-3.7.3.gem) = ce010b1cef8dc2d672ef69434d4f828a1e21e864bceb420c34b2f3e84bfa17cd +SIZE (rubygem/jekyll-3.7.3.gem) = 110592 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:31:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C398F28B8C; Mon, 26 Feb 2018 22:31:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A22F6EA25; Mon, 26 Feb 2018 22:31:21 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDCBA21852; Mon, 26 Feb 2018 22:31:21 +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 w1QMVL6G025916; Mon, 26 Feb 2018 22:31:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMVLMv025915; Mon, 26 Feb 2018 22:31:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262231.w1QMVLMv025915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:31:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463072 - head/devel/llvm38 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/llvm38 X-SVN-Commit-Revision: 463072 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:31:23 -0000 Author: sunpoet Date: Mon Feb 26 22:31:21 2018 New Revision: 463072 URL: https://svnweb.freebsd.org/changeset/ports/463072 Log: Simplify Makefile: use PY_ENUM34 With hat: python Modified: head/devel/llvm38/Makefile Modified: head/devel/llvm38/Makefile ============================================================================== --- head/devel/llvm38/Makefile Mon Feb 26 22:31:16 2018 (r463071) +++ head/devel/llvm38/Makefile Mon Feb 26 22:31:21 2018 (r463072) @@ -272,10 +272,7 @@ COMMANDS+= lld PORTDOCS+= lld .endif -.if ${PYTHON_REL} < 3400 -LLDB_BUILD_DEPENDS+= \ - ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 -.endif +LLDB_BUILD_DEPENDS+= ${PY_ENUM34} .if ${PORT_OPTIONS:MLLDB} && ${PYTHON_REL} >= 3000 BROKEN= LLDB does not build with Python 3 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:31:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBD48F28BC8; Mon, 26 Feb 2018 22:31:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50E3C6EBEE; Mon, 26 Feb 2018 22:31:27 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27A682185A; Mon, 26 Feb 2018 22:31:27 +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 w1QMVRtT026808; Mon, 26 Feb 2018 22:31:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMVRux026807; Mon, 26 Feb 2018 22:31:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262231.w1QMVRux026807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463073 - head/devel/llvm39 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/llvm39 X-SVN-Commit-Revision: 463073 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:31:27 -0000 Author: sunpoet Date: Mon Feb 26 22:31:26 2018 New Revision: 463073 URL: https://svnweb.freebsd.org/changeset/ports/463073 Log: Simplify Makefile: use PY_ENUM34 With hat: python Modified: head/devel/llvm39/Makefile Modified: head/devel/llvm39/Makefile ============================================================================== --- head/devel/llvm39/Makefile Mon Feb 26 22:31:21 2018 (r463072) +++ head/devel/llvm39/Makefile Mon Feb 26 22:31:26 2018 (r463073) @@ -301,10 +301,7 @@ CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin .endif -.if ${PYTHON_REL} < 3400 -LLDB_BUILD_DEPENDS+= \ - ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 -.endif +LLDB_BUILD_DEPENDS+= ${PY_ENUM34} post-extract-CLANG-on: ${MV} ${WRKSRC_clang} ${PATCH_WRKSRC}/tools/clang From owner-svn-ports-head@freebsd.org Mon Feb 26 22:31:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8BB7F28BF6; Mon, 26 Feb 2018 22:31:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 587126ECF1; Mon, 26 Feb 2018 22:31:32 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5284621865; Mon, 26 Feb 2018 22:31:32 +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 w1QMVWwh026918; Mon, 26 Feb 2018 22:31:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMVWaw026917; Mon, 26 Feb 2018 22:31:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262231.w1QMVWaw026917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:31:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463074 - head/devel/llvm40 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/llvm40 X-SVN-Commit-Revision: 463074 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:31:32 -0000 Author: sunpoet Date: Mon Feb 26 22:31:31 2018 New Revision: 463074 URL: https://svnweb.freebsd.org/changeset/ports/463074 Log: Simplify Makefile: use PY_ENUM34 With hat: python Modified: head/devel/llvm40/Makefile Modified: head/devel/llvm40/Makefile ============================================================================== --- head/devel/llvm40/Makefile Mon Feb 26 22:31:26 2018 (r463073) +++ head/devel/llvm40/Makefile Mon Feb 26 22:31:31 2018 (r463074) @@ -332,10 +332,7 @@ CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin .endif -.if ${PYTHON_REL} < 3400 -LLDB_BUILD_DEPENDS+= \ - ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34 -.endif +LLDB_BUILD_DEPENDS+= ${PY_ENUM34} post-extract-CLANG-on: ${MV} ${WRKSRC_clang} ${PATCH_WRKSRC}/tools/clang From owner-svn-ports-head@freebsd.org Mon Feb 26 22:31:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90C59F28C3C; Mon, 26 Feb 2018 22:31:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 428BC6EDD2; Mon, 26 Feb 2018 22:31:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B1602186F; Mon, 26 Feb 2018 22:31:37 +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 w1QMVbZ1027025; Mon, 26 Feb 2018 22:31:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMVb27027024; Mon, 26 Feb 2018 22:31:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262231.w1QMVb27027024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463075 - head/devel/py-bsd X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-bsd X-SVN-Commit-Revision: 463075 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:31:37 -0000 Author: sunpoet Date: Mon Feb 26 22:31:36 2018 New Revision: 463075 URL: https://svnweb.freebsd.org/changeset/ports/463075 Log: Simplify Makefile: use PY_ENUM34 With hat: python Modified: head/devel/py-bsd/Makefile Modified: head/devel/py-bsd/Makefile ============================================================================== --- head/devel/py-bsd/Makefile Mon Feb 26 22:31:31 2018 (r463074) +++ head/devel/py-bsd/Makefile Mon Feb 26 22:31:36 2018 (r463075) @@ -11,7 +11,8 @@ COMMENT= Python wrappers for various BSD libc and syst LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} +RUN_DEPENDS= ${PY_ENUM34} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} USES= python USE_PYTHON= autoplist distutils cython @@ -21,10 +22,4 @@ GH_ACCOUNT= freenas GH_PROJECT= py-bsd GH_TAGNAME= 6d148fa -.include - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR} -.endif - -.include +.include From owner-svn-ports-head@freebsd.org Mon Feb 26 22:31:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3C07F28C71; Mon, 26 Feb 2018 22:31:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 254266EEA3; Mon, 26 Feb 2018 22:31:42 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1ECA821877; Mon, 26 Feb 2018 22:31:42 +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 w1QMVfC9027136; Mon, 26 Feb 2018 22:31:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMVfmQ027135; Mon, 26 Feb 2018 22:31:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262231.w1QMVfmQ027135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:31:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463076 - head/devel/py-flake8 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-flake8 X-SVN-Commit-Revision: 463076 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:31:42 -0000 Author: sunpoet Date: Mon Feb 26 22:31:41 2018 New Revision: 463076 URL: https://svnweb.freebsd.org/changeset/ports/463076 Log: Simplify Makefile: use PY_ENUM34 With hat: python Modified: head/devel/py-flake8/Makefile Modified: head/devel/py-flake8/Makefile ============================================================================== --- head/devel/py-flake8/Makefile Mon Feb 26 22:31:36 2018 (r463075) +++ head/devel/py-flake8/Makefile Mon Feb 26 22:31:41 2018 (r463076) @@ -13,7 +13,8 @@ COMMENT= Code checking using pep8 and pyflakes LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mccabe>=0.5.0:devel/py-mccabe@${FLAVOR} \ +RUN_DEPENDS= ${PY_ENUM34} \ + ${PYTHON_PKGNAMEPREFIX}mccabe>=0.5.0:devel/py-mccabe@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.0.0:devel/py-pycodestyle@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.8.1:devel/py-pyflakes@${FLAVOR} @@ -25,9 +26,6 @@ NO_ARCH= yes .if ${PYTHON_REL} < 3200 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}configparser>0:devel/py-configparser@${FLAVOR} -.endif -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR} .endif .include From owner-svn-ports-head@freebsd.org Mon Feb 26 22:31:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 608CBF28CAA; Mon, 26 Feb 2018 22:31:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 113616EF7B; Mon, 26 Feb 2018 22:31:47 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 083A12187E; Mon, 26 Feb 2018 22:31:47 +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 w1QMVkcc027242; Mon, 26 Feb 2018 22:31:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMVkfM027241; Mon, 26 Feb 2018 22:31:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262231.w1QMVkfM027241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:31:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463077 - head/devel/py-libzfs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-libzfs X-SVN-Commit-Revision: 463077 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:31:47 -0000 Author: sunpoet Date: Mon Feb 26 22:31:46 2018 New Revision: 463077 URL: https://svnweb.freebsd.org/changeset/ports/463077 Log: Simplify Makefile: use PY_ENUM34 With hat: python Modified: head/devel/py-libzfs/Makefile Modified: head/devel/py-libzfs/Makefile ============================================================================== --- head/devel/py-libzfs/Makefile Mon Feb 26 22:31:41 2018 (r463076) +++ head/devel/py-libzfs/Makefile Mon Feb 26 22:31:46 2018 (r463077) @@ -13,6 +13,8 @@ LICENSE= BSD2CLAUSE BROKEN_powerpc64= fails to build: libzfs.c: error: convert_for_assignment: incompatible type for argument 3 of zfs_path_to_zhandle +RUN_DEPENDS= ${PY_ENUM34} + USE_GITHUB= yes GH_ACCOUNT= freenas GH_PROJECT= py-libzfs @@ -23,14 +25,8 @@ USE_PYTHON= autoplist distutils cython MAKE_ENV= FREEBSD_SRC=${SRC_BASE} -.include - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR} -.endif - .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source files in ${SRC_BASE} .endif -.include +.include From owner-svn-ports-head@freebsd.org Mon Feb 26 22:31:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BA0BF28D09; Mon, 26 Feb 2018 22:31:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 853836F05E; Mon, 26 Feb 2018 22:31:52 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 31C432188B; Mon, 26 Feb 2018 22:31:52 +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 w1QMVqEk027351; Mon, 26 Feb 2018 22:31:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMVqAZ027350; Mon, 26 Feb 2018 22:31:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262231.w1QMVqAZ027350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:31:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463078 - head/devel/py-llvmlite X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-llvmlite X-SVN-Commit-Revision: 463078 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:31:53 -0000 Author: sunpoet Date: Mon Feb 26 22:31:51 2018 New Revision: 463078 URL: https://svnweb.freebsd.org/changeset/ports/463078 Log: Simplify Makefile: use PY_ENUM34 With hat: python Modified: head/devel/py-llvmlite/Makefile Modified: head/devel/py-llvmlite/Makefile ============================================================================== --- head/devel/py-llvmlite/Makefile Mon Feb 26 22:31:46 2018 (r463077) +++ head/devel/py-llvmlite/Makefile Mon Feb 26 22:31:51 2018 (r463078) @@ -16,20 +16,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= fails to compile: clang++: not found +BUILD_DEPENDS= ${PY_ENUM34} + # Python 2.7,3.4+ USES= python fortran USE_PYTHON= distutils autoplist -.include - # llvmlite-0.13.0 requires devel/llvm38 LLVM_VER= 39 -# Python 2.7 requires enum34, unnecessary for Python 3.4+ -.if ${PYTHON_REL} < 3400 -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR} -.endif - BUILD_DEPENDS+= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} MAKE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_VER} @@ -39,4 +34,4 @@ post-patch: ${REINPLACE_CMD} -e "s|%%_GCC_VER%%|${_GCC_VER}|" \ ${WRKSRC}/ffi/Makefile.freebsd -.include +.include From owner-svn-ports-head@freebsd.org Mon Feb 26 22:31:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02E64F28D57; Mon, 26 Feb 2018 22:31:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A93236F12C; Mon, 26 Feb 2018 22:31:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A3CE221983; Mon, 26 Feb 2018 22:31:57 +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 w1QMVvxf027460; Mon, 26 Feb 2018 22:31:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMVvvN027459; Mon, 26 Feb 2018 22:31:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262231.w1QMVvvN027459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:31:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463079 - head/devel/py-numba X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-numba X-SVN-Commit-Revision: 463079 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:31:58 -0000 Author: sunpoet Date: Mon Feb 26 22:31:57 2018 New Revision: 463079 URL: https://svnweb.freebsd.org/changeset/ports/463079 Log: Simplify Makefile: use PY_ENUM34 - While I'm here, fix typo With hat: python Modified: head/devel/py-numba/Makefile Modified: head/devel/py-numba/Makefile ============================================================================== --- head/devel/py-numba/Makefile Mon Feb 26 22:31:51 2018 (r463078) +++ head/devel/py-numba/Makefile Mon Feb 26 22:31:57 2018 (r463079) @@ -15,7 +15,8 @@ LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>1.7,1:math/py-numpy@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}llvmlite>=0.12:devel/py-llvmlite@${FLAVOR} +RUN_DEPENDS= ${PY_ENUM34} \ + ${PYTHON_PKGNAMEPREFIX}llvmlite>=0.12:devel/py-llvmlite@${FLAVOR} # Uses Python 2.7, 3.4+ USES= python fortran @@ -23,10 +24,9 @@ USE_PYTHON= distutils autoplist .include -# Requried for Python 2.7 +# Required for Python 2.7 .if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${FLAVOR} \ +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs@${FLAVOR} .endif From owner-svn-ports-head@freebsd.org Mon Feb 26 22:32:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D20C3F28D8C; Mon, 26 Feb 2018 22:32:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E84776F237; Mon, 26 Feb 2018 22:32:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A00B2198D; Mon, 26 Feb 2018 22:32:03 +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 w1QMW2H3027570; Mon, 26 Feb 2018 22:32:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMW2Sb027569; Mon, 26 Feb 2018 22:32:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262232.w1QMW2Sb027569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:32:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463080 - head/devel/py-traitlets X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-traitlets X-SVN-Commit-Revision: 463080 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:32:05 -0000 Author: sunpoet Date: Mon Feb 26 22:32:02 2018 New Revision: 463080 URL: https://svnweb.freebsd.org/changeset/ports/463080 Log: Simplify Makefile: use PY_ENUM34 With hat: python Modified: head/devel/py-traitlets/Makefile Modified: head/devel/py-traitlets/Makefile ============================================================================== --- head/devel/py-traitlets/Makefile Mon Feb 26 22:31:57 2018 (r463079) +++ head/devel/py-traitlets/Makefile Mon Feb 26 22:32:02 2018 (r463080) @@ -14,6 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${FLAVOR} \ + ${PY_ENUM34} \ ${PYTHON_PKGNAMEPREFIX}ipython_genutils>=0:devel/py-ipython_genutils@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR} @@ -23,10 +24,6 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes .include - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34@${FLAVOR} -.endif .if ${PYTHON_VER} == 2.7 TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${FLAVOR} From owner-svn-ports-head@freebsd.org Mon Feb 26 22:32:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47EF7F28DA6; Mon, 26 Feb 2018 22:32:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE0FE6F2E6; Mon, 26 Feb 2018 22:32:07 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E84D021991; Mon, 26 Feb 2018 22:32:07 +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 w1QMW7GM027679; Mon, 26 Feb 2018 22:32:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMW7XA027678; Mon, 26 Feb 2018 22:32:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262232.w1QMW7XA027678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:32:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463081 - head/net/py-netif X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/py-netif X-SVN-Commit-Revision: 463081 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:32:08 -0000 Author: sunpoet Date: Mon Feb 26 22:32:07 2018 New Revision: 463081 URL: https://svnweb.freebsd.org/changeset/ports/463081 Log: Simplify Makefile: use PY_ENUM34 With hat: python Modified: head/net/py-netif/Makefile Modified: head/net/py-netif/Makefile ============================================================================== --- head/net/py-netif/Makefile Mon Feb 26 22:32:02 2018 (r463080) +++ head/net/py-netif/Makefile Mon Feb 26 22:32:07 2018 (r463081) @@ -11,7 +11,8 @@ COMMENT= Python network configuration library for Free LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsd>0:devel/py-bsd@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsd>0:devel/py-bsd@${FLAVOR} \ + ${PY_ENUM34} USE_GITHUB= yes GH_ACCOUNT= freenas @@ -21,10 +22,4 @@ GH_TAGNAME= 52675e6 USES= python USE_PYTHON= autoplist distutils cython -.include - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR} -.endif - -.include +.include From owner-svn-ports-head@freebsd.org Mon Feb 26 22:32:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3226EF28DF9; Mon, 26 Feb 2018 22:32:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1EDEC6F3D0; Mon, 26 Feb 2018 22:32:13 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17DA62199F; Mon, 26 Feb 2018 22:32:13 +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 w1QMWCMT027788; Mon, 26 Feb 2018 22:32:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMWC9T027787; Mon, 26 Feb 2018 22:32:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262232.w1QMWC9T027787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:32:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463082 - head/security/py-python-registry X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/py-python-registry X-SVN-Commit-Revision: 463082 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:32:14 -0000 Author: sunpoet Date: Mon Feb 26 22:32:12 2018 New Revision: 463082 URL: https://svnweb.freebsd.org/changeset/ports/463082 Log: Simplify Makefile: use PY_ENUM34 With hat: python Modified: head/security/py-python-registry/Makefile Modified: head/security/py-python-registry/Makefile ============================================================================== --- head/security/py-python-registry/Makefile Mon Feb 26 22:32:07 2018 (r463081) +++ head/security/py-python-registry/Makefile Mon Feb 26 22:32:12 2018 (r463082) @@ -13,6 +13,8 @@ COMMENT= Read access to Windows Registry files LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.TXT +RUN_DEPENDS= ${PY_ENUM34} + USE_GITHUB= yes GH_ACCOUNT= williballenthin @@ -27,12 +29,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES PORTDOCS= * PORTEXAMPLES= * -.include - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34@${FLAVOR} -.endif - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGELOG.TXT ${WRKSRC}/CONTRIBUTORS.TXT ${WRKSRC}/README.MD \ @@ -42,4 +38,4 @@ post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/samples/*.py ${STAGEDIR}${EXAMPLESDIR} -.include +.include From owner-svn-ports-head@freebsd.org Mon Feb 26 22:32:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A619F28E5E; Mon, 26 Feb 2018 22:32:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AD4A6F4B6; Mon, 26 Feb 2018 22:32:17 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF610219A5; Mon, 26 Feb 2018 22:32:17 +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 w1QMWH6Q027894; Mon, 26 Feb 2018 22:32:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMWH6W027893; Mon, 26 Feb 2018 22:32:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262232.w1QMWH6W027893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:32:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463083 - head/sysutils/docker-compose X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/docker-compose X-SVN-Commit-Revision: 463083 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:32:19 -0000 Author: sunpoet Date: Mon Feb 26 22:32:17 2018 New Revision: 463083 URL: https://svnweb.freebsd.org/changeset/ports/463083 Log: Simplify Makefile: use PY_ENUM34 With hat: python Modified: head/sysutils/docker-compose/Makefile Modified: head/sysutils/docker-compose/Makefile ============================================================================== --- head/sysutils/docker-compose/Makefile Mon Feb 26 22:32:12 2018 (r463082) +++ head/sysutils/docker-compose/Makefile Mon Feb 26 22:32:17 2018 (r463083) @@ -17,6 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/ ${PYTHON_PKGNAMEPREFIX}docker>=2.7.0:sysutils/py-docker@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dockerpty>=0.4.1:devel/py-dockerpty@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt@${FLAVOR} \ + ${PY_ENUM34} \ ${PYTHON_PKGNAMEPREFIX}ipaddress>=1.0.16:net/py-ipaddress@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${FLAVOR} \ @@ -31,10 +32,6 @@ USE_PYTHON= distutils autoplist concurrent optsuffix .if ${PYTHON_SUFFIX} < 35 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.ssl_match_hostname>0:security/py-backports.ssl_match_hostname@${FLAVOR} -.endif - -.if ${PYTHON_SUFFIX} < 34 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR} .endif .if ${PYTHON_SUFFIX} < 32 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:32:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B933BF28E93; Mon, 26 Feb 2018 22:32:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38E876F590; Mon, 26 Feb 2018 22:32:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E89B219AC; Mon, 26 Feb 2018 22:32:23 +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 w1QMWNvi028003; Mon, 26 Feb 2018 22:32:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMWNeE028002; Mon, 26 Feb 2018 22:32:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262232.w1QMWNeE028002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463084 - head/devel/py-apscheduler X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-apscheduler X-SVN-Commit-Revision: 463084 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:32:23 -0000 Author: sunpoet Date: Mon Feb 26 22:32:22 2018 New Revision: 463084 URL: https://svnweb.freebsd.org/changeset/ports/463084 Log: Simplify Makefile: use PY_FUTURES With hat: python Modified: head/devel/py-apscheduler/Makefile Modified: head/devel/py-apscheduler/Makefile ============================================================================== --- head/devel/py-apscheduler/Makefile Mon Feb 26 22:32:17 2018 (r463083) +++ head/devel/py-apscheduler/Makefile Mon Feb 26 22:32:22 2018 (r463084) @@ -14,7 +14,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} \ +RUN_DEPENDS= ${PY_FUTURES} \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.2:devel/py-tzlocal@${FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.5.1:devel/py-pytest@${FLAVOR} \ @@ -28,8 +29,7 @@ TEST_ENV= ${MAKE_ENV} TZ=UTC .include .if ${PYTHON_REL} < 3300 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs@${FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs@${FLAVOR} TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} .else TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${FLAVOR} \ From owner-svn-ports-head@freebsd.org Mon Feb 26 22:32:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 907A5F28EBB; Mon, 26 Feb 2018 22:32:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 172546F668; Mon, 26 Feb 2018 22:32:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F390A219B1; Mon, 26 Feb 2018 22:32:27 +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 w1QMWR57028804; Mon, 26 Feb 2018 22:32:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMWRg5028803; Mon, 26 Feb 2018 22:32:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262232.w1QMWRg5028803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:32:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463085 - head/security/w3af X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/w3af X-SVN-Commit-Revision: 463085 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:32:28 -0000 Author: sunpoet Date: Mon Feb 26 22:32:27 2018 New Revision: 463085 URL: https://svnweb.freebsd.org/changeset/ports/463085 Log: Simplify Makefile: use PY_FUTURES With hat: python Modified: head/security/w3af/Makefile Modified: head/security/w3af/Makefile ============================================================================== --- head/security/w3af/Makefile Mon Feb 26 22:32:22 2018 (r463084) +++ head/security/w3af/Makefile Mon Feb 26 22:32:27 2018 (r463085) @@ -34,7 +34,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.1:devel/py ${PYTHON_PKGNAMEPREFIX}chardet>=2.1.1:textproc/py-chardet@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tblib>=0.2.0:devel/py-tblib@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pdfminer>=20140328:textproc/py-pdfminer@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}futures>=2.1.5:devel/py-futures@${FLAVOR} \ + ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.3.3:net/py-ndg_httpsclient@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0.3.2:devel/py-lxml@${FLAVOR} \ From owner-svn-ports-head@freebsd.org Mon Feb 26 22:32:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 929B5F28F0D; Mon, 26 Feb 2018 22:32:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 00E7E6F73C; Mon, 26 Feb 2018 22:32:32 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDA29219B3; Mon, 26 Feb 2018 22:32:32 +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 w1QMWWWQ028911; Mon, 26 Feb 2018 22:32:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMWWxG028910; Mon, 26 Feb 2018 22:32:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262232.w1QMWWxG028910@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:32:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463086 - head/www/seahub X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/seahub X-SVN-Commit-Revision: 463086 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:32:33 -0000 Author: sunpoet Date: Mon Feb 26 22:32:32 2018 New Revision: 463086 URL: https://svnweb.freebsd.org/changeset/ports/463086 Log: Simplify Makefile: use PY_FUTURES With hat: python Modified: head/www/seahub/Makefile Modified: head/www/seahub/Makefile ============================================================================== --- head/www/seahub/Makefile Mon Feb 26 22:32:27 2018 (r463085) +++ head/www/seahub/Makefile Mon Feb 26 22:32:32 2018 (r463086) @@ -31,7 +31,7 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}MySQLdb>0:databases/py-MySQLdb@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${PY_FLAVOR} + ${PY_FUTURES} USES= python:-2.7 shebangfix USE_GITHUB= yes From owner-svn-ports-head@freebsd.org Mon Feb 26 22:32:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AA1AF28F2F; Mon, 26 Feb 2018 22:32:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E043F6F811; Mon, 26 Feb 2018 22:32:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B468A219B4; Mon, 26 Feb 2018 22:32:37 +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 w1QMWb3Y029020; Mon, 26 Feb 2018 22:32:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMWblG029019; Mon, 26 Feb 2018 22:32:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262232.w1QMWblG029019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463087 - head/sysutils/py-salt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/py-salt X-SVN-Commit-Revision: 463087 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:32:38 -0000 Author: sunpoet Date: Mon Feb 26 22:32:37 2018 New Revision: 463087 URL: https://svnweb.freebsd.org/changeset/ports/463087 Log: Simplify Makefile: use PY_ENUM34 and PY_FUTURES With hat: python Modified: head/sysutils/py-salt/Makefile Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Mon Feb 26 22:32:32 2018 (r463086) +++ head/sysutils/py-salt/Makefile Mon Feb 26 22:32:37 2018 (r463087) @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}MarkupSafe>0:textproc/py-MarkupSafe@${FLAVOR} \ + ${PY_ENUM34} \ + ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}libcloud>=0.14.0:net/py-libcloud@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.3:devel/py-msgpack-python@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar@${FLAVOR} \ @@ -78,18 +80,6 @@ ZEROMQ_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2. ZEROMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:net/py-pyzmq@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6.1:security/py-pycrypto@${FLAVOR} -.include - -# Python 2.7-3.3 require enum34, unnecessary for Python 3.4+ -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR} -.endif - -# Python 3+ comes with futures built-in -.if ${PYTHON_REL} < 3200 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>=2.0:devel/py-futures@${FLAVOR} -.endif - post-patch: .for file in conf/minion conf/master doc/man/salt-key.1 \ doc/man/salt-cp.1 doc/man/salt-minion.1 doc/man/salt-syndic.1 \ @@ -108,4 +98,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/conf/master ${STAGEDIR}${ETCDIR}/master.sample ${INSTALL_DATA} ${WRKSRC}/conf/minion ${STAGEDIR}${ETCDIR}/minion.sample -.include +.include From owner-svn-ports-head@freebsd.org Mon Feb 26 22:32:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9519FF28F8D; Mon, 26 Feb 2018 22:32:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4942C6F8E4; Mon, 26 Feb 2018 22:32:43 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2BDFB219B6; Mon, 26 Feb 2018 22:32:43 +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 w1QMWhBa029159; Mon, 26 Feb 2018 22:32:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMWgGN029155; Mon, 26 Feb 2018 22:32:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262232.w1QMWgGN029155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:32:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463088 - head/devel/py-pyvisa X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pyvisa X-SVN-Commit-Revision: 463088 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:32:43 -0000 Author: sunpoet Date: Mon Feb 26 22:32:42 2018 New Revision: 463088 URL: https://svnweb.freebsd.org/changeset/ports/463088 Log: - Change MASTER_SITES to CHEESESHOP - Simplify Makefile: use PY_ENUM34 - Update pkg-descr - Add GitHub repository to WWW - Take maintainership Modified: head/devel/py-pyvisa/Makefile head/devel/py-pyvisa/distinfo head/devel/py-pyvisa/pkg-descr Modified: head/devel/py-pyvisa/Makefile ============================================================================== --- head/devel/py-pyvisa/Makefile Mon Feb 26 22:32:37 2018 (r463087) +++ head/devel/py-pyvisa/Makefile Mon Feb 26 22:32:42 2018 (r463088) @@ -3,28 +3,22 @@ PORTNAME= pyvisa PORTVERSION= 1.9.0 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PyVISA-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= Python VISA bindings for GPIB, RS232, and USB instruments +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python VISA bindings for GPIB, RS232, TCPIP and USB instruments LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyvisa-py>0:devel/py-pyvisa-py@${FLAVOR} +RUN_DEPENDS= ${PY_ENUM34} \ + ${PYTHON_PKGNAMEPREFIX}pyvisa-py>=0:devel/py-pyvisa-py@${FLAVOR} -USE_GITHUB= yes -GH_ACCOUNT= hgrecco - USES= python USE_LOCALE= en_US.UTF-8 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include - -.if ${PYTHON_REL} < 3400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR} -.endif - -.include +.include Modified: head/devel/py-pyvisa/distinfo ============================================================================== --- head/devel/py-pyvisa/distinfo Mon Feb 26 22:32:37 2018 (r463087) +++ head/devel/py-pyvisa/distinfo Mon Feb 26 22:32:42 2018 (r463088) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519652917 -SHA256 (hgrecco-pyvisa-1.9.0_GH0.tar.gz) = ee0f9c40304234358d6be5699dbe9f0080442ca01a39220733545307b57307fd -SIZE (hgrecco-pyvisa-1.9.0_GH0.tar.gz) = 429390 +TIMESTAMP = 1519582213 +SHA256 (PyVISA-1.9.0.tar.gz) = 38e4a2800122b06441346d8469317f8117ee0d8ce700d12bf5bef337e6c152b5 +SIZE (PyVISA-1.9.0.tar.gz) = 440041 Modified: head/devel/py-pyvisa/pkg-descr ============================================================================== --- head/devel/py-pyvisa/pkg-descr Mon Feb 26 22:32:37 2018 (r463087) +++ head/devel/py-pyvisa/pkg-descr Mon Feb 26 22:32:42 2018 (r463088) @@ -1,5 +1,6 @@ -Python bindings to the "Virtual Instrument Software Architecture" -VISA library, in order to control measurement devices via GPIB, -RS232, or USB. +A Python package for support of the "Virtual Instrument Software Architecture" +(VISA), in order to control measurement devices and test equipment via GPIB, +RS232, Ethernet or USB. WWW: https://pypi.python.org/pypi/PyVISA +WWW: https://github.com/pyvisa/pyvisa From owner-svn-ports-head@freebsd.org Mon Feb 26 22:32:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3484EF28FE3; Mon, 26 Feb 2018 22:32:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C04EA6F9BA; Mon, 26 Feb 2018 22:32:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B913D219B7; Mon, 26 Feb 2018 22:32:48 +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 w1QMWmYD029297; Mon, 26 Feb 2018 22:32:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMWm2n029294; Mon, 26 Feb 2018 22:32:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262232.w1QMWm2n029294@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:32:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463089 - head/devel/py-pyvisa-py X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pyvisa-py X-SVN-Commit-Revision: 463089 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:32:49 -0000 Author: sunpoet Date: Mon Feb 26 22:32:48 2018 New Revision: 463089 URL: https://svnweb.freebsd.org/changeset/ports/463089 Log: Change MASTER_SITES to GitHub - Fix COMMENT - Simplify options - Update pkg-descr - Add GitHub repository to WWW - Take maintainership Modified: head/devel/py-pyvisa-py/Makefile head/devel/py-pyvisa-py/distinfo head/devel/py-pyvisa-py/pkg-descr Modified: head/devel/py-pyvisa-py/Makefile ============================================================================== --- head/devel/py-pyvisa-py/Makefile Mon Feb 26 22:32:42 2018 (r463088) +++ head/devel/py-pyvisa-py/Makefile Mon Feb 26 22:32:48 2018 (r463089) @@ -3,29 +3,25 @@ PORTNAME= pyvisa-py PORTVERSION= 0.2 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= PyVISA-py-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= PyVISA backend in a pure Python +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= PyVISA backend in pure Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GITHUB= yes -GH_ACCOUNT= hgrecco - USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -OPTIONS_GROUP= DRIVERS -DRIVERS_DESC= Additional modules -OPTIONS_GROUP_DRIVERS= SERIAL USB +OPTIONS_DEFINE= SERIAL USB +SERIAL_DESC= Access to devices via RS-232 +USB_DESC= Access to devices via USB -SERIAL_DESC= Access to devices via RS-232 -SERIAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${FLAVOR} - -USB_DESC= Access to devices via USB -USB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>0:devel/py-usb@${FLAVOR} +SERIAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}serial>=0:comms/py-serial@${FLAVOR} +USB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb@${FLAVOR} .include Modified: head/devel/py-pyvisa-py/distinfo ============================================================================== --- head/devel/py-pyvisa-py/distinfo Mon Feb 26 22:32:42 2018 (r463088) +++ head/devel/py-pyvisa-py/distinfo Mon Feb 26 22:32:48 2018 (r463089) @@ -1,2 +1,3 @@ -SHA256 (hgrecco-pyvisa-py-0.2_GH0.tar.gz) = 602f8c405c0753d162820213504e0d501b05e9dcbb538191a985b0293c970741 -SIZE (hgrecco-pyvisa-py-0.2_GH0.tar.gz) = 48322 +TIMESTAMP = 1519582840 +SHA256 (PyVISA-py-0.2.tar.gz) = 4e77ac0302f13f22e003d9be07ede371ead3fd672a17d9a963e24e8babc29ad7 +SIZE (PyVISA-py-0.2.tar.gz) = 50244 Modified: head/devel/py-pyvisa-py/pkg-descr ============================================================================== --- head/devel/py-pyvisa-py/pkg-descr Mon Feb 26 22:32:42 2018 (r463088) +++ head/devel/py-pyvisa-py/pkg-descr Mon Feb 26 22:32:48 2018 (r463089) @@ -1,5 +1,13 @@ -PyVISA-py is a backend for PyVISA. It implements most of the methods -for Message Based communication (Serial/USB/GPIB/Ethernet) using -Python and some cross platform libraries. +PyVISA started as wrapper for the NI-VISA library and therefore you need to +install National Instruments VISA library in your system. This works most of the +time, for most people. But NI-VISA is a proprietary library that only works on +certain systems. That is when PyVISA-py jumps in. +Starting from version 1.6, PyVISA allows to use different backends. These +backends can be dynamically loaded. PyVISA-py is one of such backends. It +implements most of the methods for Message Based communication +(Serial/USB/GPIB/Ethernet) using Python and some well developed, easy to deploy +and cross platform libraries. + WWW: https://pypi.python.org/pypi/PyVISA-py +WWW: https://github.com/pyvisa/pyvisa-py From owner-svn-ports-head@freebsd.org Mon Feb 26 22:32:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FF10F29010; Mon, 26 Feb 2018 22:32:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2787B6FA9C; Mon, 26 Feb 2018 22:32:54 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE95B219B9; Mon, 26 Feb 2018 22:32:53 +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 w1QMWrtq029420; Mon, 26 Feb 2018 22:32:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMWrr2029418; Mon, 26 Feb 2018 22:32:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262232.w1QMWrr2029418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:32:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463090 - head/devel/avro X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/avro X-SVN-Commit-Revision: 463090 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:32:55 -0000 Author: sunpoet Date: Mon Feb 26 22:32:53 2018 New Revision: 463090 URL: https://svnweb.freebsd.org/changeset/ports/463090 Log: Update to 1.8.2 - Fix PYTHON option: - Add missing USES=python - Change from BUILD_DEPENDS to RUN_DEPENDS - Add flavors - Update pkg-descr - Update WWW - Add GitHub repository to WWW - Take maintainership Changes: https://github.com/apache/avro/blob/branch-1.8/CHANGES.txt Modified: head/devel/avro/Makefile head/devel/avro/pkg-descr Modified: head/devel/avro/Makefile ============================================================================== --- head/devel/avro/Makefile Mon Feb 26 22:32:48 2018 (r463089) +++ head/devel/avro/Makefile Mon Feb 26 22:32:53 2018 (r463090) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= avro -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data serialization system LICENSE= APACHE20 @@ -13,14 +13,14 @@ LICENSE= APACHE20 USES= metaport OPTIONS_DEFINE= C CPP PYTHON -C_DESC= Install ANSI C library +OPTIONS_DEFAULT=C CPP PYTHON +C_DESC= Install C library CPP_DESC= Install C++ library PYTHON_DESC= Install Python library -OPTIONS_DEFAULT=C CPP PYTHON - C_LIB_DEPENDS= libavro.so:devel/avro-c CPP_LIB_DEPENDS= libavrocpp.so:devel/avro-cpp -PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}avro:devel/py-avro +PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}avro>=0:devel/py-avro@${PY_FLAVOR} +PYTHON_USES= python:env .include Modified: head/devel/avro/pkg-descr ============================================================================== --- head/devel/avro/pkg-descr Mon Feb 26 22:32:48 2018 (r463089) +++ head/devel/avro/pkg-descr Mon Feb 26 22:32:53 2018 (r463090) @@ -1,13 +1,12 @@ -Avro is a data serialization system. +Apache Avro is a data serialization system which provides: +- Rich data structures. +- A compact, fast, binary data format. +- A container file, to store persistent data. +- Remote procedure call (RPC). +- Simple integration with dynamic languages. Code generation is not required to + read or write data files nor to use or implement RPC protocols. Code + generation as an optional optimization, only worth implementing for statically + typed languages. -Avro provides: -* Rich data structures. -* A compact, fast, binary data format. -* A container file, to store persistent data. -* Remote procedure call (RPC). -* Simple integration with dynamic languages. Code generation is not -required to read or write data files nor to use or implement RPC -protocols. Code generation as an optional optimization, only worth -implementing for statically typed languages. - -WWW: http://avro.apache.org/ +WWW: https://avro.apache.org/ +WWW: https://github.com/apache/avro From owner-svn-ports-head@freebsd.org Mon Feb 26 22:33:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3BA8F2906C; Mon, 26 Feb 2018 22:33:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6AA56FB85; Mon, 26 Feb 2018 22:32:59 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 818DE219BA; Mon, 26 Feb 2018 22:32:59 +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 w1QMWxKV029573; Mon, 26 Feb 2018 22:32:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMWxKb029568; Mon, 26 Feb 2018 22:32:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262232.w1QMWxKb029568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:32:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463091 - in head/devel/avro-c: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/avro-c: . files X-SVN-Commit-Revision: 463091 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:33:01 -0000 Author: sunpoet Date: Mon Feb 26 22:32:58 2018 New Revision: 463091 URL: https://svnweb.freebsd.org/changeset/ports/463091 Log: Update to 1.8.2 - Change MASTER_SITES to GitHub - Update COMMENT - Add LICENSE - Pet portlint: move BROKEN_* upward - Update BROKEN: use lowercase for leading character - Use WRKSRC_SUBDIR - Update pkg-descr - Update WWW Changes: https://github.com/apache/avro/blob/branch-1.8/CHANGES.txt https://github.com/apache/avro/commits/branch-1.8/lang/c Modified: head/devel/avro-c/Makefile head/devel/avro-c/distinfo head/devel/avro-c/files/patch-src_CMakeLists.txt head/devel/avro-c/pkg-descr Modified: head/devel/avro-c/Makefile ============================================================================== --- head/devel/avro-c/Makefile Mon Feb 26 22:32:53 2018 (r463090) +++ head/devel/avro-c/Makefile Mon Feb 26 22:32:58 2018 (r463091) @@ -2,35 +2,37 @@ # $FreeBSD$ PORTNAME= avro -PORTVERSION= 1.8.1 -PORTREVISION= 1 +PORTVERSION= 1.8.2 +DISTVERSIONPREFIX= release- CATEGORIES= devel -MASTER_SITES= APACHE/${PORTNAME}/stable PKGNAMESUFFIX= -c -DISTNAME= ${PORTNAME}-src-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= Data serialization system for ANSI C +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= C library for Apache Avro +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BROKEN_aarch64= fails to build: error: No atomic implementation +BROKEN_armv6= fails to build: error: No atomic implementation +BROKEN_armv7= fails to build: error: No atomic implementation +BROKEN_mips= fails to build: error: No atomic implementation +BROKEN_mips64= fails to build: error: No atomic implementation +BROKEN_sparc64= fails to build + LIB_DEPENDS= libjansson.so:devel/jansson \ libsnappy.so:archivers/snappy -BROKEN_aarch64= Fails to build: error: No atomic implementation -BROKEN_armv6= Fails to build: error: No atomic implementation -BROKEN_armv7= Fails to build: error: No atomic implementation -BROKEN_mips= Fails to build: error: No atomic implementation -BROKEN_mips64= Fails to build: error: No atomic implementation -BROKEN_sparc64= Fails to build - USES= cmake pkgconfig USE_LDCONFIG= yes +WRKSRC_SUBDIR= lang/c -WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c +GH_ACCOUNT= apache +USE_GITHUB= yes post-patch: - @${REINPLACE_CMD} '/add_subdirectory(docs)/d' \ - ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} 's|/bin/bash|/bin/sh|g' \ - ${WRKSRC}/version.sh + @${REINPLACE_CMD} '/add_subdirectory(docs)/d' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} '1 s|/bin/bash|/bin/sh|' ${WRKSRC}/version.sh + @${REINPLACE_CMD} 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/src/CMakeLists.txt .include Modified: head/devel/avro-c/distinfo ============================================================================== --- head/devel/avro-c/distinfo Mon Feb 26 22:32:53 2018 (r463090) +++ head/devel/avro-c/distinfo Mon Feb 26 22:32:58 2018 (r463091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466107525 -SHA256 (avro-src-1.8.1.tar.gz) = 5b0531a3f408f3ccf22ab688be586199ab54de08ca347c50baa61d583191f42e -SIZE (avro-src-1.8.1.tar.gz) = 2152089 +TIMESTAMP = 1519473626 +SHA256 (apache-avro-release-1.8.2_GH0.tar.gz) = 19040889f2c822445b6ccf14e6f13ccf2d7851458790ae1539a2688d21c76ae0 +SIZE (apache-avro-release-1.8.2_GH0.tar.gz) = 2141779 Modified: head/devel/avro-c/files/patch-src_CMakeLists.txt ============================================================================== --- head/devel/avro-c/files/patch-src_CMakeLists.txt Mon Feb 26 22:32:53 2018 (r463090) +++ head/devel/avro-c/files/patch-src_CMakeLists.txt Mon Feb 26 22:32:58 2018 (r463091) @@ -1,6 +1,6 @@ ---- src/CMakeLists.txt.orig 2016-05-15 00:38:52 UTC +--- src/CMakeLists.txt.orig 2017-04-17 23:56:17 UTC +++ src/CMakeLists.txt -@@ -82,12 +82,12 @@ source_group(Avro FILES ${AVRO_SRC}) +@@ -82,7 +82,7 @@ source_group(Avro FILES ${AVRO_SRC}) # The version.sh script gives us a SOVERSION that uses colon as a # separator; we need periods. @@ -9,17 +9,3 @@ add_library(avro-static STATIC ${AVRO_SRC}) target_link_libraries(avro-static ${JANSSON_LIBRARIES} ${CODEC_LIBRARIES} ${THREADS_LIBRARIES}) - set_target_properties(avro-static PROPERTIES OUTPUT_NAME avro) - - if (NOT WIN32) - # TODO: Create Windows DLLs. See http://www.cmake.org/Wiki/BuildingWinDLL - add_library(avro-shared SHARED ${AVRO_SRC}) -@@ -125,7 +127,7 @@ set(prefix ${CMAKE_INSTALL_PREFIX}) - set(VERSION ${AVRO_VERSION}) - configure_file(avro-c.pc.in avro-c.pc) - install(FILES ${CMAKE_CURRENT_BINARY_DIR}/avro-c.pc -- DESTINATION lib/pkgconfig) -+ DESTINATION libdata/pkgconfig) - - add_executable(avrocat avrocat.c) - target_link_libraries(avrocat avro-static) Modified: head/devel/avro-c/pkg-descr ============================================================================== --- head/devel/avro-c/pkg-descr Mon Feb 26 22:32:53 2018 (r463090) +++ head/devel/avro-c/pkg-descr Mon Feb 26 22:32:58 2018 (r463091) @@ -1,13 +1,13 @@ -Avro is a data serialization system. +This is the C library of Apache Avro (devel/avro). -Avro provides: -* Rich data structures. -* A compact, fast, binary data format. -* A container file, to store persistent data. -* Remote procedure call (RPC). -* Simple integration with dynamic languages. Code generation is not -required to read or write data files nor to use or implement RPC -protocols. Code generation as an optional optimization, only worth -implementing for statically typed languages. +Apache Avro is a data serialization system which provides: +- Rich data structures. +- A compact, fast, binary data format. +- A container file, to store persistent data. +- Remote procedure call (RPC). +- Simple integration with dynamic languages. Code generation is not required to + read or write data files nor to use or implement RPC protocols. Code + generation as an optional optimization, only worth implementing for statically + typed languages. -WWW: http://avro.apache.org/ +WWW: https://avro.apache.org/ From owner-svn-ports-head@freebsd.org Mon Feb 26 22:33:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D015F2909C; Mon, 26 Feb 2018 22:33:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 994076FC65; Mon, 26 Feb 2018 22:33:05 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0DD84219BB; Mon, 26 Feb 2018 22:33:05 +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 w1QMX48H029751; Mon, 26 Feb 2018 22:33:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMX4kx029748; Mon, 26 Feb 2018 22:33:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262233.w1QMX4kx029748@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:33:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463092 - in head/devel/avro-cpp: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/avro-cpp: . files X-SVN-Commit-Revision: 463092 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:33:06 -0000 Author: sunpoet Date: Mon Feb 26 22:33:04 2018 New Revision: 463092 URL: https://svnweb.freebsd.org/changeset/ports/463092 Log: Update to 1.8.2 - Change MASTER_SITES to GitHub - Update COMMENT - Add LICENSE - Use WRKSRC_SUBDIR - Update pkg-descr - Update WWW Changes: https://github.com/apache/avro/blob/branch-1.8/CHANGES.txt https://github.com/apache/avro/commits/branch-1.8/lang/c++ Deleted: head/devel/avro-cpp/files/patch-lang_c++_CMakeLists.txt Modified: head/devel/avro-cpp/Makefile head/devel/avro-cpp/distinfo head/devel/avro-cpp/pkg-descr Modified: head/devel/avro-cpp/Makefile ============================================================================== --- head/devel/avro-cpp/Makefile Mon Feb 26 22:32:58 2018 (r463091) +++ head/devel/avro-cpp/Makefile Mon Feb 26 22:33:04 2018 (r463092) @@ -2,30 +2,27 @@ # $FreeBSD$ PORTNAME= avro -PORTVERSION= 1.8.1 -PORTREVISION= 6 +PORTVERSION= 1.8.2 +DISTVERSIONPREFIX= release- CATEGORIES= devel -MASTER_SITES= http://www.sai.msu.su/apache/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ - APACHE/${PORTNAME}/stable PKGNAMESUFFIX= -cpp -DISTNAME= ${PORTNAME}-src-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= Data serialization system for C++ +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= C++ library for Apache Avro +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libboost_regex.so:devel/boost-libs -USES= cmake python:build +USES= cmake USE_LDCONFIG= yes +WRKSRC_SUBDIR= lang/c++ -WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c++ +GH_ACCOUNT= apache +USE_GITHUB= yes post-patch: - @${REINPLACE_CMD} -e 's|COMMAND python|COMMAND "${PYTHON_CMD}"|' \ - ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e 's|BOOST_CHECKPOINT|BOOST_TEST_CHECKPOINT|' \ - ${WRKSRC}/test/SchemaTests.cc - @${REINPLACE_CMD} -e 's|BOOST_MESSAGE|BOOST_TEST_MESSAGE|' \ - ${WRKSRC}/test/buffertest.cc + @${REINPLACE_CMD} -e 's|$${AVRO_VERSION_MAJOR}.\($${AVRO_VERSION_MINOR}\)|\1|' ${WRKSRC}/CMakeLists.txt .include Modified: head/devel/avro-cpp/distinfo ============================================================================== --- head/devel/avro-cpp/distinfo Mon Feb 26 22:32:58 2018 (r463091) +++ head/devel/avro-cpp/distinfo Mon Feb 26 22:33:04 2018 (r463092) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466123940 -SHA256 (avro-src-1.8.1.tar.gz) = 5b0531a3f408f3ccf22ab688be586199ab54de08ca347c50baa61d583191f42e -SIZE (avro-src-1.8.1.tar.gz) = 2152089 +TIMESTAMP = 1519473626 +SHA256 (apache-avro-release-1.8.2_GH0.tar.gz) = 19040889f2c822445b6ccf14e6f13ccf2d7851458790ae1539a2688d21c76ae0 +SIZE (apache-avro-release-1.8.2_GH0.tar.gz) = 2141779 Modified: head/devel/avro-cpp/pkg-descr ============================================================================== --- head/devel/avro-cpp/pkg-descr Mon Feb 26 22:32:58 2018 (r463091) +++ head/devel/avro-cpp/pkg-descr Mon Feb 26 22:33:04 2018 (r463092) @@ -1,13 +1,13 @@ -Avro is a data serialization system. +This is the C++ library of Apache Avro (devel/avro). -Avro provides: -* Rich data structures. -* A compact, fast, binary data format. -* A container file, to store persistent data. -* Remote procedure call (RPC). -* Simple integration with dynamic languages. Code generation is not -required to read or write data files nor to use or implement RPC -protocols. Code generation as an optional optimization, only worth -implementing for statically typed languages. +Apache Avro is a data serialization system which provides: +- Rich data structures. +- A compact, fast, binary data format. +- A container file, to store persistent data. +- Remote procedure call (RPC). +- Simple integration with dynamic languages. Code generation is not required to + read or write data files nor to use or implement RPC protocols. Code + generation as an optional optimization, only worth implementing for statically + typed languages. -WWW: http://avro.apache.org/ +WWW: https://avro.apache.org/ From owner-svn-ports-head@freebsd.org Mon Feb 26 22:33:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB9FFF290E2; Mon, 26 Feb 2018 22:33:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F70B6FD4E; Mon, 26 Feb 2018 22:33: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D5D29219BC; Mon, 26 Feb 2018 22:33: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 w1QMXAWm029890; Mon, 26 Feb 2018 22:33:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMXAq0029887; Mon, 26 Feb 2018 22:33:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262233.w1QMXAq0029887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463093 - head/devel/py-avro X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-avro X-SVN-Commit-Revision: 463093 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:33:12 -0000 Author: sunpoet Date: Mon Feb 26 22:33:10 2018 New Revision: 463093 URL: https://svnweb.freebsd.org/changeset/ports/463093 Log: Update to 1.8.2 - Change MASTER_SITES to CHEESESHOP - Add LICENSE - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Update pkg-descr - Add PyPI as primary WWW - Update WWW - Take maintainership Modified: head/devel/py-avro/Makefile head/devel/py-avro/distinfo head/devel/py-avro/pkg-descr Modified: head/devel/py-avro/Makefile ============================================================================== --- head/devel/py-avro/Makefile Mon Feb 26 22:33:04 2018 (r463092) +++ head/devel/py-avro/Makefile Mon Feb 26 22:33:10 2018 (r463093) @@ -2,23 +2,22 @@ # $FreeBSD$ PORTNAME= avro -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= devel -MASTER_SITES= http://www.sai.msu.su/apache/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ - APACHE/${PORTNAME}/stable +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-src-${PORTVERSION} -MAINTAINER= python@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data serialization system for python -USES= python -USE_PYTHON= distutils autoplist +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/src/avro/LICENSE -WRKSRC= ${WRKDIR}/${DISTNAME}/lang/py +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-snappy>=0:archivers/py-python-snappy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0.9:devel/py-simplejson@${FLAVOR} -pre-configure: - ${REINPLACE_CMD} 's|@AVRO_VERSION@|${PORTVERSION}|g' \ - ${WRKSRC}/setup.py +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist concurrent distutils .include Modified: head/devel/py-avro/distinfo ============================================================================== --- head/devel/py-avro/distinfo Mon Feb 26 22:33:04 2018 (r463092) +++ head/devel/py-avro/distinfo Mon Feb 26 22:33:10 2018 (r463093) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466124462 -SHA256 (avro-src-1.8.1.tar.gz) = 5b0531a3f408f3ccf22ab688be586199ab54de08ca347c50baa61d583191f42e -SIZE (avro-src-1.8.1.tar.gz) = 2152089 +TIMESTAMP = 1519472029 +SHA256 (avro-1.8.2.tar.gz) = 8f9ee40830b70b5fb52a419711c9c4ad0336443a6fba7335060805f961b04b59 +SIZE (avro-1.8.2.tar.gz) = 43392 Modified: head/devel/py-avro/pkg-descr ============================================================================== --- head/devel/py-avro/pkg-descr Mon Feb 26 22:33:04 2018 (r463092) +++ head/devel/py-avro/pkg-descr Mon Feb 26 22:33:10 2018 (r463093) @@ -1,13 +1,14 @@ -Avro is a data serialization system. +This is the Python library of Apache Avro (devel/avro). -Avro provides: -* Rich data structures. -* A compact, fast, binary data format. -* A container file, to store persistent data. -* Remote procedure call (RPC). -* Simple integration with dynamic languages. Code generation is not -required to read or write data files nor to use or implement RPC -protocols. Code generation as an optional optimization, only worth -implementing for statically typed languages. +Apache Avro is a data serialization system which provides: +- Rich data structures. +- A compact, fast, binary data format. +- A container file, to store persistent data. +- Remote procedure call (RPC). +- Simple integration with dynamic languages. Code generation is not required to + read or write data files nor to use or implement RPC protocols. Code + generation as an optional optimization, only worth implementing for statically + typed languages. -WWW: http://avro.apache.org/ +WWW: https://pypi.python.org/pypi/avro +WWW: https://avro.apache.org/ From owner-svn-ports-head@freebsd.org Mon Feb 26 22:33:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0EFCF29128; Mon, 26 Feb 2018 22:33:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 384066FDFD; Mon, 26 Feb 2018 22:33: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD9CA219BD; Mon, 26 Feb 2018 22:33: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 w1QMXF2m029991; Mon, 26 Feb 2018 22:33:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMXFVt029990; Mon, 26 Feb 2018 22:33:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262233.w1QMXFVt029990@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:33:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463094 - head/devel/py-testoob X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-testoob X-SVN-Commit-Revision: 463094 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:33:17 -0000 Author: sunpoet Date: Mon Feb 26 22:33:15 2018 New Revision: 463094 URL: https://svnweb.freebsd.org/changeset/ports/463094 Log: Update WWW Modified: head/devel/py-testoob/pkg-descr Modified: head/devel/py-testoob/pkg-descr ============================================================================== --- head/devel/py-testoob/pkg-descr Mon Feb 26 22:33:10 2018 (r463093) +++ head/devel/py-testoob/pkg-descr Mon Feb 26 22:33:15 2018 (r463094) @@ -1,4 +1,4 @@ Testoob is an advanced unit testing framework for Python. It integrates effortlessly with existing PyUnit (module 'unittest') test suites. -WWW: http://testoob.sourceforge.net/ +WWW: https://github.com/testoob/testoob From owner-svn-ports-head@freebsd.org Mon Feb 26 22:33:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C503F29155; Mon, 26 Feb 2018 22:33:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C53E16FEBE; Mon, 26 Feb 2018 22:33: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 898B0219BE; Mon, 26 Feb 2018 22:33:20 +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 w1QMXKR8030115; Mon, 26 Feb 2018 22:33:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QMXK81030113; Mon, 26 Feb 2018 22:33:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802262233.w1QMXK81030113@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 Feb 2018 22:33:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463095 - head/misc/py-pyprind X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/py-pyprind X-SVN-Commit-Revision: 463095 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:33:21 -0000 Author: sunpoet Date: Mon Feb 26 22:33:20 2018 New Revision: 463095 URL: https://svnweb.freebsd.org/changeset/ports/463095 Log: Update to 2.11.2 - While I'm here, fix version requirement of *_DEPENDS Changes: https://github.com/rasbt/pyprind/releases https://github.com/rasbt/pyprind/blob/master/CHANGELOG.md PR: 226201 Submitted by: Neel Chauhan (maintainer) Modified: head/misc/py-pyprind/Makefile head/misc/py-pyprind/distinfo Modified: head/misc/py-pyprind/Makefile ============================================================================== --- head/misc/py-pyprind/Makefile Mon Feb 26 22:33:15 2018 (r463094) +++ head/misc/py-pyprind/Makefile Mon Feb 26 22:33:20 2018 (r463095) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyprind -PORTVERSION= 2.11.1 +PORTVERSION= 2.11.2 CATEGORIES= misc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:sysutils/py-psutil@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${FLAVOR} USES= python USE_PYTHON= autoplist distutils @@ -24,7 +24,7 @@ NO_ARCH= yes OPTIONS_DEFINE= PSUTIL PSUTIL_DESC= Support monitoring CPU and memory usage -PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.5.1:sysutils/py-psutil@${FLAVOR} +PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${FLAVOR} do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/misc/py-pyprind/distinfo ============================================================================== --- head/misc/py-pyprind/distinfo Mon Feb 26 22:33:15 2018 (r463094) +++ head/misc/py-pyprind/distinfo Mon Feb 26 22:33:20 2018 (r463095) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496602099 -SHA256 (PyPrind-2.11.1.tar.gz) = d277923dfe3bde7d28cffa6cd334977ff8c7a4c71e217e8052b9084fc76191b4 -SIZE (PyPrind-2.11.1.tar.gz) = 10902 +TIMESTAMP = 1519578761 +SHA256 (PyPrind-2.11.2.tar.gz) = c46cab453b805852853dfe29fd933aa88a2a516153909c695b098e9161a9e675 +SIZE (PyPrind-2.11.2.tar.gz) = 11134 From owner-svn-ports-head@freebsd.org Mon Feb 26 22:44:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF804F29E22; Mon, 26 Feb 2018 22:44:54 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 9DCAE709CE; Mon, 26 Feb 2018 22:44:54 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id DDA5E3F748; Mon, 26 Feb 2018 17:44:47 -0500 (EST) Received: from anthias (vie-188-118-240-174.dsl.sil.at [188.118.240.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id E734E3F662; Mon, 26 Feb 2018 17:44:46 -0500 (EST) Date: Mon, 26 Feb 2018 23:44:45 +0100 (CET) From: Gerald Pfeifer To: Adam Weinberger cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462376 - in head: . emulators emulators/wine-staging In-Reply-To: Message-ID: References: <201802200837.w1K8b1QY087980@repo.freebsd.org> <20180220123937.qvahs2zdvvjritel@ogg.in.absolight.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 22:44:55 -0000 On Mon, 26 Feb 2018, Adam Weinberger wrote: > Antoine informed me that the script already does that. Is it possible > that you're filtering out things sent to ports@? No, definitely not. (That is, a lot is possible, of course ;-), but I checked and neither do I have any such filters set up, nor could I find anything in my spam folder.) Mysterious. :-( Gerald From owner-svn-ports-head@freebsd.org Mon Feb 26 23:06:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F258CF2B249; Mon, 26 Feb 2018 23:06:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F2E371726; Mon, 26 Feb 2018 23:06:02 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9600721EA6; Mon, 26 Feb 2018 23:06:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QN62L6045164; Mon, 26 Feb 2018 23:06:02 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QN625p045163; Mon, 26 Feb 2018 23:06:02 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201802262306.w1QN625p045163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 26 Feb 2018 23:06:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463096 - head/textproc/elasticsearch5 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/textproc/elasticsearch5 X-SVN-Commit-Revision: 463096 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 23:06:03 -0000 Author: feld Date: Mon Feb 26 23:06:02 2018 New Revision: 463096 URL: https://svnweb.freebsd.org/changeset/ports/463096 Log: textproc/elasticsearch5: Fix JNA support JNA (Java Native Access) provides access to OS-native facilities in pure Java code. The JNA shipped with Elastic is meant for Linux so it does not function correctly. We will ship one built for FreeBSD instead. PR: 222261 Approved by: portmgr (with hat) Modified: head/textproc/elasticsearch5/Makefile Modified: head/textproc/elasticsearch5/Makefile ============================================================================== --- head/textproc/elasticsearch5/Makefile Mon Feb 26 22:33:20 2018 (r463095) +++ head/textproc/elasticsearch5/Makefile Mon Feb 26 23:06:02 2018 (r463096) @@ -3,7 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 5.6.8 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -15,6 +15,7 @@ COMMENT= Full-text search engine for Java LICENSE= APACHE20 RUN_DEPENDS= bash>0:shells/bash +BUILD_DEPENDS= jna>0:devel/jna CONFLICTS= elasticsearch-[0-9]* elasticsearch2-[0-9]* elasticsearch6-[0-9]* @@ -53,6 +54,7 @@ post-patch: ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/config/elasticsearch.yml ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/elasticsearch.in.sh ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/elasticsearch + ${RM} ${WRKSRC}/lib/jna-*.jar do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/elasticsearch @@ -71,6 +73,7 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/elasticsearch ${INSTALL} -lrs ${STAGEDIR}${PREFIX}/lib/elasticsearch/bin/elasticsearch-plugin ${STAGEDIR}${PREFIX}/bin/elasticsearch-plugin + ${INSTALL} -lrs ${JAVASHAREDIR}/classes/jna.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib/jna.jar do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Mon Feb 26 23:10:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84701F2B6E4; Mon, 26 Feb 2018 23:10:54 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A9F47198E; Mon, 26 Feb 2018 23:10:54 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 359AB21EC2; Mon, 26 Feb 2018 23:10:54 +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 w1QNAsZ8047456; Mon, 26 Feb 2018 23:10:54 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QNArGn047267; Mon, 26 Feb 2018 23:10:53 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802262310.w1QNArGn047267@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 26 Feb 2018 23:10:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463097 - in head/editors: lazarus-lcl-qt lazarus-lcl-qt5 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/editors: lazarus-lcl-qt lazarus-lcl-qt5 X-SVN-Commit-Revision: 463097 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 23:10:54 -0000 Author: antoine Date: Mon Feb 26 23:10:53 2018 New Revision: 463097 URL: https://svnweb.freebsd.org/changeset/ports/463097 Log: Fix build by adding missing FPC units Reported by: pkg-fallout Modified: head/editors/lazarus-lcl-qt/Makefile head/editors/lazarus-lcl-qt5/Makefile Modified: head/editors/lazarus-lcl-qt/Makefile ============================================================================== --- head/editors/lazarus-lcl-qt/Makefile Mon Feb 26 23:06:02 2018 (r463096) +++ head/editors/lazarus-lcl-qt/Makefile Mon Feb 26 23:10:53 2018 (r463097) @@ -7,8 +7,8 @@ COMMENT= Lazarus components library - QT backend BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units -USE_FPC= fcl-base fcl-db fcl-image fcl-registry fcl-res \ - fcl-xml pasjpeg x11 +USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-res \ + fcl-xml pasjpeg regexpr x11 LCL_INTERFACE= qt Modified: head/editors/lazarus-lcl-qt5/Makefile ============================================================================== --- head/editors/lazarus-lcl-qt5/Makefile Mon Feb 26 23:06:02 2018 (r463096) +++ head/editors/lazarus-lcl-qt5/Makefile Mon Feb 26 23:10:53 2018 (r463097) @@ -7,8 +7,8 @@ COMMENT= Lazarus components library - QT5 backend BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units -USE_FPC= fcl-base fcl-db fcl-image fcl-registry fcl-res \ - fcl-xml pasjpeg x11 +USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-res \ + fcl-xml pasjpeg regexpr x11 LCL_INTERFACE= qt5 From owner-svn-ports-head@freebsd.org Mon Feb 26 23:11:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3F15F2B909; Mon, 26 Feb 2018 23:11:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91FEA71C53; Mon, 26 Feb 2018 23:11:53 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CE1722007; Mon, 26 Feb 2018 23:11:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QNBrGS049976; Mon, 26 Feb 2018 23:11:53 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QNBrHh049975; Mon, 26 Feb 2018 23:11:53 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201802262311.w1QNBrHh049975@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 26 Feb 2018 23:11:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463098 - head/textproc/elasticsearch6 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/textproc/elasticsearch6 X-SVN-Commit-Revision: 463098 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 23:11:54 -0000 Author: feld Date: Mon Feb 26 23:11:53 2018 New Revision: 463098 URL: https://svnweb.freebsd.org/changeset/ports/463098 Log: textproc/elasticsearch6: Fix JNA support JNA (Java Native Access) provides access to OS-native facilities in pure Java code. The JNA shipped with Elastic is meant for Linux so it does not function correctly. We will ship one built for FreeBSD instead. PR: 222261 Modified: head/textproc/elasticsearch6/Makefile Modified: head/textproc/elasticsearch6/Makefile ============================================================================== --- head/textproc/elasticsearch6/Makefile Mon Feb 26 23:10:53 2018 (r463097) +++ head/textproc/elasticsearch6/Makefile Mon Feb 26 23:11:53 2018 (r463098) @@ -3,7 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 6.2.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -15,6 +15,7 @@ COMMENT= Full-text search engine for Java LICENSE= APACHE20 RUN_DEPENDS= bash>0:shells/bash +BUILD_DEPENDS= jna>0:devel/jna CONFLICTS= elasticsearch-[0-9]* elasticsearch2-[0-9]* elasticsearch5-[0-9]* @@ -51,6 +52,7 @@ SUB_FILES= pkg-message post-patch: ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/config/elasticsearch.yml ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/elasticsearch + ${RM} ${WRKSRC}/lib/jna-*.jar do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/elasticsearch @@ -69,6 +71,7 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/elasticsearch ${INSTALL} -lrs ${STAGEDIR}${PREFIX}/lib/elasticsearch/bin/elasticsearch-plugin ${STAGEDIR}${PREFIX}/bin/elasticsearch-plugin + ${INSTALL} -lrs ${JAVASHAREDIR}/classes/jna.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib/jna.jar do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Mon Feb 26 23:14:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D390F2BBD2; Mon, 26 Feb 2018 23:14:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B81871E59; Mon, 26 Feb 2018 23:14:21 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05DD222039; Mon, 26 Feb 2018 23:14:21 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QNEK0T050190; Mon, 26 Feb 2018 23:14:20 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QNEKuO050188; Mon, 26 Feb 2018 23:14:20 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201802262314.w1QNEKuO050188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 26 Feb 2018 23:14:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463099 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 463099 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 23:14:21 -0000 Author: jbeich Date: Mon Feb 26 23:14:20 2018 New Revision: 463099 URL: https://svnweb.freebsd.org/changeset/ports/463099 Log: emulators/rpcs3: update to 0.0.5.4 Changes: https://github.com/RPCS3/rpcs3/compare/ede76033a...b61a69c87 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Mon Feb 26 23:11:53 2018 (r463098) +++ head/emulators/rpcs3/Makefile Mon Feb 26 23:14:20 2018 (r463099) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.4-382 -DISTVERSIONSUFFIX= -gede76033a +DISTVERSION= 0.0.5-4 +DISTVERSIONSUFFIX= -gb61a69c87 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Mon Feb 26 23:11:53 2018 (r463098) +++ head/emulators/rpcs3/distinfo Mon Feb 26 23:14:20 2018 (r463099) @@ -1,6 +1,6 @@ -TIMESTAMP = 1519425523 -SHA256 (RPCS3-rpcs3-v0.0.4-382-gede76033a_GH0.tar.gz) = 2a74415e5721cc0d961c22d52108ac2c9a8c010d4d679a5ba59a6d224c47663a -SIZE (RPCS3-rpcs3-v0.0.4-382-gede76033a_GH0.tar.gz) = 3860559 +TIMESTAMP = 1519576244 +SHA256 (RPCS3-rpcs3-v0.0.5-4-gb61a69c87_GH0.tar.gz) = 43e61975e83b4e32d30d7a86df7cd8be4d2a39bc3783388ca4d884b540a32bc5 +SIZE (RPCS3-rpcs3-v0.0.5-4-gb61a69c87_GH0.tar.gz) = 3860339 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-yaml-cpp-release-0.5.3-62-g017626a_GH0.tar.gz) = 1d4b32443f137c23b68d3cb183ba6fb48eb76be2b0b30016970adff5c770d841 From owner-svn-ports-head@freebsd.org Mon Feb 26 23:19:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B006BF2C08A; Mon, 26 Feb 2018 23:19:41 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 667D97220A; Mon, 26 Feb 2018 23:19:41 +0000 (UTC) (envelope-from brooks@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 609FD22055; Mon, 26 Feb 2018 23:19:41 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QNJfAl050634; Mon, 26 Feb 2018 23:19:41 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QNJfdc050631; Mon, 26 Feb 2018 23:19:41 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201802262319.w1QNJfdc050631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Mon, 26 Feb 2018 23:19:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463101 - head/devel/llvm60 X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: head/devel/llvm60 X-SVN-Commit-Revision: 463101 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 23:19:41 -0000 Author: brooks Date: Mon Feb 26 23:19:40 2018 New Revision: 463101 URL: https://svnweb.freebsd.org/changeset/ports/463101 Log: Update to 6.0.0 RC3. Modified: head/devel/llvm60/Makefile head/devel/llvm60/distinfo head/devel/llvm60/pkg-plist Modified: head/devel/llvm60/Makefile ============================================================================== --- head/devel/llvm60/Makefile Mon Feb 26 23:18:50 2018 (r463100) +++ head/devel/llvm60/Makefile Mon Feb 26 23:19:40 2018 (r463101) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= llvm -DISTVERSION= 6.0.0rc2 +DISTVERSION= 6.0.0rc3 PORTREVISION= 0 CATEGORIES= devel lang MASTER_SITES= http://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR} @@ -544,7 +544,7 @@ svn-patch-llvm: .if !defined(PATCH_REV) .error svn-patch-clang requires that PATCH_REV be set .endif -_PATCH_FILE=${FILESDIR}/clang-patch-svn-${PATCH_REV} +_PATCH_FILE=${FILESDIR}/clang/patch-svn-${PATCH_REV} _LLVM_BASE=http://llvm.org/svn/llvm-project/cfe/trunk svn-patch-clang: svn log -c ${PATCH_REV} ${_LLVM_BASE} >> ${_PATCH_FILE} @@ -556,7 +556,7 @@ svn-patch-clang: .if !defined(PATCH_REV) .error svn-patch-compiler-rt requires that PATCH_REV be set .endif -_PATCH_FILE=${FILESDIR}/compiler-rt-patch-svn-${PATCH_REV} +_PATCH_FILE=${FILESDIR}/compiler-rt/patch-svn-${PATCH_REV} _LLVM_BASE=http://llvm.org/svn/llvm-project/compiler-rt/trunk svn-patch-compiler-rt: svn log -c ${PATCH_REV} ${_LLVM_BASE} >> ${_PATCH_FILE} @@ -568,7 +568,7 @@ svn-patch-compiler-rt: .if !defined(PATCH_REV) .error svn-patch-lldb requires that PATCH_REV be set .endif -_PATCH_FILE=${FILESDIR}/lldb-patch-svn-${PATCH_REV} +_PATCH_FILE=${FILESDIR}/lldb/patch-svn-${PATCH_REV} _LLVM_BASE=http://llvm.org/svn/llvm-project/lldb/trunk svn-patch-lldb: svn log -c ${PATCH_REV} ${_LLVM_BASE} >> ${_PATCH_FILE} Modified: head/devel/llvm60/distinfo ============================================================================== --- head/devel/llvm60/distinfo Mon Feb 26 23:18:50 2018 (r463100) +++ head/devel/llvm60/distinfo Mon Feb 26 23:19:40 2018 (r463101) @@ -1,15 +1,15 @@ -TIMESTAMP = 1518459437 -SHA256 (llvm-6.0.0rc2.src.tar.xz) = f6cf468f34cc89ffba16ef99491009764c00c0129a5f84b26ab469761618d3ca -SIZE (llvm-6.0.0rc2.src.tar.xz) = 25288140 -SHA256 (cfe-6.0.0rc2.src.tar.xz) = 1dc470fce17684c8e04ed17be11678d21aba6fb963c8ae1bb876851c0efd37c9 -SIZE (cfe-6.0.0rc2.src.tar.xz) = 11957996 -SHA256 (compiler-rt-6.0.0rc2.src.tar.xz) = 12993e4e72fa72e760f74276efc31f3d136931a8a214193b1fecde377d2453aa -SIZE (compiler-rt-6.0.0rc2.src.tar.xz) = 1635928 -SHA256 (clang-tools-extra-6.0.0rc2.src.tar.xz) = e3a1f9643451b53e9c2122e8b3d0b9ff3c1ed966ccf081b714889f84fdc00a6e -SIZE (clang-tools-extra-6.0.0rc2.src.tar.xz) = 758068 -SHA256 (lld-6.0.0rc2.src.tar.xz) = 2eac9905cb9d72ca50a59abe4e2bcffc96fdec4a5e4f38c01503e2451acf4872 -SIZE (lld-6.0.0rc2.src.tar.xz) = 789408 -SHA256 (lldb-6.0.0rc2.src.tar.xz) = 3b50f1ca67097423aef211aa820a3b1dbb5755f35ec8241b77e5bd4c00921e85 -SIZE (lldb-6.0.0rc2.src.tar.xz) = 19317792 -SHA256 (openmp-6.0.0rc2.src.tar.xz) = 13e41a5ec0d294d4a14fa210e73879c0c89a3815d8ea0e939d5f79c4df89e7cb -SIZE (openmp-6.0.0rc2.src.tar.xz) = 2272464 +TIMESTAMP = 1519685331 +SHA256 (llvm-6.0.0rc3.src.tar.xz) = 8af454fc8b2c1b12b5ea06b192d9cd601623ac19fdebea95c6f1cf37d3c91c83 +SIZE (llvm-6.0.0rc3.src.tar.xz) = 25295644 +SHA256 (cfe-6.0.0rc3.src.tar.xz) = 03a1ef6afd35057f38ea6882f9e5c41c47de95bf626e9ef53a5efecf4611bddb +SIZE (cfe-6.0.0rc3.src.tar.xz) = 11959032 +SHA256 (compiler-rt-6.0.0rc3.src.tar.xz) = 9bd30c7cf2f815751ad0e10b216925b0d9760f11d84e79948e5703cbb9ea65d3 +SIZE (compiler-rt-6.0.0rc3.src.tar.xz) = 1631896 +SHA256 (clang-tools-extra-6.0.0rc3.src.tar.xz) = 8ecea22b939cc2581cab25752f5635208dd8ab37d5c742bba040eacb10cd6763 +SIZE (clang-tools-extra-6.0.0rc3.src.tar.xz) = 757952 +SHA256 (lld-6.0.0rc3.src.tar.xz) = 28796f5066f9c1ffcb06eec7c3b269417173ddf57c43f0f55876ce3144fcdf9a +SIZE (lld-6.0.0rc3.src.tar.xz) = 790480 +SHA256 (lldb-6.0.0rc3.src.tar.xz) = f407c517bec1ab233aeeb9f0e6f2e25387125f870f6d560190af855f759ff301 +SIZE (lldb-6.0.0rc3.src.tar.xz) = 19319584 +SHA256 (openmp-6.0.0rc3.src.tar.xz) = b3e828599c836eb131d61b90d5fda794918157015934ebb128ac569dc1b1fad1 +SIZE (openmp-6.0.0rc3.src.tar.xz) = 2272612 Modified: head/devel/llvm60/pkg-plist ============================================================================== --- head/devel/llvm60/pkg-plist Mon Feb 26 23:18:50 2018 (r463100) +++ head/devel/llvm60/pkg-plist Mon Feb 26 23:19:40 2018 (r463101) @@ -1882,6 +1882,7 @@ llvm%%LLVM_LIB_VER%%/include/llvm/MC/MCAsmInfoDarwin.h llvm%%LLVM_LIB_VER%%/include/llvm/MC/MCAsmInfoELF.h llvm%%LLVM_LIB_VER%%/include/llvm/MC/MCAsmInfoWasm.h llvm%%LLVM_LIB_VER%%/include/llvm/MC/MCAsmLayout.h +llvm%%LLVM_LIB_VER%%/include/llvm/MC/MCAsmMacro.h llvm%%LLVM_LIB_VER%%/include/llvm/MC/MCAssembler.h llvm%%LLVM_LIB_VER%%/include/llvm/MC/MCCodeEmitter.h llvm%%LLVM_LIB_VER%%/include/llvm/MC/MCCodePadder.h From owner-svn-ports-head@freebsd.org Mon Feb 26 23:20:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB0D0F2C0F9 for ; Mon, 26 Feb 2018 23:20:04 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (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 60B9A722FB for ; Mon, 26 Feb 2018 23:20:04 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-io0-x22e.google.com with SMTP id d71so10013010iog.4 for ; Mon, 26 Feb 2018 15:20:04 -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; bh=vuhNs0imxWZXfoSvCZiYzA0aQOFA5eNL6AgJSMM+vRY=; b=SmgCHZOSiqhwjg/d8duSBVauVCkQBWmCLbn/XiR9A8GWO8F6BJVYvLGu1dDyPWtcpX KPZZF0s3K3Lu8IXkPhHbzC1OzKzWDwnHcyttTTD5zKyVOCEajIIiyiXKK86gh067SKfM ye9Yj5Y3uh8elGApylyCwlpn8dtIT9VDZ8qJXhirowHTGBj96ggWArHxIR+NqAG5OZpl 269rnx6lqFQAvrhp2Pa+V8fkorGamyF8PtycJYynENDoqS9Zc2uwnE2scHa4xbh5x9ap /f2gRsKS4XqHL7vT2aXePnxCmqVkyIJdsxuwEbfdInMkbPbDpKYMK6lYV6q00kzcxzGW Hraw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=vuhNs0imxWZXfoSvCZiYzA0aQOFA5eNL6AgJSMM+vRY=; b=j/1TfGqnAwZ5WA00fiqdAUwqoItrTjN9QfKcBDJVsRiKc8V618VBIvTVQ11zxufzhp wZ06anpycfly014pZlxvrjSdbizT1F180pjvQI20iJ0yu9vU8wN5o4KM66t0lvyB9JtH Cp2WIcIirYkTVx6MqaEoyip2PWvq04zc14PW9/7836PQLIZ2Kehrs3H1wCbYoEFKWtES 843h7YgmmbAO0KrrZQp0afbMPF6SywCbBL4F+IWgkRDbeU2WfOPBm0DwuFkXrhoH9ngg YGUWzWocispkKAtBuGgngEP2AKfZZybLB+SqdA14RwORdltecXAkVJdltHzjCfLAqirx 4fAQ== X-Gm-Message-State: APf1xPDLn/XOUoTwiFLKILhyEMQ8+l1o2eHlk4pCo38RtBew2/g12ZRc gjBJyQ4fynSbxRERioH09wHgmj+B6J3JHAcprW3MDg== X-Google-Smtp-Source: AG47ELsZcd4lLSfrRO12X0WfOqSef2PlnjSVhgG3OPORYPf0jSlbWI5d1FfQ6bH+wyHfDAcTOp60tVo3qiTRno7H8sY= X-Received: by 10.107.128.77 with SMTP id b74mr13857800iod.233.1519687203571; Mon, 26 Feb 2018 15:20:03 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.2.145.7 with HTTP; Mon, 26 Feb 2018 15:19:23 -0800 (PST) In-Reply-To: References: <201802250540.w1P5eUpE067758@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 07:19:23 +0800 X-Google-Sender-Auth: Lz12zmRR7K2LVxkj-ugOHU5cYvs Message-ID: Subject: Re: svn commit: r462936 - head/net-mgmt/py-adal To: Yuri Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 23:20:05 -0000 Hi, On Sun, Feb 25, 2018 at 2:22 PM, Yuri wrote: > On 02/24/18 21:40, Sunpoet Po-Chuan Hsieh wrote: > > -USE_PYTHON= autoplist distutils > +USE_PYTHON= autoplist concurrent distutils > > > Why did you add "concurrent"? It installs concurrently without it. > Yes, that's why I did not bump PORTREVISION. It is no-op here but it saves my time not to check it again and again to make sure it will not conflict among flavors. Some day we might have concurrent by default. > > > > + > +WWW: https://pypi.python.org/pypi/adal > WWW: https://github.com/AzureAD/azure-activedirectory-library-for-python > > > 2 URLs aren't allowed by PHB 3.2.1 pkg-descr "Include a URL to the > official WWW homepage. Prepend *one* of the websites (pick the most > common one) with WWW:" > > > Yuri > > > My understanding to this paragraph may not be the same as yours. The first sentence is to ask the porter to add at least one URL. That's why you'll see "one of the websites" in the second sentence. I did not check the script but it currently picks the first WWW line into INDEX. Regards, sunpoet From owner-svn-ports-head@freebsd.org Mon Feb 26 23:21:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41DCDF2C389; Mon, 26 Feb 2018 23:21:58 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EBAD57268F; Mon, 26 Feb 2018 23:21:57 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E68E5221B3; Mon, 26 Feb 2018 23:21:57 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1QNLvk2053026; Mon, 26 Feb 2018 23:21:57 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1QNLvYN053024; Mon, 26 Feb 2018 23:21:57 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201802262321.w1QNLvYN053024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 26 Feb 2018 23:21:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463102 - in head/textproc: elasticsearch5 elasticsearch6 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/textproc: elasticsearch5 elasticsearch6 X-SVN-Commit-Revision: 463102 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 23:21:58 -0000 Author: feld Date: Mon Feb 26 23:21:57 2018 New Revision: 463102 URL: https://svnweb.freebsd.org/changeset/ports/463102 Log: textproc/elasticsearch{5,6}: Fix build The JNA dependency was meant to be at runtime Pointyhat: me PR: 222261 Modified: head/textproc/elasticsearch5/Makefile head/textproc/elasticsearch6/Makefile Modified: head/textproc/elasticsearch5/Makefile ============================================================================== --- head/textproc/elasticsearch5/Makefile Mon Feb 26 23:19:40 2018 (r463101) +++ head/textproc/elasticsearch5/Makefile Mon Feb 26 23:21:57 2018 (r463102) @@ -3,7 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 5.6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -14,8 +14,8 @@ COMMENT= Full-text search engine for Java LICENSE= APACHE20 -RUN_DEPENDS= bash>0:shells/bash -BUILD_DEPENDS= jna>0:devel/jna +RUN_DEPENDS= bash>0:shells/bash \ + jna>0:devel/jna CONFLICTS= elasticsearch-[0-9]* elasticsearch2-[0-9]* elasticsearch6-[0-9]* Modified: head/textproc/elasticsearch6/Makefile ============================================================================== --- head/textproc/elasticsearch6/Makefile Mon Feb 26 23:19:40 2018 (r463101) +++ head/textproc/elasticsearch6/Makefile Mon Feb 26 23:21:57 2018 (r463102) @@ -3,7 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 6.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -14,8 +14,8 @@ COMMENT= Full-text search engine for Java LICENSE= APACHE20 -RUN_DEPENDS= bash>0:shells/bash -BUILD_DEPENDS= jna>0:devel/jna +RUN_DEPENDS= bash>0:shells/bash \ + jna>0:devel/jna CONFLICTS= elasticsearch-[0-9]* elasticsearch2-[0-9]* elasticsearch5-[0-9]* From owner-svn-ports-head@freebsd.org Tue Feb 27 00:26:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9233F30216; Tue, 27 Feb 2018 00:26:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5276B7496F; Tue, 27 Feb 2018 00:26:39 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 43B8722BBC; Tue, 27 Feb 2018 00:26:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1R0Qdux085198; Tue, 27 Feb 2018 00:26:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1R0QcXR085196; Tue, 27 Feb 2018 00:26:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201802270026.w1R0QcXR085196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 27 Feb 2018 00:26:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463103 - head/games/openbor X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/games/openbor X-SVN-Commit-Revision: 463103 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 00:26:39 -0000 Author: jbeich Date: Tue Feb 27 00:26:38 2018 New Revision: 463103 URL: https://svnweb.freebsd.org/changeset/ports/463103 Log: games/openbor: update to 4615 Changes: https://github.com/DCurrent/openbor/compare/d73408f...11cd2c0 Modified: head/games/openbor/Makefile (contents, props changed) head/games/openbor/distinfo (contents, props changed) Modified: head/games/openbor/Makefile ============================================================================== --- head/games/openbor/Makefile Mon Feb 26 23:21:57 2018 (r463102) +++ head/games/openbor/Makefile Tue Feb 27 00:26:38 2018 (r463103) @@ -2,7 +2,7 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} -PORTVERSION?= 4604 +PORTVERSION?= 4615 .ifndef PKGNAMESUFFIX PORTREVISION= 0 .endif @@ -31,7 +31,7 @@ PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= DCurrent -GH_TAGNAME?= d73408f +GH_TAGNAME?= 11cd2c0 USES+= gmake pkgconfig .if ${PORTVERSION} < 4433 Modified: head/games/openbor/distinfo ============================================================================== --- head/games/openbor/distinfo Mon Feb 26 23:21:57 2018 (r463102) +++ head/games/openbor/distinfo Tue Feb 27 00:26:38 2018 (r463103) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519248328 -SHA256 (DCurrent-openbor-4604-d73408f_GH0.tar.gz) = 1827f54f3340782ca11e3c17e3c6623f9fb88112db510e89db917909842de656 -SIZE (DCurrent-openbor-4604-d73408f_GH0.tar.gz) = 107146873 +TIMESTAMP = 1519600961 +SHA256 (DCurrent-openbor-4615-11cd2c0_GH0.tar.gz) = 4e18b243bb97090f0d1dd42f99a8da1b050ae77dea303116e18ab3d4832f7346 +SIZE (DCurrent-openbor-4615-11cd2c0_GH0.tar.gz) = 107147337 From owner-svn-ports-head@freebsd.org Tue Feb 27 01:51:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1F30F37747; Tue, 27 Feb 2018 01:51:24 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B2E778ECC; Tue, 27 Feb 2018 01:51:24 +0000 (UTC) (envelope-from dbaio@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5639C23B3D; Tue, 27 Feb 2018 01:51:24 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1R1pOde026766; Tue, 27 Feb 2018 01:51:24 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1R1pOTl026764; Tue, 27 Feb 2018 01:51:24 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201802270151.w1R1pOTl026764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 27 Feb 2018 01:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463105 - head/sysutils/restic X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/restic X-SVN-Commit-Revision: 463105 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 01:51:24 -0000 Author: dbaio Date: Tue Feb 27 01:51:23 2018 New Revision: 463105 URL: https://svnweb.freebsd.org/changeset/ports/463105 Log: sysutils/restic: Update to 0.8.3 While here: Add LICENSE_FILE. Changes: https://github.com/restic/restic/releases/tag/v0.8.3 PR: 226225 Submitted by: Greg Fitzgerald (maintainer) Modified: head/sysutils/restic/Makefile head/sysutils/restic/distinfo Modified: head/sysutils/restic/Makefile ============================================================================== --- head/sysutils/restic/Makefile Tue Feb 27 00:27:30 2018 (r463104) +++ head/sysutils/restic/Makefile Tue Feb 27 01:51:23 2018 (r463105) @@ -2,13 +2,14 @@ PORTNAME= restic DISTVERSIONPREFIX= v -DISTVERSION= 0.8.2 +DISTVERSION= 0.8.3 CATEGORIES= sysutils MAINTAINER= gregf@hugops.pw COMMENT= Fast, secure, efficient backup program LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes Modified: head/sysutils/restic/distinfo ============================================================================== --- head/sysutils/restic/distinfo Tue Feb 27 00:27:30 2018 (r463104) +++ head/sysutils/restic/distinfo Tue Feb 27 01:51:23 2018 (r463105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519287945 -SHA256 (restic-restic-v0.8.2_GH0.tar.gz) = 0c19de7f525b4f40bf35347c9834564e48cdfdf1b64972d0aef9e548d29960dd -SIZE (restic-restic-v0.8.2_GH0.tar.gz) = 48742798 +TIMESTAMP = 1519683587 +SHA256 (restic-restic-v0.8.3_GH0.tar.gz) = 0cf697c88404b180d6d6ff2e7d2c27b2fcb9536da6dbdf15ad4d320af7e8f17c +SIZE (restic-restic-v0.8.3_GH0.tar.gz) = 48746281 From owner-svn-ports-head@freebsd.org Tue Feb 27 01:53:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C7FCF37C59; Tue, 27 Feb 2018 01:53:18 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16990791E1; Tue, 27 Feb 2018 01:53:18 +0000 (UTC) (envelope-from dbaio@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1119523BB5; Tue, 27 Feb 2018 01:53:18 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1R1rHKd029999; Tue, 27 Feb 2018 01:53:17 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1R1rH4u029997; Tue, 27 Feb 2018 01:53:17 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201802270153.w1R1rH4u029997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 27 Feb 2018 01:53:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463106 - head/sysutils/duplicity X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/sysutils/duplicity X-SVN-Commit-Revision: 463106 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 01:53:18 -0000 Author: dbaio Date: Tue Feb 27 01:53:17 2018 New Revision: 463106 URL: https://svnweb.freebsd.org/changeset/ports/463106 Log: sysutils/duplicity: Update to 0.7.17 Changes: https://launchpad.net/duplicity/+milestone/0.7.17 Modified: head/sysutils/duplicity/Makefile head/sysutils/duplicity/distinfo Modified: head/sysutils/duplicity/Makefile ============================================================================== --- head/sysutils/duplicity/Makefile Tue Feb 27 01:51:23 2018 (r463105) +++ head/sysutils/duplicity/Makefile Tue Feb 27 01:53:17 2018 (r463106) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= duplicity -PORTVERSION= 0.7.16 +PORTVERSION= 0.7.17 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download/ Modified: head/sysutils/duplicity/distinfo ============================================================================== --- head/sysutils/duplicity/distinfo Tue Feb 27 01:51:23 2018 (r463105) +++ head/sysutils/duplicity/distinfo Tue Feb 27 01:53:17 2018 (r463106) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517075653 -SHA256 (duplicity-0.7.16.tar.gz) = a8f5e1e77dcc5e03a7d206086b8ef89fa574c59de582ed15db5987c40b842718 -SIZE (duplicity-0.7.16.tar.gz) = 1563676 +TIMESTAMP = 1519682162 +SHA256 (duplicity-0.7.17.tar.gz) = 3724c5f1f839e584e49154ee0ff137e6f3450eedbd7f3886f31d2093001cb04a +SIZE (duplicity-0.7.17.tar.gz) = 1719145 From owner-svn-ports-head@freebsd.org Tue Feb 27 04:55:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DF18F23B9A; Tue, 27 Feb 2018 04:55:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 21EAE81CCE; Tue, 27 Feb 2018 04:55:54 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1888725BED; Tue, 27 Feb 2018 04:55:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1R4trcj020048; Tue, 27 Feb 2018 04:55:53 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1R4tqAS020032; Tue, 27 Feb 2018 04:55:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802270455.w1R4tqAS020032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Feb 2018 04:55:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463107 - in head: astro/accrete devel/mph devel/p5-IPC-MMA devel/p5-Parse-PlainConfig devel/p5-Sub-Alias devel/p5-Sys-Cpu devel/p5-Sys-MemInfo graphics/delaboratory net/yaph sysutils/c... X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: astro/accrete devel/mph devel/p5-IPC-MMA devel/p5-Parse-PlainConfig devel/p5-Sub-Alias devel/p5-Sys-Cpu devel/p5-Sys-MemInfo graphics/delaboratory net/yaph sysutils/clean www/edbrowse www/p5-... X-SVN-Commit-Revision: 463107 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 04:55:54 -0000 Author: yuri Date: Tue Feb 27 04:55:52 2018 New Revision: 463107 URL: https://svnweb.freebsd.org/changeset/ports/463107 Log: Maintainer reset for e-mails in domains without MX records 15 ports are affected. $ dig absoludicrous.com MX | grep MX ; <<>> DiG 9.12.0 <<>> absoludicrous.com MX ;absoludicrous.com. IN MX $ dig bsdforfe.com MX | grep MX ; <<>> DiG 9.12.0 <<>> bsdforfe.com MX ;bsdforfe.com. IN MX $ dig vmailbox.org MX | grep MX ; <<>> DiG 9.12.0 <<>> vmailbox.org MX ;vmailbox.org. IN MX $ dig virgaria.org MX | grep MX ; <<>> DiG 9.12.0 <<>> virgaria.org MX ;virgaria.org. IN MX $ dig vereshagin.org MX | grep MX ; <<>> DiG 9.12.0 <<>> vereshagin.org MX ;vereshagin.org. IN MX $ dig sucked-in.com MX | grep MX ; <<>> DiG 9.12.0 <<>> sucked-in.com MX ;sucked-in.com. IN MX $ dig pkix.net MX | grep MX ; <<>> DiG 9.12.0 <<>> pkix.net MX ;pkix.net. IN MX $ dig michael-fauste.de MX | grep MX ; <<>> DiG 9.12.0 <<>> michael-fauste.de MX ;michael-fauste.de. IN MX Approved by: tcberner (mentor, implicit) Modified: head/astro/accrete/Makefile head/devel/mph/Makefile head/devel/p5-IPC-MMA/Makefile head/devel/p5-Parse-PlainConfig/Makefile head/devel/p5-Sub-Alias/Makefile head/devel/p5-Sys-Cpu/Makefile head/devel/p5-Sys-MemInfo/Makefile head/graphics/delaboratory/Makefile head/net/yaph/Makefile head/sysutils/clean/Makefile head/www/edbrowse/Makefile head/www/p5-FCGI-ProcManager/Makefile head/www/p5-FCGI-Spawn/Makefile head/www/rubygem-nested_form/Makefile head/x11-wm/selectwm/Makefile Modified: head/astro/accrete/Makefile ============================================================================== --- head/astro/accrete/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/astro/accrete/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -6,7 +6,7 @@ PORTVERSION= 1.0 CATEGORIES= astro MASTER_SITES= SF -MAINTAINER= chuck@pkix.net +MAINTAINER= ports@FreeBSD.org COMMENT= Accrete is a physical simulation of solar system planet formation MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX=${STAGEDIR}${PREFIX} \ Modified: head/devel/mph/Makefile ============================================================================== --- head/devel/mph/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/devel/mph/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -6,7 +6,7 @@ PORTVERSION= 1.2 CATEGORIES= devel MASTER_SITES= SUNSITE/devel/lang/c -MAINTAINER= chuck@pkix.net +MAINTAINER= ports@FreeBSD.org COMMENT= Minimal perfect hashing code generator BIN_FILES= emitc mph mphm Modified: head/devel/p5-IPC-MMA/Makefile ============================================================================== --- head/devel/p5-IPC-MMA/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/devel/p5-IPC-MMA/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -8,7 +8,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= peter@vereshagin.org +MAINTAINER= ports@FreeBSD.org COMMENT= Improved Perl interface to Ralf Engelschall's mm library BUILD_DEPENDS= p5-Devel-CheckOS>=0:devel/p5-Devel-CheckOS Modified: head/devel/p5-Parse-PlainConfig/Makefile ============================================================================== --- head/devel/p5-Parse-PlainConfig/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/devel/p5-Parse-PlainConfig/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -8,7 +8,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= peter@vereshagin.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to use plain config files RUN_DEPENDS= p5-Paranoid>0:devel/p5-Paranoid \ Modified: head/devel/p5-Sub-Alias/Makefile ============================================================================== --- head/devel/p5-Sub-Alias/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/devel/p5-Sub-Alias/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -8,7 +8,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= peter@vereshagin.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple subroutine alias LICENSE= MIT Modified: head/devel/p5-Sys-Cpu/Makefile ============================================================================== --- head/devel/p5-Sys-Cpu/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/devel/p5-Sys-Cpu/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -8,7 +8,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= terry@sucked-in.com +MAINTAINER= ports@FreeBSD.org COMMENT= Sys::CPU - Perl extension for getting CPU information USES= dos2unix perl5 Modified: head/devel/p5-Sys-MemInfo/Makefile ============================================================================== --- head/devel/p5-Sys-MemInfo/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/devel/p5-Sys-MemInfo/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -8,7 +8,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= terry@sucked-in.com +MAINTAINER= ports@FreeBSD.org COMMENT= Sys::MemInfo - Perl extension for getting Memory information WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/graphics/delaboratory/Makefile ============================================================================== --- head/graphics/delaboratory/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/graphics/delaboratory/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://BSDforge.com/projects/source/graphics/delaboratory/ -MAINTAINER= portmaster@bsdforfe.com +MAINTAINER= ports@FreeBSD.org COMMENT= Unique image postprocessing application LICENSE= GPLv3+ Modified: head/net/yaph/Makefile ============================================================================== --- head/net/yaph/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/net/yaph/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -6,7 +6,7 @@ PORTVERSION= 0.91 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} -MAINTAINER= mycroft@virgaria.org +MAINTAINER= ports@FreeBSD.org COMMENT= Yaph is a proxy scanner GNU_CONFIGURE= yes Modified: head/sysutils/clean/Makefile ============================================================================== --- head/sysutils/clean/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/sysutils/clean/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -6,7 +6,7 @@ PORTVERSION= 3.4 CATEGORIES= sysutils MASTER_SITES= SF -MAINTAINER= chuck@pkix.net +MAINTAINER= ports@FreeBSD.org COMMENT= Automatically remove unwanted files USES= tar:bzip2 Modified: head/www/edbrowse/Makefile ============================================================================== --- head/www/edbrowse/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/www/edbrowse/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -7,7 +7,7 @@ CATEGORIES= www editors MASTER_SITES= http://the-brannons.com/edbrowse/ \ http://rithmomachia.org/edbrowse/ -MAINTAINER= david.vionnet@vmailbox.org +MAINTAINER= ports@FreeBSD.org COMMENT= Line-oriented Web browser and text editor LICENSE= GPLv2 Modified: head/www/p5-FCGI-ProcManager/Makefile ============================================================================== --- head/www/p5-FCGI-ProcManager/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/www/p5-FCGI-ProcManager/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -7,7 +7,7 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= peter@vereshagin.org +MAINTAINER= ports@FreeBSD.org COMMENT= Functions for managing FastCGI applications USES= perl5 Modified: head/www/p5-FCGI-Spawn/Makefile ============================================================================== --- head/www/p5-FCGI-Spawn/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/www/p5-FCGI-Spawn/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -8,7 +8,7 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= peter@vereshagin.org +MAINTAINER= ports@FreeBSD.org COMMENT= FastCGI server for CGI-like applications multiprocessing BUILD_DEPENDS= p5-Const-Fast>0:devel/p5-Const-Fast \ Modified: head/www/rubygem-nested_form/Makefile ============================================================================== --- head/www/rubygem-nested_form/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/www/rubygem-nested_form/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -5,7 +5,7 @@ PORTVERSION= 0.3.2 CATEGORIES= www rubygems MASTER_SITES= RG -MAINTAINER= ports@michael-fauste.de +MAINTAINER= ports@FreeBSD.org COMMENT= Handle multiple models in one form through jQuery or Prototype LICENSE= MIT Modified: head/x11-wm/selectwm/Makefile ============================================================================== --- head/x11-wm/selectwm/Makefile Tue Feb 27 01:53:17 2018 (r463106) +++ head/x11-wm/selectwm/Makefile Tue Feb 27 04:55:52 2018 (r463107) @@ -6,7 +6,7 @@ PORTREVISION= 10 CATEGORIES= x11-wm MASTER_SITES= http://ordiluc.net/selectwm/ -MAINTAINER= bhaga@absoludicrous.com +MAINTAINER= ports@FreeBSD.org COMMENT= GTK application to let you select a window manager when starting X USES= pkgconfig tar:bzip2 From owner-svn-ports-head@freebsd.org Tue Feb 27 05:01:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BE49F24382; Tue, 27 Feb 2018 05:01:30 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29CA3820CC; Tue, 27 Feb 2018 05:01:30 +0000 (UTC) (envelope-from fluffy@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2431E25C41; Tue, 27 Feb 2018 05:01:30 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1R51UX2020915; Tue, 27 Feb 2018 05:01:30 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1R51Sj9020902; Tue, 27 Feb 2018 05:01:28 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201802270501.w1R51Sj9020902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Tue, 27 Feb 2018 05:01:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463108 - in head/mail: . notmuch notmuch-emacs notmuch-mutt notmuch/files py-notmuch X-SVN-Group: ports-head X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in head/mail: . notmuch notmuch-emacs notmuch-mutt notmuch/files py-notmuch X-SVN-Commit-Revision: 463108 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 05:01:30 -0000 Author: fluffy Date: Tue Feb 27 05:01:28 2018 New Revision: 463108 URL: https://svnweb.freebsd.org/changeset/ports/463108 Log: - Pass maintainership of mail/notmuch and mail/py-notmuch to submitter. - Update ports to version to 0.26. - Unconditionally install completions according to Porter's Handbook Chapter 6.31. without adding extra dependencies. - Turn on the MANPAGES option by default. Building the manual pages is kept as an option to allow for more minimal custom builds. - Remove RUBY option as it never did anything. There are no build or install instructions in the Makefile nor %%RUBY%% references in pkg-plist. Building with the RUBY option enabled makes absolutely no difference to the produced package. The only thing ever requiring the Ruby bindings to the Notmuch library is the Vim client, which isn't built either. - Turn mail/py-notmuch into a slave port of mail/notmuch. - Split off EMACS option into the flavor aware slave port mail/notmuch-emacs. - Split off MUTT option into the slave port mail/notmuch-mutt. - Perform miscellaneous cleanups. PR: 225059 Submitted by: seschwar AT gmail.com Reviewed by: mat, fluffy, maintainers Approved by: maintainers Differential Revision: D13944 Added: head/mail/notmuch-emacs/ head/mail/notmuch-emacs/Makefile (contents, props changed) head/mail/notmuch-emacs/pkg-descr (contents, props changed) head/mail/notmuch-emacs/pkg-plist (contents, props changed) head/mail/notmuch-mutt/ head/mail/notmuch-mutt/Makefile (contents, props changed) head/mail/notmuch-mutt/pkg-descr (contents, props changed) head/mail/notmuch-mutt/pkg-plist (contents, props changed) Deleted: head/mail/notmuch/files/ head/mail/py-notmuch/distinfo Modified: head/mail/Makefile head/mail/notmuch/Makefile head/mail/notmuch/distinfo head/mail/notmuch/pkg-descr head/mail/notmuch/pkg-plist head/mail/py-notmuch/Makefile head/mail/py-notmuch/pkg-descr Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Tue Feb 27 04:55:52 2018 (r463107) +++ head/mail/Makefile Tue Feb 27 05:01:28 2018 (r463108) @@ -274,6 +274,8 @@ SUBDIR += nohtml SUBDIR += normalizemime SUBDIR += notmuch + SUBDIR += notmuch-emacs + SUBDIR += notmuch-mutt SUBDIR += nullmailer SUBDIR += nullpop SUBDIR += offlineimap Added: head/mail/notmuch-emacs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/notmuch-emacs/Makefile Tue Feb 27 05:01:28 2018 (r463108) @@ -0,0 +1,67 @@ +# $FreeBSD$ + +CATEGORIES= mail elisp +PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} + +COMMENT= Emacs major-mode for the Notmuch email search and tagging application + +RUN_DEPENDS= notmuch:mail/notmuch + +USES= emacs gmake + +INSTALL_TARGET= install-emacs +MAKE_ARGS+= subdirs+=emacs +MASTERDIR= ${.CURDIR}/../notmuch +NO_ARCH= yes + +OPTIONS_DEFINE= DESKTOP DOCS MANPAGES +OPTIONS_DEFAULT= MANPAGES +OPTIONS_SUB= yes + +DESKTOP_DESC= Install .desktop file for notmuch-emacs-mua + +DESKTOP_MAKE_ARGS= WITH_DESKTOP=1 +DESKTOP_USES= desktop-file-utils +DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx +DOCS_INFO= notmuch-emacs +DOCS_USES= makeinfo +MANPAGES_ALL_TARGET= build-man +MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx +MANPAGES_INSTALL_TARGET= install-man +MANPAGES_MAKE_ARGS= subdirs+=doc + +# fake ./configure to avoid unneeded dependencies +do-configure: + @${CP} ${WRKSRC}/version ${WRKSRC}/version.stamp + @${ECHO_CMD} 'quiet=$$($$(word 1, $$(1)))' > ${WRKSRC}/Makefile.local + @${PRINTF} \ + '%s\n' \ + desktop_dir=${PREFIX}/share/applications \ + emacsetcdir=${PREFIX}/${EMACS_SITE_LISPDIR} \ + emacslispdir=${PREFIX}/${EMACS_SITE_LISPDIR} \ + HAVE_EMACS=1 \ + HAVE_SPHINX=1 \ + mandir=${MANPREFIX}/man \ + prefix=${PREFIX} \ + srcdir=. \ + WITH_EMACS=1 \ + > ${WRKSRC}/Makefile.config + +do-build-DOCS-on: + @${MAKE_CMD} -C ${WRKSRC} subdirs=doc sphinx-texinfo + @${MAKE_CMD} -C ${WRKSRC}/doc/_build/texinfo MAKEINFO='${MAKEINFO} --no-split' info + +do-install-DOCS-on: + ${INSTALL_MAN} ${WRKSRC}/doc/_build/texinfo/notmuch-emacs.info ${STAGEDIR}${PREFIX}/${INFO_PATH} + +post-install: + @${GZIP_CMD} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/*.el + +# keep poudriere testport happy +post-install-MANPAGES-on: + @${FIND} ${STAGEDIR}${MANPREFIX}/man ! -type d ! -name notmuch-emacs-mua.1.gz -delete + +.include "${MASTERDIR}/Makefile" + +# modify what Mk/Uses/emacs.mk set +MAKE_ARGS+= EMACS+=--quick Added: head/mail/notmuch-emacs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/notmuch-emacs/pkg-descr Tue Feb 27 05:01:28 2018 (r463108) @@ -0,0 +1,4 @@ +An Emacs major-mode for interfacing with the notmuch +thread-based email indexing, tagging and search application. + +WWW: https://notmuchmail.org/notmuch-emacs/ Added: head/mail/notmuch-emacs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/notmuch-emacs/pkg-plist Tue Feb 27 05:01:28 2018 (r463108) @@ -0,0 +1,46 @@ +%%DESKTOP%%share/applications/notmuch-emacs-mua.desktop +%%EMACS_SITE_LISPDIR%%/coolj.el.gz +%%EMACS_SITE_LISPDIR%%/coolj.elc +%%EMACS_SITE_LISPDIR%%/notmuch-address.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-address.elc +%%EMACS_SITE_LISPDIR%%/notmuch-company.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-company.elc +%%EMACS_SITE_LISPDIR%%/notmuch-compat.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-compat.elc +%%EMACS_SITE_LISPDIR%%/notmuch-crypto.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-crypto.elc +%%EMACS_SITE_LISPDIR%%/notmuch-draft.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-draft.elc +%%EMACS_SITE_LISPDIR%%/notmuch-hello.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-hello.elc +%%EMACS_SITE_LISPDIR%%/notmuch-jump.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-jump.elc +%%EMACS_SITE_LISPDIR%%/notmuch-lib.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-lib.elc +%%EMACS_SITE_LISPDIR%%/notmuch-logo.png +%%EMACS_SITE_LISPDIR%%/notmuch-maildir-fcc.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-maildir-fcc.elc +%%EMACS_SITE_LISPDIR%%/notmuch-message.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-message.elc +%%EMACS_SITE_LISPDIR%%/notmuch-mua.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-mua.elc +%%EMACS_SITE_LISPDIR%%/notmuch-parser.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-parser.elc +%%EMACS_SITE_LISPDIR%%/notmuch-print.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-print.elc +%%EMACS_SITE_LISPDIR%%/notmuch-query.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-query.elc +%%EMACS_SITE_LISPDIR%%/notmuch-show.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-show.elc +%%EMACS_SITE_LISPDIR%%/notmuch-tag.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-tag.elc +%%EMACS_SITE_LISPDIR%%/notmuch-tree.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-tree.elc +%%EMACS_SITE_LISPDIR%%/notmuch-version.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-version.elc +%%EMACS_SITE_LISPDIR%%/notmuch-wash.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch-wash.elc +%%EMACS_SITE_LISPDIR%%/notmuch.el.gz +%%EMACS_SITE_LISPDIR%%/notmuch.elc +%%MANPAGES%%man/man1/notmuch-emacs-mua.1.gz +bin/notmuch-emacs-mua Added: head/mail/notmuch-mutt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/notmuch-mutt/Makefile Tue Feb 27 05:01:28 2018 (r463108) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +CATEGORIES= mail +PKGNAMESUFFIX= -mutt + +COMMENT= Integrates the Notmuch email search and tagging application with Mutt + +RUN_DEPENDS= mutt:mail/mutt \ + notmuch:mail/notmuch \ + p5-Mail-Box>0:mail/p5-Mail-Box \ + p5-Mail-Tools>0:mail/p5-Mail-Tools \ + p5-String-ShellQuote>0:textproc/p5-String-ShellQuote \ + p5-Term-ReadLine-Gnu>0:devel/p5-Term-ReadLine-Gnu + +USES= gmake perl5 + +MASTERDIR= ${.CURDIR}/../notmuch +NO_ARCH= yes +WRKSRC_SUBDIR= contrib/notmuch-mutt + +OPTIONS_DEFINE= EXAMPLES MANPAGES +OPTIONS_DEFAULT= MANPAGES +OPTIONS_SUB= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/notmuch-mutt ${STAGEDIR}${PREFIX}/bin + +do-install-EXAMPLES-on: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/notmuch-mutt.rc ${STAGEDIR}${EXAMPLESDIR}/notmuch-mutt.rc + +do-install-MANPAGES-on: + ${INSTALL_MAN} ${WRKSRC}/notmuch-mutt.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +.include "${MASTERDIR}/Makefile" Added: head/mail/notmuch-mutt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/notmuch-mutt/pkg-descr Tue Feb 27 05:01:28 2018 (r463108) @@ -0,0 +1,10 @@ +Notmuch is a great mail indexing tool that can also be used +in conjunction with existing Mail User Agents (MUA) instead +of replacing them. The advantage of such mixed solutions is +that users can benefit from Notmuch features (such as full-text +search and thread reconstruction) without having to change MUA. + +The notmuch-mutt script bridges the gap between Notmuch and +Mutt. + +WWW: https://notmuchmail.org/notmuch-mutt/ Added: head/mail/notmuch-mutt/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/notmuch-mutt/pkg-plist Tue Feb 27 05:01:28 2018 (r463108) @@ -0,0 +1,3 @@ +%%MANPAGES%%man/man1/notmuch-mutt.1.gz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/notmuch-mutt.rc +bin/notmuch-mutt Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Tue Feb 27 04:55:52 2018 (r463107) +++ head/mail/notmuch/Makefile Tue Feb 27 05:01:28 2018 (r463108) @@ -2,20 +2,19 @@ # $FreeBSD$ PORTNAME= notmuch -PORTVERSION= 0.25.3 -PORTREVISION= 1 -CATEGORIES= mail +PORTVERSION= 0.26 +CATEGORIES?= mail MASTER_SITES= http://notmuchmail.org/releases/ -MAINTAINER= mp39590@gmail.com -COMMENT= Thread-based email index, search, and tagging application +MAINTAINER= seschwar@gmail.com +COMMENT?= Thread-based email index, search and tagging application LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING-GPL-3 +LICENSE_FILE= ${WRKSRC}/${WRKSRC_SUBDIR:C/[^\/]+/../g}/COPYING-GPL-3 -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build due to databases/xapian-core -BUILD_DEPENDS= c++filt:devel/binutils +.ifndef MASTERDIR LIB_DEPENDS= libgmime-2.6.so:mail/gmime26 \ libxapian.so:databases/xapian-core \ libtalloc.so:devel/talloc @@ -32,58 +31,46 @@ TEST_DEPENDS= bash:shells/bash \ USES= gmake pkgconfig python:build,test USE_GNOME= glib20 - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man USE_LDCONFIG= yes -MAKE_ENV+= PYTHONCMD=${PYTHON_CMD} - -TEST_ENV+= NOTMUCH_SKIP_TESTS="basic count new insert tagging atomicity \ - message-property regexp-query" \ - V=1 \ +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \ + --prefix=${PREFIX} \ + --with-bash-completion \ + --with-retry-lock \ + --with-zsh-completion \ + --without-emacs +CONFIGURE_ENV+= PYTHON=${PYTHON_CMD} +TEST_ENV+= NOTMUCH_SKIP_TESTS="basic.12 count.14 insert.2[89] insert.3[0-9] message-property.6 regexp-query.21" \ TEST_CFLAGS="-g -O0 -I${LOCALBASE}/include -L${LOCALBASE}/lib" \ - BSD_GDB=${LOCALBASE}/bin/gdb - + TEST_GDB=${LOCALBASE}/bin/gdb \ + V=1 TEST_TARGET= test +.endif -OPTIONS_DEFINE= BASH DESKTOP DOXYGEN EMACS MANPAGES MUTT RUBY ZSH -DESKTOP_DESC= Install desktop file -EMACS_DESC= Install EMACS lisp files (requires emacs) -MUTT_DESC= Install notmuch-mutt script +PKGDIR= ${.CURDIR} + +.ifndef MASTERDIR +OPTIONS_DEFINE= DOXYGEN MANPAGES +OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes -BASH_BUILD_DEPENDS= bash-completion>=1.90:shells/bash-completion -BASH_RUN_DEPENDS= ${BASH_BUILD_DEPENDS} -BASH_CONFIGURE_WITH= bash-completion -DESKTOP_CONFIGURE_WITH= desktop -DESKTOP_USES= desktop-file-utils -DOXYGEN_CONFIGURE_WITH= api-docs DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen -EMACS_CONFIGURE_WITH= emacs -EMACS_CONFIGURE_ON= --emacslispdir=${PREFIX}/${EMACS_SITE_LISPDIR} \ - --emacsetcdir=${PREFIX}/${EMACS_SITE_LISPDIR} -EMACS_USES= emacs -EMACS_VARS= PKGNAMESUFFIX=${EMACS_PKGNAMESUFFIX} +DOXYGEN_CONFIGURE_WITH= api-docs MANPAGES_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx -MUTT_RUN_DEPENDS= p5-Term-ReadLine-Gnu>0:devel/p5-Term-ReadLine-Gnu \ - p5-Mail-Tools>0:mail/p5-Mail-Tools \ - p5-Mail-Box>0:mail/p5-Mail-Box \ - p5-String-ShellQuote>0:textproc/p5-String-ShellQuote -MUTT_USES= perl5 -RUBY_USE= RUBY=yes -ZSH_CONFIGURE_WITH= zsh-completion +MANPAGES_CONFIGURE_WITH= docs -do-build-MUTT-on: - ${MAKE_CMD} -C ${WRKSRC}/contrib/notmuch-mutt all - ${GZIP_CMD} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt.1 +# install completions even in absence of shells/bash-completions +post-configure: + @${REINPLACE_CMD} -e '/^WITH_BASH[[:blank:]]*=/s/=.*/= 1/' ${WRKSRC}/Makefile.config -do-install-MUTT-on: - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/contrib/notmuch-mutt/notmuch-mutt.1.gz ${STAGEDIR}${MANPREFIX}/man/man1 - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notmuch @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnotmuch.so.5.0.0 + +# keep poudriere testport happy +post-install-MANPAGES-on: + @${RM} ${STAGEDIR}${MANPREFIX}/man/man1/notmuch-emacs-mua.1.gz +.endif .include Modified: head/mail/notmuch/distinfo ============================================================================== --- head/mail/notmuch/distinfo Tue Feb 27 04:55:52 2018 (r463107) +++ head/mail/notmuch/distinfo Tue Feb 27 05:01:28 2018 (r463108) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513159673 -SHA256 (notmuch-0.25.3.tar.gz) = 4bd58e035c34a36ba3c7027e19f763905b99812eeabab283146ef12b3310ddbb -SIZE (notmuch-0.25.3.tar.gz) = 883151 +TIMESTAMP = 1515614677 +SHA256 (notmuch-0.26.tar.gz) = d3e894ed2ad9d721a442663f07a6f2a241dc98be7cc4af681f16edf88e0d76df +SIZE (notmuch-0.26.tar.gz) = 906327 Modified: head/mail/notmuch/pkg-descr ============================================================================== --- head/mail/notmuch/pkg-descr Tue Feb 27 04:55:52 2018 (r463107) +++ head/mail/notmuch/pkg-descr Tue Feb 27 05:01:28 2018 (r463108) @@ -1,3 +1,6 @@ -Notmuch - thread-based email index, search and tagging. +Notmuch is a system for indexing, searching, reading, and +tagging large collections of email messages in maildir or mh +format. It uses the Xapian library to provide fast, full-text +search with a convenient search syntax. -WWW: http://notmuchmail.org/ +WWW: https://notmuchmail.org/ Modified: head/mail/notmuch/pkg-plist ============================================================================== --- head/mail/notmuch/pkg-plist Tue Feb 27 04:55:52 2018 (r463107) +++ head/mail/notmuch/pkg-plist Tue Feb 27 05:01:28 2018 (r463108) @@ -1,18 +1,12 @@ -bin/notmuch -%%EMACS%%bin/notmuch-emacs-mua -%%MUTT%%bin/notmuch-mutt -include/notmuch.h -lib/libnotmuch.so -lib/libnotmuch.so.5 -lib/libnotmuch.so.5.0.0 +%%DOXYGEN%%man/man3/notmuch.3.gz %%MANPAGES%%man/man1/notmuch-address.1.gz %%MANPAGES%%man/man1/notmuch-compact.1.gz %%MANPAGES%%man/man1/notmuch-config.1.gz %%MANPAGES%%man/man1/notmuch-count.1.gz %%MANPAGES%%man/man1/notmuch-dump.1.gz -%%MANPAGES%%man/man1/notmuch-emacs-mua.1.gz %%MANPAGES%%man/man1/notmuch-insert.1.gz %%MANPAGES%%man/man1/notmuch-new.1.gz +%%MANPAGES%%man/man1/notmuch-reindex.1.gz %%MANPAGES%%man/man1/notmuch-reply.1.gz %%MANPAGES%%man/man1/notmuch-restore.1.gz %%MANPAGES%%man/man1/notmuch-search.1.gz @@ -20,53 +14,13 @@ lib/libnotmuch.so.5.0.0 %%MANPAGES%%man/man1/notmuch-show.1.gz %%MANPAGES%%man/man1/notmuch-tag.1.gz %%MANPAGES%%man/man1/notmuch.1.gz -%%MUTT%%man/man1/notmuch-mutt.1.gz -%%DOXYGEN%%man/man3/notmuch.3.gz %%MANPAGES%%man/man5/notmuch-hooks.5.gz +%%MANPAGES%%man/man7/notmuch-properties.7.gz %%MANPAGES%%man/man7/notmuch-search-terms.7.gz -%%BASH%%share/bash-completion/completions/notmuch -%%EMACS%%%%EMACS_SITE_LISPDIR%%/coolj.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/coolj.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-address.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-address.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-crypto.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-crypto.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-draft.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-draft.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-hello.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-hello.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-jump.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-jump.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-lib.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-lib.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-logo.png -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-maildir-fcc.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-maildir-fcc.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-message.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-message.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-mua.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-mua.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-parser.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-parser.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-print.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-print.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-query.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-query.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-show.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-show.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-tag.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-tag.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-tree.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-tree.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-version.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-version.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-wash.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-wash.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-company.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-company.elc -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-compat.el -%%EMACS%%%%EMACS_SITE_LISPDIR%%/notmuch-compat.elc -%%DESKTOP%%share/applications/notmuch-emacs-mua.desktop -%%ZSH%%share/zsh/functions/Completion/Unix/_notmuch +bin/notmuch +include/notmuch.h +lib/libnotmuch.so +lib/libnotmuch.so.5 +lib/libnotmuch.so.5.0.0 +share/bash-completion/completions/notmuch +share/zsh/functions/Completion/Unix/_notmuch Modified: head/mail/py-notmuch/Makefile ============================================================================== --- head/mail/py-notmuch/Makefile Tue Feb 27 04:55:52 2018 (r463107) +++ head/mail/py-notmuch/Makefile Tue Feb 27 05:01:28 2018 (r463108) @@ -1,25 +1,29 @@ # $FreeBSD$ -PORTNAME= notmuch -PORTVERSION= 0.25 CATEGORIES= mail python -MASTER_SITES= http://notmuchmail.org/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= geier@lostpackets.de -COMMENT= Python binding of the notmuch mail search and indexing library +COMMENT= Python interface for the Notmuch email search and tagging library -LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/../../COPYING-GPL-3 - LIB_DEPENDS= libnotmuch.so:mail/notmuch -WRKSRC_SUBDIR= bindings/python - USES= python USE_PYTHON= autoplist distutils + +MASTERDIR= ${.CURDIR}/../notmuch NO_ARCH= yes +PORTDOCS= python/ +WRKSRC_SUBDIR= bindings/python -MAKE_ENV+= PYTHONCMD=${PYTHON_CMD} +OPTIONS_DEFINE= DOCS -.include +DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx + +do-build-DOCS-on: + @${MAKE_CMD} -C ${WRKSRC}/docs html + +do-install-DOCS-on: + cd ${WRKSRC}/docs/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/python + @${RM} ${STAGEDIR}${DOCSDIR}/python/.buildinfo + +.include "${MASTERDIR}/Makefile" Modified: head/mail/py-notmuch/pkg-descr ============================================================================== --- head/mail/py-notmuch/pkg-descr Tue Feb 27 04:55:52 2018 (r463107) +++ head/mail/py-notmuch/pkg-descr Tue Feb 27 05:01:28 2018 (r463108) @@ -1,3 +1,3 @@ Python binding of the notmuch mail search and indexing library. -WWW: http://notmuchmail.org +WWW: https://notmuchmail.org/ From owner-svn-ports-head@freebsd.org Tue Feb 27 05:35:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81B8AF26B21; Tue, 27 Feb 2018 05:35:53 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F4FF83347; Tue, 27 Feb 2018 05:35:53 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A4C726268; Tue, 27 Feb 2018 05:35:53 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1R5Zq55040501; Tue, 27 Feb 2018 05:35:52 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1R5Zq33040500; Tue, 27 Feb 2018 05:35:52 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201802270535.w1R5Zq33040500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 27 Feb 2018 05:35:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463109 - head/graphics/delaboratory X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/graphics/delaboratory X-SVN-Commit-Revision: 463109 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 05:35:53 -0000 Author: tobik Date: Tue Feb 27 05:35:52 2018 New Revision: 463109 URL: https://svnweb.freebsd.org/changeset/ports/463109 Log: graphics/delaboratory: Revert r463107 and fix typo in maintainer email address portmaster@bsdforfe.com -> portmaster@bsdforge.com Modified: head/graphics/delaboratory/Makefile Modified: head/graphics/delaboratory/Makefile ============================================================================== --- head/graphics/delaboratory/Makefile Tue Feb 27 05:01:28 2018 (r463108) +++ head/graphics/delaboratory/Makefile Tue Feb 27 05:35:52 2018 (r463109) @@ -7,7 +7,7 @@ PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://BSDforge.com/projects/source/graphics/delaboratory/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@bsdforge.com COMMENT= Unique image postprocessing application LICENSE= GPLv3+ From owner-svn-ports-head@freebsd.org Tue Feb 27 05:43:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F51CF272C4; Tue, 27 Feb 2018 05:43:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 157D4837FE; Tue, 27 Feb 2018 05:43:11 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10187263F7; Tue, 27 Feb 2018 05:43:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1R5hAun045402; Tue, 27 Feb 2018 05:43:10 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1R5hAmf045400; Tue, 27 Feb 2018 05:43:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802270543.w1R5hAmf045400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Feb 2018 05:43:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463110 - head/devel/py-spyder X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-spyder X-SVN-Commit-Revision: 463110 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 05:43:11 -0000 Author: yuri Date: Tue Feb 27 05:43:10 2018 New Revision: 463110 URL: https://svnweb.freebsd.org/changeset/ports/463110 Log: devel/py-spyder: Update to 3.2.7 lbartoletti@tuxfamily.org takes maintainership. Additional port changes: * Added to RUN_DEPENDS * Only for python3 * Added USE_PYTHON=noflavors (an app) * Removed options JEDI/PEP8 * Updated post-patch PR: 225731 Approved by: tcberner (mentor, implicit) Modified: head/devel/py-spyder/Makefile head/devel/py-spyder/distinfo Modified: head/devel/py-spyder/Makefile ============================================================================== --- head/devel/py-spyder/Makefile Tue Feb 27 05:35:52 2018 (r463109) +++ head/devel/py-spyder/Makefile Tue Feb 27 05:43:10 2018 (r463110) @@ -2,44 +2,45 @@ # $FreeBSD$ PORTNAME= spyder -PORTVERSION= 2.3.7 -PORTREVISION= 1 DISTVERSIONPREFIX= v -CATEGORIES= devel python +DISTVERSION= 3.2.7 +CATEGORIES= devel science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Scientific PYthon Development EnviRonment, an alternative to IDLE LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:x11-toolkits/py-qt4-gui@${FLAVOR} \ - ${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:graphics/py-qt4-svg@${FLAVOR} \ - ${PYTHON_SITELIBDIR}/PyQt4/QtWebKit.so:www/py-qt4-webkit@${FLAVOR} \ - ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:net/py-qt4-network@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}QtAwesome>0:x11-fonts/py-QtAwesome@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}QtPy>=1.3.1:devel/py-QtPy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cloudpickle>=0.3.1:devel/py-cloudpickle@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jedi>=0.9.0:devel/py-jedi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nbconvert>=4.0:devel/py-nbconvert@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pep8>=0.6:devel/pep8@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.3:devel/py-pycodestyle@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}qtconsole>=4.3.0:devel/py-qtconsole@${PY_FLAVOR} -NO_ARCH= yes -USES= desktop-file-utils python -USE_PYTHON= autoplist distutils -MAKE_ENV= USE_SETUPTOOLS=1 - +USES= desktop-file-utils python:3.4+ pyqt:5 USE_GITHUB= yes GH_ACCOUNT= spyder-ide +USE_PYTHON= distutils autoplist noflavors +USE_PYQT= core_run gui_run network_run sip_run svg_run webkit_run webkitwidgets_run +NO_ARCH= yes -DOCSDIR= ${PYTHON_SITELIBDIR}/spyderlib +DOCSDIR= ${PYTHON_SITELIBDIR}/spyder OPTIONS_DEFINE= DOCS OPTIONS_GROUP= RECOMMENDED OPTIONAL OPTIONS_GROUP_RECOMMENDED= IPYTHON MATPLOT NUMPY PSUTIL PYFLAKES ROPE SCIPY SPHINX -OPTIONS_GROUP_OPTIONAL= JEDI PANDAS PEP8 PYGMENTS PYLINT SYMPY +OPTIONS_GROUP_OPTIONAL= PANDAS PYGMENTS PYLINT SYMPY +OPTIONS_DEFAULT= IPYTHON MATPLOT NUMPY PSUTIL PYFLAKES ROPE SCIPY SPHINX IPYTHON_DESC= IPython Console integration -JEDI_DESC= (Experimental) Editor's code completion, go-to-definition and help MATPLOT_DESC= Interactive data plotting in the consoles NUMPY_DESC= N-dimensional arrays PANDAS_DESC= View and edit DataFrames and Series in the Variable Explorer -PEP8_DESC= Real-time code style analysis on the Editor PSUTIL_DESC= CPU and memory usage info in the status bar PYFLAKES_DESC= Real-time code analysis on the Editor PYGMENTS_DESC= Syntax highlighting for Matlab, Julia and other file types @@ -49,26 +50,24 @@ SCIPY_DESC= Signal/image processing SPHINX_DESC= Rich text help on the Object Inspector SYMPY_DESC= Symbolic mathematics in the IPython Console -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0.6:textproc/py-sphinx@${FLAVOR} -IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=1.0:devel/ipython@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.11:net/py-pyzmq@${FLAVOR} -JEDI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jedi>=0.8.1:devel/py-jedi@${FLAVOR} -MATPLOT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.0:math/py-matplotlib@${FLAVOR} +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0.6:textproc/py-sphinx@${PY_FLAVOR} +IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=1.0:devel/ipython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.11:net/py-pyzmq@${PY_FLAVOR} +MATPLOT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.0:math/py-matplotlib@${PY_FLAVOR} NUMPY_RUN_DEPENDS= ${PYNUMPY} -PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.13.1:math/py-pandas@${FLAVOR} -PEP8_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pep8>=0.6:devel/pep8 -PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.3:sysutils/py-psutil@${FLAVOR} -PYFLAKES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.5:devel/py-pyflakes@${FLAVOR} -PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${FLAVOR} -PYLINT_RUN_DEPENDS= pylint${PYTHON_PKGNAMESUFFIX}>=0.25:devel/pylint@${FLAVOR} -ROPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rope>=0.9.2:devel/py-rope@${FLAVOR} -SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${FLAVOR} +PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.13.1:math/py-pandas@${PY_FLAVOR} +PSUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=0.3:sysutils/py-psutil@${PY_FLAVOR} +PYFLAKES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.5:devel/py-pyflakes@${PY_FLAVOR} +PYGMENTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} +PYLINT_RUN_DEPENDS= pylint${PYTHON_PKGNAMESUFFIX}>=0.25:devel/pylint@${PY_FLAVOR} +ROPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rope>=0.9.2:devel/py-rope@${PY_FLAVOR} +SCIPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} SPHINX_RUN_DEPENDS= ${DOCS_BUILD_DEPENDS} -SYMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=0.7.3:math/py-sympy@${FLAVOR} +SYMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>=0.7.3:math/py-sympy@${PY_FLAVOR} post-patch: - @${REINPLACE_CMD} -e "s|'linux'|'${OPSYS:tl}'|" \ - ${WRKSRC}/setup.py \ - ${WRKSRC}/spyderlib/spyder.py + @${REINPLACE_CMD} -e "s|'linux'|'${OPSYS:tl}'|g" \ + ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e "s|cmdclass=CMDCLASS||g" ${WRKSRC}/setup.py .include Modified: head/devel/py-spyder/distinfo ============================================================================== --- head/devel/py-spyder/distinfo Tue Feb 27 05:35:52 2018 (r463109) +++ head/devel/py-spyder/distinfo Tue Feb 27 05:43:10 2018 (r463110) @@ -1,2 +1,3 @@ -SHA256 (spyder-ide-spyder-v2.3.7_GH0.tar.gz) = d57a2eeed97689e667dfc339ce09e1cb1cdf62756a45c022c30bc52802ed0c41 -SIZE (spyder-ide-spyder-v2.3.7_GH0.tar.gz) = 4683558 +TIMESTAMP = 1519708244 +SHA256 (spyder-ide-spyder-v3.2.7_GH0.tar.gz) = 5e53705179b57680796b9c095556d30fdfe41b359bbcffea94a6ea1929b0d6dd +SIZE (spyder-ide-spyder-v3.2.7_GH0.tar.gz) = 4906058 From owner-svn-ports-head@freebsd.org Tue Feb 27 07:15:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C110F2AC53; Tue, 27 Feb 2018 07:15:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D31786472; Tue, 27 Feb 2018 07:15:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3810F2724D; Tue, 27 Feb 2018 07:15:55 +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 w1R7FtMP090121; Tue, 27 Feb 2018 07:15:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1R7FsvH090117; Tue, 27 Feb 2018 07:15:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201802270715.w1R7FsvH090117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 27 Feb 2018 07:15:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463111 - in head/textproc/p5-XML-SAX: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/textproc/p5-XML-SAX: . files X-SVN-Commit-Revision: 463111 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 07:15:55 -0000 Author: pi Date: Tue Feb 27 07:15:54 2018 New Revision: 463111 URL: https://svnweb.freebsd.org/changeset/ports/463111 Log: textproc/p5-XML-SAX: fix checksum mismatch for ParserDetails.ini - The file %%SITE_PERL%%/XML/SAX/ParserDetails.ini is updated by ports that depending textproc/p5-XML-SAX. - For example, textproc/p5-XML-SAX-Expat, textproc/p5-XML-Simple and textproc/p5-XML-LibXML append something to the .ini file. - This causes checksum mismatch when executing `pkg check -s textproc/p5-XML-SAX` The fix provides a pkg-install program to handle the file in post-install. PR: 197011 Submitted by: Tatsuki Makino Reviewed by: John Hein, mat, Walter Schwarzenfeld Added: head/textproc/p5-XML-SAX/files/pkg-install.in (contents, props changed) Modified: head/textproc/p5-XML-SAX/Makefile head/textproc/p5-XML-SAX/files/patch-Makefile.PL head/textproc/p5-XML-SAX/pkg-plist Modified: head/textproc/p5-XML-SAX/Makefile ============================================================================== --- head/textproc/p5-XML-SAX/Makefile Tue Feb 27 05:43:10 2018 (r463110) +++ head/textproc/p5-XML-SAX/Makefile Tue Feb 27 07:15:54 2018 (r463111) @@ -20,5 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= perl5 USE_PERL5= configure +SUB_FILES= pkg-install +SUB_LIST= PERL=${PERL} +PKGDEINSTALL= ${PKGINSTALL} .include Modified: head/textproc/p5-XML-SAX/files/patch-Makefile.PL ============================================================================== --- head/textproc/p5-XML-SAX/files/patch-Makefile.PL Tue Feb 27 05:43:10 2018 (r463110) +++ head/textproc/p5-XML-SAX/files/patch-Makefile.PL Tue Feb 27 07:15:54 2018 (r463111) @@ -22,7 +22,7 @@ install_sax_pureperl : pure_install -\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" -+\t\@\$(PERL) -I\$(DESTDIR)\$(INSTALLSITELIB) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" ++#\t\@\$(PERL) -I\$(DESTDIR)\$(INSTALLSITELIB) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" INSTALL Added: head/textproc/p5-XML-SAX/files/pkg-install.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-XML-SAX/files/pkg-install.in Tue Feb 27 07:15:54 2018 (r463111) @@ -0,0 +1,19 @@ +#!/bin/sh + +PERL="%%PERL%%" + +case $2 in + POST-INSTALL) + $PERL -MXML::SAX -e 'XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers();' + ;; + DEINSTALL) + $PERL -MFile::Basename=dirname -MFile::Spec -MXML::SAX << 'PERLSCRIPT' +XML::SAX->remove_parser(q(XML::SAX::PurePerl))->save_parsers(); +unless (@{XML::SAX->parsers()} > 0) { + $dir = $INC{q(XML/SAX.pm)}; $dir = dirname($dir); + $file = File::Spec->catfile($dir, q(SAX), XML::SAX::PARSER_DETAILS); + unlink($file); +} +PERLSCRIPT + ;; +esac Modified: head/textproc/p5-XML-SAX/pkg-plist ============================================================================== --- head/textproc/p5-XML-SAX/pkg-plist Tue Feb 27 05:43:10 2018 (r463110) +++ head/textproc/p5-XML-SAX/pkg-plist Tue Feb 27 07:15:54 2018 (r463111) @@ -7,7 +7,7 @@ %%SITE_PERL%%/XML/SAX.pm %%SITE_PERL%%/XML/SAX/DocumentLocator.pm %%SITE_PERL%%/XML/SAX/Intro.pod -%%SITE_PERL%%/XML/SAX/ParserDetails.ini +@comment %%SITE_PERL%%/XML/SAX/ParserDetails.ini %%SITE_PERL%%/XML/SAX/ParserFactory.pm %%SITE_PERL%%/XML/SAX/PurePerl.pm %%SITE_PERL%%/XML/SAX/PurePerl/DTDDecls.pm From owner-svn-ports-head@freebsd.org Tue Feb 27 08:33:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A6CD9F2FFDF; Tue, 27 Feb 2018 08:33:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5959069357; Tue, 27 Feb 2018 08:33:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5434227F4C; Tue, 27 Feb 2018 08:33:01 +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 w1R8X1sC029277; Tue, 27 Feb 2018 08:33:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1R8X1GN029275; Tue, 27 Feb 2018 08:33:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802270833.w1R8X1GN029275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Feb 2018 08:33:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463112 - head/x11-fonts/xf86bigfontproto X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11-fonts/xf86bigfontproto X-SVN-Commit-Revision: 463112 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 08:33:01 -0000 Author: amdmi3 Date: Tue Feb 27 08:33:00 2018 New Revision: 463112 URL: https://svnweb.freebsd.org/changeset/ports/463112 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/x11-fonts/xf86bigfontproto/Makefile head/x11-fonts/xf86bigfontproto/pkg-descr Modified: head/x11-fonts/xf86bigfontproto/Makefile ============================================================================== --- head/x11-fonts/xf86bigfontproto/Makefile Tue Feb 27 07:15:54 2018 (r463111) +++ head/x11-fonts/xf86bigfontproto/Makefile Tue Feb 27 08:33:00 2018 (r463112) @@ -8,6 +8,9 @@ CATEGORIES= x11-fonts MAINTAINER= x11@FreeBSD.org COMMENT= XFree86-Bigfont extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto .include Modified: head/x11-fonts/xf86bigfontproto/pkg-descr ============================================================================== --- head/x11-fonts/xf86bigfontproto/pkg-descr Tue Feb 27 07:15:54 2018 (r463111) +++ head/x11-fonts/xf86bigfontproto/pkg-descr Tue Feb 27 08:33:00 2018 (r463112) @@ -1,3 +1,3 @@ This package contains X.Org XFree86-Bigfont extension headers. -WWW: http://www.freedesktop.org/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ From owner-svn-ports-head@freebsd.org Tue Feb 27 09:03:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E627CF32502; Tue, 27 Feb 2018 09:03:01 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8748B6A9F9; Tue, 27 Feb 2018 09:03:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 82142484; Tue, 27 Feb 2018 09:03:01 +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 w1R931Xg044189; Tue, 27 Feb 2018 09:03:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1R931Qa044188; Tue, 27 Feb 2018 09:03:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802270903.w1R931Qa044188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Feb 2018 09:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463113 - head/www/p5-AnyEvent-HTTP X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/www/p5-AnyEvent-HTTP X-SVN-Commit-Revision: 463113 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 09:03:02 -0000 Author: amdmi3 Date: Tue Feb 27 09:03:01 2018 New Revision: 463113 URL: https://svnweb.freebsd.org/changeset/ports/463113 Log: - Add LICENSE Approved by: portmgr blanket Modified: head/www/p5-AnyEvent-HTTP/Makefile Modified: head/www/p5-AnyEvent-HTTP/Makefile ============================================================================== --- head/www/p5-AnyEvent-HTTP/Makefile Tue Feb 27 08:33:00 2018 (r463112) +++ head/www/p5-AnyEvent-HTTP/Makefile Tue Feb 27 09:03:01 2018 (r463113) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= vovkasm@gmail.com COMMENT= Simple but non-blocking HTTP/HTTPS client +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-AnyEvent>=5.33:devel/p5-AnyEvent \ p5-common-sense>=3.3:devel/p5-common-sense RUN_DEPENDS:= ${BUILD_DEPENDS} From owner-svn-ports-head@freebsd.org Tue Feb 27 09:24:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08383F33ED5; Tue, 27 Feb 2018 09:24:56 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 933E56B849; Tue, 27 Feb 2018 09:24:55 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 06C5CBDD25; Tue, 27 Feb 2018 10:24:53 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id C2D3EBDD1E; Tue, 27 Feb 2018 10:24:52 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id C8E5DA70D31B; Tue, 27 Feb 2018 10:24:51 +0100 (CET) Date: Tue, 27 Feb 2018 10:24:50 +0100 From: Mathieu Arnold To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463107 - in head: astro/accrete devel/mph devel/p5-IPC-MMA devel/p5-Parse-PlainConfig devel/p5-Sub-Alias devel/p5-Sys-Cpu devel/p5-Sys-MemInfo graphics/delaboratory net/yaph sysutils/c... Message-ID: <20180227092450.cru4nfvh4j2aleuv@atuin.in.mat.cc> References: <201802270455.w1R4tqAS020032@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="qfwa5qtvhwuhtldv" Content-Disposition: inline In-Reply-To: <201802270455.w1R4tqAS020032@repo.freebsd.org> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 09:24:56 -0000 --qfwa5qtvhwuhtldv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 27, 2018 at 04:55:52AM +0000, Yuri Victorovich wrote: > Log: > Maintainer reset for e-mails in domains without MX records You do know that if there is no MX record but there is a A record, it will be used, right ? Have you checked that this is also not the case? > Approved by: tcberner (mentor, implicit) PS: I doubt very much that this is included in the "simple" updates you have been granted implicit approval for. --=20 Mathieu Arnold --qfwa5qtvhwuhtldv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJalSPiXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I3BwQAI6LBdFVN3YGCgQ2U4sz6G6a hlQy1cSscndLsW0tsC0Kf7pv4sDy6sIyXHhYGY3SErRpIi267/VEV+n8q1tP+era RXE4xpR9Cbd2cTPm3Cc5c/oRUpZjSbGTJbbSUvQxiWOw00tW3iEH3bEqYgiqGCUx veOxcz2Si6gTVftHXduaX4Hqpo7IElstto9O2tKw5ru8XMHVaqoc74Rhly4qI3tz F2XUV1n4I9q/9yxJxfuBCkgRkDN5e8wwo2UKi/GoaBJ9zFw91gcOA7vvzlHpJX9d Ez2e0azC8tFhOcXv9Fz9XFNDzGzfZEaFhODk/94fn1DKl8zPRJOWl3F+YDRKun7d zMrNNjBvUonaUk/6SerX69mOxzsWXU34NsGwrD8c4QLr8raYw1K/oWi5ThIxm/91 StY6wB/kNM1VW9sQhltB7kqxSiCe7L/8thjzK1JNl+bMo+7hrbic4cTJvrAW9x1w erk67DmUdWPw9aKlsb5YK2NFceknulnZCqCDqThF+o07KDjz/F3O2fHb4dkGc739 pWDbE8K1SmI2sDhlKDtkWuNSzThchpnIXOW/kMqURCvsMcEb4NavqJPAO1TeHEvo /FSX2ftzPsfnFwPOHCHJpeAL4HaP8YOnVQT6cu5FMiVlG11Q8gZEPOpyhxGVqFfH pPnhVNdgNb17sKaHEfm+ =bQ1+ -----END PGP SIGNATURE----- --qfwa5qtvhwuhtldv-- From owner-svn-ports-head@freebsd.org Tue Feb 27 09:33:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0989AF347ED; Tue, 27 Feb 2018 09:33:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF29D6BDAB; Tue, 27 Feb 2018 09:33:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9E6995B; Tue, 27 Feb 2018 09:33:01 +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 w1R9X1oR059206; Tue, 27 Feb 2018 09:33:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1R9X1c7059205; Tue, 27 Feb 2018 09:33:01 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802270933.w1R9X1c7059205@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Feb 2018 09:33:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463114 - head/misc/lxde-common X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/misc/lxde-common X-SVN-Commit-Revision: 463114 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 09:33:02 -0000 Author: amdmi3 Date: Tue Feb 27 09:33:01 2018 New Revision: 463114 URL: https://svnweb.freebsd.org/changeset/ports/463114 Log: - Update WWW Modified: head/misc/lxde-common/pkg-descr Modified: head/misc/lxde-common/pkg-descr ============================================================================== --- head/misc/lxde-common/pkg-descr Tue Feb 27 09:03:01 2018 (r463113) +++ head/misc/lxde-common/pkg-descr Tue Feb 27 09:33:01 2018 (r463114) @@ -1,3 +1,3 @@ LXDE Common files including startup and logout scripts. -WWW: http://lxde.org/ +WWW: https://lxde.org/ From owner-svn-ports-head@freebsd.org Tue Feb 27 09:44:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 582F1F353DC; Tue, 27 Feb 2018 09:44:46 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id D23556C4A4; Tue, 27 Feb 2018 09:44:45 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w1R9iiQr034424 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Tue, 27 Feb 2018 01:44:45 -0800 (PST) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Reply-To: yuri@freebsd.org Subject: Re: svn commit: r463107 - in head: astro/accrete devel/mph devel/p5-IPC-MMA devel/p5-Parse-PlainConfig devel/p5-Sub-Alias devel/p5-Sys-Cpu devel/p5-Sys-MemInfo graphics/delaboratory net/yaph sysutils/c... To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201802270455.w1R4tqAS020032@repo.freebsd.org> <20180227092450.cru4nfvh4j2aleuv@atuin.in.mat.cc> From: Yuri Message-ID: <9486f6fe-ecce-8d00-9c24-f93e45dad12d@freebsd.org> Date: Tue, 27 Feb 2018 01:44:43 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180227092450.cru4nfvh4j2aleuv@atuin.in.mat.cc> Content-Language: en-US Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 09:44:46 -0000 On 02/27/18 01:24, Mathieu Arnold wrote: > You do know that if there is no MX record but there is a A record, it > will be used, right ? Have you checked that this is also not the case? I checked those too, just didn't include this in the message because A and AAAA records are for historical purposes, and very few systems still use them. >> Approved by: tcberner (mentor, implicit) > PS: I doubt very much that this is included in the "simple" updates you > have been granted implicit approval for. This looked pretty simple, just one field is affected. Yuri From owner-svn-ports-head@freebsd.org Tue Feb 27 12:23:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75488F03D50; Tue, 27 Feb 2018 12:23:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 270F4730E1; Tue, 27 Feb 2018 12:23:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 21D1E24B3; Tue, 27 Feb 2018 12:23:23 +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 w1RCNNAf043150; Tue, 27 Feb 2018 12:23:23 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RCNMq8043148; Tue, 27 Feb 2018 12:23:22 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802271223.w1RCNMq8043148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Feb 2018 12:23:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463115 - in head/net/google-daemon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/net/google-daemon: . files X-SVN-Commit-Revision: 463115 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 12:23:23 -0000 Author: amdmi3 Date: Tue Feb 27 12:23:22 2018 New Revision: 463115 URL: https://svnweb.freebsd.org/changeset/ports/463115 Log: - Limit python version - Fix shebangs properly - Add NO_ARCH Approved by: portmgr blanket Modified: head/net/google-daemon/Makefile head/net/google-daemon/files/patch-usr__share__google__google_daemon__accounts_manager.py Modified: head/net/google-daemon/Makefile ============================================================================== --- head/net/google-daemon/Makefile Tue Feb 27 09:33:01 2018 (r463114) +++ head/net/google-daemon/Makefile Tue Feb 27 12:23:22 2018 (r463115) @@ -3,7 +3,7 @@ PORTNAME= google-daemon PORTVERSION= 1.2.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= swills@FreeBSD.org @@ -13,24 +13,18 @@ BUILD_DEPENDS= python:lang/python RUN_DEPENDS= python:lang/python \ sudo:security/sudo -USES= python shebangfix +USES= python:2.7 shebangfix USE_GITHUB= yes GH_ACCOUNT= GoogleCloudPlatform GH_PROJECT= compute-image-packages USE_RC_SUBR= google-accounts-manager WRKSRC_SUBDIR= ${PORTNAME} +NO_ARCH= yes -SHEBANG_FILES= usr/share/google/google_daemon/accounts.py \ - usr/share/google/google_daemon/accounts_manager.py \ - usr/share/google/google_daemon/accounts_manager_daemon.py \ - usr/share/google/google_daemon/address_manager.py \ - usr/share/google/google_daemon/desired_accounts.py \ - usr/share/google/google_daemon/manage_accounts.py \ - usr/share/google/google_daemon/manage_addresses.py \ - usr/share/google/google_daemon/utils.py +SHEBANG_FILES= usr/share/google/google_daemon/*.py post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g; s|%%PYTHON_CMD%%|${PYTHON_CMD}|' \ ${WRKSRC}/usr/share/google/google_daemon/accounts.py \ ${WRKSRC}/usr/share/google/google_daemon/accounts_manager.py \ ${WRKSRC}/usr/share/google/google_daemon/utils.py Modified: head/net/google-daemon/files/patch-usr__share__google__google_daemon__accounts_manager.py ============================================================================== --- head/net/google-daemon/files/patch-usr__share__google__google_daemon__accounts_manager.py Tue Feb 27 09:33:01 2018 (r463114) +++ head/net/google-daemon/files/patch-usr__share__google__google_daemon__accounts_manager.py Tue Feb 27 12:23:22 2018 (r463115) @@ -1,7 +1,7 @@ --- ./usr/share/google/google_daemon/accounts_manager.py.orig 2014-08-10 19:54:20.429932607 +0000 +++ ./usr/share/google/google_daemon/accounts_manager.py 2014-08-10 19:55:06.794964428 +0000 @@ -1,3 +1,4 @@ -+#!%%PREFIX%%/bin/python ++#!%%PYTHON_CMD%% # Copyright 2013 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); From owner-svn-ports-head@freebsd.org Tue Feb 27 12:24:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DE6DF03FD7; Tue, 27 Feb 2018 12:24:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E48C73240; Tue, 27 Feb 2018 12:24:27 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9955724B4; Tue, 27 Feb 2018 12:24:27 +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 w1RCORnW043269; Tue, 27 Feb 2018 12:24:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RCORsk043268; Tue, 27 Feb 2018 12:24:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802271224.w1RCORsk043268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Feb 2018 12:24:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463116 - head/net-mgmt/percona-monitoring-plugins X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net-mgmt/percona-monitoring-plugins X-SVN-Commit-Revision: 463116 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 12:24:28 -0000 Author: amdmi3 Date: Tue Feb 27 12:24:27 2018 New Revision: 463116 URL: https://svnweb.freebsd.org/changeset/ports/463116 Log: - Fix shebangs - Add missing dependency on python Approved by: portmgr blanket Modified: head/net-mgmt/percona-monitoring-plugins/Makefile Modified: head/net-mgmt/percona-monitoring-plugins/Makefile ============================================================================== --- head/net-mgmt/percona-monitoring-plugins/Makefile Tue Feb 27 12:23:22 2018 (r463115) +++ head/net-mgmt/percona-monitoring-plugins/Makefile Tue Feb 27 12:24:27 2018 (r463116) @@ -3,7 +3,7 @@ PORTNAME= percona-monitoring-plugins PORTVERSION= 1.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://www.percona.com/downloads/percona-monitoring-plugins/${PORTVERSION}/ \ ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ @@ -19,9 +19,10 @@ RUN_DEPENDS= cacti>=0:net-mgmt/cacti \ bash:shells/bash \ wget:ftp/wget -USES= mysql perl5 php:cli shebangfix +USES= mysql perl5 php:cli python:run shebangfix USE_PERL5= run SHEBANG_FILES= nagios/bin/pmp-check-pt-table-checksum \ + nagios/bin/pmp-check-aws-rds.py \ cacti/bin/pmp-cacti-* NO_BUILD= yes From owner-svn-ports-head@freebsd.org Tue Feb 27 12:24:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D967F1E110; Tue, 27 Feb 2018 12:24:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B724C7334E; Tue, 27 Feb 2018 12:24:42 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B211524B5; Tue, 27 Feb 2018 12:24:42 +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 w1RCOgeS043367; Tue, 27 Feb 2018 12:24:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RCOg5L043366; Tue, 27 Feb 2018 12:24:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802271224.w1RCOg5L043366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Feb 2018 12:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463117 - head/net-im/scudcloud X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net-im/scudcloud X-SVN-Commit-Revision: 463117 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 12:24:43 -0000 Author: amdmi3 Date: Tue Feb 27 12:24:42 2018 New Revision: 463117 URL: https://svnweb.freebsd.org/changeset/ports/463117 Log: - Add NO_ARCH Approved by: portmgr blanket Modified: head/net-im/scudcloud/Makefile Modified: head/net-im/scudcloud/Makefile ============================================================================== --- head/net-im/scudcloud/Makefile Tue Feb 27 12:24:27 2018 (r463116) +++ head/net-im/scudcloud/Makefile Tue Feb 27 12:24:42 2018 (r463117) @@ -30,6 +30,7 @@ OPTIONS_DEFINE= HUNSPELL USES= python:3.4+ USE_GITHUB= yes USE_PYTHON= autoplist distutils optsuffix +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -i.bak -e 's,%%LOCALBASE%%,${LOCALBASE},1' \ From owner-svn-ports-head@freebsd.org Tue Feb 27 12:26:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 081C8F1E458; Tue, 27 Feb 2018 12:26:26 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8765734A9; Tue, 27 Feb 2018 12:26:25 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A38B124B7; Tue, 27 Feb 2018 12:26:25 +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 w1RCQPEH043521; Tue, 27 Feb 2018 12:26:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RCQPmD043520; Tue, 27 Feb 2018 12:26:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802271226.w1RCQPmD043520@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Feb 2018 12:26:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463118 - head/lang/clang34 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/lang/clang34 X-SVN-Commit-Revision: 463118 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 12:26:26 -0000 Author: amdmi3 Date: Tue Feb 27 12:26:25 2018 New Revision: 463118 URL: https://svnweb.freebsd.org/changeset/ports/463118 Log: - Fix shebangs Approved by: portmgr blanket Modified: head/lang/clang34/Makefile Modified: head/lang/clang34/Makefile ============================================================================== --- head/lang/clang34/Makefile Tue Feb 27 12:24:42 2018 (r463117) +++ head/lang/clang34/Makefile Tue Feb 27 12:26:25 2018 (r463118) @@ -2,7 +2,7 @@ PORTNAME= clang DISTVERSION= 3.4.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang devel MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ PKGNAMESUFFIX= ${LLVM_SUFFIX} @@ -36,7 +36,8 @@ PYTHONLIBDIR= ${LLVM_PREFIX}/lib/python GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} -USES= gmake groff libedit perl5 python +USES= gmake groff libedit perl5 python shebangfix +SHEBANG_FILES= tools/clang/tools/scan-view/scan-view USE_LDCONFIG= yes MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \ From owner-svn-ports-head@freebsd.org Tue Feb 27 12:26:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84588F1E4B5; Tue, 27 Feb 2018 12:26:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 336E47357F; Tue, 27 Feb 2018 12:26:41 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E46624B8; Tue, 27 Feb 2018 12:26:41 +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 w1RCQfMO043616; Tue, 27 Feb 2018 12:26:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RCQftl043615; Tue, 27 Feb 2018 12:26:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802271226.w1RCQftl043615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Feb 2018 12:26:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463119 - head/graphics/tulip X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/tulip X-SVN-Commit-Revision: 463119 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 12:26:41 -0000 Author: amdmi3 Date: Tue Feb 27 12:26:40 2018 New Revision: 463119 URL: https://svnweb.freebsd.org/changeset/ports/463119 Log: - Fix plist Approved by: portmgr blanket Modified: head/graphics/tulip/pkg-plist Modified: head/graphics/tulip/pkg-plist ============================================================================== --- head/graphics/tulip/pkg-plist Tue Feb 27 12:26:25 2018 (r463118) +++ head/graphics/tulip/pkg-plist Tue Feb 27 12:26:40 2018 (r463119) @@ -493,7 +493,7 @@ share/pixmaps/tulip.png %%DATADIR%%/apiFiles/Python-2.4.api %%DATADIR%%/apiFiles/Python-2.5.api %%DATADIR%%/apiFiles/Python-2.6.api -%%DATADIR%%/apiFiles/Python-%%PYTHON_VER%%.api +%%DATADIR%%/apiFiles/Python-2.7.api %%DATADIR%%/apiFiles/Python-3.1.api %%DATADIR%%/apiFiles/Python-3.2.api %%DATADIR%%/apiFiles/Python-3.3.api From owner-svn-ports-head@freebsd.org Tue Feb 27 12:28:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5F1BF1E813; Tue, 27 Feb 2018 12:28:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 793F473706; Tue, 27 Feb 2018 12:28: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6F82C24B9; Tue, 27 Feb 2018 12:28: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 w1RCSwEA043770; Tue, 27 Feb 2018 12:28:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RCSwZw043769; Tue, 27 Feb 2018 12:28:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802271228.w1RCSwZw043769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Feb 2018 12:28:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463120 - head/games/doomsday X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/games/doomsday X-SVN-Commit-Revision: 463120 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 12:28:58 -0000 Author: amdmi3 Date: Tue Feb 27 12:28:58 2018 New Revision: 463120 URL: https://svnweb.freebsd.org/changeset/ports/463120 Log: - Switch to USES=localbase - Limit python version Approved by: portmgr blanket Modified: head/games/doomsday/Makefile Modified: head/games/doomsday/Makefile ============================================================================== --- head/games/doomsday/Makefile Tue Feb 27 12:26:40 2018 (r463119) +++ head/games/doomsday/Makefile Tue Feb 27 12:28:58 2018 (r463120) @@ -17,14 +17,12 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libfluidsynth.so:audio/fluidsynth RUN_DEPENDS= timidity:audio/timidity -USES= cmake:outsource compiler:c++11-lib ninja openal pkgconfig python:build +USES= cmake:outsource compiler:c++11-lib localbase:ldflags ninja openal pkgconfig python:2.7,build USE_GL= gl glu USE_LDCONFIG= yes USE_SDL= sdl2 mixer2 USE_XORG= x11 sm ice xext xrandr xxf86vm USE_QT5= buildtools_build core gui network widgets qmake opengl x11extras -LDFLAGS+= -L${LOCALBASE}/lib -CXXFLAGS+= -I${LOCALBASE}/include CMAKE_ARGS+= -DDENG_ENABLE_COTIRE=OFF -DDENG_ASSIMP_EMBEDDED=OFF WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} From owner-svn-ports-head@freebsd.org Tue Feb 27 12:33:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ECF4F210C9; Tue, 27 Feb 2018 12:33:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C729F73CC1; Tue, 27 Feb 2018 12:33:43 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C216C2649; Tue, 27 Feb 2018 12:33:43 +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 w1RCXhxu048401; Tue, 27 Feb 2018 12:33:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RCXhIX048399; Tue, 27 Feb 2018 12:33:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802271233.w1RCXhIX048399@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Feb 2018 12:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463121 - head/devel/libassa X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/libassa X-SVN-Commit-Revision: 463121 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 12:33:44 -0000 Author: amdmi3 Date: Tue Feb 27 12:33:43 2018 New Revision: 463121 URL: https://svnweb.freebsd.org/changeset/ports/463121 Log: - Add LICENSE - Fix plist Approved by: portmgr blanket Modified: head/devel/libassa/Makefile head/devel/libassa/pkg-plist Modified: head/devel/libassa/Makefile ============================================================================== --- head/devel/libassa/Makefile Tue Feb 27 12:28:58 2018 (r463120) +++ head/devel/libassa/Makefile Tue Feb 27 12:33:43 2018 (r463121) @@ -3,11 +3,15 @@ PORTNAME= libassa DISTVERSION= 3.5.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[0-9]*$//} MAINTAINER= rodrigo@FreeBSD.org COMMENT= C++ networking library and application framework + +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= TIRPC_CFLAGS=" " TIRPC_LIBS=" " Modified: head/devel/libassa/pkg-plist ============================================================================== --- head/devel/libassa/pkg-plist Tue Feb 27 12:28:58 2018 (r463120) +++ head/devel/libassa/pkg-plist Tue Feb 27 12:33:43 2018 (r463121) @@ -59,6 +59,7 @@ include/assa-3.5/assa/XDRHack.h include/assa-3.5/assa/xdrIOBuffer.h lib/libassa-3.5.a lib/libassa-3.5.so +lib/libassa-3.5.so.5 lib/libassa-3.5.so.5.0.1 libdata/pkgconfig/assa-3.5.pc man/man1/assa-genesis.1.gz From owner-svn-ports-head@freebsd.org Tue Feb 27 12:34:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4316F2119C; Tue, 27 Feb 2018 12:34:16 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 575C473DB7; Tue, 27 Feb 2018 12:34:16 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 524F8264A; Tue, 27 Feb 2018 12:34:16 +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 w1RCYGre048507; Tue, 27 Feb 2018 12:34:16 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RCYGVs048506; Tue, 27 Feb 2018 12:34:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802271234.w1RCYGVs048506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 27 Feb 2018 12:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463122 - head/www/uzbl X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/www/uzbl X-SVN-Commit-Revision: 463122 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 12:34:16 -0000 Author: amdmi3 Date: Tue Feb 27 12:34:15 2018 New Revision: 463122 URL: https://svnweb.freebsd.org/changeset/ports/463122 Log: - Fix shebangs properly Approved by: portmgr blanket Modified: head/www/uzbl/Makefile Modified: head/www/uzbl/Makefile ============================================================================== --- head/www/uzbl/Makefile Tue Feb 27 12:33:43 2018 (r463121) +++ head/www/uzbl/Makefile Tue Feb 27 12:34:15 2018 (r463122) @@ -4,7 +4,7 @@ PORTNAME= uzbl PORTVERSION= 0.9.1 DISTVERSIONPREFIX=v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MAINTAINER= aehlig@linta.de @@ -31,8 +31,8 @@ INSTALLS_ICONS= yes USE_GITHUB= yes GH_ACCOUNT= uzbl -SHEBANG_FILES= examples/data/scripts/auth.py \ - examples/data/scripts/scheme.py \ +SHEBANG_FILES= bin/uzbl-tabbed \ + examples/data/scripts/*.py \ examples/data/scripts/uzblcat MAKE_ENV= PYTHON=${PYTHON_VERSION} \ From owner-svn-ports-head@freebsd.org Tue Feb 27 13:03:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6D6DF23A1F; Tue, 27 Feb 2018 13:03:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89914750A1; Tue, 27 Feb 2018 13:03:51 +0000 (UTC) (envelope-from mat@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 800082B1B; Tue, 27 Feb 2018 13:03:51 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RD3pGD064006; Tue, 27 Feb 2018 13:03:51 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RD3mne063978; Tue, 27 Feb 2018 13:03:48 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201802271303.w1RD3mne063978@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 27 Feb 2018 13:03:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463123 - in head: Mk archivers/unrar audio/flac audio/libogg audio/libvorbis devel/boehm-gc devel/ccache devel/libedit devel/py-xdg devel/yasm dns/ldns dns/unbound lang/go multimedia/f... X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head: Mk archivers/unrar audio/flac audio/libogg audio/libvorbis devel/boehm-gc devel/ccache devel/libedit devel/py-xdg devel/yasm dns/ldns dns/unbound lang/go multimedia/ffmpeg multimedia/libtheor... X-SVN-Commit-Revision: 463123 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:03:52 -0000 Author: mat Date: Tue Feb 27 13:03:48 2018 New Revision: 463123 URL: https://svnweb.freebsd.org/changeset/ports/463123 Log: Switch some MASTER_SITES from http/ftp to https. Also some cleanup of dead entries. PR: 226203 Submitted by: Sam H Sponsored by: Absolight Modified: head/Mk/bsd.sites.mk (contents, props changed) head/archivers/unrar/Makefile (contents, props changed) head/audio/flac/Makefile (contents, props changed) head/audio/libogg/Makefile (contents, props changed) head/audio/libvorbis/Makefile (contents, props changed) head/devel/boehm-gc/Makefile (contents, props changed) head/devel/ccache/Makefile (contents, props changed) head/devel/libedit/Makefile (contents, props changed) head/devel/py-xdg/Makefile (contents, props changed) head/devel/yasm/Makefile (contents, props changed) head/dns/ldns/Makefile (contents, props changed) head/dns/unbound/Makefile (contents, props changed) head/lang/go/Makefile (contents, props changed) head/multimedia/ffmpeg/Makefile (contents, props changed) head/multimedia/libtheora/Makefile (contents, props changed) head/multimedia/x264/Makefile (contents, props changed) head/multimedia/x265/Makefile (contents, props changed) head/multimedia/xvid/Makefile (contents, props changed) head/net/mtr/Makefile (contents, props changed) head/net/vnstat/Makefile (contents, props changed) head/security/libsodium/Makefile (contents, props changed) head/textproc/docbook-sgml/Makefile (contents, props changed) head/textproc/libxml2/Makefile (contents, props changed) head/textproc/libxslt/Makefile (contents, props changed) head/textproc/sdocbook-xml/Makefile (contents, props changed) head/textproc/xmlcharent/Makefile (contents, props changed) Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Tue Feb 27 12:34:15 2018 (r463122) +++ head/Mk/bsd.sites.mk Tue Feb 27 13:03:48 2018 (r463123) @@ -275,6 +275,7 @@ MASTER_SITE_FESTIVAL_OGI+= \ # .if !defined(IGNORE_MASTER_SITE_FREEBSD_ORG) MASTER_SITE_FREEBSD_ORG+= \ + https://download.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.se.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ \ @@ -732,7 +733,7 @@ MASTER_SITE_MYSQL+= \ .if !defined(IGNORE_MASTER_SITE_NETBSD) MASTER_SITE_NETBSD+= \ - ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ + https://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.iastate.edu/pub/netbsd/packages/distfiles/%SUBDIR%/ \ ftp://ftp.plig.net/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.proxad.net/mirrors/ftp.netbsd.org/packages/distfiles/%SUBDIR%/ \ @@ -746,7 +747,7 @@ MASTER_SITE_NETBSD+= \ .if !defined(IGNORE_MASTER_SITE_NETLIB) MASTER_SITE_NETLIB+= \ http://www.netlib.org/%SUBDIR%/ \ - ftp://ftp.mirrorservice.org/sites/ftp.netlib.org/%SUBDIR%/ \ + https://ftp.mirrorservice.org/sites/ftp.netlib.org/%SUBDIR%/ \ https://www.mirrorservice.org/sites/ftp.netlib.org/%SUBDIR%/ \ ftp://ftp.irisa.fr/pub/netlib/%SUBDIR%/ \ http://netlib.sandia.gov/%SUBDIR%/ @@ -765,12 +766,14 @@ MASTER_SITE_NVIDIA+= \ .if !defined(IGNORE_MASTER_SITE_OPENBSD) MASTER_SITE_OPENBSD+= \ + https://fastly.cdn.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ + https://cloudflare.cdn.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ https://ftp.OpenBSD.org/pub/OpenBSD/%SUBDIR%/ \ https://ftp.eu.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ https://ftp3.usa.openbsd.org/pub/OpenBSD/%SUBDIR%/ \ + https://mirror.leaseweb.com/pub/OpenBSD/%SUBDIR%/ \ https://openbsd.hk/pub/OpenBSD/%SUBDIR%/ \ - https://mirror.aarnet.edu.au/pub/OpenBSD/%SUBDIR%/ \ - https://mirrors.evowise.com/pub/OpenBSD/%SUBDIR%/ + https://mirror.aarnet.edu.au/pub/OpenBSD/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_OSSP) Modified: head/archivers/unrar/Makefile ============================================================================== --- head/archivers/unrar/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/archivers/unrar/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,7 +5,8 @@ PORTNAME= unrar DISTVERSION= 5.50 PORTEPOCH= 6 CATEGORIES+= archivers -MASTER_SITES= http://www.rarlab.com/rar/ \ +MASTER_SITES= https://www.rarlab.com/rar/ \ + https://distfiles.crux.guru/ \ LOCAL/sunpoet DISTNAME= unrarsrc-5.5.8 Modified: head/audio/flac/Makefile ============================================================================== --- head/audio/flac/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/audio/flac/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -4,7 +4,9 @@ PORTNAME= flac PORTVERSION= 1.3.2 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/flac/ +MASTER_SITES= https://downloads.xiph.org/releases/flac/ \ + https://download.videolan.org/contrib/flac/ \ + SF/flac/flac-src MAINTAINER= naddy@FreeBSD.org COMMENT= Free lossless audio codec Modified: head/audio/libogg/Makefile ============================================================================== --- head/audio/libogg/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/audio/libogg/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,7 +5,8 @@ PORTNAME= libogg PORTVERSION= 1.3.3 PORTEPOCH= 4 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/ogg/ +MASTER_SITES= https://downloads.xiph.org/releases/ogg/ \ + https://download.videolan.org/videolan/testing/contrib/ogg/ MAINTAINER= naddy@FreeBSD.org COMMENT= Ogg bitstream library Modified: head/audio/libvorbis/Makefile ============================================================================== --- head/audio/libvorbis/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/audio/libvorbis/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -6,7 +6,8 @@ PORTVERSION= 1.3.5 PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= audio -MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ +MASTER_SITES= https://downloads.xiph.org/releases/vorbis/ \ + https://download.videolan.org/videolan/testing/contrib/vorbis/ MAINTAINER= naddy@FreeBSD.org COMMENT= Audio compression codec library Modified: head/devel/boehm-gc/Makefile ============================================================================== --- head/devel/boehm-gc/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/devel/boehm-gc/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -4,7 +4,8 @@ PORTNAME= gc PORTVERSION= 7.6.2 CATEGORIES= devel -MASTER_SITES= http://www.hboehm.info/gc/gc_source/ +MASTER_SITES= http://www.hboehm.info/gc/gc_source/ \ + https://github.com/ivmai/bdwgc/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= boehm- .ifdef GC_VARIANT PKGNAMESUFFIX= -${GC_VARIANT} Modified: head/devel/ccache/Makefile ============================================================================== --- head/devel/ccache/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/devel/ccache/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,7 +5,7 @@ PORTNAME= ccache PORTVERSION= 3.3.5 PORTREVISION= 0 CATEGORIES= devel -MASTER_SITES= http://www.samba.org/ftp/ccache/ \ +MASTER_SITES= https://www.samba.org/ftp/ccache/ \ LOCAL/bdrewery MAINTAINER= bdrewery@FreeBSD.org Modified: head/devel/libedit/Makefile ============================================================================== --- head/devel/libedit/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/devel/libedit/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -6,7 +6,7 @@ PORTVERSION= ${EDITVERSION}.${EDITDATE} PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= http://thrysoee.dk/editline/ +MASTER_SITES= https://thrysoee.dk/editline/ DISTNAME= ${PORTNAME}-${EDITDATE}-${EDITVERSION} MAINTAINER= bapt@FreeBSD.org Modified: head/devel/py-xdg/Makefile ============================================================================== --- head/devel/py-xdg/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/devel/py-xdg/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -6,7 +6,7 @@ PORTNAME= xdg PORTVERSION= 0.25 PORTREVISION= 1 CATEGORIES= devel python -MASTER_SITES= http://people.freedesktop.org/~takluyver/ +MASTER_SITES= https://people.freedesktop.org/~takluyver/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} Modified: head/devel/yasm/Makefile ============================================================================== --- head/devel/yasm/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/devel/yasm/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -3,7 +3,7 @@ PORTNAME= yasm PORTVERSION= 1.3.0 CATEGORIES= devel lang -MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ +MASTER_SITES= https://www.tortall.net/projects/yasm/releases/ MAINTAINER= johnson.peter@gmail.com COMMENT= Complete rewrite of the NASM assembler Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/dns/ldns/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,7 +5,7 @@ PORTNAME= ldns PORTVERSION= 1.7.0 PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ +MASTER_SITES= https://www.nlnetlabs.nl/downloads/ldns/ \ LOCAL/ehaupt MAINTAINER= jaap@NLnetLabs.nl Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/dns/unbound/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,7 +5,8 @@ PORTNAME= unbound PORTVERSION= 1.6.8 PORTREVISION= 2 CATEGORIES= dns -MASTER_SITES= http://unbound.net/downloads/ +MASTER_SITES= https://unbound.net/downloads/ \ + https://distfiles.crux.guru/ MAINTAINER= jaap@NLnetLabs.nl COMMENT= Validating, recursive, and caching DNS resolver Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/lang/go/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,7 +5,7 @@ PORTNAME= go PORTVERSION= 1.10 PORTEPOCH= 1 CATEGORIES= lang -MASTER_SITES= http://golang.org/dl/ +MASTER_SITES= https://golang.org/dl/ DISTNAME= go${PORTVERSION}.src MAINTAINER= jlaffaye@FreeBSD.org Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/multimedia/ffmpeg/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,7 +5,7 @@ PORTNAME= ffmpeg PORTVERSION= 3.4.2 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net -MASTER_SITES= http://ffmpeg.org/releases/ +MASTER_SITES= https://ffmpeg.org/releases/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Realtime audio/video encoder/converter and streaming server Modified: head/multimedia/libtheora/Makefile ============================================================================== --- head/multimedia/libtheora/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/multimedia/libtheora/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,8 +5,8 @@ PORTNAME= libtheora PORTVERSION= 1.1.1 PORTREVISION= 7 CATEGORIES= multimedia -MASTER_SITES= http://downloads.xiph.org/releases/theora/ \ - http://distfiles.master.finkmirrors.net/ +MASTER_SITES= https://downloads.xiph.org/releases/theora/ \ + https://repo.turris.cz/downloads/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Theora video codec for the Ogg multimedia streaming system Modified: head/multimedia/x264/Makefile ============================================================================== --- head/multimedia/x264/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/multimedia/x264/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -21,8 +21,8 @@ PORTNAME= x264 PORTVERSION= 0.${X264_BUILD}.${X264_REV} PORTREVISION?= 1 # 0 in libx264 CATEGORIES= multimedia -MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \ - http://samples.mplayerhq.hu/yuv4mpeg2/:pgo +MASTER_SITES= https://downloads.videolan.org/pub/videolan/x264/snapshots/ \ + https://samples.mplayerhq.hu/yuv4mpeg2/:pgo DISTNAME= ${PORTNAME}-snapshot-${X264_SNAPSHOT}-2245-stable DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= x264 Modified: head/multimedia/x265/Makefile ============================================================================== --- head/multimedia/x265/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/multimedia/x265/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,7 +5,8 @@ PORTNAME= x265 PORTVERSION= 2.6 PORTREVISION= 1 CATEGORIES= multimedia -MASTER_SITES= http://ftp.videolan.org/pub/videolan/${PORTNAME}/ +MASTER_SITES= https://downloads.videolan.org/pub/videolan/${PORTNAME}/ \ + https://mirror.leaseweb.com/videolan/x265/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= mi@aldan.algebra.com Modified: head/multimedia/xvid/Makefile ============================================================================== --- head/multimedia/xvid/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/multimedia/xvid/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,7 +5,8 @@ PORTNAME= xvid PORTVERSION= 1.3.4 PORTEPOCH= 1 CATEGORIES= multimedia -MASTER_SITES= http://downloads.xvid.org/downloads/ +MASTER_SITES= https://downloads.xvid.com/downloads/ \ + https://source.ipfire.org/source-2.x/ DISTNAME= ${PORTNAME}core-${PORTVERSION} MAINTAINER= riggs@FreeBSD.org Modified: head/net/mtr/Makefile ============================================================================== --- head/net/mtr/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/net/mtr/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -4,7 +4,7 @@ PORTNAME= mtr PORTVERSION= 0.92 CATEGORIES= net -MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ +MASTER_SITES= https://www.bitwizard.nl/mtr/files/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org Modified: head/net/vnstat/Makefile ============================================================================== --- head/net/vnstat/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/net/vnstat/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,8 +5,8 @@ PORTNAME= vnstat PORTVERSION= 1.15 PORTREVISION= 0 CATEGORIES= net -MASTER_SITES= http://humdi.net/vnstat/ \ - http://mirror.mcx2.org/ +MASTER_SITES= https://humdi.net/vnstat/ \ + https://source.ipfire.org/source-2.x/ MAINTAINER= feld@FreeBSD.org COMMENT= Console-based network traffic monitor Modified: head/security/libsodium/Makefile ============================================================================== --- head/security/libsodium/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/security/libsodium/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -3,7 +3,7 @@ PORTNAME= libsodium PORTVERSION= 1.0.15 CATEGORIES= security -MASTER_SITES= http://download.libsodium.org/libsodium/releases/ +MASTER_SITES= https://download.libsodium.org/libsodium/releases/ MAINTAINER= vsevolod@FreeBSD.org COMMENT= Library to build higher-level cryptographic tools Modified: head/textproc/docbook-sgml/Makefile ============================================================================== --- head/textproc/docbook-sgml/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/textproc/docbook-sgml/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -4,7 +4,7 @@ PORTNAME= docbook PORTVERSION= 4.5 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= ${DBFILES:C,(.*):(.*),http://www.oasis-open.org/docbook/sgml/\1/:\2,:C,:docbook-([0-9]+).([0-9]+),:db\1\2,} +MASTER_SITES= ${DBFILES:C,(.*):(.*),https://www.oasis-open.org/docbook/sgml/\1/:\2,:C,:docbook-([0-9]+).([0-9]+),:db\1\2,} PKGNAMESUFFIX= -sgml DISTFILES= ${DBFILES:C,.*:(.*),\1.zip:\1,:C,:docbook-([0-9]+).([0-9]+),:db\1\2,} Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/textproc/libxml2/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,9 +5,7 @@ PORTNAME= libxml2 PORTVERSION= 2.9.7 PORTREVISION?= 0 CATEGORIES?= textproc gnome -MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ - http://xmlsoft.org/sources/ \ - ftp://gd.tuwien.ac.at/pub/libxml/ +MASTER_SITES= http://xmlsoft.org/sources/ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org Modified: head/textproc/libxslt/Makefile ============================================================================== --- head/textproc/libxslt/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/textproc/libxslt/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,9 +5,8 @@ PORTNAME= libxslt PORTVERSION= 1.1.29 PORTREVISION?= 1 CATEGORIES?= textproc gnome -MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ - http://xmlsoft.org/sources/ \ - ftp://gd.tuwien.ac.at/pub/libxml/ +MASTER_SITES= http://xmlsoft.org/sources/ \ + https://mirror.umd.edu/xbmc/build-deps/sources/ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org Modified: head/textproc/sdocbook-xml/Makefile ============================================================================== --- head/textproc/sdocbook-xml/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/textproc/sdocbook-xml/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -6,7 +6,7 @@ PORTVERSION= 1.1 PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= textproc -MASTER_SITES= http://www.oasis-open.org/docbook/xml/simple/${PORTVERSION}/ +MASTER_SITES= https://www.oasis-open.org/docbook/xml/simple/${PORTVERSION}/ DISTNAME= docbook-simple-${PORTVERSION} MAINTAINER= gabor@FreeBSD.org Modified: head/textproc/xmlcharent/Makefile ============================================================================== --- head/textproc/xmlcharent/Makefile Tue Feb 27 12:34:15 2018 (r463122) +++ head/textproc/xmlcharent/Makefile Tue Feb 27 13:03:48 2018 (r463123) @@ -5,7 +5,8 @@ PORTNAME= xmlcharent PORTVERSION= 0.3 PORTREVISION= 2 CATEGORIES= textproc -MASTER_SITES= http://www.oasis-open.org/docbook/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= https://www.oasis-open.org/docbook/${PORTNAME}/${PORTVERSION}/ \ + https://library.syr.edu/digital/guides/lavender/ MAINTAINER= hrs@FreeBSD.org COMMENT= XML character entities From owner-svn-ports-head@freebsd.org Tue Feb 27 13:21:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9038BF2512B; Tue, 27 Feb 2018 13:21:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45ED775D97; Tue, 27 Feb 2018 13:21:41 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40CE52E0A; Tue, 27 Feb 2018 13:21:41 +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 w1RDLfDa070122; Tue, 27 Feb 2018 13:21:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDLeAi070117; Tue, 27 Feb 2018 13:21:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271321.w1RDLeAi070117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:21:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463124 - in head/devel: . p5-Class-EHierarchy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-Class-EHierarchy X-SVN-Commit-Revision: 463124 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:21:41 -0000 Author: sunpoet Date: Tue Feb 27 13:21:40 2018 New Revision: 463124 URL: https://svnweb.freebsd.org/changeset/ports/463124 Log: Add p5-Class-EHierarchy 2.00 Class::EHierarchy is intended for use as a base class for objects that need support for class or object hierarchies. Additional features are also provided which can be useful for general property implementation and manipulation. WWW: http://search.cpan.org/dist/Class-EHierarchy/ Added: head/devel/p5-Class-EHierarchy/ head/devel/p5-Class-EHierarchy/Makefile (contents, props changed) head/devel/p5-Class-EHierarchy/distinfo (contents, props changed) head/devel/p5-Class-EHierarchy/pkg-descr (contents, props changed) head/devel/p5-Class-EHierarchy/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 27 13:03:48 2018 (r463123) +++ head/devel/Makefile Tue Feb 27 13:21:40 2018 (r463124) @@ -2067,6 +2067,7 @@ SUBDIR += p5-Class-Declare SUBDIR += p5-Class-Default SUBDIR += p5-Class-Delegation + SUBDIR += p5-Class-EHierarchy SUBDIR += p5-Class-ErrorHandler SUBDIR += p5-Class-Factory SUBDIR += p5-Class-Factory-Util Added: head/devel/p5-Class-EHierarchy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-EHierarchy/Makefile Tue Feb 27 13:21:40 2018 (r463124) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Class-EHierarchy +PORTVERSION= 2.00 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Base class for hierarchally ordered objects + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Class-EHierarchy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-EHierarchy/distinfo Tue Feb 27 13:21:40 2018 (r463124) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519737030 +SHA256 (Class-EHierarchy-2.00.tar.gz) = 8498baaf7539eaa3422c6fe1055a0fc9a0c02e94dad0c63405373528e622bacb +SIZE (Class-EHierarchy-2.00.tar.gz) = 28344 Added: head/devel/p5-Class-EHierarchy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-EHierarchy/pkg-descr Tue Feb 27 13:21:40 2018 (r463124) @@ -0,0 +1,5 @@ +Class::EHierarchy is intended for use as a base class for objects that need +support for class or object hierarchies. Additional features are also provided +which can be useful for general property implementation and manipulation. + +WWW: http://search.cpan.org/dist/Class-EHierarchy/ Added: head/devel/p5-Class-EHierarchy/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Class-EHierarchy/pkg-plist Tue Feb 27 13:21:40 2018 (r463124) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Class/EHierarchy.pm +%%PERL5_MAN3%%/Class::EHierarchy.3.gz From owner-svn-ports-head@freebsd.org Tue Feb 27 13:24:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85149F255B2; Tue, 27 Feb 2018 13:24:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A347760F8; Tue, 27 Feb 2018 13:24: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3499A2E54; Tue, 27 Feb 2018 13:24: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 w1RDOES5074240; Tue, 27 Feb 2018 13:24:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDOEwI074234; Tue, 27 Feb 2018 13:24:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271324.w1RDOEwI074234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:24:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463125 - in head: dns/libpsl ftp/curl ftp/wget X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: dns/libpsl ftp/curl ftp/wget X-SVN-Commit-Revision: 463125 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:24:15 -0000 Author: sunpoet Date: Tue Feb 27 13:24:14 2018 New Revision: 463125 URL: https://svnweb.freebsd.org/changeset/ports/463125 Log: Update dns/libpsl to 0.20.1 - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/rockdaboot/libpsl/blob/master/NEWS https://github.com/rockdaboot/libpsl/blob/libpsl-0.20.1/NEWS Modified: head/dns/libpsl/Makefile head/dns/libpsl/distinfo head/dns/libpsl/pkg-plist head/ftp/curl/Makefile head/ftp/wget/Makefile Modified: head/dns/libpsl/Makefile ============================================================================== --- head/dns/libpsl/Makefile Tue Feb 27 13:21:40 2018 (r463124) +++ head/dns/libpsl/Makefile Tue Feb 27 13:24:14 2018 (r463125) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpsl -PORTVERSION= 0.20.0 +PORTVERSION= 0.20.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= dns Modified: head/dns/libpsl/distinfo ============================================================================== --- head/dns/libpsl/distinfo Tue Feb 27 13:21:40 2018 (r463124) +++ head/dns/libpsl/distinfo Tue Feb 27 13:24:14 2018 (r463125) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519396879 -SHA256 (rockdaboot-libpsl-libpsl-0.20.0_GH0.tar.gz) = e27f05d795c6bb1e8fe225bf5fe7c2fca4b858154258101b6a7c484ab7704b64 -SIZE (rockdaboot-libpsl-libpsl-0.20.0_GH0.tar.gz) = 8578704 +TIMESTAMP = 1519732214 +SHA256 (rockdaboot-libpsl-libpsl-0.20.1_GH0.tar.gz) = 6ce1e8550587a5ff61e8172d859942e01f35022ec6634c58b02b8a3b47f042ee +SIZE (rockdaboot-libpsl-libpsl-0.20.1_GH0.tar.gz) = 8578922 Modified: head/dns/libpsl/pkg-plist ============================================================================== --- head/dns/libpsl/pkg-plist Tue Feb 27 13:21:40 2018 (r463124) +++ head/dns/libpsl/pkg-plist Tue Feb 27 13:24:14 2018 (r463125) @@ -2,8 +2,8 @@ bin/psl include/libpsl.h lib/libpsl.a lib/libpsl.so -lib/libpsl.so.6 -lib/libpsl.so.6.2.0 +lib/libpsl.so.5 +lib/libpsl.so.5.3.0 libdata/pkgconfig/libpsl.pc man/man1/psl-make-dafsa.1.gz man/man1/psl.1.gz Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Tue Feb 27 13:21:40 2018 (r463124) +++ head/ftp/curl/Makefile Tue Feb 27 13:24:14 2018 (r463125) @@ -3,7 +3,7 @@ PORTNAME= curl PORTVERSION= 7.58.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet Modified: head/ftp/wget/Makefile ============================================================================== --- head/ftp/wget/Makefile Tue Feb 27 13:21:40 2018 (r463124) +++ head/ftp/wget/Makefile Tue Feb 27 13:24:14 2018 (r463125) @@ -3,7 +3,7 @@ PORTNAME= wget DISTVERSION= 1.19.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz From owner-svn-ports-head@freebsd.org Tue Feb 27 13:24:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA712F2560C; Tue, 27 Feb 2018 13:24:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8621D761AE; Tue, 27 Feb 2018 13:24:21 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 861D92E55; Tue, 27 Feb 2018 13:24:20 +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 w1RDOK8J074362; Tue, 27 Feb 2018 13:24:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDOKlJ074360; Tue, 27 Feb 2018 13:24:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271324.w1RDOKlJ074360@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463126 - head/devel/p5-Module-Release X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Module-Release X-SVN-Commit-Revision: 463126 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:24:23 -0000 Author: sunpoet Date: Tue Feb 27 13:24:20 2018 New Revision: 463126 URL: https://svnweb.freebsd.org/changeset/ports/463126 Log: Update to 2.124 - Fix LICENSE - Add LICENSE_FILE Changes: http://search.cpan.org/dist/Module-Release/Changes Modified: head/devel/p5-Module-Release/Makefile head/devel/p5-Module-Release/distinfo Modified: head/devel/p5-Module-Release/Makefile ============================================================================== --- head/devel/p5-Module-Release/Makefile Tue Feb 27 13:24:14 2018 (r463125) +++ head/devel/p5-Module-Release/Makefile Tue Feb 27 13:24:20 2018 (r463126) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Release -PORTVERSION= 2.123 +PORTVERSION= 2.124 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,17 +10,20 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Upload files to CPAN and SourceForge -LICENSE= ART10 GPLv1+ -LICENSE_COMB= dual +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-CACertOrg-CA>=0:security/p5-CACertOrg-CA \ p5-ConfigReader-Simple>=0:devel/p5-ConfigReader-Simple \ + p5-DateTime>=0:devel/p5-DateTime \ p5-IO-Null>=0:devel/p5-IO-Null \ p5-Mojolicious>=4.50:www/p5-Mojolicious \ + p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ p5-URI>=0:net/p5-URI \ p5-libwww>=6.02:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Output>=0:devel/p5-Test-Output \ +TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ + p5-Test-Output>=0:devel/p5-Test-Output \ p5-Test-Pod>=1:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1:devel/p5-Test-Pod-Coverage \ p5-Test-Without-Module>=0:devel/p5-Test-Without-Module Modified: head/devel/p5-Module-Release/distinfo ============================================================================== --- head/devel/p5-Module-Release/distinfo Tue Feb 27 13:24:14 2018 (r463125) +++ head/devel/p5-Module-Release/distinfo Tue Feb 27 13:24:20 2018 (r463126) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483188968 -SHA256 (Module-Release-2.123.tar.gz) = 4213e9674a4fbddb617886af9e4508f5561153acd2d69f8b4a70fb543d341342 -SIZE (Module-Release-2.123.tar.gz) = 40101 +TIMESTAMP = 1519732230 +SHA256 (Module-Release-2.124.tar.gz) = 543fde90a2e77bd81404e2ecfd99a6b56e60cbc082e272c1313bbd0fc76e297b +SIZE (Module-Release-2.124.tar.gz) = 42181 From owner-svn-ports-head@freebsd.org Tue Feb 27 13:24:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7635F2562F; Tue, 27 Feb 2018 13:24:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9FA1D761CA; Tue, 27 Feb 2018 13:24:25 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 98EA12E56; Tue, 27 Feb 2018 13:24:25 +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 w1RDOPLf074487; Tue, 27 Feb 2018 13:24:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDOPpY074485; Tue, 27 Feb 2018 13:24:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271324.w1RDOPpY074485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:24:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463127 - head/www/p5-Plack-Middleware-RemoveRedundantBody X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Plack-Middleware-RemoveRedundantBody X-SVN-Commit-Revision: 463127 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:24:27 -0000 Author: sunpoet Date: Tue Feb 27 13:24:25 2018 New Revision: 463127 URL: https://svnweb.freebsd.org/changeset/ports/463127 Log: Update to 0.07 Changes: http://search.cpan.org/dist/Plack-Middleware-RemoveRedundantBody/Changes Modified: head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo Modified: head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile Tue Feb 27 13:24:20 2018 (r463126) +++ head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile Tue Feb 27 13:24:25 2018 (r463127) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Plack-Middleware-RemoveRedundantBody -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo ============================================================================== --- head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo Tue Feb 27 13:24:20 2018 (r463126) +++ head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo Tue Feb 27 13:24:25 2018 (r463127) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506437661 -SHA256 (Plack-Middleware-RemoveRedundantBody-0.06.tar.gz) = 3fbfc3b33e7ca5774f941ed085de14508c6a4f7123e36ece11fd72f2aec683ed -SIZE (Plack-Middleware-RemoveRedundantBody-0.06.tar.gz) = 10262 +TIMESTAMP = 1519732244 +SHA256 (Plack-Middleware-RemoveRedundantBody-0.07.tar.gz) = 64b841d5d74b4c4a595b85749d69297f4f5f5c0829a6e99e0099f05dd69be3c3 +SIZE (Plack-Middleware-RemoveRedundantBody-0.07.tar.gz) = 10397 From owner-svn-ports-head@freebsd.org Tue Feb 27 13:24:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15324F25644; Tue, 27 Feb 2018 13:24:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BFD7976287; Tue, 27 Feb 2018 13:24:30 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BAE0F2E57; Tue, 27 Feb 2018 13:24:30 +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 w1RDOUti074611; Tue, 27 Feb 2018 13:24:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDOUKA074609; Tue, 27 Feb 2018 13:24:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271324.w1RDOUKA074609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463128 - head/www/p5-libwww X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-libwww X-SVN-Commit-Revision: 463128 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:24:31 -0000 Author: sunpoet Date: Tue Feb 27 13:24:30 2018 New Revision: 463128 URL: https://svnweb.freebsd.org/changeset/ports/463128 Log: Update to 6.33 Changes: http://search.cpan.org/dist/libwww/Changes Modified: head/www/p5-libwww/Makefile head/www/p5-libwww/distinfo Modified: head/www/p5-libwww/Makefile ============================================================================== --- head/www/p5-libwww/Makefile Tue Feb 27 13:24:25 2018 (r463127) +++ head/www/p5-libwww/Makefile Tue Feb 27 13:24:30 2018 (r463128) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libwww -PORTVERSION= 6.32 +PORTVERSION= 6.33 DISTVERSIONPREFIX= perl- CATEGORIES= www devel perl5 MASTER_SITES= CPAN Modified: head/www/p5-libwww/distinfo ============================================================================== --- head/www/p5-libwww/distinfo Tue Feb 27 13:24:25 2018 (r463127) +++ head/www/p5-libwww/distinfo Tue Feb 27 13:24:30 2018 (r463128) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519218104 -SHA256 (libwww-perl-6.32.tar.gz) = 69016601111f45d80f7c40afb30c54e2af0059e7af3e5e50a24a0fc68e2f399a -SIZE (libwww-perl-6.32.tar.gz) = 165861 +TIMESTAMP = 1519732266 +SHA256 (libwww-perl-6.33.tar.gz) = 97417386f11f007ae129fe155b82fd8969473ce396a971a664c8ae6850c69b99 +SIZE (libwww-perl-6.33.tar.gz) = 165917 From owner-svn-ports-head@freebsd.org Tue Feb 27 13:24:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D71BF25694; Tue, 27 Feb 2018 13:24:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D258476358; Tue, 27 Feb 2018 13:24: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CAF342E58; Tue, 27 Feb 2018 13:24: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 w1RDOZdY074734; Tue, 27 Feb 2018 13:24:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDOZ27074732; Tue, 27 Feb 2018 13:24:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271324.w1RDOZ27074732@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463129 - head/www/py-hyperlink X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-hyperlink X-SVN-Commit-Revision: 463129 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:24:36 -0000 Author: sunpoet Date: Tue Feb 27 13:24:35 2018 New Revision: 463129 URL: https://svnweb.freebsd.org/changeset/ports/463129 Log: Update to 18.0.0 Changes: https://github.com/python-hyper/hyperlink/blob/master/CHANGELOG.md Modified: head/www/py-hyperlink/Makefile head/www/py-hyperlink/distinfo Modified: head/www/py-hyperlink/Makefile ============================================================================== --- head/www/py-hyperlink/Makefile Tue Feb 27 13:24:30 2018 (r463128) +++ head/www/py-hyperlink/Makefile Tue Feb 27 13:24:35 2018 (r463129) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hyperlink -PORTVERSION= 17.3.1 +PORTVERSION= 18.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ COMMENT= Featureful, correct URL for Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${FLAVOR} NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils Modified: head/www/py-hyperlink/distinfo ============================================================================== --- head/www/py-hyperlink/distinfo Tue Feb 27 13:24:30 2018 (r463128) +++ head/www/py-hyperlink/distinfo Tue Feb 27 13:24:35 2018 (r463129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503223749 -SHA256 (hyperlink-17.3.1.tar.gz) = bc4ffdbde9bdad204d507bd8f554f16bba82dd356f6130cb16f41422909c33bc -SIZE (hyperlink-17.3.1.tar.gz) = 91359 +TIMESTAMP = 1519732284 +SHA256 (hyperlink-18.0.0.tar.gz) = f01b4ff744f14bc5d0a22a6b9f1525ab7d6312cb0ff967f59414bbac52f0a306 +SIZE (hyperlink-18.0.0.tar.gz) = 97625 From owner-svn-ports-head@freebsd.org Tue Feb 27 13:24:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46744F256B4; Tue, 27 Feb 2018 13:24:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D454D76434; Tue, 27 Feb 2018 13:24: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C2BD82E59; Tue, 27 Feb 2018 13:24: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 w1RDOeVh074859; Tue, 27 Feb 2018 13:24:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDOeIh074857; Tue, 27 Feb 2018 13:24:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271324.w1RDOeIh074857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:24:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463130 - head/net/rubygem-gitaly-proto X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-gitaly-proto X-SVN-Commit-Revision: 463130 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:24:41 -0000 Author: sunpoet Date: Tue Feb 27 13:24:40 2018 New Revision: 463130 URL: https://svnweb.freebsd.org/changeset/ports/463130 Log: Update to 0.86.0 Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master Modified: head/net/rubygem-gitaly-proto/Makefile head/net/rubygem-gitaly-proto/distinfo Modified: head/net/rubygem-gitaly-proto/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto/Makefile Tue Feb 27 13:24:35 2018 (r463129) +++ head/net/rubygem-gitaly-proto/Makefile Tue Feb 27 13:24:40 2018 (r463130) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitaly-proto -PORTVERSION= 0.85.0 +PORTVERSION= 0.86.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-gitaly-proto/distinfo ============================================================================== --- head/net/rubygem-gitaly-proto/distinfo Tue Feb 27 13:24:35 2018 (r463129) +++ head/net/rubygem-gitaly-proto/distinfo Tue Feb 27 13:24:40 2018 (r463130) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519301628 -SHA256 (rubygem/gitaly-proto-0.85.0.gem) = e143c613b0b0604950419244d887244275f7627cff1efc85f1e82948019a0bf0 -SIZE (rubygem/gitaly-proto-0.85.0.gem) = 15360 +TIMESTAMP = 1519732295 +SHA256 (rubygem/gitaly-proto-0.86.0.gem) = ea699a327cc2f6b2ed1c61da1bd5cf5c5f0d9ea979d4c3e6eda1cc40409ff003 +SIZE (rubygem/gitaly-proto-0.86.0.gem) = 15872 From owner-svn-ports-head@freebsd.org Tue Feb 27 13:24:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09109F256E0; Tue, 27 Feb 2018 13:24:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B18E0764FA; Tue, 27 Feb 2018 13:24:45 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ACA902E5A; Tue, 27 Feb 2018 13:24:45 +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 w1RDOjGe074982; Tue, 27 Feb 2018 13:24:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDOj8S074980; Tue, 27 Feb 2018 13:24:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271324.w1RDOj8S074980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:24:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463131 - head/net/rubygem-opennebula X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-opennebula X-SVN-Commit-Revision: 463131 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:24:46 -0000 Author: sunpoet Date: Tue Feb 27 13:24:45 2018 New Revision: 463131 URL: https://svnweb.freebsd.org/changeset/ports/463131 Log: Update to 5.4.8 Changes: https://opennebula.org/software/release/ Modified: head/net/rubygem-opennebula/Makefile head/net/rubygem-opennebula/distinfo Modified: head/net/rubygem-opennebula/Makefile ============================================================================== --- head/net/rubygem-opennebula/Makefile Tue Feb 27 13:24:40 2018 (r463130) +++ head/net/rubygem-opennebula/Makefile Tue Feb 27 13:24:45 2018 (r463131) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= opennebula -PORTVERSION= 5.4.7 +PORTVERSION= 5.4.8 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-opennebula/distinfo ============================================================================== --- head/net/rubygem-opennebula/distinfo Tue Feb 27 13:24:40 2018 (r463130) +++ head/net/rubygem-opennebula/distinfo Tue Feb 27 13:24:45 2018 (r463131) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518719002 -SHA256 (rubygem/opennebula-5.4.7.gem) = 285689c128eaabd498c53e1a90cad772d96122271d91024a6fe912ca4d6b6be7 -SIZE (rubygem/opennebula-5.4.7.gem) = 73216 +TIMESTAMP = 1519732304 +SHA256 (rubygem/opennebula-5.4.8.gem) = 18897990ac926e3b5afca65f0c518353a038cc3a3e1c0285e4641add84afa2dc +SIZE (rubygem/opennebula-5.4.8.gem) = 73216 From owner-svn-ports-head@freebsd.org Tue Feb 27 13:24:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 421B6F25710; Tue, 27 Feb 2018 13:24:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2B2B765C1; Tue, 27 Feb 2018 13:24:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD6662E5B; Tue, 27 Feb 2018 13:24:50 +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 w1RDOowv075106; Tue, 27 Feb 2018 13:24:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDOoAb075104; Tue, 27 Feb 2018 13:24:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271324.w1RDOoAb075104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:24:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463132 - head/www/rubygem-json-jwt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-json-jwt X-SVN-Commit-Revision: 463132 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:24:51 -0000 Author: sunpoet Date: Tue Feb 27 13:24:50 2018 New Revision: 463132 URL: https://svnweb.freebsd.org/changeset/ports/463132 Log: Update to 1.9.2 Changes: https://github.com/nov/json-jwt/commits/master Modified: head/www/rubygem-json-jwt/Makefile head/www/rubygem-json-jwt/distinfo Modified: head/www/rubygem-json-jwt/Makefile ============================================================================== --- head/www/rubygem-json-jwt/Makefile Tue Feb 27 13:24:45 2018 (r463131) +++ head/www/rubygem-json-jwt/Makefile Tue Feb 27 13:24:50 2018 (r463132) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= json-jwt -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.2 CATEGORIES= www devel rubygems MASTER_SITES= RG @@ -12,6 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ + rubygem-aes_key_wrap>=0:security/rubygem-aes_key_wrap \ rubygem-bindata>=0:devel/rubygem-bindata \ rubygem-securecompare>=0:security/rubygem-securecompare \ rubygem-url_safe_base64>=0:converters/rubygem-url_safe_base64 Modified: head/www/rubygem-json-jwt/distinfo ============================================================================== --- head/www/rubygem-json-jwt/distinfo Tue Feb 27 13:24:45 2018 (r463131) +++ head/www/rubygem-json-jwt/distinfo Tue Feb 27 13:24:50 2018 (r463132) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519464465 -SHA256 (rubygem/json-jwt-1.9.1.gem) = b30bd09aeba666b73e4ff0b11fa758c209effb5ba187f3ae19f7244dd6b28f10 -SIZE (rubygem/json-jwt-1.9.1.gem) = 27136 +TIMESTAMP = 1519732315 +SHA256 (rubygem/json-jwt-1.9.2.gem) = e8f4a443b114a9a24fbdad7da77f7e17c360256ed8cdf816f03614f4e3d25123 +SIZE (rubygem/json-jwt-1.9.2.gem) = 27648 From owner-svn-ports-head@freebsd.org Tue Feb 27 13:24:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB171F25755; Tue, 27 Feb 2018 13:24:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41EA076690; Tue, 27 Feb 2018 13:24:56 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 38C552E5C; Tue, 27 Feb 2018 13:24:56 +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 w1RDOufY075247; Tue, 27 Feb 2018 13:24:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDOthK075244; Tue, 27 Feb 2018 13:24:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271324.w1RDOthK075244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:24:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463133 - in head/devel/p5-Data-Peek: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/p5-Data-Peek: . files X-SVN-Commit-Revision: 463133 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:24:57 -0000 Author: sunpoet Date: Tue Feb 27 13:24:55 2018 New Revision: 463133 URL: https://svnweb.freebsd.org/changeset/ports/463133 Log: Update to 0.48 - Regenerate patch file with makepatch: Changes: http://search.cpan.org/dist/Data-Peek/ChangeLog Modified: head/devel/p5-Data-Peek/Makefile head/devel/p5-Data-Peek/distinfo head/devel/p5-Data-Peek/files/patch-Makefile.PL Modified: head/devel/p5-Data-Peek/Makefile ============================================================================== --- head/devel/p5-Data-Peek/Makefile Tue Feb 27 13:24:50 2018 (r463132) +++ head/devel/p5-Data-Peek/Makefile Tue Feb 27 13:24:55 2018 (r463133) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Peek -PORTVERSION= 0.47 +PORTVERSION= 0.48 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Data-Peek/distinfo ============================================================================== --- head/devel/p5-Data-Peek/distinfo Tue Feb 27 13:24:50 2018 (r463132) +++ head/devel/p5-Data-Peek/distinfo Tue Feb 27 13:24:55 2018 (r463133) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501085743 -SHA256 (Data-Peek-0.47.tgz) = c70d52e04f502fc8a6c1aba11b3c8c6d142c8691c18ddeb2c8c92259a0b13b30 -SIZE (Data-Peek-0.47.tgz) = 67100 +TIMESTAMP = 1519732326 +SHA256 (Data-Peek-0.48.tgz) = f5d9c82c983c47927cad5e50d509db4e96d72c7b389eac93bdde46a585b8c8ce +SIZE (Data-Peek-0.48.tgz) = 67696 Modified: head/devel/p5-Data-Peek/files/patch-Makefile.PL ============================================================================== --- head/devel/p5-Data-Peek/files/patch-Makefile.PL Tue Feb 27 13:24:50 2018 (r463132) +++ head/devel/p5-Data-Peek/files/patch-Makefile.PL Tue Feb 27 13:24:55 2018 (r463133) @@ -1,14 +1,11 @@ ---- Makefile.PL.orig 2017-07-24 11:59:06 UTC +--- Makefile.PL.orig 2018-02-26 15:08:16 UTC +++ Makefile.PL -@@ -33,9 +33,9 @@ my %wm = ( - $ExtUtils::MakeMaker::VERSION > 6.30 and $wm{LICENSE} = "perl"; +@@ -44,7 +44,7 @@ unless (exists $ENV{AUTOMATED_TESTING} a + } + }; - unless (exists $ENV{AUTOMATED_TESTING} and $ENV{AUTOMATED_TESTING} == 1) { -- if (prompt ("Do you want to install module DP as a shortcut for Data::Peek ?", "y") =~ m/[yY]/) { -+ { +- if ($dp_ok and prompt ("Do you want to install module DP as a shortcut for Data::Peek ?", "y") =~ m/[yY]/) { ++ if ($dp_ok) { local $/; -- open my $pm, "<", "Peek.pm" or die "CAnnot read Peek.pm: $!\n"; -+ open my $pm, "<", "Peek.pm" or die "Cannot read Peek.pm: $!\n"; + open my $pm, "<", "Peek.pm" or die "Cannot read Peek.pm: $!\n"; my $vsn = do { <$pm> =~ m/^\$VERSION\s*=\s*"([0-9._]+)/m; $1 }; - close $pm; - From owner-svn-ports-head@freebsd.org Tue Feb 27 13:25:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFFEBF2577D; Tue, 27 Feb 2018 13:25:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 542ED76761; Tue, 27 Feb 2018 13:25:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1FA0B2E5D; Tue, 27 Feb 2018 13:25:01 +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 w1RDP0CZ075381; Tue, 27 Feb 2018 13:25:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDP0jH075379; Tue, 27 Feb 2018 13:25:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDP0jH075379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:25:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463134 - head/www/p5-Plack-Middleware-Rewrite X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Plack-Middleware-Rewrite X-SVN-Commit-Revision: 463134 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:25:01 -0000 Author: sunpoet Date: Tue Feb 27 13:25:00 2018 New Revision: 463134 URL: https://svnweb.freebsd.org/changeset/ports/463134 Log: Update to 1.101 - Add NO_ARCH Changes: http://search.cpan.org/dist/Plack-Middleware-Rewrite/Changes Modified: head/www/p5-Plack-Middleware-Rewrite/Makefile head/www/p5-Plack-Middleware-Rewrite/distinfo Modified: head/www/p5-Plack-Middleware-Rewrite/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Rewrite/Makefile Tue Feb 27 13:24:55 2018 (r463133) +++ head/www/p5-Plack-Middleware-Rewrite/Makefile Tue Feb 27 13:25:00 2018 (r463134) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Plack-Middleware-Rewrite -PORTVERSION= 2.000 +PORTVERSION= 2.101 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ARISTOTLE @@ -17,6 +17,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Plack>=0.9942:www/p5-Plack RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-Plack-Middleware-Rewrite/distinfo ============================================================================== --- head/www/p5-Plack-Middleware-Rewrite/distinfo Tue Feb 27 13:24:55 2018 (r463133) +++ head/www/p5-Plack-Middleware-Rewrite/distinfo Tue Feb 27 13:25:00 2018 (r463134) @@ -1,2 +1,3 @@ -SHA256 (Plack-Middleware-Rewrite-2.000.tar.gz) = dbfcec81c0409fb8343e02f7052bdd411e5eddd5922462fad2f76e06f3e8b324 -SIZE (Plack-Middleware-Rewrite-2.000.tar.gz) = 15191 +TIMESTAMP = 1519732339 +SHA256 (Plack-Middleware-Rewrite-2.101.tar.gz) = 7285a6ee605033ab5b58e7e106922522316f8f9fa1d533c675ca99a37304fed4 +SIZE (Plack-Middleware-Rewrite-2.101.tar.gz) = 14785 From owner-svn-ports-head@freebsd.org Tue Feb 27 13:25:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDE1DF257A6; Tue, 27 Feb 2018 13:25:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F9E57682F; Tue, 27 Feb 2018 13:25: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3688A2E5E; Tue, 27 Feb 2018 13:25: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 w1RDP6d4075506; Tue, 27 Feb 2018 13:25:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDP5Yt075504; Tue, 27 Feb 2018 13:25:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDP5Yt075504@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:25:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463135 - head/print/py-fonttools X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/print/py-fonttools X-SVN-Commit-Revision: 463135 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:25:07 -0000 Author: sunpoet Date: Tue Feb 27 13:25:05 2018 New Revision: 463135 URL: https://svnweb.freebsd.org/changeset/ports/463135 Log: Update to 3.23.0 Changes: https://github.com/fonttools/fonttools/releases Modified: head/print/py-fonttools/Makefile head/print/py-fonttools/distinfo Modified: head/print/py-fonttools/Makefile ============================================================================== --- head/print/py-fonttools/Makefile Tue Feb 27 13:25:00 2018 (r463134) +++ head/print/py-fonttools/Makefile Tue Feb 27 13:25:05 2018 (r463135) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fonttools -PORTVERSION= 3.22.0 +PORTVERSION= 3.23.0 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/print/py-fonttools/distinfo ============================================================================== --- head/print/py-fonttools/distinfo Tue Feb 27 13:25:00 2018 (r463134) +++ head/print/py-fonttools/distinfo Tue Feb 27 13:25:05 2018 (r463135) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517844858 -SHA256 (fonttools-3.22.0.zip) = 01640dfbc0ba752181b21fe74240b8a7bbf7af75581737245836ada5565bd549 -SIZE (fonttools-3.22.0.zip) = 2540512 +TIMESTAMP = 1519732358 +SHA256 (fonttools-3.23.0.zip) = 9af97075be0395b631880a82ba88dcf694c8aa76b07a622bf5f650e8f8cff293 +SIZE (fonttools-3.23.0.zip) = 2553282 From owner-svn-ports-head@freebsd.org Tue Feb 27 13:25:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 264D5F25801; Tue, 27 Feb 2018 13:25:12 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B00D976905; Tue, 27 Feb 2018 13:25:11 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 566252E5F; Tue, 27 Feb 2018 13:25:11 +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 w1RDPBas075631; Tue, 27 Feb 2018 13:25:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDPBvl075629; Tue, 27 Feb 2018 13:25:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDPBvl075629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:25:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463136 - head/sysutils/rubygem-httplog X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-httplog X-SVN-Commit-Revision: 463136 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:25:12 -0000 Author: sunpoet Date: Tue Feb 27 13:25:10 2018 New Revision: 463136 URL: https://svnweb.freebsd.org/changeset/ports/463136 Log: Update to 1.0.2 Changes: https://github.com/trusche/httplog/releases https://github.com/trusche/httplog/blob/master/CHANGELOG.md https://github.com/trusche/httplog/commits/master Modified: head/sysutils/rubygem-httplog/Makefile head/sysutils/rubygem-httplog/distinfo Modified: head/sysutils/rubygem-httplog/Makefile ============================================================================== --- head/sysutils/rubygem-httplog/Makefile Tue Feb 27 13:25:05 2018 (r463135) +++ head/sysutils/rubygem-httplog/Makefile Tue Feb 27 13:25:10 2018 (r463136) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= httplog -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= sysutils rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-colorize>=0.8:devel/rubygem-colorize \ - rubygem-rack>=2.0:www/rubygem-rack + rubygem-rack>=1.0:www/rubygem-rack NO_ARCH= yes USES= gem Modified: head/sysutils/rubygem-httplog/distinfo ============================================================================== --- head/sysutils/rubygem-httplog/distinfo Tue Feb 27 13:25:05 2018 (r463135) +++ head/sysutils/rubygem-httplog/distinfo Tue Feb 27 13:25:10 2018 (r463136) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519140526 -SHA256 (rubygem/httplog-1.0.1.gem) = 8571bf629eaded49a531678b1fb2aa998f4177b390155820ef0bdc39933c5266 -SIZE (rubygem/httplog-1.0.1.gem) = 22016 +TIMESTAMP = 1519732370 +SHA256 (rubygem/httplog-1.0.2.gem) = 9a1a9b143a683bc4c50987b0f52f91eed21071aea5e5f4c87b9306969657f165 +SIZE (rubygem/httplog-1.0.2.gem) = 22016 From owner-svn-ports-head@freebsd.org Tue Feb 27 13:25:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8690CF25829; Tue, 27 Feb 2018 13:25:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F823769D2; Tue, 27 Feb 2018 13:25:16 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 66F132E60; Tue, 27 Feb 2018 13:25:16 +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 w1RDPGmR075767; Tue, 27 Feb 2018 13:25:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDPGiq075764; Tue, 27 Feb 2018 13:25:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDPGiq075764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463137 - head/textproc/rubygem-rubypants X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-rubypants X-SVN-Commit-Revision: 463137 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:25:17 -0000 Author: sunpoet Date: Tue Feb 27 13:25:15 2018 New Revision: 463137 URL: https://svnweb.freebsd.org/changeset/ports/463137 Log: Update to 0.7.0 - Reformat pkg-descr Changes: https://github.com/jmcnevin/rubypants/commits/master Modified: head/textproc/rubygem-rubypants/Makefile head/textproc/rubygem-rubypants/distinfo head/textproc/rubygem-rubypants/pkg-descr Modified: head/textproc/rubygem-rubypants/Makefile ============================================================================== --- head/textproc/rubygem-rubypants/Makefile Tue Feb 27 13:25:10 2018 (r463136) +++ head/textproc/rubygem-rubypants/Makefile Tue Feb 27 13:25:15 2018 (r463137) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rubypants -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= textproc rubygems MASTER_SITES= RG Modified: head/textproc/rubygem-rubypants/distinfo ============================================================================== --- head/textproc/rubygem-rubypants/distinfo Tue Feb 27 13:25:10 2018 (r463136) +++ head/textproc/rubygem-rubypants/distinfo Tue Feb 27 13:25:15 2018 (r463137) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483351094 -SHA256 (rubygem/rubypants-0.6.0.gem) = 503b4c24ba574a6a617e5133838f6d9ab49227bd102728a8f2930baba89ef876 -SIZE (rubygem/rubypants-0.6.0.gem) = 13824 +TIMESTAMP = 1519732377 +SHA256 (rubygem/rubypants-0.7.0.gem) = bc02bf8807f566e695ed82864b4c9c5a26f35b5cfa9994ce3f1c8c270962c009 +SIZE (rubygem/rubypants-0.7.0.gem) = 13824 Modified: head/textproc/rubygem-rubypants/pkg-descr ============================================================================== --- head/textproc/rubygem-rubypants/pkg-descr Tue Feb 27 13:25:10 2018 (r463136) +++ head/textproc/rubygem-rubypants/pkg-descr Tue Feb 27 13:25:15 2018 (r463137) @@ -1,6 +1,6 @@ RubyPants is a Ruby port of the smart-quotes library SmartyPants. The original -SmartyPants is a free web publishing plug-in for Movable Type, -Blosxom, and BBEdit that easily translates plain ASCII punctuation characters -into "smart" typographic punctuation HTML entities. +SmartyPants is a free web publishing plug-in for Movable Type, Blosxom, and +BBEdit that easily translates plain ASCII punctuation characters into "smart" +typographic punctuation HTML entities. WWW: https://github.com/jmcnevin/rubypants From owner-svn-ports-head@freebsd.org Tue Feb 27 13:25:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 048A1F2585D; Tue, 27 Feb 2018 13:25:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 95BB876A94; Tue, 27 Feb 2018 13:25:21 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 656FF2E61; Tue, 27 Feb 2018 13:25:21 +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 w1RDPLnj075892; Tue, 27 Feb 2018 13:25:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDPLgJ075890; Tue, 27 Feb 2018 13:25:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDPLgJ075890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:25:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463138 - head/textproc/rubygem-scss_lint X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-scss_lint X-SVN-Commit-Revision: 463138 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:25:22 -0000 Author: sunpoet Date: Tue Feb 27 13:25:20 2018 New Revision: 463138 URL: https://svnweb.freebsd.org/changeset/ports/463138 Log: Update to 0.57.0 Changes: https://github.com/brigade/scss-lint/releases Modified: head/textproc/rubygem-scss_lint/Makefile head/textproc/rubygem-scss_lint/distinfo Modified: head/textproc/rubygem-scss_lint/Makefile ============================================================================== --- head/textproc/rubygem-scss_lint/Makefile Tue Feb 27 13:25:15 2018 (r463137) +++ head/textproc/rubygem-scss_lint/Makefile Tue Feb 27 13:25:20 2018 (r463138) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scss_lint -PORTVERSION= 0.56.0 +PORTVERSION= 0.57.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-rake>=0.9:devel/rubygem-rake \ - rubygem-sass>=3.5.3:textproc/rubygem-sass + rubygem-sass>=3.5.5:textproc/rubygem-sass NO_ARCH= yes USE_RUBY= yes Modified: head/textproc/rubygem-scss_lint/distinfo ============================================================================== --- head/textproc/rubygem-scss_lint/distinfo Tue Feb 27 13:25:15 2018 (r463137) +++ head/textproc/rubygem-scss_lint/distinfo Tue Feb 27 13:25:20 2018 (r463138) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509911394 -SHA256 (rubygem/scss_lint-0.56.0.gem) = 0f04fa7e6a5a45535dc93c4f54026fab71bc8fcec17217c37310c460659e6e05 -SIZE (rubygem/scss_lint-0.56.0.gem) = 111616 +TIMESTAMP = 1519732387 +SHA256 (rubygem/scss_lint-0.57.0.gem) = c058295a2970f0895b7fa561bd137e476d7f22cb21f1697ab90d726c20638742 +SIZE (rubygem/scss_lint-0.57.0.gem) = 112128 From owner-svn-ports-head@freebsd.org Tue Feb 27 13:25:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F6EEF25920; Tue, 27 Feb 2018 13:25:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6108376C6D; Tue, 27 Feb 2018 13:25:32 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46F382E63; Tue, 27 Feb 2018 13:25:32 +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 w1RDPWEl076169; Tue, 27 Feb 2018 13:25:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDPVIq076166; Tue, 27 Feb 2018 13:25:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDPVIq076166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:25:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463140 - head/devel/p5-Sys-MemInfo X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Sys-MemInfo X-SVN-Commit-Revision: 463140 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:25:35 -0000 Author: sunpoet Date: Tue Feb 27 13:25:31 2018 New Revision: 463140 URL: https://svnweb.freebsd.org/changeset/ports/463140 Log: Update to 0.99 - Add LICENSE - Strip shared library - Fix typo - Fix WWW - Take maintainership Changes: http://search.cpan.org/dist/Sys-MemInfo/Changes Modified: head/devel/p5-Sys-MemInfo/Makefile head/devel/p5-Sys-MemInfo/distinfo head/devel/p5-Sys-MemInfo/pkg-descr Modified: head/devel/p5-Sys-MemInfo/Makefile ============================================================================== --- head/devel/p5-Sys-MemInfo/Makefile Tue Feb 27 13:25:26 2018 (r463139) +++ head/devel/p5-Sys-MemInfo/Makefile Tue Feb 27 13:25:31 2018 (r463140) @@ -2,18 +2,22 @@ # $FreeBSD$ PORTNAME= Sys-MemInfo -PORTVERSION= 0.91 -PORTREVISION= 1 +PORTVERSION= 0.99 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sys::MemInfo - Perl extension for getting Memory information -WRKSRC= ${WRKDIR}/${PORTNAME} +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/MemInfo/MemInfo.so .include Modified: head/devel/p5-Sys-MemInfo/distinfo ============================================================================== --- head/devel/p5-Sys-MemInfo/distinfo Tue Feb 27 13:25:26 2018 (r463139) +++ head/devel/p5-Sys-MemInfo/distinfo Tue Feb 27 13:25:31 2018 (r463140) @@ -1,2 +1,3 @@ -SHA256 (Sys-MemInfo-0.91.tar.gz) = c15af4b9db68f86b182504823e4c9a36ee977d9142a2306f089b4dc1cd26c143 -SIZE (Sys-MemInfo-0.91.tar.gz) = 6802 +TIMESTAMP = 1519732508 +SHA256 (Sys-MemInfo-0.99.tar.gz) = 0786319d3a3a8bae5d727939244bf17e140b714f52734d5e9f627203e4cf3e3b +SIZE (Sys-MemInfo-0.99.tar.gz) = 13276 Modified: head/devel/p5-Sys-MemInfo/pkg-descr ============================================================================== --- head/devel/p5-Sys-MemInfo/pkg-descr Tue Feb 27 13:25:26 2018 (r463139) +++ head/devel/p5-Sys-MemInfo/pkg-descr Tue Feb 27 13:25:31 2018 (r463140) @@ -1,6 +1,7 @@ -Sys::MemInfo return the total amount of free and used -physical memory in bytes in totalmem and freemem variables. -Total amount of free and user swap memory are alse returned -in totalswap and freeswap variables. +Sys::MemInfo return the total amount of free and used physical memory in bytes +in totalmem and freemem variables. -WWW: http://search.cpan.org/dist/Sys-Cpu/ +Total amount of free and user swap memory are also returned in totalswap and +freeswap variables. + +WWW: http://search.cpan.org/dist/Sys-MemInfo/ From owner-svn-ports-head@freebsd.org Tue Feb 27 13:25:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D8EFF258AD; Tue, 27 Feb 2018 13:25:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFFF776B5D; Tue, 27 Feb 2018 13:25:26 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B18D32E62; Tue, 27 Feb 2018 13:25:26 +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 w1RDPQCI076032; Tue, 27 Feb 2018 13:25:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDPQde076029; Tue, 27 Feb 2018 13:25:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDPQde076029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:25:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463139 - head/devel/p5-Parse-PlainConfig X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Parse-PlainConfig X-SVN-Commit-Revision: 463139 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:25:27 -0000 Author: sunpoet Date: Tue Feb 27 13:25:26 2018 New Revision: 463139 URL: https://svnweb.freebsd.org/changeset/ports/463139 Log: Update to 3.05 - Add LICENSE - Add BUILD_DEPENDS - Fix *_DEPENDS - Add NO_ARCH - Take maintainership Changes: http://search.cpan.org/dist/Parse-PlainConfig/CHANGELOG Modified: head/devel/p5-Parse-PlainConfig/Makefile head/devel/p5-Parse-PlainConfig/distinfo head/devel/p5-Parse-PlainConfig/pkg-plist Modified: head/devel/p5-Parse-PlainConfig/Makefile ============================================================================== --- head/devel/p5-Parse-PlainConfig/Makefile Tue Feb 27 13:25:20 2018 (r463138) +++ head/devel/p5-Parse-PlainConfig/Makefile Tue Feb 27 13:25:26 2018 (r463139) @@ -2,19 +2,23 @@ # $FreeBSD$ PORTNAME= Parse-PlainConfig -PORTVERSION= 2.06 -PORTREVISION= 1 +PORTVERSION= 3.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl5 module to use plain config files +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Perl module to use plain config files -RUN_DEPENDS= p5-Paranoid>0:devel/p5-Paranoid \ - p5-Text-ParseWords>0:textproc/p5-Text-ParseWords \ - p5-Text-Tabs+Wrap>0:textproc/p5-Text-Tabs+Wrap +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE +BUILD_DEPENDS= p5-Class-EHierarchy>=2.00:devel/p5-Class-EHierarchy \ + p5-Paranoid>=2.05:devel/p5-Paranoid +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Parse-PlainConfig/distinfo ============================================================================== --- head/devel/p5-Parse-PlainConfig/distinfo Tue Feb 27 13:25:20 2018 (r463138) +++ head/devel/p5-Parse-PlainConfig/distinfo Tue Feb 27 13:25:26 2018 (r463139) @@ -1,2 +1,3 @@ -SHA256 (Parse-PlainConfig-2.06.tar.gz) = 1c9d48b8fe3d7fe8b570d0111b9cfb28c2c07e8136f557146b9b1503c06cf7b8 -SIZE (Parse-PlainConfig-2.06.tar.gz) = 25487 +TIMESTAMP = 1519736108 +SHA256 (Parse-PlainConfig-3.05.tar.gz) = 6b78a8552398b0d2d7063505c93b3cfed0432c5b2cf6e00b8e51febf411c1efa +SIZE (Parse-PlainConfig-3.05.tar.gz) = 41653 Modified: head/devel/p5-Parse-PlainConfig/pkg-plist ============================================================================== --- head/devel/p5-Parse-PlainConfig/pkg-plist Tue Feb 27 13:25:20 2018 (r463138) +++ head/devel/p5-Parse-PlainConfig/pkg-plist Tue Feb 27 13:25:26 2018 (r463139) @@ -1,2 +1,8 @@ %%SITE_PERL%%/Parse/PlainConfig.pm +%%SITE_PERL%%/Parse/PlainConfig/Constants.pm +%%SITE_PERL%%/Parse/PlainConfig/Legacy.pm +%%SITE_PERL%%/Parse/PlainConfig/Settings.pm %%PERL5_MAN3%%/Parse::PlainConfig.3.gz +%%PERL5_MAN3%%/Parse::PlainConfig::Constants.3.gz +%%PERL5_MAN3%%/Parse::PlainConfig::Legacy.3.gz +%%PERL5_MAN3%%/Parse::PlainConfig::Settings.3.gz From owner-svn-ports-head@freebsd.org Tue Feb 27 13:25:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E9C9F2593C; Tue, 27 Feb 2018 13:25:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5C3476CF5; Tue, 27 Feb 2018 13:25:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6B212E64; Tue, 27 Feb 2018 13:25:37 +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 w1RDPbns076308; Tue, 27 Feb 2018 13:25:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDPb33076305; Tue, 27 Feb 2018 13:25:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDPb33076305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:25:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463141 - head/www/p5-FCGI-ProcManager X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-FCGI-ProcManager X-SVN-Commit-Revision: 463141 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:25:38 -0000 Author: sunpoet Date: Tue Feb 27 13:25:37 2018 New Revision: 463141 URL: https://svnweb.freebsd.org/changeset/ports/463141 Log: Update to 0.28 - Add LICENSE - Add NO_ARCH - Update pkg-descr - Take maintainership Changes: http://search.cpan.org/dist/FCGI-ProcManager/ChangeLog Modified: head/www/p5-FCGI-ProcManager/Makefile head/www/p5-FCGI-ProcManager/distinfo head/www/p5-FCGI-ProcManager/pkg-descr Modified: head/www/p5-FCGI-ProcManager/Makefile ============================================================================== --- head/www/p5-FCGI-ProcManager/Makefile Tue Feb 27 13:25:31 2018 (r463140) +++ head/www/p5-FCGI-ProcManager/Makefile Tue Feb 27 13:25:37 2018 (r463141) @@ -2,14 +2,18 @@ # $FreeBSD$ PORTNAME= FCGI-ProcManager -PORTVERSION= 0.25 +PORTVERSION= 0.28 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Functions for managing FastCGI applications +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-FCGI-ProcManager/distinfo ============================================================================== --- head/www/p5-FCGI-ProcManager/distinfo Tue Feb 27 13:25:31 2018 (r463140) +++ head/www/p5-FCGI-ProcManager/distinfo Tue Feb 27 13:25:37 2018 (r463141) @@ -1,2 +1,3 @@ -SHA256 (FCGI-ProcManager-0.25.tar.gz) = b9ae1146e2638f3aa477c9ab3ceb728f92c5e36e4cce8f0b5847efad601d024d -SIZE (FCGI-ProcManager-0.25.tar.gz) = 28663 +TIMESTAMP = 1519736120 +SHA256 (FCGI-ProcManager-0.28.tar.gz) = e1c958c042427a175e051e0008f2025e8ec80613d3c7750597bf8e529b04420e +SIZE (FCGI-ProcManager-0.28.tar.gz) = 28791 Modified: head/www/p5-FCGI-ProcManager/pkg-descr ============================================================================== --- head/www/p5-FCGI-ProcManager/pkg-descr Tue Feb 27 13:25:31 2018 (r463140) +++ head/www/p5-FCGI-ProcManager/pkg-descr Tue Feb 27 13:25:37 2018 (r463141) @@ -1,7 +1,6 @@ -FCGI::ProcManager is used to serve as a FastCGI process manager. By -re-implementing it in perl, developers can more finely tune performance in -their web applications, and can take advantage of copy-on-write semantics -prevalent in UNIX kernel process management. The process manager should -be invoked before the caller''s request loop +FCGI-ProcManager is a process manager for FCGI. By implementing the process +manager in perl, we can more finely tune FastCGI performance, and we can take +CPU and memory advantages of fast forks and copy-on-write UNIX process +management characteristics. WWW: http://search.cpan.org/dist/FCGI-ProcManager/ From owner-svn-ports-head@freebsd.org Tue Feb 27 13:25:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46F57F259B6; Tue, 27 Feb 2018 13:25:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E891076E59; Tue, 27 Feb 2018 13:25: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7282E2E65; Tue, 27 Feb 2018 13:25: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 w1RDPiKZ076522; Tue, 27 Feb 2018 13:25:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDPhB3076517; Tue, 27 Feb 2018 13:25:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDPhB3076517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:25:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463142 - in head: devel devel/creduce devel/p5-Sys-CPU devel/p5-Sys-Cpu multimedia/zoneminder multimedia/zoneminder-h264 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: devel devel/creduce devel/p5-Sys-CPU devel/p5-Sys-Cpu multimedia/zoneminder multimedia/zoneminder-h264 X-SVN-Commit-Revision: 463142 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:25:47 -0000 Author: sunpoet Date: Tue Feb 27 13:25:43 2018 New Revision: 463142 URL: https://svnweb.freebsd.org/changeset/ports/463142 Log: Move devel/p5-Sys-Cpu to devel/p5-Sys-CPU - Strip shared library - Bump PORTREVISION for package change - Bump PORTREVISION of dependent ports for dependency change - Pass maintainership to perl@ Added: head/devel/p5-Sys-CPU/ - copied from r463141, head/devel/p5-Sys-Cpu/ Deleted: head/devel/p5-Sys-Cpu/ Modified: head/devel/Makefile head/devel/creduce/Makefile head/devel/p5-Sys-CPU/Makefile head/multimedia/zoneminder-h264/Makefile head/multimedia/zoneminder/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 27 13:25:37 2018 (r463141) +++ head/devel/Makefile Tue Feb 27 13:25:43 2018 (r463142) @@ -3367,7 +3367,7 @@ SUBDIR += p5-Symbol-Util SUBDIR += p5-Syntax-Keyword-Gather SUBDIR += p5-Syntax-Keyword-Junction - SUBDIR += p5-Sys-Cpu + SUBDIR += p5-Sys-CPU SUBDIR += p5-Sys-Info SUBDIR += p5-Sys-Info-Base SUBDIR += p5-Sys-Info-Driver-BSD Modified: head/devel/creduce/Makefile ============================================================================== --- head/devel/creduce/Makefile Tue Feb 27 13:25:37 2018 (r463141) +++ head/devel/creduce/Makefile Tue Feb 27 13:25:43 2018 (r463142) @@ -2,7 +2,7 @@ PORTNAME= creduce DISTVERSION= 2.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://embed.cs.utah.edu/creduce/ @@ -17,7 +17,7 @@ RUN_DEPENDS= llvm-config40:devel/llvm40 \ p5-Exporter-Lite>=0:devel/p5-Exporter-Lite \ p5-File-Which>=0:sysutils/p5-File-Which \ p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ - p5-Sys-CPU>=0:devel/p5-Sys-Cpu \ + p5-Sys-CPU>=0:devel/p5-Sys-CPU \ p5-Getopt-Tabular>=0:devel/p5-Getopt-Tabular BROKEN_powerpc64= fails to configure: cannot compile and link test program with selected LLVM Modified: head/devel/p5-Sys-CPU/Makefile ============================================================================== --- head/devel/p5-Sys-Cpu/Makefile Tue Feb 27 13:25:37 2018 (r463141) +++ head/devel/p5-Sys-CPU/Makefile Tue Feb 27 13:25:43 2018 (r463142) @@ -3,15 +3,18 @@ PORTNAME= Sys-CPU PORTVERSION= 0.52 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Sys::CPU - Perl extension for getting CPU information USES= dos2unix perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sys/CPU/CPU.so .include Modified: head/multimedia/zoneminder-h264/Makefile ============================================================================== --- head/multimedia/zoneminder-h264/Makefile Tue Feb 27 13:25:37 2018 (r463141) +++ head/multimedia/zoneminder-h264/Makefile Tue Feb 27 13:25:43 2018 (r463142) @@ -2,7 +2,7 @@ PORTNAME= zoneminder-h264 PORTVERSION= 1.30.20170222 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= bsd@abinet.ru @@ -18,7 +18,7 @@ ZM_DEPENDS= p5-DBI>=0:databases/p5-DBI \ p5-Test-LWP-UserAgent>=0:www/p5-Test-LWP-UserAgent \ p5-Sys-Mmap>=0:devel/p5-Sys-Mmap \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ - p5-Sys-CPU>=0:devel/p5-Sys-Cpu \ + p5-Sys-CPU>=0:devel/p5-Sys-CPU \ p5-Sys-MemInfo>=0:devel/p5-Sys-MemInfo \ p5-Data-Dump>=0:devel/p5-Data-Dump \ p5-SOAP-WSDL>=0:devel/p5-SOAP-WSDL \ Modified: head/multimedia/zoneminder/Makefile ============================================================================== --- head/multimedia/zoneminder/Makefile Tue Feb 27 13:25:37 2018 (r463141) +++ head/multimedia/zoneminder/Makefile Tue Feb 27 13:25:43 2018 (r463142) @@ -2,7 +2,7 @@ PORTNAME= zoneminder PORTVERSION= 1.30.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= bsd@abinet.ru @@ -18,7 +18,7 @@ ZM_DEPENDS= p5-DBI>=0:databases/p5-DBI \ p5-Test-LWP-UserAgent>=0:www/p5-Test-LWP-UserAgent \ p5-Sys-Mmap>=0:devel/p5-Sys-Mmap \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ - p5-Sys-CPU>=0:devel/p5-Sys-Cpu \ + p5-Sys-CPU>=0:devel/p5-Sys-CPU \ p5-Sys-MemInfo>=0:devel/p5-Sys-MemInfo \ p5-Data-Dump>=0:devel/p5-Data-Dump \ p5-SOAP-WSDL>=0:devel/p5-SOAP-WSDL \ From owner-svn-ports-head@freebsd.org Tue Feb 27 13:25:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0A35F259CF; Tue, 27 Feb 2018 13:25:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7475276EA5; Tue, 27 Feb 2018 13:25: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6ECCF2E66; Tue, 27 Feb 2018 13:25: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 w1RDPnEn076623; Tue, 27 Feb 2018 13:25:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RDPn6J076622; Tue, 27 Feb 2018 13:25:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271325.w1RDPn6J076622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 13:25:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463143 - head X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 463143 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 13:25:49 -0000 Author: sunpoet Date: Tue Feb 27 13:25:49 2018 New Revision: 463143 URL: https://svnweb.freebsd.org/changeset/ports/463143 Log: Move devel/p5-Sys-Cpu to devel/p5-Sys-CPU Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Tue Feb 27 13:25:43 2018 (r463142) +++ head/MOVED Tue Feb 27 13:25:49 2018 (r463143) @@ -10128,3 +10128,4 @@ net/raggle||2018-02-23|Has expired: Depends on expired devel/ruby-ncurses||2018-02-23|Has expired: Marked BROKEN for more than 6 months math/octave-forge-octcdf||2018-02-24|No longer supported upstream math/octave-forge-pt_br||2018-02-24|No longer supported upstream +devel/p5-Sys-Cpu|devel/p5-Sys-CPU|2018-02-27|Rename to match our p5- port naming From owner-svn-ports-head@freebsd.org Tue Feb 27 15:04:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6131BF2D54D; Tue, 27 Feb 2018 15:04:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 12CC17C3D3; Tue, 27 Feb 2018 15:04:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E96104317; Tue, 27 Feb 2018 15:04:47 +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 w1RF4lIF027876; Tue, 27 Feb 2018 15:04:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RF4lLG027872; Tue, 27 Feb 2018 15:04:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802271504.w1RF4lLG027872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Feb 2018 15:04:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463144 - in head/security: . rubygem-aes_key_wrap X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/security: . rubygem-aes_key_wrap X-SVN-Commit-Revision: 463144 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 15:04:48 -0000 Author: sunpoet Date: Tue Feb 27 15:04:47 2018 New Revision: 463144 URL: https://svnweb.freebsd.org/changeset/ports/463144 Log: Add rubygem-aes_key_wrap 1.0.1 AESKeyWrap is a Ruby implementation of AES Key Wrap (RFC 3394, a.k.a. NIST Key Wrap). WWW: https://github.com/tomdalling/aes_key_wrap Added: head/security/rubygem-aes_key_wrap/ head/security/rubygem-aes_key_wrap/Makefile (contents, props changed) head/security/rubygem-aes_key_wrap/distinfo (contents, props changed) head/security/rubygem-aes_key_wrap/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Feb 27 13:25:49 2018 (r463143) +++ head/security/Makefile Tue Feb 27 15:04:47 2018 (r463144) @@ -1060,6 +1060,7 @@ SUBDIR += rkhunter SUBDIR += rndpassw SUBDIR += ruby-camellia + SUBDIR += rubygem-aes_key_wrap SUBDIR += rubygem-airbrussh SUBDIR += rubygem-attr_encrypted SUBDIR += rubygem-attr_encrypted30 Added: head/security/rubygem-aes_key_wrap/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-aes_key_wrap/Makefile Tue Feb 27 15:04:47 2018 (r463144) @@ -0,0 +1,18 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= aes_key_wrap +PORTVERSION= 1.0.1 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby implementation of AES Key Wrap + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-aes_key_wrap/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-aes_key_wrap/distinfo Tue Feb 27 15:04:47 2018 (r463144) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519733612 +SHA256 (rubygem/aes_key_wrap-1.0.1.gem) = 0770dc79001aa46e03b25772ffbc4de0fefd2cde4eac7bf39f5204f4c0342852 +SIZE (rubygem/aes_key_wrap-1.0.1.gem) = 7680 Added: head/security/rubygem-aes_key_wrap/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-aes_key_wrap/pkg-descr Tue Feb 27 15:04:47 2018 (r463144) @@ -0,0 +1,4 @@ +AESKeyWrap is a Ruby implementation of AES Key Wrap (RFC 3394, a.k.a. NIST Key +Wrap). + +WWW: https://github.com/tomdalling/aes_key_wrap From owner-svn-ports-head@freebsd.org Tue Feb 27 15:22:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1CB2F2EBBE; Tue, 27 Feb 2018 15:22:34 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53D3D7D29A; Tue, 27 Feb 2018 15:22:34 +0000 (UTC) (envelope-from girgen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4DC8A4636; Tue, 27 Feb 2018 15:22:34 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RFMYco037663; Tue, 27 Feb 2018 15:22:34 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RFMXKt037661; Tue, 27 Feb 2018 15:22:33 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201802271522.w1RFMXKt037661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 27 Feb 2018 15:22:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463145 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 463145 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 15:22:35 -0000 Author: girgen Date: Tue Feb 27 15:22:33 2018 New Revision: 463145 URL: https://svnweb.freebsd.org/changeset/ports/463145 Log: Document security problems with shibboleth-sp Security: CVE-2018-0489 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 27 15:04:47 2018 (r463144) +++ head/security/vuxml/vuln.xml Tue Feb 27 15:22:33 2018 (r463145) @@ -58,6 +58,92 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + shibboleth-sp -- vulnerable to forged user attribute data + + + xmltooling + 1.6.4 + + + xerces-c3 + 3.1.4 + + + + +

Shibboleth consortium reports:

+
+

+ Shibboleth SP software vulnerable to additional data forgery flaws +

+

+ The XML processing performed by the Service Provider software has + been found to be vulnerable to new flaws similar in nature to the + one addressed in an advisory last month. +

+

+ These bugs involve the use of other XML constructs rather than + entity references, and therefore required additional mitigation once + discovered. As with the previous issue, this flaw allows for + changes to an XML document that do not break a digital signature but + can alter the user data passed through to applications behind the SP + and result in impersonation attacks and exposure of protected + information. +

+

+ As before, the use of XML Encryption is a significant mitigation, + but we have not dismissed the possibility that attacks on the + Response "envelope" may be possible, in both the original and this + new case. No actual attacks of this nature are known, so deployers + should prioritize patching systems that expect to handle unencrypted + SAML assertions. +

+

+ An updated version of XMLTooling-C (V1.6.4) is available that + protects against these new attacks, and should help prevent similar + vulnerabilities in the future. +

+

+ Unlike the previous case, these bugs are NOT prevented by any + existing Xerces-C parser version on any platform and cannot be + addressed by any means other than the updated XMLTooling-C library. +

+

+ The Service Provider software relies on a generic XML parser to + process SAML responses and there are limitations in older versions + of the parser that make it impossible to fully disable Document Type + Definition (DTD) processing. +

+

+ Through addition/manipulation of a DTD, it's possible to make + changes to an XML document that do not break a digital signature but + are mishandled by the SP and its libraries. These manipulations can + alter the user data passed through to applications behind the SP and + result in impersonation attacks and exposure of protected + information. +

+

+ While newer versions of the xerces-c3 parser are configured by the + SP into disallowing the use of a DTD via an environment variable, + this feature is not present in the xerces-c3 parser before version + 3.1.4, so an additional fix is being provided now that an actual DTD + exploit has been identified. Xerces-c3-3.1.4 was committed to the + ports tree already on 2016-07-26. +

+
+ +
+ + https://shibboleth.net/community/advisories/secadv_20180227.txt + CVE-2018-0489 + + + 2018-02-27 + 2018-02-27 + +
+ drupal -- Drupal Core - Multiple Vulnerabilities From owner-svn-ports-head@freebsd.org Tue Feb 27 15:37:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A773F3056F; Tue, 27 Feb 2018 15:37:30 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E0F0A7EA36; Tue, 27 Feb 2018 15:37:29 +0000 (UTC) (envelope-from girgen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DBD6647F3; Tue, 27 Feb 2018 15:37:29 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RFbTjD042715; Tue, 27 Feb 2018 15:37:29 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RFbTM6042712; Tue, 27 Feb 2018 15:37:29 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201802271537.w1RFbTM6042712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 27 Feb 2018 15:37:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463146 - head/devel/xmltooling X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/devel/xmltooling X-SVN-Commit-Revision: 463146 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 15:37:30 -0000 Author: girgen Date: Tue Feb 27 15:37:29 2018 New Revision: 463146 URL: https://svnweb.freebsd.org/changeset/ports/463146 Log: Shibboleth SP software vulnerable to additional data forgery flaws The XML processing performed by the Service Provider software has been found to be vulnerable to new flaws similar in nature to the one addressed in an advisory last month. Security: 22438240-1bd0-11e8-a2ec-6cc21735f730 URL: https://shibboleth.net/community/advisories/secadv_20180227.txt Modified: head/devel/xmltooling/Makefile head/devel/xmltooling/distinfo head/devel/xmltooling/pkg-plist Modified: head/devel/xmltooling/Makefile ============================================================================== --- head/devel/xmltooling/Makefile Tue Feb 27 15:22:33 2018 (r463145) +++ head/devel/xmltooling/Makefile Tue Feb 27 15:37:29 2018 (r463146) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xmltooling -PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTVERSION= 1.6.4 CATEGORIES= devel security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/2.6.1/ Modified: head/devel/xmltooling/distinfo ============================================================================== --- head/devel/xmltooling/distinfo Tue Feb 27 15:22:33 2018 (r463145) +++ head/devel/xmltooling/distinfo Tue Feb 27 15:37:29 2018 (r463146) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515778316 -SHA256 (xmltooling-1.6.3.tar.bz2) = 7efe0a1480e2169ec6634a9f4c34d6844d73788a9d5fce88d9fca661cebf9806 -SIZE (xmltooling-1.6.3.tar.bz2) = 580477 +TIMESTAMP = 1519744998 +SHA256 (xmltooling-1.6.4.tar.bz2) = 4c0c4a08b8c55f1210673281f37fc95b6d1d365a8cdc726fd189dea96c45efca +SIZE (xmltooling-1.6.4.tar.bz2) = 581796 Modified: head/devel/xmltooling/pkg-plist ============================================================================== --- head/devel/xmltooling/pkg-plist Tue Feb 27 15:22:33 2018 (r463145) +++ head/devel/xmltooling/pkg-plist Tue Feb 27 15:37:29 2018 (r463146) @@ -83,10 +83,10 @@ include/xmltooling/validation/ValidatorSuite.h include/xmltooling/version.h lib/libxmltooling-lite.so lib/libxmltooling-lite.so.7 -lib/libxmltooling-lite.so.7.0.2 +lib/libxmltooling-lite.so.7.0.4 lib/libxmltooling.so lib/libxmltooling.so.7 -lib/libxmltooling.so.7.0.2 +lib/libxmltooling.so.7.0.4 libdata/pkgconfig/xmltooling.pc share/xml/xmltooling/catalog.xml share/xml/xmltooling/soap-envelope.xsd From owner-svn-ports-head@freebsd.org Tue Feb 27 16:41:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5848F35ACF; Tue, 27 Feb 2018 16:41:02 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A54381F9B; Tue, 27 Feb 2018 16:41:02 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 6D71B1A9EB; Tue, 27 Feb 2018 16:41:02 +0000 (UTC) From: Jan Beich To: Cy Schubert Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463046 - head/sysutils/smartmontools/files In-Reply-To: <201802262019.w1QKJp6G055174@repo.freebsd.org> (Cy Schubert's message of "Mon, 26 Feb 2018 20:19:51 +0000 (UTC)") References: <201802262019.w1QKJp6G055174@repo.freebsd.org> Date: Tue, 27 Feb 2018 17:40:40 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 16:41:02 -0000 Cy Schubert writes: > Author: cy > Date: Mon Feb 26 20:19:51 2018 > New Revision: 463046 > URL: https://svnweb.freebsd.org/changeset/ports/463046 > > Log: > Fix build under -CURRENT following Sr329824. > > This commit does not address big endian support, which will be addressed > by a separate revision and commit. This commit (and revision) only > addresses build breakage due to Sr329824. > > Approved by: imp, wma, kan, mst_semihalf.com (Michal Stanek) > Differential Revision: https://reviews.freebsd.org/D14483 This commit broke build for any FreeBSD version except -CURRENT. https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112687.html 10.3 amd64 - https://clbin.com/T63ha 10.3 i386 - https://clbin.com/05E80 10.4 amd64 - https://clbin.com/fWcEF 10.4 i386 - https://clbin.com/wTjgZ 11.1 amd64 - https://clbin.com/eBMbi 11.1 i386 - https://clbin.com/o6yeN From owner-svn-ports-head@freebsd.org Tue Feb 27 17:08:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 615F8F37BCB; Tue, 27 Feb 2018 17:08:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 124E48382E; Tue, 27 Feb 2018 17:08:22 +0000 (UTC) (envelope-from danfe@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D3905722; Tue, 27 Feb 2018 17:08:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RH8Lvd087259; Tue, 27 Feb 2018 17:08:21 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RH8LcX087258; Tue, 27 Feb 2018 17:08:21 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201802271708.w1RH8LcX087258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 27 Feb 2018 17:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463147 - head/audio/deadbeef X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/audio/deadbeef X-SVN-Commit-Revision: 463147 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 17:08:22 -0000 Author: danfe Date: Tue Feb 27 17:08:21 2018 New Revision: 463147 URL: https://svnweb.freebsd.org/changeset/ports/463147 Log: Take maintainership while vg@ is on the leave (I hope temporarily). Modified: head/audio/deadbeef/Makefile Modified: head/audio/deadbeef/Makefile ============================================================================== --- head/audio/deadbeef/Makefile Tue Feb 27 15:37:29 2018 (r463146) +++ head/audio/deadbeef/Makefile Tue Feb 27 17:08:21 2018 (r463147) @@ -7,7 +7,7 @@ PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Ultimate music player for Unix-like systems LICENSE= GPLv2 LGPL21 From owner-svn-ports-head@freebsd.org Tue Feb 27 18:05:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C189CF3BC8B; Tue, 27 Feb 2018 18:05:47 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7168086640; Tue, 27 Feb 2018 18:05:47 +0000 (UTC) (envelope-from mat@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C4656142; Tue, 27 Feb 2018 18:05:47 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RI5lgJ017308; Tue, 27 Feb 2018 18:05:47 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RI5l0l017307; Tue, 27 Feb 2018 18:05:47 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201802271805.w1RI5l0l017307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 27 Feb 2018 18:05:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463148 - head/sysutils/smartmontools/files X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/sysutils/smartmontools/files X-SVN-Commit-Revision: 463148 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 18:05:47 -0000 Author: mat Date: Tue Feb 27 18:05:47 2018 New Revision: 463148 URL: https://svnweb.freebsd.org/changeset/ports/463148 Log: Fix build. Sponsored by: Absolight Modified: head/sysutils/smartmontools/files/patch-os__freebsd.cpp (contents, props changed) Modified: head/sysutils/smartmontools/files/patch-os__freebsd.cpp ============================================================================== --- head/sysutils/smartmontools/files/patch-os__freebsd.cpp Tue Feb 27 17:08:21 2018 (r463147) +++ head/sysutils/smartmontools/files/patch-os__freebsd.cpp Tue Feb 27 18:05:47 2018 (r463148) @@ -25,7 +25,7 @@ +#if __FreeBSD_version >= 1200058 + pt.cmd.opc_fuse = NVME_CMD_SET_OPC(in.opcode); +#else -+ pt.cmd.opc_fuse = in.opcode; ++ pt.cmd.opc = in.opcode; +#endif pt.cmd.nsid = in.nsid; pt.buf = in.buffer; From owner-svn-ports-head@freebsd.org Tue Feb 27 18:15:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 135C9F3CB6A; Tue, 27 Feb 2018 18:15:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77BFC870A7; Tue, 27 Feb 2018 18:15:47 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 72A96633F; Tue, 27 Feb 2018 18:15:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RIFlUA022298; Tue, 27 Feb 2018 18:15:47 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RIFkYq022293; Tue, 27 Feb 2018 18:15:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802271815.w1RIFkYq022293@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Feb 2018 18:15:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463149 - in head/graphics: . ephoto X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics: . ephoto X-SVN-Commit-Revision: 463149 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 18:15:48 -0000 Author: yuri Date: Tue Feb 27 18:15:46 2018 New Revision: 463149 URL: https://svnweb.freebsd.org/changeset/ports/463149 Log: New port: graphics/ephoto: Comprehensive Image Viewer Using EFL PR: 226199 Submitted by: lbartoletti@tuxfamily.org Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14513 Added: head/graphics/ephoto/ head/graphics/ephoto/Makefile (contents, props changed) head/graphics/ephoto/distinfo (contents, props changed) head/graphics/ephoto/pkg-descr (contents, props changed) head/graphics/ephoto/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Feb 27 18:05:47 2018 (r463148) +++ head/graphics/Makefile Tue Feb 27 18:15:46 2018 (r463149) @@ -165,6 +165,7 @@ SUBDIR += eom SUBDIR += eos-movrec SUBDIR += epdfview + SUBDIR += ephoto SUBDIR += epix SUBDIR += eps2png SUBDIR += epstool Added: head/graphics/ephoto/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ephoto/Makefile Tue Feb 27 18:15:46 2018 (r463149) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= ephoto +DISTVERSION= 1.5 +CATEGORIES= graphics enlightenment +MASTER_SITES= https://download.enlightenment.org/rel/apps/${PORTNAME}/ +DIST_SUBDIR= enlightenment + +MAINTAINER= lbartoletti@tuxfamily.org +COMMENT= Comprehensive Image Viewer Using EFL + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libefl.so:devel/efl + +USES= compiler:c11 desktop-file-utils pkgconfig tar:xz +GNU_CONFIGURE= yes + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls + +.include Added: head/graphics/ephoto/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ephoto/distinfo Tue Feb 27 18:15:46 2018 (r463149) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519510979 +SHA256 (enlightenment/ephoto-1.5.tar.xz) = fed33ae0ff594596d3925687d988e8ea7b629852f81ed611d059a62b974afbe0 +SIZE (enlightenment/ephoto-1.5.tar.xz) = 327004 Added: head/graphics/ephoto/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ephoto/pkg-descr Tue Feb 27 18:15:46 2018 (r463149) @@ -0,0 +1,5 @@ +Ephoto is an image viewer and editor written using the Enlightenment Foundation +Libraries(EFL). It focuses on simplicity and ease of use, while taking +advantage of the speed and small footprint provided by EFL. + +WWW: https://www.enlightenment.org/about-ephoto Added: head/graphics/ephoto/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ephoto/pkg-plist Tue Feb 27 18:15:46 2018 (r463149) @@ -0,0 +1,16 @@ +bin/ephoto +lib/ephoto/ephoto_thumbnail +share/applications/ephoto.desktop +%%DATADIR%%/AUTHORS +%%DATADIR%%/COPYING +%%DATADIR%%/images/ephoto.png +%%DATADIR%%/images/grid.png +%%DATADIR%%/images/single.png +%%DATADIR%%/themes/ephoto.edj +%%NLS%%share/locale/cs/LC_MESSAGES/ephoto.mo +%%NLS%%share/locale/de/LC_MESSAGES/ephoto.mo +%%NLS%%share/locale/fr/LC_MESSAGES/ephoto.mo +%%NLS%%share/locale/it/LC_MESSAGES/ephoto.mo +%%NLS%%share/locale/sk/LC_MESSAGES/ephoto.mo +%%NLS%%share/locale/sl/LC_MESSAGES/ephoto.mo +share/pixmaps/ephoto.png From owner-svn-ports-head@freebsd.org Tue Feb 27 18:19:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF220F3CFA7; Tue, 27 Feb 2018 18:19:55 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BA9B8733D; Tue, 27 Feb 2018 18:19:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 567046354; Tue, 27 Feb 2018 18:19:55 +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 w1RIJtHb022672; Tue, 27 Feb 2018 18:19:55 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RIJsWZ022665; Tue, 27 Feb 2018 18:19:54 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201802271819.w1RIJsWZ022665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Tue, 27 Feb 2018 18:19:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463150 - in head/net: . gobgp gobgp/files X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/net: . gobgp gobgp/files X-SVN-Commit-Revision: 463150 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 18:19:56 -0000 Author: pi Date: Tue Feb 27 18:19:54 2018 New Revision: 463150 URL: https://svnweb.freebsd.org/changeset/ports/463150 Log: New port: net/gobgp GoBGP: BGP implementation in Go GoBGP is an open source BGP implementation designed from scratch for modern environment and implemented in a modern programming language, the Go Programming Language. WWW: https://github.com/osrg/gobgp PR: 218678 Submitted by: nork@ninth-nine.com, John W. O'Brien Added: head/net/gobgp/ head/net/gobgp/Makefile (contents, props changed) head/net/gobgp/distinfo (contents, props changed) head/net/gobgp/files/ head/net/gobgp/files/gobgpd.in (contents, props changed) head/net/gobgp/files/patch-server_sockopt__bsd.go (contents, props changed) head/net/gobgp/files/patch-server_sockopt__openbsd.go (contents, props changed) head/net/gobgp/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Feb 27 18:15:46 2018 (r463149) +++ head/net/Makefile Tue Feb 27 18:19:54 2018 (r463150) @@ -182,6 +182,7 @@ SUBDIR += gnome-online-miners SUBDIR += gnu-dico SUBDIR += gnu-radius + SUBDIR += gobgp SUBDIR += go-amqp SUBDIR += go-bapu SUBDIR += go-cs Added: head/net/gobgp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/gobgp/Makefile Tue Feb 27 18:19:54 2018 (r463150) @@ -0,0 +1,85 @@ +# $FreeBSD$ + +PORTNAME= gobgp +PORTVERSION= 1.28 +DISTVERSIONPREFIX= v +CATEGORIES= net +DIST_SUBDIR= gobgp + +MAINTAINER= nork@ninth-nine.com +COMMENT= BGP implementation in Go + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} +GO_TARGET= ${GO_PKGNAME}/gobgp \ + ${GO_PKGNAME}/gobgpd +USE_GITHUB= yes +GH_ACCOUNT= osrg:DEFAULT +GH_TUPLE= BurntSushi:toml:b26d9c3:toml/../src/github.com/BurntSushi/toml \ + armon:go-radix:1fca145:radix/../src/github.com/armon/go-radix \ + davecgh:go-spew:346938d:spew/../src/github.com/davecgh/go-spew \ + dgryski:go-farm:ac7624e:farm/../src/github.com/dgryski/go-farm \ + eapache:channels:47238d5:channels/../src/github.com/eapache/channels \ + eapache:queue:ded5959:queue/../src/github.com/eapache/queue \ + fsnotify:fsnotify:629574c:fsnotify/../src/github.com/fsnotify/fsnotify \ + golang:protobuf:748d386:protobuf/../src/github.com/golang/protobuf \ + hashicorp:hcl:392dba7:hcl/../src/github.com/hashicorp/hcl \ + inconshreveable:mousetrap:76626ae:mousetrap/../src/github.com/inconshreveable/mousetrap \ + influxdata:influxdb:5887e92:influxdb/../src/github.com/influxdata/influxdb \ + jessevdk:go-flags:96dc062:flags/../src/github.com/jessevdk/go-flags \ + kr:pretty:cfb55aa:pretty/../src/github.com/kr/pretty \ + kr:text:7cafcd8:krtext/../src/github.com/kr/text \ + magiconair:properties:be5ece7:properties/../src/github.com/magiconair/properties \ + mitchellh:mapstructure:d0303fe:mapstructure/../src/github.com/mitchellh/mapstructure \ + pelletier:go-buffruneio:c37440a:buffruneio/../src/github.com/pelletier/go-buffruneio \ + pelletier:go-toml:5ccdfb1:toml/../src/github.com/pelletier/go-toml \ + pmezard:go-difflib:792786c:difflib/../src/github.com/pmezard/go-difflib \ + satori:go.uuid:36e9d2e:uuid/../src/github.com/satori/go.uuid \ + sirupsen:logrus:a3f95b5:logrus/../src/github.com/sirupsen/logrus \ + spf13:afero:9be6508:afero/../src/github.com/spf13/afero \ + spf13:cast:acbeb36:cast/../src/github.com/spf13/cast \ + spf13:cobra:b26b538:cobra/../src/github.com/spf13/cobra \ + spf13:jWalterWeatherman:0efa520:jwalterweatherman/../src/github.com/spf13/jwalterweatherman \ + spf13:pflag:e57e3ee:pflag/../src/github.com/spf13/pflag \ + spf13:viper:25b30aa:viper/../src/github.com/spf13/viper \ + stretchr:testify:69483b4:testify/../src/github.com/stretchr/testify \ + vishvananda:netlink:a956595:netlink/../src/github.com/vishvananda/netlink \ + vishvananda:netns:86bef33:netns/../src/github.com/vishvananda/netns \ + golang:net:f5079bd:gonet/../src/golang.org/x/net \ + golang:sys:e312636:gosys/../src/golang.org/x/sys \ + golang:text:3bd178b:gotext/../src/golang.org/x/text \ + google:go-genproto:09f6ed2:genproto/../src/google.golang.org/genproto \ + grpc:grpc-go:b8669c3:grpc/../src/google.golang.org/grpc \ + go-tomb:tomb:d5d1b58:tombv2/../src/gopkg.in/tomb.v2 \ + go-yaml:yaml:25c4ec8:yamlv2/../src/gopkg.in/yaml.v2 \ + golang:crypto:5119cf5:gocrypto/../src/golang.org/x/crypto + +PLIST_FILES= bin/gobgp libexec/gobgpd + +OPTIONS_DEFINE= BASH ZSH +OPTIONS_DEFAULT=BASH ZSH + +BASH_PLIST_FILES= etc/bash_completion.d/gobgp-completion.bash \ + etc/bash_completion.d/gobgp-dynamic-completion.bash \ + etc/bash_completion.d/gobgp-static-completion.bash +ZSH_PLIST_FILES= share/zsh/site-functions/_gobgp + +USE_RC_SUBR= gobgpd +SUB_FILES= gobgpd + +do-install: + ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/gobgp ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/gobgpd ${STAGEDIR}${PREFIX}/libexec + +post-install-BASH-on: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d + ${INSTALL_DATA} ${GO_WRKSRC}/tools/completion/gobgp*-completion.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ + +post-install-ZSH-on: + ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions + ${INSTALL_DATA} ${GO_WRKSRC}/tools/completion/zsh/_gobgp ${STAGEDIR}${PREFIX}/share/zsh/site-functions/ + +.include Added: head/net/gobgp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/gobgp/distinfo Tue Feb 27 18:19:54 2018 (r463150) @@ -0,0 +1,77 @@ +TIMESTAMP = 1518279013 +SHA256 (gobgp/osrg-gobgp-v1.28_GH0.tar.gz) = 49c5b8a61a32c50be9d5a79a5cbc37ae5c01b615812cf356e1fc70d769e0e3e7 +SIZE (gobgp/osrg-gobgp-v1.28_GH0.tar.gz) = 717184 +SHA256 (gobgp/pelletier-go-toml-5ccdfb1_GH0.tar.gz) = 3d5ba78c7f30cc14421a86940ab647a11f4afc83351d6be1e122b7e61632c0a3 +SIZE (gobgp/pelletier-go-toml-5ccdfb1_GH0.tar.gz) = 47013 +SHA256 (gobgp/armon-go-radix-1fca145_GH0.tar.gz) = 78dd05b37ac60393e08fad0180ceab6355ce45b13840f2f14f0e0d3da48272d2 +SIZE (gobgp/armon-go-radix-1fca145_GH0.tar.gz) = 5940 +SHA256 (gobgp/davecgh-go-spew-346938d_GH0.tar.gz) = 92e706ece5da01f2c61cf632e168d8c24d44866523b25f0e8eb9d1596c5d5f79 +SIZE (gobgp/davecgh-go-spew-346938d_GH0.tar.gz) = 42343 +SHA256 (gobgp/dgryski-go-farm-ac7624e_GH0.tar.gz) = 5536292cd910b2c3c7ed80535394c74e47fdb69d11569a9287519283bb8ca01d +SIZE (gobgp/dgryski-go-farm-ac7624e_GH0.tar.gz) = 20512 +SHA256 (gobgp/eapache-channels-47238d5_GH0.tar.gz) = f187e475d4e03e4b454845ea311daeeacc9b42558d5e9b6ea4132cb4c3ac237d +SIZE (gobgp/eapache-channels-47238d5_GH0.tar.gz) = 11706 +SHA256 (gobgp/eapache-queue-ded5959_GH0.tar.gz) = a3aa9c17d3c0a563d1b52bc0c50ec825cfeb94606defc27076b97418c3771ded +SIZE (gobgp/eapache-queue-ded5959_GH0.tar.gz) = 3261 +SHA256 (gobgp/fsnotify-fsnotify-629574c_GH0.tar.gz) = c8da466b460ded4f23bef2b75fc7646d6ccfac3643b0cd2eaeb57de21889576b +SIZE (gobgp/fsnotify-fsnotify-629574c_GH0.tar.gz) = 29554 +SHA256 (gobgp/golang-protobuf-748d386_GH0.tar.gz) = 769b6a06736ba2ea79d80291982847f8435dd508d24c4fa2aea82e4bab8b7389 +SIZE (gobgp/golang-protobuf-748d386_GH0.tar.gz) = 253421 +SHA256 (gobgp/hashicorp-hcl-392dba7_GH0.tar.gz) = a9ec781e8590fe45a11f84833cb3a6ad56d7da069ee95750f53f8e133bc679e8 +SIZE (gobgp/hashicorp-hcl-392dba7_GH0.tar.gz) = 69728 +SHA256 (gobgp/inconshreveable-mousetrap-76626ae_GH0.tar.gz) = d56204c0067e12a8939e1db62e907095f4fba37d98cb1e0ec574f1dce89effc4 +SIZE (gobgp/inconshreveable-mousetrap-76626ae_GH0.tar.gz) = 2288 +SHA256 (gobgp/influxdata-influxdb-5887e92_GH0.tar.gz) = 59eeb0efde69c461668f4392d547235295f890ceb4afa3c4bd71357a811b071d +SIZE (gobgp/influxdata-influxdb-5887e92_GH0.tar.gz) = 1068563 +SHA256 (gobgp/jessevdk-go-flags-96dc062_GH0.tar.gz) = 861b8f2b4f47da687e14e6d3e5e1b74feabc6467197f6fe2326d54f39d315d18 +SIZE (gobgp/jessevdk-go-flags-96dc062_GH0.tar.gz) = 55449 +SHA256 (gobgp/kr-pretty-cfb55aa_GH0.tar.gz) = 5c8e2093298c7540a2707a34d283ce37f1b288497786d4f5725647a63ab2ac5c +SIZE (gobgp/kr-pretty-cfb55aa_GH0.tar.gz) = 8499 +SHA256 (gobgp/kr-text-7cafcd8_GH0.tar.gz) = 218bd56a3927283e4c9232b4ee15e0fcc989ace72a2a0be14863ce3795ad3c90 +SIZE (gobgp/kr-text-7cafcd8_GH0.tar.gz) = 8584 +SHA256 (gobgp/magiconair-properties-be5ece7_GH0.tar.gz) = ec40448e2e63301527519ba2ffea379645a8e884490116fb1b9784b1af85aea7 +SIZE (gobgp/magiconair-properties-be5ece7_GH0.tar.gz) = 27511 +SHA256 (gobgp/mitchellh-mapstructure-d0303fe_GH0.tar.gz) = 30e7697b7e321d8f14bff5f19b789cd38fd277518aae251c370ea53ddb53d1f7 +SIZE (gobgp/mitchellh-mapstructure-d0303fe_GH0.tar.gz) = 15560 +SHA256 (gobgp/pelletier-go-buffruneio-c37440a_GH0.tar.gz) = d2bdcd763e33d9bdda4058b10dc2b4fc25aeb1b752b7e1bb9b4713dc06e24af4 +SIZE (gobgp/pelletier-go-buffruneio-c37440a_GH0.tar.gz) = 3027 +SHA256 (gobgp/pmezard-go-difflib-792786c_GH0.tar.gz) = 7c2a6d7ea0700411ba7d13865230c03bd6734d3ff6c213357bda121f5bb707fb +SIZE (gobgp/pmezard-go-difflib-792786c_GH0.tar.gz) = 11401 +SHA256 (gobgp/satori-go.uuid-36e9d2e_GH0.tar.gz) = aa54b317ac4122e7a4db33f84bac64fa9079637f4fd0517206c06d1aa1341b2d +SIZE (gobgp/satori-go.uuid-36e9d2e_GH0.tar.gz) = 8738 +SHA256 (gobgp/sirupsen-logrus-a3f95b5_GH0.tar.gz) = bbcff7baa2014b1095e000a61eb805658ac43c8f01da294575f1a8437561a8de +SIZE (gobgp/sirupsen-logrus-a3f95b5_GH0.tar.gz) = 28454 +SHA256 (gobgp/spf13-afero-9be6508_GH0.tar.gz) = 6814d3c2e2c55540cbc190def53324924cf44b06ac4ec39b4cb09c3416a5dcb5 +SIZE (gobgp/spf13-afero-9be6508_GH0.tar.gz) = 40630 +SHA256 (gobgp/spf13-cast-acbeb36_GH0.tar.gz) = 403d9ba0ea7655ad375cf31e9ff1fece4425b3795fc47eb86e824ab6ac6ef620 +SIZE (gobgp/spf13-cast-acbeb36_GH0.tar.gz) = 9588 +SHA256 (gobgp/spf13-cobra-b26b538_GH0.tar.gz) = 650cd92ad567a10f348c2d7b1ac5a22747d257d393efef5742498bab10490ee4 +SIZE (gobgp/spf13-cobra-b26b538_GH0.tar.gz) = 100085 +SHA256 (gobgp/spf13-jWalterWeatherman-0efa520_GH0.tar.gz) = 30724b69b0975bd29ee722fb46bb2ad332f0648194c40d6edddccd660db5ed9b +SIZE (gobgp/spf13-jWalterWeatherman-0efa520_GH0.tar.gz) = 6343 +SHA256 (gobgp/spf13-pflag-e57e3ee_GH0.tar.gz) = 16556b4873f12211cffec75aa4d3a6332efa26e64ff0476fdbd99f672ca37d51 +SIZE (gobgp/spf13-pflag-e57e3ee_GH0.tar.gz) = 38998 +SHA256 (gobgp/spf13-viper-25b30aa_GH0.tar.gz) = 1c122475eae91ebeeb20e799f8eaec0e4ae3f3dce18cfbe244dc9292dbf2373a +SIZE (gobgp/spf13-viper-25b30aa_GH0.tar.gz) = 30808 +SHA256 (gobgp/stretchr-testify-69483b4_GH0.tar.gz) = 4f0aa4ed2d03c2c844fb8913a720e03473b8bf439cd906302a53af0aae6c14e8 +SIZE (gobgp/stretchr-testify-69483b4_GH0.tar.gz) = 83325 +SHA256 (gobgp/vishvananda-netlink-a956595_GH0.tar.gz) = 338d5d91d2371bad62e4cba9f7a010b81e3d2d3e445ab32c4ac3cddb6c7f975c +SIZE (gobgp/vishvananda-netlink-a956595_GH0.tar.gz) = 103163 +SHA256 (gobgp/vishvananda-netns-86bef33_GH0.tar.gz) = 7115bddebbc915d27f02f8a8106c8339c115df243c7cb30da2a1847eaa7a33a3 +SIZE (gobgp/vishvananda-netns-86bef33_GH0.tar.gz) = 7742 +SHA256 (gobgp/golang-net-f5079bd_GH0.tar.gz) = f2344b7016ad61ee82642d62ac78aeb83e1d31d92939cdc3f0958ea4301101c1 +SIZE (gobgp/golang-net-f5079bd_GH0.tar.gz) = 912361 +SHA256 (gobgp/golang-sys-e312636_GH0.tar.gz) = b9622b35e06ba971c911663981824f5f63ab9ffa5c3ee466f3578b9d5cbc3357 +SIZE (gobgp/golang-sys-e312636_GH0.tar.gz) = 732863 +SHA256 (gobgp/golang-text-3bd178b_GH0.tar.gz) = 01790b4215077e7d4c15e685c9460df93f4e835211928351dd9eb7eea783b830 +SIZE (gobgp/golang-text-3bd178b_GH0.tar.gz) = 4594818 +SHA256 (gobgp/google-go-genproto-09f6ed2_GH0.tar.gz) = 08f7fc1132b33dd6a365d7bc8e931dd4648f51d6fcb219aa0bc2df3420364b99 +SIZE (gobgp/google-go-genproto-09f6ed2_GH0.tar.gz) = 952658 +SHA256 (gobgp/grpc-grpc-go-b8669c3_GH0.tar.gz) = a8be62ec0740019fbe07b2f8ed828c7e40ad21140e5d973ce78effccf64430ca +SIZE (gobgp/grpc-grpc-go-b8669c3_GH0.tar.gz) = 302786 +SHA256 (gobgp/go-tomb-tomb-d5d1b58_GH0.tar.gz) = 15f81593032433527203ace3277c819f2b4b90fd337ea2193de0c7a515b87f08 +SIZE (gobgp/go-tomb-tomb-d5d1b58_GH0.tar.gz) = 5513 +SHA256 (gobgp/go-yaml-yaml-25c4ec8_GH0.tar.gz) = dc5116c179734068aab4a7047655051756b75b0b4d92106bd9c9016dd3683e52 +SIZE (gobgp/go-yaml-yaml-25c4ec8_GH0.tar.gz) = 61310 +SHA256 (gobgp/golang-crypto-5119cf5_GH0.tar.gz) = 07e82eeb40a4cea7688283874446946dc43f6ab50f9876a9bff9b687cc261a51 +SIZE (gobgp/golang-crypto-5119cf5_GH0.tar.gz) = 1450883 Added: head/net/gobgp/files/gobgpd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/gobgp/files/gobgpd.in Tue Feb 27 18:19:54 2018 (r463150) @@ -0,0 +1,106 @@ +#!/bin/sh +# $FreeBSD$ + +# PROVIDE: gobgpd +# REQUIRE: netif routing +# BEFORE: LOGIN +# KEYWORD: shutdown +# +# Define these gobgpd* variables in one of these files: +# /etc/rc.conf +# /etc/rc.conf.local +# /etc/rc.conf.d/gobgpd +# +# DO NOT CHANGE THESE DEFAULT VALUES HERE +# +# Add the following lines to /etc/rc.conf to enable gobgpd: +# +# gobgpd_enable="YES" +# gobgpd_config="" +# gobgpd_config_type="" +# gobgpd_flags="" +# gobgpd_log_level="" +# gobgpd_stdlog_enable="" +# gobgpd_syslog_host="" +# gobgpd_syslog_facility="" +# gobgpd_foreground_enable="" +# + +. /etc/rc.subr + +name="gobgpd" +rcvar="gobgpd_enable" + +load_rc_config $name + +: ${gobgpd_enable:=NO} +: ${gobgpd_stdlog_enable:=NO} +: ${gobgpd_foreground_enable:=NO} + +pidfile="/var/run/${name}.pid" +procname="%%PREFIX%%/libexec/gobgpd" +command_args="${gobgpd_flags}${gobgpd_ctype:+ -t ${gobgpd_config_type}}${gobgpd_config:+ -f ${gobgpd_config}}${gobgpd_log_level:+ --log-level=${gobgpd_log_level}}" + +start_cmd="gobgpd_start" +start_precmd="gobgpd_prestart" +reload_cmd="gobgpd_reload" +sig_stop="KILL" + +gobgpd_prestart () { + case "${gobgpd_flags}" in + -f*|*-f*|--config-file*|*--config-file*) + err 1 "gobgpd_flags includes the --config-file option, use gobgpd_config instead." + ;; + -t*|*-t*|--config-type*|*--config-type*) + err 1 "gobgpd_flags includes the --config-type option, use gobgpd_config_type instead." + ;; + -s*|*-s*|--syslog*) + err 1 "gobgpd_flags includes the --syslog option, use gobgpd_syslog_host instead." + ;; + --syslog-facility*|*--syslog-facility*) + err 1 "gobgpd_flags includes the --syslog-facility option, use gobgpd_syslog_host instead." + ;; + --disable-stdlog*|*--disable-stdlog*) + err 1 "gobgpd_flags includes the --disable-stdlog option, use gobgpd_stdlog_enable instead." + ;; + --log-level*|*--log-level*) + err 1 "gobgpd_flags includes the --log-level option, use gobgp_log_level instead." + ;; + -d*|*-d*|--dry-run*|*--dry-run*) + err 1 "gobgpd_flags doesn't require --dry-run option." + ;; + -h*|*-h*|--help*|*--help*) + err 1 "gobgpd_flags doesn't require --help option." + ;; + esac + + case "x${gobgpd_config_type}" in + x|xtoml|xyaml|xjson) + ;; + *) + err 1 "gobgpd_config_type requires one of 'toml', 'yaml' or 'json'." + esac + + if [ -f ${gobgpd_config} ]; then + ${procname} --dry-run ${command_args} > /dev/null + if [ $? -ne 0 ]; then + err 1 $(${procname} --dry-run --log-plain ${command_args}) + fi + fi +} + +gobgpd_start () { + if checkyesno gobgpd_foreground_enable; then + ${procname} ${command_args} $(checkyesno gobgpd_stdlog_enable || echo --disable-stdlog) ${gobgpd_syslog_host:+ --syslog=${gobgpd_syslog_host}}${gobgpd_syslog_facility:+ --syslog-facility=${gobgpd_syslog_facility}} + else + echo "Starting ${name}." + /usr/sbin/daemon -c -p ${pidfile} ${procname} ${command_args} $(checkyesno gobgpd_stdlog_enable || echo --disable-stdlog) ${gobgpd_syslog_host:+ --syslog=${gobgpd_syslog_host}}${gobgpd_syslog_facility:+ --syslog-facility=${gobgpd_syslog_facility}} + fi +} + +gobgpd_reload () { + echo "Graceful Restarting ${name}." + ${procname} --graceful-restart ${command_args} +} + +run_rc_command "$1" Added: head/net/gobgp/files/patch-server_sockopt__bsd.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/gobgp/files/patch-server_sockopt__bsd.go Tue Feb 27 18:19:54 2018 (r463150) @@ -0,0 +1,17 @@ +--- server/sockopt_bsd.go.orig 2018-02-09 18:45:37 UTC ++++ server/sockopt_bsd.go +@@ -23,13 +23,12 @@ import ( + ) + + const ( +- TCP_MD5SIG = 0x10 // TCP MD5 Signature (RFC2385) + IPV6_MINHOPCOUNT = 73 // Generalized TTL Security Mechanism (RFC5082) + ) + + func setsockoptTcpMD5Sig(fd int, address string, key string) error { + // always enable and assumes that the configuration is done by setkey() +- return os.NewSyscallError("setsockopt", syscall.SetsockoptInt(fd, syscall.IPPROTO_TCP, TCP_MD5SIG, 1)) ++ return os.NewSyscallError("setsockopt", syscall.SetsockoptInt(fd, syscall.IPPROTO_TCP, syscall.TCP_MD5SIG, 1)) + } + + func setTcpMD5SigSockopt(l *net.TCPListener, address string, key string) error { Added: head/net/gobgp/files/patch-server_sockopt__openbsd.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/gobgp/files/patch-server_sockopt__openbsd.go Tue Feb 27 18:19:54 2018 (r463150) @@ -0,0 +1,16 @@ +--- server/sockopt_openbsd.go.orig 2018-02-09 18:45:43 UTC ++++ server/sockopt_openbsd.go +@@ -348,12 +348,11 @@ func saDelete(address string) error { + } + + const ( +- TCP_MD5SIG = 0x4 // TCP MD5 Signature (RFC2385) + IPV6_MINHOPCOUNT = 73 // Generalized TTL Security Mechanism (RFC5082) + ) + + func setsockoptTcpMD5Sig(fd int, address string, key string) error { +- if err := syscall.SetsockoptInt(fd, syscall.IPPROTO_TCP, TCP_MD5SIG, 1); err != nil { ++ if err := syscall.SetsockoptInt(fd, syscall.IPPROTO_TCP, syscall.TCP_MD5SIG, 1); err != nil { + return os.NewSyscallError("setsockopt", err) + } + if len(key) > 0 { Added: head/net/gobgp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/gobgp/pkg-descr Tue Feb 27 18:19:54 2018 (r463150) @@ -0,0 +1,7 @@ +GoBGP: BGP implementation in Go + +GoBGP is an open source BGP implementation designed from scratch +for modern environment and implemented in a modern programming +language, the Go Programming Language. + +WWW: https://github.com/osrg/gobgp From owner-svn-ports-head@freebsd.org Tue Feb 27 18:52:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A432F3F61A; Tue, 27 Feb 2018 18:52:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B129168DB6; Tue, 27 Feb 2018 18:52:23 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 91F5069CC; Tue, 27 Feb 2018 18:52:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RIqNI3042264; Tue, 27 Feb 2018 18:52:23 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RIqNUZ042258; Tue, 27 Feb 2018 18:52:23 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802271852.w1RIqNUZ042258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Feb 2018 18:52:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463151 - in head/audio/musicpc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio/musicpc: . files X-SVN-Commit-Revision: 463151 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 18:52:24 -0000 Author: yuri Date: Tue Feb 27 18:52:22 2018 New Revision: 463151 URL: https://svnweb.freebsd.org/changeset/ports/463151 Log: audio/musicpc: Update to 0.29 Port changes: * Changed to DISTVERSION * Now uses meson instead of configure/make * Added the MANPAGES option, manpage now is built by py-sphinx * Removed targets that are now done by meson PR: 226219 Submitted by: Zsolt Udvari (maintainer) Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D14531 Added: head/audio/musicpc/files/ head/audio/musicpc/files/patch-doc_meson.build (contents, props changed) head/audio/musicpc/files/patch-meson.build (contents, props changed) head/audio/musicpc/files/patch-meson__options.txt (contents, props changed) Modified: head/audio/musicpc/Makefile head/audio/musicpc/distinfo Modified: head/audio/musicpc/Makefile ============================================================================== --- head/audio/musicpc/Makefile Tue Feb 27 18:19:54 2018 (r463150) +++ head/audio/musicpc/Makefile Tue Feb 27 18:52:22 2018 (r463151) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= musicpc -PORTVERSION= 0.28 -PORTREVISION= 1 +DISTVERSION= 0.29 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpc/0/ DISTNAME= mpc-${PORTVERSION} @@ -16,32 +15,24 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpdclient.so:audio/libmpdclient -USES= pkgconfig tar:xz -GNU_CONFIGURE= yes +USES= meson pkgconfig python tar:xz +MESON_ARGS+= --mandir=${MANPREFIX} -PLIST_FILES= bin/mpc man/man1/mpc.1.gz +PLIST_FILES= bin/mpc -PORTDOCS= AUTHORS README NEWS -PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES MANPAGES ICONV +OPTIONS_DEFAULT= MANPAGES ICONV -OPTIONS_DEFINE= EXAMPLES DOCS ICONV -OPTIONS_DEFAULT= ICONV +MANPAGES_USES= python +MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} +MANPAGES_MESON_TRUE= use_sphinx +MANPAGES_PLIST_FILES= man/man1/mpc.1.gz ICONV_USES= iconv -ICONV_LDFLAGS= -L${LOCALBASE}/lib ${ICONV_LIB} -ICONV_CONFIGURE_ENABLE= iconv +ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib ${ICONV_LIB} +ICONV_MESON_TRUE= iconv -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/mpc ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/mpc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -do-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/mpc-completion.bash \ - ${STAGEDIR}${EXAMPLESDIR} +PORTDOCS= AUTHORS README.rst NEWS +PORTEXAMPLES= * .include Modified: head/audio/musicpc/distinfo ============================================================================== --- head/audio/musicpc/distinfo Tue Feb 27 18:19:54 2018 (r463150) +++ head/audio/musicpc/distinfo Tue Feb 27 18:52:22 2018 (r463151) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471583230 -SHA256 (mpc-0.28.tar.xz) = a4337d06c85dc81a638821d30fce8a137a58d13d510be34a11c1cce95cabc547 -SIZE (mpc-0.28.tar.xz) = 109172 +TIMESTAMP = 1519656312 +SHA256 (mpc-0.29.tar.xz) = 02f1daec902cb48f8cdaa6fe21c7219f6231b091dddbe437a3a4fb12cb07b9d3 +SIZE (mpc-0.29.tar.xz) = 41872 Added: head/audio/musicpc/files/patch-doc_meson.build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/musicpc/files/patch-doc_meson.build Tue Feb 27 18:52:22 2018 (r463151) @@ -0,0 +1,43 @@ +--- doc/meson.build.orig 2018-02-11 12:01:23 UTC ++++ doc/meson.build +@@ -1,23 +1,27 @@ +-sphinx = find_program('sphinx-build', required:false) + +-if sphinx.found() +- custom_target( +- 'HTML documentation', +- output: 'html', +- input: ['index.rst', 'conf.py'], +- command: [sphinx, '-q', '-b', 'html', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@'], +- build_by_default: true, +- install: true, +- install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name()), +- ) ++use_sphinx = get_option('use_sphinx') ++ ++if use_sphinx == 'false' ++ use_sphinx = false ++elif use_sphinx == 'true' ++ sphinx = find_program('sphinx-build', required:false) ++ if not sphinx.found() ++ error('can\'t find sphinx') ++ endif ++ use_sphinx = true ++else ++ sphinx = find_program('sphinx-build', required:false) ++ use_sphinx = sphinx.found() ++endif + ++if use_sphinx + custom_target( + 'Manpage documentation', + output: 'man', + input: ['index.rst', 'conf.py'], +- command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@'], ++ command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@/man1'], + build_by_default: true, + install: true, +- install_dir: join_paths(get_option('datadir'), 'man', 'man1'), ++ install_dir: join_paths(get_option('mandir')), + ) + endif Added: head/audio/musicpc/files/patch-meson.build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/musicpc/files/patch-meson.build Tue Feb 27 18:52:22 2018 (r463151) @@ -0,0 +1,24 @@ +--- meson.build.orig 2018-02-26 15:35:16 UTC ++++ meson.build +@@ -1,4 +1,4 @@ +-project('mpc', 'c', ++project('musicpc', 'c', + version: '0.29', + default_options: [ + 'c_std=c99', +@@ -113,13 +113,13 @@ executable('mpc', + install: true + ) + +-install_data('AUTHORS', 'COPYING', 'NEWS', 'README.rst', ++install_data('AUTHORS', 'NEWS', 'README.rst', + install_dir : join_paths(get_option('datadir'), 'doc', meson.project_name())) + + install_data( + 'contrib/mpd-m3u-handler.sh', 'contrib/mpd-pls-handler.sh', + 'contrib/mpc-completion.bash', +- install_dir: join_paths(get_option('datadir'), 'doc', meson.project_name(), 'contrib')) ++ install_dir: join_paths(get_option('datadir'), 'examples', meson.project_name() )) + + if get_option('test') + check_dep = dependency('check') Added: head/audio/musicpc/files/patch-meson__options.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/musicpc/files/patch-meson__options.txt Tue Feb 27 18:52:22 2018 (r463151) @@ -0,0 +1,14 @@ +--- meson_options.txt.orig 2018-02-27 07:50:47 UTC ++++ meson_options.txt +@@ -3,6 +3,11 @@ option('iconv', type: 'combo', + value: 'auto', + description: 'Enable iconv() support') + ++option('use_sphinx', type: 'combo', ++ choices: ['true', 'false', 'auto'], ++ value: 'auto', ++ description: 'Enable sphinx support for building documentation') ++ + option('test', type: 'boolean', + value: false, + description: 'Enable unit tests') From owner-svn-ports-head@freebsd.org Tue Feb 27 19:21:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 525C0F417A8 for ; Tue, 27 Feb 2018 19:21:06 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::229]) (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 CF5906A731 for ; Tue, 27 Feb 2018 19:21:05 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-io0-x229.google.com with SMTP id h23so445906iob.11 for ; Tue, 27 Feb 2018 11:21:05 -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; bh=RCgv7noCBix2A2prn73EgU1nfilBqo9NwMENGPOq4zg=; b=wGY8D0xEfDzFXh106+C/Qy/XM8JO7jnUmwdbrBdbsFHh3QyYptiwI6OADTB8a16cui Y3skN7qDiyLtYkaTC+ghIsBrwHDmtX2G/Xl5S3jzFpOf6eSlKQxzDvXKngRA+wv7Hvw2 8fyw+abHWhIYTbUbgCPBWyMJrD+lhy4TkRgQx016VocTZO3Wtlf5xiZ9GlOmLkMca3TY u9Uf7/6yIUABsSVb8R8MO7v8lzRRn438dExAz+V0hbq28u1USwQTR6Jv9Ahkmi/Q3iOH pQ0ZAjMzTmxiYJFJ6NA3xv/F9b7W1fgOPXnz2qFu/aTBOs8BOWWTNTb+neFFnk8yVOmp fncg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=RCgv7noCBix2A2prn73EgU1nfilBqo9NwMENGPOq4zg=; b=n83qq17/T4FodGW9Oz2LynjuH7lFcOVfXxK4CU7TMIu7/zEATxAJUnb6DCoNGMuVIc T3wriDiCoKjsupjAJ0fPXM0ZjGXETbrTDoaDS36TunxB//LBpv2WvGi5kp0OWT/WGvWt L5idvH4RO0pozGPPb2TEeLW7RnLKAzqvC902dvPs+zrXAxWtfg1s3WsXM160veqk68Cu ZQDZAxfw/mdCdUshG1W9Nw3l6ZaiuFsoo9aXGGUFjCesAdhAqjG1EYCvM56Sc2l3MeXg WVjI6j/OU/J0HUBeno9JbHhGwIHr97g59NxWDcCO+Emutx5l2Cy8xCcYt7LtcB+N5UIz PeHg== X-Gm-Message-State: APf1xPDO/a2DMwOozurdR2l+yNHhmYLxBe0HOiXISDrbCZBuMSOdJRpy IhXCS5OxA50efbqIw/1xzn5nroSWFY42cNcK04HZfg== X-Google-Smtp-Source: AG47ELtafAbfEthgLkKPx2WAbx18r1oAtmWOdRXw+l+34yKsGfU4KTiM7biYR5Xbfe/p0lVNmL8c4V/tvK6Os/lOAl0= X-Received: by 10.107.56.69 with SMTP id f66mr17029349ioa.170.1519759264924; Tue, 27 Feb 2018 11:21:04 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.2.145.7 with HTTP; Tue, 27 Feb 2018 11:20:24 -0800 (PST) In-Reply-To: <201802271852.w1RIqNUZ042258@repo.freebsd.org> References: <201802271852.w1RIqNUZ042258@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 03:20:24 +0800 X-Google-Sender-Auth: Jrg7GbInnZW0MP84Js8BhxnAcXM Message-ID: Subject: Re: svn commit: r463151 - in head/audio/musicpc: . files To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 19:21:06 -0000 On Wed, Feb 28, 2018 at 2:52 AM, Yuri Victorovich wrote: > Author: yuri > Date: Tue Feb 27 18:52:22 2018 > New Revision: 463151 > URL: https://svnweb.freebsd.org/changeset/ports/463151 > > Log: > audio/musicpc: Update to 0.29 > > Port changes: > * Changed to DISTVERSION > * Now uses meson instead of configure/make > * Added the MANPAGES option, manpage now is built by py-sphinx > * Removed targets that are now done by meson > > PR: 226219 > Submitted by: Zsolt Udvari (maintainer) > Approved by: tcberner (mentor, implicit) > Differential Revision: https://reviews.freebsd.org/D14531 > > Added: > head/audio/musicpc/files/ > head/audio/musicpc/files/patch-doc_meson.build (contents, props > changed) > head/audio/musicpc/files/patch-meson.build (contents, props changed) > head/audio/musicpc/files/patch-meson__options.txt (contents, props > changed) > Modified: > head/audio/musicpc/Makefile > head/audio/musicpc/distinfo > > Modified: head/audio/musicpc/Makefile > ============================================================ > ================== > --- head/audio/musicpc/Makefile Tue Feb 27 18:19:54 2018 (r463150) > +++ head/audio/musicpc/Makefile Tue Feb 27 18:52:22 2018 (r463151) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= musicpc > -PORTVERSION= 0.28 > -PORTREVISION= 1 > +DISTVERSION= 0.29 > CATEGORIES= audio ipv6 > MASTER_SITES= http://www.musicpd.org/download/mpc/0/ > DISTNAME= mpc-${PORTVERSION} > @@ -16,32 +15,24 @@ LICENSE_FILE= ${WRKSRC}/COPYING > > LIB_DEPENDS= libmpdclient.so:audio/libmpdclient > > -USES= pkgconfig tar:xz > -GNU_CONFIGURE= yes > +USES= meson pkgconfig python tar:xz > Hi yuri, It seems this port does not require python to build and run. > +MESON_ARGS+= --mandir=${MANPREFIX} > Please use = > -PLIST_FILES= bin/mpc man/man1/mpc.1.gz > +PLIST_FILES= bin/mpc > > -PORTDOCS= AUTHORS README NEWS > -PORTEXAMPLES= * > +OPTIONS_DEFINE= DOCS EXAMPLES MANPAGES ICONV > +OPTIONS_DEFAULT= MANPAGES ICONV > > -OPTIONS_DEFINE= EXAMPLES DOCS ICONV > -OPTIONS_DEFAULT= ICONV > +MANPAGES_USES= python > MANPAGES_USES=python:env is enough to expand PYTHON_PKGNAMEPREFIX and PY_FLAVOR. > +MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx> > 0:textproc/py-sphinx@${PY_FLAVOR} > +MANPAGES_MESON_TRUE= use_sphinx > +MANPAGES_PLIST_FILES= man/man1/mpc.1.gz > > ICONV_USES= iconv > -ICONV_LDFLAGS= -L${LOCALBASE}/lib ${ICONV_LIB} > -ICONV_CONFIGURE_ENABLE= iconv > +ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib ${ICONV_LIB} > +ICONV_MESON_TRUE= iconv > > -do-install: > - ${INSTALL_PROGRAM} ${WRKSRC}/src/mpc ${STAGEDIR}${PREFIX}/bin > - ${INSTALL_MAN} ${WRKSRC}/doc/mpc.1 ${STAGEDIR}${MAN1PREFIX}/man/ > man1 > - > -do-install-DOCS-on: > - @${MKDIR} ${STAGEDIR}${DOCSDIR} > - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} > - > -do-install-EXAMPLES-on: > - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > - ${INSTALL_DATA} ${WRKSRC}/doc/mpc-completion.bash \ > - ${STAGEDIR}${EXAMPLESDIR} > +PORTDOCS= AUTHORS README.rst NEWS > +PORTEXAMPLES= * > > .include From owner-svn-ports-head@freebsd.org Tue Feb 27 19:24:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8485EF41CDA; Tue, 27 Feb 2018 19:24:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39D2D6AB3D; Tue, 27 Feb 2018 19:24:07 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 34A436F11; Tue, 27 Feb 2018 19:24:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RJO69b057518; Tue, 27 Feb 2018 19:24:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RJO6rM057516; Tue, 27 Feb 2018 19:24:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802271924.w1RJO6rM057516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Feb 2018 19:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463152 - head/misc/py-tqdm X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/py-tqdm X-SVN-Commit-Revision: 463152 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 19:24:07 -0000 Author: yuri Date: Tue Feb 27 19:24:06 2018 New Revision: 463152 URL: https://svnweb.freebsd.org/changeset/ports/463152 Log: misc/py-tqdm: Update to 4.19.6 Port changes: * Changed to DISTVERSION * Added USE_PYTHON=concurrent PR: 226240 Submitted by: Neel Chauhan Approved by: tcberner (mentor, implicit) Modified: head/misc/py-tqdm/Makefile head/misc/py-tqdm/distinfo Modified: head/misc/py-tqdm/Makefile ============================================================================== --- head/misc/py-tqdm/Makefile Tue Feb 27 18:52:22 2018 (r463151) +++ head/misc/py-tqdm/Makefile Tue Feb 27 19:24:06 2018 (r463152) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 4.19.5 DISTVERSIONPREFIX= v +DISTVERSION= 4.19.6 CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,8 @@ LICENSE= MIT MPL20 LICENSE_COMB= multi USES= python -USE_PYTHON= autoplist distutils -NO_ARCH= yes - USE_GITHUB= yes +USE_PYTHON= distutils autoplist concurrent +NO_ARCH= yes .include Modified: head/misc/py-tqdm/distinfo ============================================================================== --- head/misc/py-tqdm/distinfo Tue Feb 27 18:52:22 2018 (r463151) +++ head/misc/py-tqdm/distinfo Tue Feb 27 19:24:06 2018 (r463152) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516576661 -SHA256 (tqdm-tqdm-v4.19.5_GH0.tar.gz) = 9657b8442cb83871b0b19ccf6ce13584e04f01099ee7f11b93db74b3ed7bd8dd -SIZE (tqdm-tqdm-v4.19.5_GH0.tar.gz) = 72351 +TIMESTAMP = 1519758685 +SHA256 (tqdm-tqdm-v4.19.6_GH0.tar.gz) = 720372c50220a3282a3f77eff8e0745c37a2b48dfc980e614d1c04472b0adc8a +SIZE (tqdm-tqdm-v4.19.6_GH0.tar.gz) = 72902 From owner-svn-ports-head@freebsd.org Tue Feb 27 19:29:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 530BEF1E43A; Tue, 27 Feb 2018 19:29:08 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0644F6AF33; Tue, 27 Feb 2018 19:29:08 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 011E36F34; Tue, 27 Feb 2018 19:29:08 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RJT75l057810; Tue, 27 Feb 2018 19:29:07 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RJT7Uw057809; Tue, 27 Feb 2018 19:29:07 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201802271929.w1RJT7Uw057809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 27 Feb 2018 19:29:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463153 - head/multimedia/kodi-devel X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/multimedia/kodi-devel X-SVN-Commit-Revision: 463153 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 19:29:08 -0000 Author: tobik Date: Tue Feb 27 19:29:07 2018 New Revision: 463153 URL: https://svnweb.freebsd.org/changeset/ports/463153 Log: multimedia/kodi-devel: Unbreak INDEX with OPTION_SET=WAYLAND Remove the WAYLAND option for now. It depends on the non-existent graphics/waylandpp. PR: 226245 Reported by: lantw44@gmail.com Pointy hat: tobik Modified: head/multimedia/kodi-devel/Makefile Modified: head/multimedia/kodi-devel/Makefile ============================================================================== --- head/multimedia/kodi-devel/Makefile Tue Feb 27 19:24:06 2018 (r463152) +++ head/multimedia/kodi-devel/Makefile Tue Feb 27 19:29:07 2018 (r463153) @@ -73,13 +73,14 @@ CONFIGURE_ENV= OPENSSL_LIBS="-L${OPENSSLLIB}" OPENSSL_ KODIARCH_i386= x86 KODIARCH_amd64= x86_64 -PLIST_SUB= ARCH=${KODIARCH_${ARCH}:U${ARCH}} OPSYS=${OPSYS:tl} +PLIST_SUB= ARCH=${KODIARCH_${ARCH}:U${ARCH}} OPSYS=${OPSYS:tl} \ + WAYLAND="@comment " OPTIONS_DEFINE= AVAHI CEC DBUS LIBBLURAY MYSQL NFS SMB SSH UPNP VAAPI \ VDPAU WEBSERVER OPTIONS_DEFAULT= SNDIO SSH UPNP VAAPI VDPAU WEBSERVER X11 OPTIONS_SINGLE= PLATFORM -OPTIONS_SINGLE_PLATFORM= GBM RPI WAYLAND X11 +OPTIONS_SINGLE_PLATFORM= GBM RPI X11 OPTIONS_EXCLUDE_amd64= RPI OPTIONS_EXCLUDE_i386= RPI OPTIONS_SUB= yes From owner-svn-ports-head@freebsd.org Tue Feb 27 19:33:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2452F1EC8B; Tue, 27 Feb 2018 19:33:36 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67C026B577; Tue, 27 Feb 2018 19:33:36 +0000 (UTC) (envelope-from jkim@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 62A4970EC; Tue, 27 Feb 2018 19:33:36 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RJXaSZ062453; Tue, 27 Feb 2018 19:33:36 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RJXaBQ062451; Tue, 27 Feb 2018 19:33:36 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201802271933.w1RJXaBQ062451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 27 Feb 2018 19:33:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463154 - head/devel/liborcus X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/devel/liborcus X-SVN-Commit-Revision: 463154 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 19:33:36 -0000 Author: jkim Date: Tue Feb 27 19:33:35 2018 New Revision: 463154 URL: https://svnweb.freebsd.org/changeset/ports/463154 Log: Update to 0.13.4. https://gitlab.com/orcus/orcus/blob/f6a8382/CHANGELOG#L29 Modified: head/devel/liborcus/Makefile head/devel/liborcus/distinfo Modified: head/devel/liborcus/Makefile ============================================================================== --- head/devel/liborcus/Makefile Tue Feb 27 19:29:07 2018 (r463153) +++ head/devel/liborcus/Makefile Tue Feb 27 19:33:35 2018 (r463154) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= liborcus -PORTVERSION= 0.13.3 +PORTVERSION= 0.13.4 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ Modified: head/devel/liborcus/distinfo ============================================================================== --- head/devel/liborcus/distinfo Tue Feb 27 19:29:07 2018 (r463153) +++ head/devel/liborcus/distinfo Tue Feb 27 19:33:35 2018 (r463154) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518732428 -SHA256 (liborcus-0.13.3.tar.xz) = a4c604fc319092637827abf21c0f93f72559084062aba168632e5a1e30d0b741 -SIZE (liborcus-0.13.3.tar.xz) = 1817824 +TIMESTAMP = 1519753053 +SHA256 (liborcus-0.13.4.tar.xz) = b71c4c15febe7dae63406e8023898e3a5cf7fe4ec43b2028dfbbf24e9fe282e4 +SIZE (liborcus-0.13.4.tar.xz) = 1816340 From owner-svn-ports-head@freebsd.org Tue Feb 27 19:38:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13D4CF213EF; Tue, 27 Feb 2018 19:38:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B60ED6B8B3; Tue, 27 Feb 2018 19:38:36 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B0FF870F2; Tue, 27 Feb 2018 19:38:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RJcalU062739; Tue, 27 Feb 2018 19:38:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RJcagt062738; Tue, 27 Feb 2018 19:38:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802271938.w1RJcagt062738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Feb 2018 19:38:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463155 - head/audio/musicpc X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/musicpc X-SVN-Commit-Revision: 463155 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 19:38:37 -0000 Author: yuri Date: Tue Feb 27 19:38:36 2018 New Revision: 463155 URL: https://svnweb.freebsd.org/changeset/ports/463155 Log: audio/musicpc: Changed += to =; Changed python to python:env Thanks to sunpoet for his remarks! Reported by: sunpoet Approved by: tcberner (mentor, implicit) Modified: head/audio/musicpc/Makefile Modified: head/audio/musicpc/Makefile ============================================================================== --- head/audio/musicpc/Makefile Tue Feb 27 19:33:35 2018 (r463154) +++ head/audio/musicpc/Makefile Tue Feb 27 19:38:36 2018 (r463155) @@ -16,14 +16,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpdclient.so:audio/libmpdclient USES= meson pkgconfig python tar:xz -MESON_ARGS+= --mandir=${MANPREFIX} +MESON_ARGS= --mandir=${MANPREFIX} PLIST_FILES= bin/mpc OPTIONS_DEFINE= DOCS EXAMPLES MANPAGES ICONV OPTIONS_DEFAULT= MANPAGES ICONV -MANPAGES_USES= python +MANPAGES_USES= python:env MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} MANPAGES_MESON_TRUE= use_sphinx MANPAGES_PLIST_FILES= man/man1/mpc.1.gz From owner-svn-ports-head@freebsd.org Tue Feb 27 19:49:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 736F2F22326; Tue, 27 Feb 2018 19:49:01 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 257B46C169; Tue, 27 Feb 2018 19:49:01 +0000 (UTC) (envelope-from jkim@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F41F72A9; Tue, 27 Feb 2018 19:49:01 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RJn0jP067785; Tue, 27 Feb 2018 19:49:00 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RJn0Dm067782; Tue, 27 Feb 2018 19:49:00 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201802271949.w1RJn0Dm067782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 27 Feb 2018 19:49:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463156 - in head/java/openjdk8: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in head/java/openjdk8: . files X-SVN-Commit-Revision: 463156 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 19:49:01 -0000 Author: jkim Date: Tue Feb 27 19:49:00 2018 New Revision: 463156 URL: https://svnweb.freebsd.org/changeset/ports/463156 Log: Apply an upstream patch to fix Zero. http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8bd024c567e7 This patch complements the following commits. http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f8a45a60bc6b http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/b1606443958a http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/a3e756231625 Reported by: Mikaël Urankar (mikael.urankar@gmail.com) (via swills) Added: head/java/openjdk8/files/patch-hotspot-src_cpu_zero_vm_methodHandles__zero.cpp (contents, props changed) head/java/openjdk8/files/patch-hotspot_src_share_vm_interpreter_bytecodeInterpreter.cpp (contents, props changed) Modified: head/java/openjdk8/Makefile Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Tue Feb 27 19:38:36 2018 (r463155) +++ head/java/openjdk8/Makefile Tue Feb 27 19:49:00 2018 (r463156) @@ -2,6 +2,7 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//} +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${DIST_BUILD_NUMBER}/:jdk \ https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \ Added: head/java/openjdk8/files/patch-hotspot-src_cpu_zero_vm_methodHandles__zero.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-hotspot-src_cpu_zero_vm_methodHandles__zero.cpp Tue Feb 27 19:49:00 2018 (r463156) @@ -0,0 +1,12 @@ +--- hotspot/src/cpu/zero/vm/methodHandles_zero.cpp.orig ++++ hotspot/src/cpu/zero/vm/methodHandles_zero.cpp +@@ -180,3 +180,9 @@ address MethodHandles::generate_method_handle_interpre + return NULL; + } + } ++ ++#ifndef PRODUCT ++void MethodHandles::trace_method_handle(MacroAssembler* _masm, const char* adaptername) { ++ // This is just a stub. ++} ++#endif //PRODUCT Added: head/java/openjdk8/files/patch-hotspot_src_share_vm_interpreter_bytecodeInterpreter.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/openjdk8/files/patch-hotspot_src_share_vm_interpreter_bytecodeInterpreter.cpp Tue Feb 27 19:49:00 2018 (r463156) @@ -0,0 +1,50 @@ +--- hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp.orig ++++ hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp +@@ -2569,13 +2569,35 @@ run: + + // this could definitely be cleaned up QQQ + Method* callee; +- Klass* iclass = cache->f1_as_klass(); +- // InstanceKlass* interface = (InstanceKlass*) iclass; ++ Method *interface_method = cache->f2_as_interface_method(); ++ InstanceKlass* iclass = interface_method->method_holder(); ++ + // get receiver + int parms = cache->parameter_size(); + oop rcvr = STACK_OBJECT(-parms); + CHECK_NULL(rcvr); + InstanceKlass* int2 = (InstanceKlass*) rcvr->klass(); ++ ++ // Receiver subtype check against resolved interface klass (REFC). ++ { ++ Klass* refc = cache->f1_as_klass(); ++ itableOffsetEntry* scan; ++ for (scan = (itableOffsetEntry*) int2->start_of_itable(); ++ scan->interface_klass() != NULL; ++ scan++) { ++ if (scan->interface_klass() == refc) { ++ break; ++ } ++ } ++ // Check that the entry is non-null. A null entry means ++ // that the receiver class doesn't implement the ++ // interface, and wasn't the same as when the caller was ++ // compiled. ++ if (scan->interface_klass() == NULL) { ++ VM_JAVA_ERROR(vmSymbols::java_lang_IncompatibleClassChangeError(), "", note_no_trap); ++ } ++ } ++ + itableOffsetEntry* ki = (itableOffsetEntry*) int2->start_of_itable(); + int i; + for ( i = 0 ; i < int2->itable_length() ; i++, ki++ ) { +@@ -2587,7 +2609,8 @@ run: + if (i == int2->itable_length()) { + VM_JAVA_ERROR(vmSymbols::java_lang_IncompatibleClassChangeError(), "", note_no_trap); + } +- int mindex = cache->f2_as_index(); ++ int mindex = interface_method->itable_index(); ++ + itableMethodEntry* im = ki->first_method_entry(rcvr->klass()); + callee = im[mindex].method(); + if (callee == NULL) { From owner-svn-ports-head@freebsd.org Tue Feb 27 19:57:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 389A0F23192; Tue, 27 Feb 2018 19:57:58 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D9F716C94C; Tue, 27 Feb 2018 19:57:57 +0000 (UTC) (envelope-from lwhsu@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D4F9A744B; Tue, 27 Feb 2018 19:57:57 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RJvv3n073274; Tue, 27 Feb 2018 19:57:57 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RJvuQt073265; Tue, 27 Feb 2018 19:57:56 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201802271957.w1RJvuQt073265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 27 Feb 2018 19:57:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463157 - in head/sysutils: . snmp_exporter snmp_exporter/files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/sysutils: . snmp_exporter snmp_exporter/files X-SVN-Commit-Revision: 463157 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 19:57:58 -0000 Author: lwhsu Date: Tue Feb 27 19:57:56 2018 New Revision: 463157 URL: https://svnweb.freebsd.org/changeset/ports/463157 Log: Add sysutils/snmp_exporter, SNMP Exporter for Prometheus PR: 226223 Submitted by: Fabian Freyer Differential Revision: https://reviews.freebsd.org/D14526 Added: head/sysutils/snmp_exporter/ head/sysutils/snmp_exporter/Makefile (contents, props changed) head/sysutils/snmp_exporter/distinfo (contents, props changed) head/sysutils/snmp_exporter/files/ head/sysutils/snmp_exporter/files/generator.yml (contents, props changed) head/sysutils/snmp_exporter/files/patch-generator_main.go (contents, props changed) head/sysutils/snmp_exporter/files/pkg-message.in (contents, props changed) head/sysutils/snmp_exporter/files/snmp_exporter.in (contents, props changed) head/sysutils/snmp_exporter/pkg-descr (contents, props changed) head/sysutils/snmp_exporter/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Feb 27 19:49:00 2018 (r463156) +++ head/sysutils/Makefile Tue Feb 27 19:57:56 2018 (r463157) @@ -1130,6 +1130,7 @@ SUBDIR += smenu SUBDIR += smp_utils SUBDIR += snap + SUBDIR += snmp_exporter SUBDIR += snooze SUBDIR += snowlog SUBDIR += socket Added: head/sysutils/snmp_exporter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/snmp_exporter/Makefile Tue Feb 27 19:57:56 2018 (r463157) @@ -0,0 +1,37 @@ +# $FreeBSD$ + +PORTNAME= snmp_exporter +PORTVERSION= 0.9.0 +DISTVERSIONPREFIX=v +CATEGORIES= sysutils + +MAINTAINER= fabian.freyer@physik.tu-berlin.de +COMMENT= SNMP Exporter for Prometheus + +LICENSE= APACHE20 + +LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp + +USES= go +USE_GITHUB= yes +USE_RC_SUBR= snmp_exporter + +GH_ACCOUNT= prometheus + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} +GO_TARGET= github.com/${GH_ACCOUNT}/${PORTNAME} + +do-build: + (cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} install -v ${GO_TARGET}) + (cd ${GO_WRKSRC}/generator; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} install -v ${GO_TARGET}/generator) + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${GO_WRKSRC}/generator/main.go + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/snmp_exporter/ + ${INSTALL_DATA} ${FILESDIR}/generator.yml ${STAGEDIR}${PREFIX}/etc/snmp_exporter/generator.yml + ${INSTALL_PROGRAM} ${WRKDIR}/bin/snmp_exporter ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKDIR}/bin/generator ${STAGEDIR}${PREFIX}/bin/snmp_exporter_generator + +.include Added: head/sysutils/snmp_exporter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/snmp_exporter/distinfo Tue Feb 27 19:57:56 2018 (r463157) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519669975 +SHA256 (prometheus-snmp_exporter-v0.9.0_GH0.tar.gz) = ac508e8cda680cc46638c68fe71a91df012e3274fb99460fd2866637b51591fd +SIZE (prometheus-snmp_exporter-v0.9.0_GH0.tar.gz) = 3257207 Added: head/sysutils/snmp_exporter/files/generator.yml ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/snmp_exporter/files/generator.yml Tue Feb 27 19:57:56 2018 (r463157) @@ -0,0 +1,23 @@ +modules: + # Default IF-MIB interfaces table with ifIndex. + if_mib: + walk: [sysUpTime, interfaces, ifXTable] + # Interfaces if ifAlias is unique. + if_mib_ifalias: + walk: [sysUpTime, interfaces, ifXTable] + lookups: + - old_index: ifIndex + new_index: ifAlias + # Interfaces if ifDescr is unique. + if_mib_ifdescr: + walk: [sysUpTime, interfaces, ifXTable] + lookups: + - old_index: ifIndex + new_index: ifDescr + # Interfaces if ifName is unique. + if_mib_ifname: + walk: [sysUpTime, interfaces, ifXTable] + lookups: + - old_index: ifIndex + # Use OID to avoid conflict with Netscaler NS-ROOT-MIB. + new_index: 1.3.6.1.2.1.31.1.1.1.1 # ifName Added: head/sysutils/snmp_exporter/files/patch-generator_main.go ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/snmp_exporter/files/patch-generator_main.go Tue Feb 27 19:57:56 2018 (r463157) @@ -0,0 +1,20 @@ +--- generator/main.go.orig 2018-02-26 16:03:57 UTC ++++ generator/main.go +@@ -21,7 +21,7 @@ func generateConfig(nodes *Node, nameToN + log.Fatal("Unable to determine absolute path for output") + } + +- content, err := ioutil.ReadFile("generator.yml") ++ content, err := ioutil.ReadFile("/usr/local/etc/snmp_exporter/generator.yml") + if err != nil { + log.Fatalf("Error reading yml config: %s", err) + } +@@ -65,7 +65,7 @@ func generateConfig(nodes *Node, nameToN + + var ( + generateCommand = kingpin.Command("generate", "Generate snmp.yml from generator.yml") +- outputPath = generateCommand.Flag("output-path", "Path to to write resulting config file").Default("snmp.yml").Short('o').String() ++ outputPath = generateCommand.Flag("output-path", "Path to to write resulting config file").Default("/usr/local/etc/snmp_exporter/snmp.yml").Short('o').String() + parseErrorsCommand = kingpin.Command("parse_errors", "Debug: Print the parse errors output by NetSNMP") + dumpCommand = kingpin.Command("dump", "Debug: Dump the parsed and prepared MIBs") + ) Added: head/sysutils/snmp_exporter/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/snmp_exporter/files/pkg-message.in Tue Feb 27 19:57:56 2018 (r463157) @@ -0,0 +1,7 @@ +To generate the snmp.yml configuration file for snmp_exporter, +edit %%ETCDIR%%/generator.yml and add relevant MIBs, then run + + snmp_exporter_generator generate + +To run snmp_exporter, set the snmp_exporter_enable="YES" rcvar +and point your prometheus instance at port 9116. Added: head/sysutils/snmp_exporter/files/snmp_exporter.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/snmp_exporter/files/snmp_exporter.in Tue Feb 27 19:57:56 2018 (r463157) @@ -0,0 +1,61 @@ +#!/bin/sh + +# $FreeBSD$ + +# PROVIDE: snmp_exporter +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# snmp_exporter_enable (bool): Set to NO by default. +# Set it to YES to enable snmp_exporter. +# snmp_exporter_user (string): Set user that snmp_exporter will run under +# Default is "nobody". +# snmp_exporter_group (string): Set group that snmp_exporter will run under +# Default is "nobody". +# snmp_exporter_args (string): Set extra arguments to pass to snmp_exporter +# Default is "". +# snmp_exporter_listen_address (string):Set ip:port that snmp_exporter will listen on +# Default is ":9116". +# snmp_exporter_config_file (string) Set the location of the snmp_exporter config +# configuration file. +# Default is "%%PREFIX%%/etc/snmp_exporter/snmp.yml" + +. /etc/rc.subr + +name=snmp_exporter +rcvar=snmp_exporter_enable + +load_rc_config $name + +: ${snmp_exporter_enable:="NO"} +: ${snmp_exporter_user:="nobody"} +: ${snmp_exporter_group:="nobody"} +: ${snmp_exporter_args:=""} +: ${snmp_exporter_listen_address:=":9116"} +: ${snmp_exporter_config_file:="%%PREFIX%%/etc/snmp_exporter/snmp.yml"} + +pidfile=/var/run/snmp_exporter.pid +command="/usr/sbin/daemon" +procname="%%PREFIX%%/bin/snmp_exporter" +command_args="-p ${pidfile} /usr/bin/env ${procname} \ + --web.listen-address=${snmp_exporter_listen_address} \ + --config.file=${snmp_exporter_config_file} \ + ${snmp_exporter_args}" + +start_precmd=snmp_exporter_startprecmd + +snmp_exporter_startprecmd() +{ + if [ ! -e ${pidfile} ]; then + install -o ${snmp_exporter_user} -g ${snmp_exporter_group} /dev/null ${pidfile}; + fi + if [ ! -d ${snmp_exporter_textfile_dir} ]; then + install -d -o ${snmp_exporter_user} -g ${snmp_exporter_group} -m 1755 ${snmp_exporter_textfile_dir} + fi +} + +load_rc_config $name +run_rc_command "$1" Added: head/sysutils/snmp_exporter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/snmp_exporter/pkg-descr Tue Feb 27 19:57:56 2018 (r463157) @@ -0,0 +1,5 @@ +snmp_exporter is a prometheus exporter for information +gathered from SNMP for use by the Prometheus monitoring +system. + +WWW: https://github.com/prometheus/snmp_exporter Added: head/sysutils/snmp_exporter/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/snmp_exporter/pkg-plist Tue Feb 27 19:57:56 2018 (r463157) @@ -0,0 +1,3 @@ +bin/snmp_exporter +bin/snmp_exporter_generator +%%ETCDIR%%/generator.yml From owner-svn-ports-head@freebsd.org Tue Feb 27 20:03:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FAE0F2393D; Tue, 27 Feb 2018 20:03:58 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF3306CE6D; Tue, 27 Feb 2018 20:03:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B03CF7612; Tue, 27 Feb 2018 20:03:57 +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 w1RK3vAo077965; Tue, 27 Feb 2018 20:03:57 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RK3vap077963; Tue, 27 Feb 2018 20:03:57 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201802272003.w1RK3vap077963@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 27 Feb 2018 20:03:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463158 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 463158 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 20:03:58 -0000 Author: riggs Date: Tue Feb 27 20:03:56 2018 New Revision: 463158 URL: https://svnweb.freebsd.org/changeset/ports/463158 Log: Document CVE-2018-1304 and CVE-2018-1305 in Apache Tomcat Submitted by: Roger Marquis via e-mail Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 27 19:57:56 2018 (r463157) +++ head/security/vuxml/vuln.xml Tue Feb 27 20:03:56 2018 (r463158) @@ -58,6 +58,51 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + tomcat -- Security constraints ignored or applied too late + + + tomcat + 7.0.07.0.84 + 8.0.08.0.49 + 8.5.08.5.27 + 9.0.09.0.4 + + + + +

The Apache Software Foundation reports:

+
+

Security constraints defined by annotations of Servlets were only + applied once a Servlet had been loaded. Because security constraints + defined in this way apply to the URL pattern and any URLs below that + point, it was possible - depending on the order Servlets were loaded - + for some security constraints not to be applied. This could have exposed + resources to users who were not authorised to access them.

+
+
+

The URL pattern of "" (the empty string) which exactly maps to the + context root was not correctly handled when used as part of a security + constraint definition. This caused the constraint to be ignored. It was, + therefore, possible for unauthorised users to gain access to web + application resources that should have been protected. Only security + constraints with a URL pattern of the empty string were affected.

+
+ +
+ + http://tomcat.apache.org/security-9.html + http://tomcat.apache.org/security-8.html + http://tomcat.apache.org/security-7.html + CVE-2018-1304 + CVE-2018-1305 + + + 2018-02-23 + 2018-02-23 + +
+ shibboleth-sp -- vulnerable to forged user attribute data From owner-svn-ports-head@freebsd.org Tue Feb 27 20:13:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00E9BF24742; Tue, 27 Feb 2018 20:13:49 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 422F56D5FD; Tue, 27 Feb 2018 20:13:47 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with ESMTPA id qld5ej50wXziTqld6emKzJ; Tue, 27 Feb 2018 13:13:41 -0700 X-Authority-Analysis: v=2.3 cv=X6B81lbe c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=Op4juWPpsa0A:10 a=6I5d2MoRAAAA:8 a=ovAbzZjOAAAA:8 a=P8gKjBvCAAAA:8 a=YxBL1-UpAAAA:8 a=rUIrQJ3m0Oj3Yxhkg5IA:9 a=CjuIK1q_8ugA:10 a=vRcdKC0ogzYA:10 a=9vdsOdmV9skA:10 a=IjZwj45LgO3ly-622nXo:22 a=t6_raz16ktxcDM4iv86b:22 a=Mjf4nzpP8sS259UipmqS:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id C31908A2; Tue, 27 Feb 2018 12:13:38 -0800 (PST) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id w1RKDM9b005716; Tue, 27 Feb 2018 12:13:22 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id w1RKDMCS005713; Tue, 27 Feb 2018 12:13:22 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201802272013.w1RKDMCS005713@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Jan Beich cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463046 - head/sysutils/smartmontools/files In-Reply-To: Message from Jan Beich of "Tue, 27 Feb 2018 17:40:40 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Feb 2018 12:13:22 -0800 X-CMAE-Envelope: MS4wfOmF4g7/D5GWjua0IlmNCSU0go3rDw0ZsHDKogVfA0h2B7mFg5ZZZ1+M2q3Io54Zpy9N2NF5DOo8YWQrulPlIgLGscWkruLTvu9cJd7KMd3Fm1KHKRcv neKEASQpNE23Dd2n9MxSImutW4iat6BkkelR8pOxTK4xcTfugQvF9GXDN3OYbU31iC/gKWU3P4CAfdfmCbXbTqAZsIXbocLhyIckiHus7y4oCBvFqmqkdHlC Xq3Ko23xwaI5Nmpe53E45Wy8tH6K/woa2piWkfBvfceKxmzo7258TsW7oBm8P2Hsrk4J0PgUJdHlBx7G1IEy3FkjCFpNVSpxCoI6FbNeyuj9Ecp6i0wEXs5V ypEBOTa9 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 20:13:49 -0000 In message , Jan Beich writes: > Cy Schubert writes: > > > Author: cy > > Date: Mon Feb 26 20:19:51 2018 > > New Revision: 463046 > > URL: https://svnweb.freebsd.org/changeset/ports/463046 > > > > Log: > > Fix build under -CURRENT following Sr329824. > > > > This commit does not address big endian support, which will be addressed > > by a separate revision and commit. This commit (and revision) only > > addresses build breakage due to Sr329824. > > > > Approved by: imp, wma, kan, mst_semihalf.com (Michal Stanek) > > Differential Revision: https://reviews.freebsd.org/D14483 > > This commit broke build for any FreeBSD version except -CURRENT. > https://lists.freebsd.org/pipermail/freebsd-ports/2018-February/112687.html > > 10.3 amd64 - https://clbin.com/T63ha > 10.3 i386 - https://clbin.com/05E80 > 10.4 amd64 - https://clbin.com/fWcEF > 10.4 i386 - https://clbin.com/wTjgZ > 11.1 amd64 - https://clbin.com/eBMbi > 11.1 i386 - https://clbin.com/o6yeN Oops. Sorry. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-head@freebsd.org Tue Feb 27 20:14:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96B47F24844; Tue, 27 Feb 2018 20:14:25 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F2A5B6D718; Tue, 27 Feb 2018 20:14:24 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with ESMTPA id qldfe8dksYxCTqldgerHHr; Tue, 27 Feb 2018 13:14:17 -0700 X-Authority-Analysis: v=2.3 cv=cav8UELM c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=Op4juWPpsa0A:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=yBdDvh8niuKs_aYorCcA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTPS id D9A418B2; Tue, 27 Feb 2018 12:14:14 -0800 (PST) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id w1RKDwX6005733; Tue, 27 Feb 2018 12:13:58 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id w1RKDwFx005730; Tue, 27 Feb 2018 12:13:58 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201802272013.w1RKDwFx005730@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Mathieu Arnold cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463148 - head/sysutils/smartmontools/files In-Reply-To: Message from Mathieu Arnold of "Tue, 27 Feb 2018 18:05:47 +0000." <201802271805.w1RI5l0l017307@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Feb 2018 12:13:58 -0800 X-CMAE-Envelope: MS4wfJl4R05AYeDW727RV/yUsnhk77ZkG16+cUfIo5KUrLm9birYh+jTDOoxnlW0FUoopJzw76wSqNRUAMGk6GgGXwP5QsVjGggFPYEAecutiUoJeYnvTY98 Kxpll3xR6KUhIAeRKHaBOyx9eZ/350OWZTe/Glu54xeIIU0UqHyua89LoAuCZ1QKSIq4fQvHNlcyizSFvVCVKx5rhDYY9Oh8XNwxGbK++j9N4yz+k3kS8vqx xsA4/kocHdBf2lr9XkAT7Sl9CXbkYnrsB/vcE/bT2gHV1961kQqPQfDzKQ4birsrtlB6jXJq4DkAs9syQ3NSMg== X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 20:14:25 -0000 In message <201802271805.w1RI5l0l017307@repo.freebsd.org>, Mathieu Arnold write s: > Author: mat > Date: Tue Feb 27 18:05:47 2018 > New Revision: 463148 > URL: https://svnweb.freebsd.org/changeset/ports/463148 > > Log: > Fix build. > > Sponsored by: Absolight > > Modified: > head/sysutils/smartmontools/files/patch-os__freebsd.cpp (contents, props > changed) > > Modified: head/sysutils/smartmontools/files/patch-os__freebsd.cpp > ============================================================================= > = > --- head/sysutils/smartmontools/files/patch-os__freebsd.cpp Tue Feb 27 17:0 > 8:21 2018 (r463147) > +++ head/sysutils/smartmontools/files/patch-os__freebsd.cpp Tue Feb 27 18:0 > 5:47 2018 (r463148) > @@ -25,7 +25,7 @@ > +#if __FreeBSD_version >= 1200058 > + pt.cmd.opc_fuse = NVME_CMD_SET_OPC(in.opcode); > +#else > -+ pt.cmd.opc_fuse = in.opcode; > ++ pt.cmd.opc = in.opcode; > +#endif > pt.cmd.nsid = in.nsid; > pt.buf = in.buffer; > Thank you. Pointy hat to: cy -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-head@freebsd.org Tue Feb 27 20:15:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDF40F24A26; Tue, 27 Feb 2018 20:15:40 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 712F06D887; Tue, 27 Feb 2018 20:15:40 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 531AD77BC; Tue, 27 Feb 2018 20:15:40 +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 w1RKFeRp083053; Tue, 27 Feb 2018 20:15:40 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RKFeiQ083051; Tue, 27 Feb 2018 20:15:40 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201802272015.w1RKFeiQ083051@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 27 Feb 2018 20:15:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463159 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 463159 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 20:15:41 -0000 Author: riggs Date: Tue Feb 27 20:15:39 2018 New Revision: 463159 URL: https://svnweb.freebsd.org/changeset/ports/463159 Log: Document multiple vulnerabilities in chromium 64.0.3282.119 Reported by: Tommi Pernila (via e-mail) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 27 20:03:56 2018 (r463158) +++ head/security/vuxml/vuln.xml Tue Feb 27 20:15:39 2018 (r463159) @@ -58,6 +58,82 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + chromium -- multiple vulnerabilities + + + chromium + 64.0.3282.119 + + + + +

Google Chrome Releases reports:

+
+

Several security fixes in this release, including:

+
    +
  • [780450] High CVE-2018-6031: Use after free in PDFium. Reported by Anonymous on 2017-11-01
  • +
  • [787103] High CVE-2018-6032: Same origin bypass in Shared Worker. Reported by Jun Kokatsu (@shhnjk) on 2017-11-20
  • +
  • [793620] High CVE-2018-6033: Race when opening downloaded files. Reported by Juho Nurminen on 2017-12-09
  • +
  • [784183] Medium CVE-2018-6034: Integer overflow in Blink. Reported by Tobias Klein (www.trapkit.de) on 2017-11-12
  • +
  • [797500] Medium CVE-2018-6035: Insufficient isolation of devtools from extensions. Reported by Rob Wu on 2017-12-23
  • +
  • [797500] Medium CVE-2018-6035: Insufficient isolation of devtools from extensions. Reported by Rob Wu on 2017-12-23
  • +
  • [753645] Medium CVE-2018-6037: Insufficient user gesture requirements in autofill. Reported by Paul Stone of Context Information Security on + 2017-08-09
  • +
  • [774174] Medium CVE-2018-6038: Heap buffer overflow in WebGL. Reported by cloudfuzzer on 2017-10-12
  • +
  • [775527] Medium CVE-2018-6039: XSS in DevTools. Reported by Juho Nurminen on 2017-10-17
  • +
  • [778658] Medium CVE-2018-6040: Content security policy bypass. Reported by WenXu Wu of Tencent's Xuanwu Lab on 2017-10-26
  • +
  • [760342] Medium CVE-2018-6041: URL spoof in Navigation. Reported by Luan Herrera on 2017-08-29
  • +
  • [773930] Medium CVE-2018-6042: URL spoof in OmniBox. Reported by Khalil Zhani on 2017-10-12
  • +
  • [785809] Medium CVE-2018-6043: Insufficient escaping with external URL handlers. Reported by 0x09AL on 2017-11-16
  • +
  • [797497] Medium CVE-2018-6045: Insufficient isolation of devtools from extensions. Reported by Rob Wu on 2017-12-23
  • +
  • [798163] Medium CVE-2018-6046: Insufficient isolation of devtools from extensions. Reported by Rob Wu on 2017-12-31
  • +
  • [799847] Medium CVE-2018-6047: Cross origin URL leak in WebGL. Reported by Masato Kinugawa on 2018-01-08
  • +
  • [763194] Low CVE-2018-6048: Referrer policy bypass in Blink. Reported by Jun Kokatsu (@shhnjk) on 2017-09-08
  • +
  • [771848] Low CVE-2017-15420: URL spoofing in Omnibox. Reported by Drew Springall (@_aaspring_) on 2017-10-05
  • +
  • [774438] Low CVE-2018-6049: UI spoof in Permissions. Reported by WenXu Wu of Tencent's Xuanwu Lab on 2017-10-13
  • +
  • [774842] Low CVE-2018-6050: URL spoof in OmniBox. Reported by Jonathan Kew on 2017-10-15
  • +
  • [441275] Low CVE-2018-6051: Referrer leak in XSS Auditor. Reported by Antonio Sanso (@asanso) on 2014-12-11
  • +
  • [615608] Low CVE-2018-6052: Incomplete no-referrer policy implementation. Reported by Tanner Emek on 2016-05-28
  • +
  • [758169] Low CVE-2018-6053: Leak of page thumbnails in New Tab Page. Reported by Asset Kabdenov on 2017-08-23
  • +
  • [797511] Low CVE-2018-6054: Use after free in WebUI. Reported by Rob Wu on 2017-12-24
  • +
+
+ +
+ + CVE-2018-6031 + CVE-2018-6032 + CVE-2018-6033 + CVE-2018-6034 + CVE-2018-6035 + CVE-2018-6036 + CVE-2018-6037 + CVE-2018-6038 + CVE-2018-6039 + CVE-2018-6040 + CVE-2018-6041 + CVE-2018-6042 + CVE-2018-6043 + CVE-2018-6045 + CVE-2018-6046 + CVE-2018-6047 + CVE-2018-6048 + CVE-2017-15420 + CVE-2018-6049 + CVE-2018-6050 + CVE-2018-6051 + CVE-2018-6052 + CVE-2018-6053 + CVE-2018-6054 + https://chromereleases.googleblog.com/2018/01/stable-channel-update-for-desktop_24.html + + + 2017-08-09 + 2018-02-27 + +
+ tomcat -- Security constraints ignored or applied too late From owner-svn-ports-head@freebsd.org Tue Feb 27 20:22:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8933F25532; Tue, 27 Feb 2018 20:22:56 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C8FC6E049; Tue, 27 Feb 2018 20:22:56 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 776997952; Tue, 27 Feb 2018 20:22:56 +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 w1RKMuIU087874; Tue, 27 Feb 2018 20:22:56 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RKMuMT087872; Tue, 27 Feb 2018 20:22:56 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201802272022.w1RKMuMT087872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 27 Feb 2018 20:22:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463160 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 463160 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 20:22:56 -0000 Author: riggs Date: Tue Feb 27 20:22:55 2018 New Revision: 463160 URL: https://svnweb.freebsd.org/changeset/ports/463160 Log: Document CVE-2018-6056 in chromium 64.0.3282.167 Reported by: Tommi Pernila (via e-mail) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 27 20:15:39 2018 (r463159) +++ head/security/vuxml/vuln.xml Tue Feb 27 20:22:55 2018 (r463160) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + chromium -- vulnerability + + + chromium + 64.0.3282.167 + + + + +

Google Chrome Releases reports:

+
+

1 security fix in this release:

+
    +
  • [806388] High CVE-2018-6056: Incorrect derived class instantiation in V8. Reported by lokihardt of Google Project Zero on 2018-01-26
  • +
+
+ +
+ + CVE-2018-6056 + https://chromereleases.googleblog.com/2018/02/stable-channel-update-for-desktop_13.html + + + 2018-01-26 + 2018-02-27 + +
+ chromium -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Tue Feb 27 20:55:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AB3BF2812A; Tue, 27 Feb 2018 20:55:29 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0EBE26F5D5; Tue, 27 Feb 2018 20:55:29 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 093D37E4F; Tue, 27 Feb 2018 20:55:29 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RKtSoK003074; Tue, 27 Feb 2018 20:55:28 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RKtS5k003071; Tue, 27 Feb 2018 20:55:28 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201802272055.w1RKtS5k003071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 27 Feb 2018 20:55:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463161 - in head/net/ipxe: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/net/ipxe: . files X-SVN-Commit-Revision: 463161 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 20:55:29 -0000 Author: tobik Date: Tue Feb 27 20:55:28 2018 New Revision: 463161 URL: https://svnweb.freebsd.org/changeset/ports/463161 Log: net/ipxe: Update to latest commit - Make ISO creation optional - Remove support for IPXE_EMBED and IPXE_TRUST. They can be passed directly via IPXE_MAKE_ARGS in make.conf, Makefile.local or similar instead: IPXE_MAKE_ARGS= EMBED=${.CURDIR}/ipxe-script - Add support for setting iPXE build options via IPXE_BUILDCFG - Enable serial console, ping and poweroff commands Added: head/net/ipxe/files/patch-util_elf2efi.c (contents, props changed) Deleted: head/net/ipxe/files/patch-config_general.h head/net/ipxe/ipxestart.example Modified: head/net/ipxe/Makefile head/net/ipxe/distinfo Modified: head/net/ipxe/Makefile ============================================================================== --- head/net/ipxe/Makefile Tue Feb 27 20:22:55 2018 (r463160) +++ head/net/ipxe/Makefile Tue Feb 27 20:55:28 2018 (r463161) @@ -1,10 +1,8 @@ # Created by: Guerkan Karaman # $FreeBSD$ -# With helpful hints from net/gpxe - PORTNAME= ipxe -PORTVERSION= 20180117 +PORTVERSION= 20180220 CATEGORIES= net MAINTAINER= tobik@FreeBSD.org @@ -12,9 +10,8 @@ COMMENT= Open source network boot firmware LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/share/syslinux/bios/core/isolinux.bin:sysutils/syslinux \ - bash:shells/bash \ - mkisofs:sysutils/cdrtools +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= not yet ported to anything other than amd64/i386 USES= gmake perl5 shebangfix USE_BINUTILS= yes @@ -28,12 +25,13 @@ USE_GITHUB= yes # A: iPXE uses a rolling release model, in which every commit is intended # to be production-ready. You should always use the latest code. # -GH_TAGNAME= fbe8c52d0d9cdb3d6f5fe8be8edab54618becc1f +GH_TAGNAME= 47849be3a900c546cf92066849be0806f4e611d9 USE_PERL5= build -MAKE_ARGS= PERL=${PERL} \ +ALL_TARGET= bin/ipxe.dsk bin/ipxe.lkrn bin/ipxe.pxe bin/ipxe.usb +MAKE_ARGS= HOST_CC=${CC} \ + PERL=${PERL} \ CC=${CC} \ - HOST_CC=${CC} \ AS=${AS} \ LD=${LD} \ SIZE=${SIZE} \ @@ -42,60 +40,63 @@ MAKE_ARGS= PERL=${PERL} \ OBJCOPY=${OBJCOPY} \ NM=${NM} \ OBJDUMP=${OBJDUMP} \ + ARCH=${ARCH:S/amd64/i386/} \ NO_WERROR=1 \ V=1 \ - ISOLINUX_BIN="${WRKSRC}/isolinux.bin" \ - LDLINUX_C32="${LOCALBASE}/share/syslinux/bios/com32/elflink/ldlinux/ldlinux.c32" -WRKSRC_SUBDIR= src + ${IPXE_MAKE_ARGS} +PLIST_FILES= ${ALL_TARGET:S@^bin/@${DATADIR}/@} SHEBANG_FILES= util/geniso util/gensdsk +SUB_FILES= pkg-message +WRKSRC_SUBDIR= src -PLIST_FILES= %%DATADIR%%/ipxe.dsk \ - %%DATADIR%%/ipxe.usb \ - %%DATADIR%%/ipxe.iso \ - %%DATADIR%%/ipxe.pxe \ - %%DATADIR%%/ipxe.lkrn +# Possible options are listed in ${WRKSRC}/config/*.h and +# http://ipxe.org/buildcfg. Add a ! prefix to an option to undef it +# i.e. turn it off. +_IPXE_BUILDCFG= branding:PRODUCT_NAME="${PKGNAME} (${OPSYS} ${OSREL}/${ARCH})" \ + console:CONSOLE_SERIAL \ + console:KEYBOARD_MAP=us \ + general:!DOWNLOAD_PROTO_FTP \ + general:DOWNLOAD_PROTO_HTTPS \ + general:DOWNLOAD_PROTO_NFS \ + general:IMAGE_TRUST_CMD \ + general:NET_PROTO_IPV6 \ + general:PING_CMD \ + general:POWEROFF_CMD -SUB_FILES= pkg-message +OPTIONS_DEFAULT= ISO +OPTIONS_DEFINE= ISO -.include +ISO_DESC= Create bootable CD image -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= not yet ported to anything other than amd64/i386 +ISO_ALL_TARGET= bin/ipxe.iso +ISO_BUILD_DEPENDS= bash:shells/bash \ + ${LOCALBASE}/share/syslinux/bios/core/isolinux.bin:sysutils/syslinux \ + mkisofs:sysutils/cdrtools +ISO_MAKE_ARGS= ISOLINUX_BIN="${WRKSRC}/isolinux.bin" \ + LDLINUX_C32="${LOCALBASE}/share/syslinux/bios/com32/elflink/ldlinux/ldlinux.c32" -.if ${ARCH} == "amd64" -MAKE_ARGS+= ARCH=i386 -.endif +.include -IPXE_EMBED?= # Allows embedding of iPXE start scripts -.if ${IPXE_EMBED} != "" -MAKE_ARGS+= EMBED="${IPXE_EMBED}" -.endif +# Add user supplied build configuration after port options etc have +# been processed as they might want to overwrite some settings. +_IPXE_BUILDCFG+= ${IPXE_BUILDCFG} -IPXE_TRUST?= # Path to the root certificates iPXE trusts -.if ${IPXE_TRUST} != "" -MAKE_ARGS+= TRUST="${IPXE_TRUST}" +do-configure: +.for _cat _opt in ${_IPXE_BUILDCFG:C/\:/ /} + @${ECHO_CMD} '#undef ${_opt:S/^!//:C/(.*)=(.*)/\1/}' >> ${WRKSRC}/config/local/${_cat}.h +.if ${_opt:N!*} + @${ECHO_CMD} '#define ${_opt:C/=/ /:S/^'//:S/'$//}' >> ${WRKSRC}/config/local/${_cat}.h .endif +.endfor -pre-everything:: - @${ECHO_MSG} "To build iPXE with an embedded script (path must be absolute):" - @${ECHO_MSG} "make IPXE_EMBED=/path/to/ipxe/script install clean" - @${ECHO_MSG} - @${ECHO_MSG} "To build iPXE with new trusted root certificates" - @${ECHO_MSG} "(see http://ipxe.org/crypto for more information):" - @${ECHO_MSG} "make IPXE_TRUST=/path/to/ca1.crt,/path/to/ca2.crt" - -pre-build: +pre-build-ISO-on: # ISO creation fails if isolinux.bin is read only ${INSTALL} -m 644 ${LOCALBASE}/share/syslinux/bios/core/isolinux.bin ${WRKSRC}/isolinux.bin do-install: @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/bin/ipxe.dsk ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/bin/ipxe.usb ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/bin/ipxe.iso ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/bin/ipxe.pxe ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/bin/ipxe.lkrn ${STAGEDIR}${DATADIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${ALL_TARGET} ${STAGEDIR}${DATADIR} -.include +.include RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*} Modified: head/net/ipxe/distinfo ============================================================================== --- head/net/ipxe/distinfo Tue Feb 27 20:22:55 2018 (r463160) +++ head/net/ipxe/distinfo Tue Feb 27 20:55:28 2018 (r463161) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516720491 -SHA256 (ipxe-ipxe-20180117-fbe8c52d0d9cdb3d6f5fe8be8edab54618becc1f_GH0.tar.gz) = f17e9aa91be92556b64e0eefbc1c20e28dec6cbeee7c25faa80ef558eb3dfb77 -SIZE (ipxe-ipxe-20180117-fbe8c52d0d9cdb3d6f5fe8be8edab54618becc1f_GH0.tar.gz) = 3768828 +TIMESTAMP = 1519713504 +SHA256 (ipxe-ipxe-20180220-47849be3a900c546cf92066849be0806f4e611d9_GH0.tar.gz) = 00c5e40965af555009fc29d7b640e3cecddd25ca2e930a2dcaa0e2bd366a36c1 +SIZE (ipxe-ipxe-20180220-47849be3a900c546cf92066849be0806f4e611d9_GH0.tar.gz) = 3769882 Added: head/net/ipxe/files/patch-util_elf2efi.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ipxe/files/patch-util_elf2efi.c Tue Feb 27 20:55:28 2018 (r463161) @@ -0,0 +1,11 @@ +--- util/elf2efi.c.orig 2018-02-27 10:48:55 UTC ++++ util/elf2efi.c +@@ -73,7 +73,7 @@ + #define ELF_MREL( mach, type ) ( (mach) | ( (type) << 16 ) ) + + /* Allow for building with older versions of elf.h */ +-#ifndef EM_AARCH64 ++#if !defined(EM_AARCH64) || defined(__FreeBSD__) + #define EM_AARCH64 183 + #define R_AARCH64_NONE 0 + #define R_AARCH64_ABS64 257 From owner-svn-ports-head@freebsd.org Tue Feb 27 20:56:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51944F281BE; Tue, 27 Feb 2018 20:56:04 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E3B996F6C7; Tue, 27 Feb 2018 20:56:03 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id A9687BDD2F; Tue, 27 Feb 2018 21:56:01 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 01DEFBDD1E; Tue, 27 Feb 2018 21:56:00 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id A226EA71D2B3; Tue, 27 Feb 2018 21:56:00 +0100 (CET) Date: Tue, 27 Feb 2018 21:56:00 +0100 From: Mathieu Arnold To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463155 - head/audio/musicpc Message-ID: <20180227205600.zw4dbhchpv7xpw73@atuin.in.mat.cc> References: <201802271938.w1RJcagt062738@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="56bxkgforurppzyi" Content-Disposition: inline In-Reply-To: <201802271938.w1RJcagt062738@repo.freebsd.org> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 20:56:04 -0000 --56bxkgforurppzyi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 27, 2018 at 07:38:36PM +0000, Yuri Victorovich wrote: > Modified: head/audio/musicpc/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/audio/musicpc/Makefile Tue Feb 27 19:33:35 2018 (r463154) > +++ head/audio/musicpc/Makefile Tue Feb 27 19:38:36 2018 (r463155) > @@ -16,14 +16,14 @@ LICENSE_FILE=3D ${WRKSRC}/COPYING > LIB_DEPENDS=3D libmpdclient.so:audio/libmpdclient > =20 > USES=3D meson pkgconfig python tar:xz This too ^^^^^^ > -MANPAGES_USES=3D python > +MANPAGES_USES=3D python:env --=20 Mathieu Arnold --56bxkgforurppzyi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJalcXgXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IhoMQAJHq3dRc62pkBpYzdUFOlP9J fk1U7xh5YO1qTpgKIk7vB/uu9ElyI/ZK79v4AgNZcuyiC3u4lVEJNMvgF4m1fkXP iv/Wiu2BcpCr1dlbrL43CHmrtvwvhnTzOsL+cNBS4PkNPX5yDiISjPUulSJQsLGH HJA24hK4xBLp+kX6YsGf7J4hLn30sbV4Ar8Zgz2yBusfcuju4GrLsm+J290JVy5c B6ii5ho8vg6YKd9RuuS4011vRIZ8P9xx1RjXlL7PfakgC8jiPqYPMrau9GwCPbbi bI7yFNtWu3BBJoLmNIj8nIINaqdPV3RuWOWRzgYMu8zJTniHainDJ5GNbpaLVc2d w0R/s/kLluDq9D4MuPBg7NOvOvOBzgE8PxqW6dIHYslmDwVRpfJXMnyTM9P8C2Mc oQ92GWk+kk28ivwJuho0+ZfNnrfUueIM4qxnpPCz/Qd+mBuN2AvMCohsXvnQtf6e ArBs220R5P5FYZIz1lG3h6ea9f6kneBCOMf0P/VzhFf2Kx4da0PdDjc5Mu2rOfZm 5TAecCPrOnC64cUoJOcsIe5yZ1cLqkGvnBiD87ItP7JJQ3uKwCyX4PVAwzWMRELD 2IygEclYQZU3C6ZtGVy7DfAkWUcrnmEvGKaddT5SBnrKNJSvOnp4LS7xeQOb4NKN r5i8bRbzfkCkt+dIBJlu =iTiv -----END PGP SIGNATURE----- --56bxkgforurppzyi-- From owner-svn-ports-head@freebsd.org Tue Feb 27 21:24:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0889EF2A6C4; Tue, 27 Feb 2018 21:24:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7DF07109B; Tue, 27 Feb 2018 21:24:21 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A2E3110359; Tue, 27 Feb 2018 21:24:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RLOLm5018725; Tue, 27 Feb 2018 21:24:21 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RLOLIo018724; Tue, 27 Feb 2018 21:24:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802272124.w1RLOLIo018724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 27 Feb 2018 21:24:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463163 - head/audio/musicpc X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/musicpc X-SVN-Commit-Revision: 463163 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 21:24:22 -0000 Author: yuri Date: Tue Feb 27 21:24:21 2018 New Revision: 463163 URL: https://svnweb.freebsd.org/changeset/ports/463163 Log: audio/musicpc: Rm forgotten USES=python Bumped because of the dependency change. Reported by: sunpoet, mat Approved by: tcberner (mentor, implicit) Modified: head/audio/musicpc/Makefile Modified: head/audio/musicpc/Makefile ============================================================================== --- head/audio/musicpc/Makefile Tue Feb 27 21:13:29 2018 (r463162) +++ head/audio/musicpc/Makefile Tue Feb 27 21:24:21 2018 (r463163) @@ -3,6 +3,7 @@ PORTNAME= musicpc DISTVERSION= 0.29 +PORTREVISION= 1 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpc/0/ DISTNAME= mpc-${PORTVERSION} @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpdclient.so:audio/libmpdclient -USES= meson pkgconfig python tar:xz +USES= meson pkgconfig tar:xz MESON_ARGS= --mandir=${MANPREFIX} PLIST_FILES= bin/mpc From owner-svn-ports-head@freebsd.org Tue Feb 27 22:03:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D36EBF2D84B; Tue, 27 Feb 2018 22:03:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E21E7312F; Tue, 27 Feb 2018 22:03:03 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7929510A20; Tue, 27 Feb 2018 22:03:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RM33Oi043573; Tue, 27 Feb 2018 22:03:03 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RM33Ye043571; Tue, 27 Feb 2018 22:03:03 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201802272203.w1RM33Ye043571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 27 Feb 2018 22:03:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463164 - in head/net/packetdrill: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net/packetdrill: . files X-SVN-Commit-Revision: 463164 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 22:03:04 -0000 Author: swills Date: Tue Feb 27 22:03:03 2018 New Revision: 463164 URL: https://svnweb.freebsd.org/changeset/ports/463164 Log: net/packetdrill: update to new snapshot Approved by: gnn Differential Revision: https://reviews.freebsd.org/D11600 Deleted: head/net/packetdrill/files/patch-platforms.h head/net/packetdrill/files/patch-symbols_freebsd.c Modified: head/net/packetdrill/Makefile (contents, props changed) head/net/packetdrill/distinfo (contents, props changed) Modified: head/net/packetdrill/Makefile ============================================================================== --- head/net/packetdrill/Makefile Tue Feb 27 21:24:21 2018 (r463163) +++ head/net/packetdrill/Makefile Tue Feb 27 22:03:03 2018 (r463164) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= packetdrill -PORTVERSION= 0.0.20161117 +PORTVERSION= 0.0.2018012501 CATEGORIES= net ipv6 MAINTAINER= gnn@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE= GPLv2 USES= bison uidfix USE_GITHUB= yes GH_ACCOUNT= freebsd-net -GH_TAGNAME= 570c391 +GH_TAGNAME= c046f1a WRKSRC_SUBDIR= gtests/net/packetdrill PLIST_FILES= bin/${PORTNAME} PORTDATA= packetdrill.el packetdrill.vim Modified: head/net/packetdrill/distinfo ============================================================================== --- head/net/packetdrill/distinfo Tue Feb 27 21:24:21 2018 (r463163) +++ head/net/packetdrill/distinfo Tue Feb 27 22:03:03 2018 (r463164) @@ -1,3 +1,3 @@ -TIMESTAMP = 1479423409 -SHA256 (freebsd-net-packetdrill-0.0.20161117-570c391_GH0.tar.gz) = d17e94c51a1710b1f14ce1ad17b799dc44859e5f49f0c5f31bcef3c02b30e50f -SIZE (freebsd-net-packetdrill-0.0.20161117-570c391_GH0.tar.gz) = 316668 +TIMESTAMP = 1519652245 +SHA256 (freebsd-net-packetdrill-0.0.2018012501-c046f1a_GH0.tar.gz) = d33c82c146083c0ea6df47b848d938d79e0cf47171dcbae47edf05f6dd95a383 +SIZE (freebsd-net-packetdrill-0.0.2018012501-c046f1a_GH0.tar.gz) = 326345 From owner-svn-ports-head@freebsd.org Tue Feb 27 22:34:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D534CF2FEF7; Tue, 27 Feb 2018 22:34:46 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 87E0A74953; Tue, 27 Feb 2018 22:34:46 +0000 (UTC) (envelope-from madpilot@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 82B2310F0F; Tue, 27 Feb 2018 22:34:46 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RMYkNR062719; Tue, 27 Feb 2018 22:34:46 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RMYkpB062716; Tue, 27 Feb 2018 22:34:46 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201802272234.w1RMYkpB062716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 27 Feb 2018 22:34:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463165 - head/audio/xfce4-pulseaudio-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/audio/xfce4-pulseaudio-plugin X-SVN-Commit-Revision: 463165 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 22:34:47 -0000 Author: madpilot Date: Tue Feb 27 22:34:45 2018 New Revision: 463165 URL: https://svnweb.freebsd.org/changeset/ports/463165 Log: - Update xfce4-pulseaudio-plugin to 0.3.5 - Remove wrong PORTSCOUT configuration (my fault) Modified: head/audio/xfce4-pulseaudio-plugin/Makefile head/audio/xfce4-pulseaudio-plugin/distinfo head/audio/xfce4-pulseaudio-plugin/pkg-plist Modified: head/audio/xfce4-pulseaudio-plugin/Makefile ============================================================================== --- head/audio/xfce4-pulseaudio-plugin/Makefile Tue Feb 27 22:03:03 2018 (r463164) +++ head/audio/xfce4-pulseaudio-plugin/Makefile Tue Feb 27 22:34:45 2018 (r463165) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-pulseaudio-plugin -PORTVERSION= 0.2.5 +PORTVERSION= 0.3.5 CATEGORIES= audio xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -16,8 +16,6 @@ LIB_DEPENDS= libpulse-mainloop-glib.so:audio/pulseaudi libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib RUN_DEPENDS= pavucontrol>=2.0:audio/pavucontrol - -PORTSCOUT= limit:^0\.2\. USES= gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3 GNU_CONFIGURE= yes Modified: head/audio/xfce4-pulseaudio-plugin/distinfo ============================================================================== --- head/audio/xfce4-pulseaudio-plugin/distinfo Tue Feb 27 22:03:03 2018 (r463164) +++ head/audio/xfce4-pulseaudio-plugin/distinfo Tue Feb 27 22:34:45 2018 (r463165) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495034696 -SHA256 (xfce4/xfce4-pulseaudio-plugin-0.2.5.tar.bz2) = 087441331240f8fca6cbcc2839251ad7e8d624fed7b4b7b4cd4e6938cb26c0b2 -SIZE (xfce4/xfce4-pulseaudio-plugin-0.2.5.tar.bz2) = 351062 +TIMESTAMP = 1519719685 +SHA256 (xfce4/xfce4-pulseaudio-plugin-0.3.5.tar.bz2) = 25e7bc414edf6e16140c31ca4e7dcedd4e17d40ea23a2921beb799fed11a99bb +SIZE (xfce4/xfce4-pulseaudio-plugin-0.3.5.tar.bz2) = 390084 Modified: head/audio/xfce4-pulseaudio-plugin/pkg-plist ============================================================================== --- head/audio/xfce4-pulseaudio-plugin/pkg-plist Tue Feb 27 22:03:03 2018 (r463164) +++ head/audio/xfce4-pulseaudio-plugin/pkg-plist Tue Feb 27 22:34:45 2018 (r463165) @@ -5,6 +5,10 @@ share/icons/hicolor/scalable/status/audio-volume-high- share/icons/hicolor/scalable/status/audio-volume-low-symbolic.svg share/icons/hicolor/scalable/status/audio-volume-medium-symbolic.svg share/icons/hicolor/scalable/status/audio-volume-muted-symbolic.svg +share/icons/hicolor/scalable/status/microphone-sensitivity-high-symbolic.svg +share/icons/hicolor/scalable/status/microphone-sensitivity-low-symbolic.svg +share/icons/hicolor/scalable/status/microphone-sensitivity-medium-symbolic.svg +share/icons/hicolor/scalable/status/microphone-sensitivity-muted-symbolic.svg share/locale/bg/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/ca/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/cs/LC_MESSAGES/xfce4-pulseaudio-plugin.mo @@ -14,12 +18,15 @@ share/locale/el/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/en_AU/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/es/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/fr/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/ga/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/gl/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/he/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/hr/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/hu/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/id/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/is/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/it/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/ja/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/kk/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/ko/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/lt/LC_MESSAGES/xfce4-pulseaudio-plugin.mo @@ -32,6 +39,7 @@ share/locale/pt/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/pt_BR/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/ru/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/sk/LC_MESSAGES/xfce4-pulseaudio-plugin.mo +share/locale/sl/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/sr/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/sv/LC_MESSAGES/xfce4-pulseaudio-plugin.mo share/locale/th/LC_MESSAGES/xfce4-pulseaudio-plugin.mo From owner-svn-ports-head@freebsd.org Tue Feb 27 23:13:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED9A7F32BAB; Tue, 27 Feb 2018 23:13:27 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A005E76400; Tue, 27 Feb 2018 23:13:27 +0000 (UTC) (envelope-from danilo@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A3D4115DB; Tue, 27 Feb 2018 23:13:27 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RNDRxc086947; Tue, 27 Feb 2018 23:13:27 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RNDR72086943; Tue, 27 Feb 2018 23:13:27 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201802272313.w1RNDR72086943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 27 Feb 2018 23:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463166 - in head/print/cups-bjnp: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head/print/cups-bjnp: . files X-SVN-Commit-Revision: 463166 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 23:13:28 -0000 Author: danilo Date: Tue Feb 27 23:13:27 2018 New Revision: 463166 URL: https://svnweb.freebsd.org/changeset/ports/463166 Log: - Update to 2.0.1 - Add LICENSE - Use PLIST_FILES intead of pkg-plist file - Re-gen the patches to make portlint happy Deleted: head/print/cups-bjnp/pkg-plist Modified: head/print/cups-bjnp/Makefile head/print/cups-bjnp/distinfo head/print/cups-bjnp/files/patch-bjnp-debug.c head/print/cups-bjnp/files/patch-configure Modified: head/print/cups-bjnp/Makefile ============================================================================== --- head/print/cups-bjnp/Makefile Tue Feb 27 22:34:45 2018 (r463165) +++ head/print/cups-bjnp/Makefile Tue Feb 27 23:13:27 2018 (r463166) @@ -1,15 +1,19 @@ # $FreeBSD$ PORTNAME= cups-bjnp -PORTVERSION= 2.0 -PORTREVISION= 2 +PORTVERSION= 2.0.1 CATEGORIES= print MASTER_SITES= SF MAINTAINER= danilo@FreeBSD.org COMMENT= CUPS backend for Canon USB over IP protocol +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libcups.so:print/cups + +PLIST_FILES= libexec/cups/backend/bjnp GNU_CONFIGURE= yes # Just to avoid a tautological pointer compare in bjnp-commands.c:187 Modified: head/print/cups-bjnp/distinfo ============================================================================== --- head/print/cups-bjnp/distinfo Tue Feb 27 22:34:45 2018 (r463165) +++ head/print/cups-bjnp/distinfo Tue Feb 27 23:13:27 2018 (r463166) @@ -1,2 +1,3 @@ -SHA256 (cups-bjnp-2.0.tar.gz) = 2acb716680d66f1378cf8dcd45fedf7f72ccc9b66fa80214d6dcb042b5e3c9ab -SIZE (cups-bjnp-2.0.tar.gz) = 140617 +TIMESTAMP = 1519772479 +SHA256 (cups-bjnp-2.0.1.tar.gz) = 95b5940daf6ee46120efef9c05048ade9bb855de36280c140895f9672b2946c0 +SIZE (cups-bjnp-2.0.1.tar.gz) = 143552 Modified: head/print/cups-bjnp/files/patch-bjnp-debug.c ============================================================================== --- head/print/cups-bjnp/files/patch-bjnp-debug.c Tue Feb 27 22:34:45 2018 (r463165) +++ head/print/cups-bjnp/files/patch-bjnp-debug.c Tue Feb 27 23:13:27 2018 (r463166) @@ -1,4 +1,4 @@ ---- bjnp-debug.c.orig 2014-09-06 12:38:15 UTC +--- bjnp-debug.c.orig 2018-02-21 11:40:53 UTC +++ bjnp-debug.c @@ -20,7 +20,7 @@ @@ -9,7 +9,7 @@ #include #include "bjnp.h" -@@ -58,7 +58,7 @@ +@@ -58,7 +58,7 @@ static logtable_entry_t logtable[] = { static bjnp_loglevel_t debug_level = LOG_ERROR; static FILE *debug_file = NULL; static time_t start_sec = 0; @@ -18,7 +18,7 @@ /* * local functions -@@ -192,9 +192,9 @@ +@@ -192,9 +192,9 @@ bjnp_debug(bjnp_loglevel_t level, const char *fmt, ... { va_list ap; char printbuf[1024]; @@ -30,7 +30,7 @@ if (level <= debug_level) { /* print received data into a string */ -@@ -211,16 +211,16 @@ +@@ -211,16 +211,16 @@ bjnp_debug(bjnp_loglevel_t level, const char *fmt, ... /* all log messages may go to the own logfile */ if (debug_file != NULL) { @@ -53,7 +53,7 @@ printbuf); fflush(debug_file); } -@@ -234,12 +234,12 @@ +@@ -234,12 +234,12 @@ bjnp_set_debug_level(const char *level, const char *fi * set debug level to level (string) */ Modified: head/print/cups-bjnp/files/patch-configure ============================================================================== --- head/print/cups-bjnp/files/patch-configure Tue Feb 27 22:34:45 2018 (r463165) +++ head/print/cups-bjnp/files/patch-configure Tue Feb 27 23:13:27 2018 (r463166) @@ -1,6 +1,6 @@ ---- configure.orig 2013-08-14 02:30:58.000000000 -0700 -+++ configure 2013-08-14 02:30:31.000000000 -0700 -@@ -3946,7 +3946,7 @@ +--- configure.orig 2018-02-21 17:07:41 UTC ++++ configure +@@ -3973,7 +3973,7 @@ done IFS=$ac_save_IFS From owner-svn-ports-head@freebsd.org Tue Feb 27 23:28:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD720F33B86; Tue, 27 Feb 2018 23:28:04 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 70C6D76C1E; Tue, 27 Feb 2018 23:28:04 +0000 (UTC) (envelope-from danilo@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6BA651177B; Tue, 27 Feb 2018 23:28:04 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RNS4J9092409; Tue, 27 Feb 2018 23:28:04 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RNS4dX092407; Tue, 27 Feb 2018 23:28:04 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201802272328.w1RNS4dX092407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 27 Feb 2018 23:28:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463167 - head/archivers/zutils X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/archivers/zutils X-SVN-Commit-Revision: 463167 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 23:28:04 -0000 Author: danilo Date: Tue Feb 27 23:28:04 2018 New Revision: 463167 URL: https://svnweb.freebsd.org/changeset/ports/463167 Log: - Update to 1.7 Modified: head/archivers/zutils/Makefile head/archivers/zutils/distinfo Modified: head/archivers/zutils/Makefile ============================================================================== --- head/archivers/zutils/Makefile Tue Feb 27 23:13:27 2018 (r463166) +++ head/archivers/zutils/Makefile Tue Feb 27 23:28:04 2018 (r463167) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zutils -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= archivers MASTER_SITES= SAVANNAH/zutils EXTRACT_SUFX= .tar.lz Modified: head/archivers/zutils/distinfo ============================================================================== --- head/archivers/zutils/distinfo Tue Feb 27 23:13:27 2018 (r463166) +++ head/archivers/zutils/distinfo Tue Feb 27 23:28:04 2018 (r463167) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491828587 -SHA256 (zutils-1.6.tar.lz) = eb100df09e3ff1af2c2424cf2799946d742f8275ea281118f87ff14ed1b8d73a -SIZE (zutils-1.6.tar.lz) = 43549 +TIMESTAMP = 1519772529 +SHA256 (zutils-1.7.tar.lz) = c4ffadab70458fab8f1fe51b003f953c590d95e060658105622144bdd93ba650 +SIZE (zutils-1.7.tar.lz) = 43793 From owner-svn-ports-head@freebsd.org Tue Feb 27 23:31:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 595DFF33F3D; Tue, 27 Feb 2018 23:31:35 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F21776FB9; Tue, 27 Feb 2018 23:31:35 +0000 (UTC) (envelope-from danilo@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09FA6118C9; Tue, 27 Feb 2018 23:31:35 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1RNVYw0096537; Tue, 27 Feb 2018 23:31:34 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1RNVYgP096534; Tue, 27 Feb 2018 23:31:34 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201802272331.w1RNVYgP096534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 27 Feb 2018 23:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463168 - head/devel/pmd X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: head/devel/pmd X-SVN-Commit-Revision: 463168 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Feb 2018 23:31:35 -0000 Author: danilo Date: Tue Feb 27 23:31:34 2018 New Revision: 463168 URL: https://svnweb.freebsd.org/changeset/ports/463168 Log: - Update to 6.1.0 Modified: head/devel/pmd/Makefile head/devel/pmd/distinfo head/devel/pmd/pkg-plist Modified: head/devel/pmd/Makefile ============================================================================== --- head/devel/pmd/Makefile Tue Feb 27 23:28:04 2018 (r463167) +++ head/devel/pmd/Makefile Tue Feb 27 23:31:34 2018 (r463168) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pmd -PORTVERSION= 6.0.1 +PORTVERSION= 6.1.0 CATEGORIES= devel java MASTER_SITES= SF DISTNAME= ${PORTNAME}-bin-${PORTVERSION} Modified: head/devel/pmd/distinfo ============================================================================== --- head/devel/pmd/distinfo Tue Feb 27 23:28:04 2018 (r463167) +++ head/devel/pmd/distinfo Tue Feb 27 23:31:34 2018 (r463168) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516894645 -SHA256 (pmd-bin-6.0.1.zip) = 3822945431763e60a194c0158d534775d482f6bc8da2d5fafe0bdd4286af958f -SIZE (pmd-bin-6.0.1.zip) = 45456408 +TIMESTAMP = 1519772606 +SHA256 (pmd-bin-6.1.0.zip) = 68ffdd20144b685e3079f7a73433e424cf91f8f05e0c041de46af3edad5e50b4 +SIZE (pmd-bin-6.1.0.zip) = 43017773 Modified: head/devel/pmd/pkg-plist ============================================================================== --- head/devel/pmd/pkg-plist Tue Feb 27 23:28:04 2018 (r463167) +++ head/devel/pmd/pkg-plist Tue Feb 27 23:31:34 2018 (r463168) @@ -7,8 +7,11 @@ bin/pmd %%DATADIR%%/aopalliance-1.0.jar %%DATADIR%%/asm-6.0.jar %%DATADIR%%/cglib-3.2.0.jar +%%DATADIR%%/commons-beanutils-core-1.8.3.jar %%DATADIR%%/commons-io-2.4.jar %%DATADIR%%/commons-lang3-3.7.jar +%%DATADIR%%/commons-logging-1.1.1.jar +%%DATADIR%%/controlsfx-8.40.13.jar %%DATADIR%%/error_prone_annotations-2.0.18.jar %%DATADIR%%/flowless-0.6.jar %%DATADIR%%/groovy-2.4.7.jar @@ -56,9 +59,10 @@ bin/pmd %%DATADIR%%/richtextfx-0.8.1.jar %%DATADIR%%/saxon-9.1.0.8-dom.jar %%DATADIR%%/saxon-9.1.0.8.jar -%%DATADIR%%/scala-compiler-2.10.4.jar -%%DATADIR%%/scala-library-2.10.4.jar -%%DATADIR%%/scala-reflect-2.10.4.jar +%%DATADIR%%/scala-compiler-2.12.4.jar +%%DATADIR%%/scala-library-2.12.4.jar +%%DATADIR%%/scala-reflect-2.12.4.jar +%%DATADIR%%/scala-xml_2.12-1.0.6.jar %%DATADIR%%/slf4j-api-1.7.12.jar %%DATADIR%%/snakeyaml-1.17.jar %%DATADIR%%/undofx-1.3.1.jar From owner-svn-ports-head@freebsd.org Wed Feb 28 00:24:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90D27F38332; Wed, 28 Feb 2018 00:24:48 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 40A8579352; Wed, 28 Feb 2018 00:24:48 +0000 (UTC) (envelope-from jrm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A67D1216E; Wed, 28 Feb 2018 00:24:48 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S0OmCu022088; Wed, 28 Feb 2018 00:24:48 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S0OmCt022087; Wed, 28 Feb 2018 00:24:48 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201802280024.w1S0OmCt022087@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 28 Feb 2018 00:24:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463169 - head/math/R X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/math/R X-SVN-Commit-Revision: 463169 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 00:24:48 -0000 Author: jrm Date: Wed Feb 28 00:24:47 2018 New Revision: 463169 URL: https://svnweb.freebsd.org/changeset/ports/463169 Log: math/R: Turn on the TCLTK option by default The TCLTK option was turned off in r455296, however this breaks devel/R-cran-gsubfn. PR: 224472 Submitted by: w.schwarzenfeld@utanet.at Modified: head/math/R/Makefile (contents, props changed) Modified: head/math/R/Makefile ============================================================================== --- head/math/R/Makefile Tue Feb 27 23:31:34 2018 (r463168) +++ head/math/R/Makefile Wed Feb 28 00:24:47 2018 (r463169) @@ -3,7 +3,7 @@ PORTNAME= R DISTVERSION= 3.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} @@ -69,7 +69,7 @@ TEXDOCS_DESC= Build/Install TeX-dependent documentati X11_DESC= X11 graphics device OPTIONS_DEFAULT= CAIROPANGO GHOSTSCRIPT ICU INFO JPEG LDOUBLE OPENMP \ - PNG RBLAS RPROF TIFF X11 + PNG RBLAS RPROF TCLTK TIFF X11 ATLAS_USES= blaslapack:atlas ATLAS_CONFIGURE_ON= --disable-BLAS-shlib From owner-svn-ports-head@freebsd.org Wed Feb 28 00:24:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E177F38358; Wed, 28 Feb 2018 00:24:55 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE904793A8; Wed, 28 Feb 2018 00:24:52 +0000 (UTC) (envelope-from jrm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 85A7712170; Wed, 28 Feb 2018 00:24:52 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S0Oq1j022212; Wed, 28 Feb 2018 00:24:52 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S0Oq3x022211; Wed, 28 Feb 2018 00:24:52 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201802280024.w1S0Oq3x022211@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 28 Feb 2018 00:24:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463170 - head/devel/R-cran-gsubfn X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/devel/R-cran-gsubfn X-SVN-Commit-Revision: 463170 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 00:24:55 -0000 Author: jrm Date: Wed Feb 28 00:24:52 2018 New Revision: 463170 URL: https://svnweb.freebsd.org/changeset/ports/463170 Log: devel/R-cran-gsubfn: Unmark as broken The staging problem is fixed now that the TCLTK option of math/R is on by default. PR: 224472 Submitted by: w.schwarzenfeld@utanet.at Modified: head/devel/R-cran-gsubfn/Makefile (contents, props changed) Modified: head/devel/R-cran-gsubfn/Makefile ============================================================================== --- head/devel/R-cran-gsubfn/Makefile Wed Feb 28 00:24:47 2018 (r463169) +++ head/devel/R-cran-gsubfn/Makefile Wed Feb 28 00:24:52 2018 (r463170) @@ -12,8 +12,6 @@ COMMENT= R package used for string matching, substitut LICENSE= GPLv2 -BROKEN= fails to stage - RUN_DEPENDS= R-cran-proto>=0.3.9.2_6:devel/R-cran-proto USES= cran:auto-plist From owner-svn-ports-head@freebsd.org Wed Feb 28 00:49:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0B4AF3A067; Wed, 28 Feb 2018 00:49:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E41B7A76A; Wed, 28 Feb 2018 00:49:46 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97B82124CB; Wed, 28 Feb 2018 00:49:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S0nkNV032729; Wed, 28 Feb 2018 00:49:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S0nkWe032726; Wed, 28 Feb 2018 00:49:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802280049.w1S0nkWe032726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 28 Feb 2018 00:49:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463172 - in head/misc/nnn: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc/nnn: . files X-SVN-Commit-Revision: 463172 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 00:49:47 -0000 Author: yuri Date: Wed Feb 28 00:49:46 2018 New Revision: 463172 URL: https://svnweb.freebsd.org/changeset/ports/463172 Log: misc/nnn: Update to 1.7 Changelog: https://github.com/jarun/nnn/releases/tag/v1.7 Port changes: * Shell completion options removed, completions installed unconditionally * Remove files/patch-nnn.c (merged upstream) PR: 226253 Submitted by: Dmitri Goutnik (maintainer) Approved by: tcberner (mentor, implicit) Deleted: head/misc/nnn/files/patch-nnn.c Modified: head/misc/nnn/Makefile head/misc/nnn/distinfo head/misc/nnn/files/patch-Makefile Modified: head/misc/nnn/Makefile ============================================================================== --- head/misc/nnn/Makefile Wed Feb 28 00:47:03 2018 (r463171) +++ head/misc/nnn/Makefile Wed Feb 28 00:49:46 2018 (r463172) @@ -2,7 +2,7 @@ PORTNAME= nnn DISTVERSIONPREFIX= v -DISTVERSION= 1.6 +DISTVERSION= 1.7 CATEGORIES= misc shells MAINTAINER= dg@syrec.org @@ -22,7 +22,7 @@ SHEBANG_FILES= nlay MAKE_ARGS= PREFIX=${PREFIX} MANPREFIX=${PREFIX}/man CFLAGS+= -D_WITH_DPRINTF # enable dprintf prototype -OPTIONS_DEFINE= ATOOL BASH DOCS EXAMPLES FISH MEDIAINFO ZSH +OPTIONS_DEFINE= ATOOL DOCS EXAMPLES MEDIAINFO OPTIONS_DEFAULT= ATOOL MEDIAINFO ATOOL_DESC= List and extract archives MEDIAINFO_DESC= Show media information @@ -30,21 +30,27 @@ MEDIAINFO_DESC= Show media information ATOOL_RUN_DEPENDS= atool:archivers/atool MEDIAINFO_RUN_DEPENDS= mediainfo:multimedia/mediainfo -BASH_PLIST_FILES= etc/bash_completion.d/nnn-completion.bash -FISH_PLIST_FILES= share/fish/completions/nnn.fish -ZSH_PLIST_FILES= share/zsh/site-functions/_nnn - PLIST_FILES= bin/nnn \ bin/nlay \ - man/man1/nnn.1.gz + man/man1/nnn.1.gz \ + etc/bash_completion.d/nnn-completion.bash \ + share/fish/completions/nnn.fish \ + share/zsh/site-functions/_nnn PORTDOCS= README.md PORTEXAMPLES= * -post-install-BASH-on: +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nnn @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/scripts/auto-completion/bash/nnn-completion.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d + @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions + ${INSTALL_DATA} ${WRKSRC}/scripts/auto-completion/fish/nnn.fish \ + ${STAGEDIR}${PREFIX}/share/fish/completions + @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions + ${INSTALL_DATA} ${WRKSRC}/scripts/auto-completion/zsh/_nnn \ + ${STAGEDIR}${PREFIX}/share/zsh/site-functions post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @@ -53,15 +59,5 @@ post-install-DOCS-on: post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} "copier quitcd" ${STAGEDIR}${EXAMPLESDIR} - -post-install-FISH-on: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions - ${INSTALL_DATA} ${WRKSRC}/scripts/auto-completion/fish/nnn.fish \ - ${STAGEDIR}${PREFIX}/share/fish/completions - -post-install-ZSH-on: - @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions - ${INSTALL_DATA} ${WRKSRC}/scripts/auto-completion/zsh/_nnn \ - ${STAGEDIR}${PREFIX}/share/zsh/site-functions .include Modified: head/misc/nnn/distinfo ============================================================================== --- head/misc/nnn/distinfo Wed Feb 28 00:47:03 2018 (r463171) +++ head/misc/nnn/distinfo Wed Feb 28 00:49:46 2018 (r463172) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514234740 -SHA256 (jarun-nnn-v1.6_GH0.tar.gz) = e8b10a3b9847ba7ad3317f608691aaebcdaf2b67219d732f7a5d468221d3e83e -SIZE (jarun-nnn-v1.6_GH0.tar.gz) = 37456 +TIMESTAMP = 1519768390 +SHA256 (jarun-nnn-v1.7_GH0.tar.gz) = fbe26efbed8b467352f313b92f8617d873c8cf0209fb6377572cf8d1ddc2747c +SIZE (jarun-nnn-v1.7_GH0.tar.gz) = 40356 Modified: head/misc/nnn/files/patch-Makefile ============================================================================== --- head/misc/nnn/files/patch-Makefile Wed Feb 28 00:47:03 2018 (r463171) +++ head/misc/nnn/files/patch-Makefile Wed Feb 28 00:49:46 2018 (r463172) @@ -1,20 +1,23 @@ ---- Makefile.orig 2017-12-25 13:40:20 UTC +--- Makefile.orig 2018-02-27 20:44:53 UTC +++ Makefile -@@ -10,7 +10,7 @@ ifeq ($(shell pkg-config ncursesw && ech - CFLAGS += $(shell pkg-config --cflags ncursesw) - LDLIBS += $(shell pkg-config --libs ncursesw) +@@ -13,7 +13,7 @@ ifeq ($(shell $(PKG_CONFIG) ncursesw && + CFLAGS += $(shell $(PKG_CONFIG) --cflags ncursesw) + LDLIBS += $(shell $(PKG_CONFIG) --libs ncursesw) else - LDLIBS += -lncurses + LDLIBS += -lncursesw endif DISTFILES = nlay nnn.c nnn.h nnn.1 Makefile README.md LICENSE -@@ -23,7 +23,7 @@ all: $(BIN) $(PLAYER) - $(SRC): nnn.h +@@ -33,9 +33,9 @@ debug: $(SRC) - $(BIN): $(SRC) -- $(CC) -O2 $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LDLIBS) -+ $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LDLIBS) - strip $@ + install: all + install -m 0755 -d $(DESTDIR)$(PREFIX)/bin +- install -m 0755 -t $(DESTDIR)$(PREFIX)/bin $(BIN) $(PLAYER) ++ install -m 0755 $(BIN) $(PLAYER) $(DESTDIR)$(PREFIX)/bin + install -m 0755 -d $(DESTDIR)$(MANPREFIX)/man1 +- install -m 0644 -t $(DESTDIR)$(MANPREFIX)/man1 $(BIN).1 ++ install -m 0644 $(BIN).1 $(DESTDIR)$(MANPREFIX)/man1 - debug: $(SRC) + uninstall: + $(RM) $(DESTDIR)$(PREFIX)/bin/$(BIN) From owner-svn-ports-head@freebsd.org Wed Feb 28 02:05:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5AFAF3F229; Wed, 28 Feb 2018 02:05:57 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 97F037D620; Wed, 28 Feb 2018 02:05:57 +0000 (UTC) (envelope-from tota@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 92C9A131DF; Wed, 28 Feb 2018 02:05:57 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S25vqR072319; Wed, 28 Feb 2018 02:05:57 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S25vuO072316; Wed, 28 Feb 2018 02:05:57 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201802280205.w1S25vuO072316@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 28 Feb 2018 02:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463173 - head/net-im/mikutter X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/net-im/mikutter X-SVN-Commit-Revision: 463173 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 02:05:58 -0000 Author: tota Date: Wed Feb 28 02:05:57 2018 New Revision: 463173 URL: https://svnweb.freebsd.org/changeset/ports/463173 Log: - Update to 3.6.4 Modified: head/net-im/mikutter/Makefile (contents, props changed) head/net-im/mikutter/distinfo (contents, props changed) head/net-im/mikutter/pkg-plist (contents, props changed) Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Wed Feb 28 00:49:46 2018 (r463172) +++ head/net-im/mikutter/Makefile Wed Feb 28 02:05:57 2018 (r463173) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 3.6.1 +PORTVERSION= 3.6.4 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL/tota/${PORTNAME} @@ -31,7 +31,7 @@ RUN_DEPENDS= rubygem-gtk2>=3.1.8:x11-toolkits/rubygem- rubygem-nokogiri>=1.6.7:textproc/rubygem-nokogiri \ rubygem-oauth>=0.5.4:net/rubygem-oauth \ rubygem-pluggaloid>=1.1.1:devel/rubygem-pluggaloid \ - rubygem-public_suffix>=3.0.1:dns/rubygem-public_suffix \ + rubygem-public_suffix>=3.0.2:dns/rubygem-public_suffix \ rubygem-ruby-hmac>=0.4.0:security/rubygem-ruby-hmac \ rubygem-text>=1.3.1:textproc/rubygem-text \ rubygem-totoridipjp>=0.1.0:www/rubygem-totoridipjp \ Modified: head/net-im/mikutter/distinfo ============================================================================== --- head/net-im/mikutter/distinfo Wed Feb 28 00:49:46 2018 (r463172) +++ head/net-im/mikutter/distinfo Wed Feb 28 02:05:57 2018 (r463173) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516938738 -SHA256 (mikutter.3.6.1.tar.gz) = 852ebf397b07fd98db5ce8d12afce698ca96ff6cfb0f742ae2fd7417ec6dde89 -SIZE (mikutter.3.6.1.tar.gz) = 2894665 +TIMESTAMP = 1519703881 +SHA256 (mikutter.3.6.4.tar.gz) = fe0bef9a082cd6440b614c8a93ddb9ca7a2f1035eea29e011d89de1dc29fe7b4 +SIZE (mikutter.3.6.4.tar.gz) = 2902010 Modified: head/net-im/mikutter/pkg-plist ============================================================================== --- head/net-im/mikutter/pkg-plist Wed Feb 28 00:49:46 2018 (r463172) +++ head/net-im/mikutter/pkg-plist Wed Feb 28 02:05:57 2018 (r463173) @@ -105,9 +105,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/de/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/el/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/en/achievement.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/eo/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/es/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/fr/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/ja_KS/achievement.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/nl_NL/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/pt_PT/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/ro_RO/achievement.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/achievement/po/ru/achievement.po @@ -124,9 +126,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/de/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/el/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/en/activity.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/eo/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/es/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/fr/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/ja_KS/activity.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/nl_NL/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/pt_PT/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/ro_RO/activity.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/activity/po/ru/activity.po @@ -148,9 +152,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/de/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/el/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/en/bugreport.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/eo/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/es/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/fr/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/ja_KS/bugreport.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/nl_NL/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/pt_PT/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/ro_RO/bugreport.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/bugreport/po/ru/bugreport.po @@ -166,9 +172,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/de/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/el/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/en/change_account.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/eo/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/es/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/fr/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/ja_KS/change_account.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/nl_NL/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/pt_PT/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/ro_RO/change_account.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/change_account/po/ru/change_account.po @@ -187,9 +195,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/de/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/el/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/en/command.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/eo/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/es/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/fr/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/ja_KS/command.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/nl_NL/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/pt_PT/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/ro_RO/command.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/command/po/ru/command.po @@ -205,9 +215,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/de/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/el/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/en/console.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/eo/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/es/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/fr/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/ja_KS/console.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/nl_NL/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/pt_PT/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/ro_RO/console.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/console/po/ru/console.po @@ -225,9 +237,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/de/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/el/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/en/direct_message.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/eo/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/es/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/fr/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/ja_KS/direct_message.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/nl_NL/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/pt_PT/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/ro_RO/direct_message.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/direct_message/po/ru/direct_message.po @@ -244,8 +258,10 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/de/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/el/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/en/display_requirements.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/eo/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/es/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/fr/display_requirements.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/nl_NL/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/pt_PT/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/ro_RO/display_requirements.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/display_requirements/po/ru/display_requirements.po @@ -264,9 +280,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/de/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/el/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/en/extract.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/eo/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/es/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/fr/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/ja_KS/extract.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/nl_NL/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/pt_PT/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/ro_RO/extract.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/extract/po/ru/extract.po @@ -291,10 +309,12 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/de/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/el/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/en/gtk.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/eo/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/es/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/fr/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/ja/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/ja_KS/gtk.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/nl_NL/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/pt_PT/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/ro_RO/gtk.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gtk/po/ru/gtk.po @@ -322,9 +342,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/de/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/el/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/en/gui.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/eo/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/es/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/fr/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/ja_KS/gui.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/nl_NL/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/pt_PT/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/ro_RO/gui.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/gui/po/ru/gui.po @@ -354,9 +376,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/de/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/el/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/en/home_timeline.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/eo/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/es/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/fr/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/ja_KS/home_timeline.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/nl_NL/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/pt_PT/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/ro_RO/home_timeline.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/home_timeline/po/ru/home_timeline.po @@ -395,9 +419,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/de/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/el/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/en/mentions.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/eo/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/es/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/fr/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/ja_KS/mentions.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/nl_NL/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/pt_PT/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/ro_RO/mentions.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/mentions/po/ru/mentions.po @@ -420,9 +446,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/de/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/el/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/en/notify.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/eo/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/es/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/fr/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/ja_KS/notify.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/nl_NL/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/pt_PT/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/ro_RO/notify.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/notify/po/ru/notify.po @@ -439,9 +467,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/de/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/el/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/en/openimg.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/eo/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/es/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/fr/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/ja_KS/openimg.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/nl_NL/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/pt_PT/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/ro_RO/openimg.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/openimg/po/ru/openimg.po @@ -461,8 +491,10 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/de/profile.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/el/profile.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/en/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/eo/profile.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/es/profile.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/fr/profile.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/nl_NL/profile.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/pt_PT/profile.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/ro_RO/profile.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/profile/po/ru/profile.po @@ -476,9 +508,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/de/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/el/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/en/proxy.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/eo/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/es/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/fr/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/ja_KS/proxy.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/nl_NL/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/pt_PT/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/ro_RO/proxy.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/proxy/po/ru/proxy.po @@ -495,9 +529,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/de/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/el/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/en/ratelimit.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/eo/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/es/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/fr/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/ja_KS/ratelimit.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/nl_NL/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/pt_PT/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/ro_RO/ratelimit.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/ratelimit/po/ru/ratelimit.po @@ -514,9 +550,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/de/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/el/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/en/saved_search.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/eo/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/es/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/fr/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/ja_KS/saved_search.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/nl_NL/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/pt_PT/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/ro_RO/saved_search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/saved_search/po/ru/saved_search.po @@ -532,9 +570,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/de/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/el/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/en/search.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/eo/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/es/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/fr/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/ja_KS/search.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/nl_NL/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/pt_PT/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/ro_RO/search.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/search/po/ru/search.po @@ -550,9 +590,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/de/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/el/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/en/set_input.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/eo/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/es/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/fr/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/ja_KS/set_input.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/nl_NL/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/pt_PT/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/ro_RO/set_input.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_input/po/ru/set_input.po @@ -567,9 +609,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/de/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/el/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/en/set_view.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/eo/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/es/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/fr/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/ja_KS/set_view.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/nl_NL/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/pt_PT/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/ro_RO/set_view.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/set_view/po/ru/set_view.po @@ -588,9 +632,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/de/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/el/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/en/settings.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/eo/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/es/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/fr/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/ja_KS/settings.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/nl_NL/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/pt_PT/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/ro_RO/settings.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/settings/po/ru/settings.po @@ -607,9 +653,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/de/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/el/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/en/shortcutkey.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/eo/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/es/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/fr/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/ja_KS/shortcutkey.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/nl_NL/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/pt_PT/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/ro_RO/shortcutkey.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/shortcutkey/po/ru/shortcutkey.po @@ -630,9 +678,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/de/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/el/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/en/smartthread.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/eo/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/es/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/fr/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/ja_KS/smartthread.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/nl_NL/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/pt_PT/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/ro_RO/smartthread.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/smartthread/po/ru/smartthread.po @@ -647,9 +697,11 @@ bin/mikutter %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/de/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/el/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/en/sound.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/eo/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/es/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/fr/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/ja_KS/sound.po +%%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/nl_NL/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/pt_PT/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/ro_RO/sound.po %%RUBY_SITELIBDIR%%/mikutter/core/plugin/sound/po/ru/sound.po From owner-svn-ports-head@freebsd.org Wed Feb 28 03:01:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 789EBF42E45; Wed, 28 Feb 2018 03:01:32 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B81D7FB6A; Wed, 28 Feb 2018 03:01:32 +0000 (UTC) (envelope-from tota@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2683313BDE; Wed, 28 Feb 2018 03:01:32 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S31Vdg000720; Wed, 28 Feb 2018 03:01:31 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S31VYg000718; Wed, 28 Feb 2018 03:01:31 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201802280301.w1S31VYg000718@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Wed, 28 Feb 2018 03:01:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463174 - head/games/gti X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/games/gti X-SVN-Commit-Revision: 463174 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 03:01:32 -0000 Author: tota Date: Wed Feb 28 03:01:31 2018 New Revision: 463174 URL: https://svnweb.freebsd.org/changeset/ports/463174 Log: - Update to 1.6.1 Modified: head/games/gti/Makefile (contents, props changed) head/games/gti/distinfo (contents, props changed) Modified: head/games/gti/Makefile ============================================================================== --- head/games/gti/Makefile Wed Feb 28 02:05:57 2018 (r463173) +++ head/games/gti/Makefile Wed Feb 28 03:01:31 2018 (r463174) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gti -PORTVERSION= 1.3.0 +PORTVERSION= 1.6.1 DISTVERSIONPREFIX= v CATEGORIES= games Modified: head/games/gti/distinfo ============================================================================== --- head/games/gti/distinfo Wed Feb 28 02:05:57 2018 (r463173) +++ head/games/gti/distinfo Wed Feb 28 03:01:31 2018 (r463174) @@ -1,2 +1,3 @@ -SHA256 (rwos-gti-v1.3.0_GH0.tar.gz) = f344b9af622980e3689d3bc7866a913c6794ff5c22b09fa92e2b684309aba958 -SIZE (rwos-gti-v1.3.0_GH0.tar.gz) = 3892 +TIMESTAMP = 1493843962 +SHA256 (rwos-gti-v1.6.1_GH0.tar.gz) = 6dd5511b92b64df115b358c064e7701b350b343f30711232a8d74c6274c962a5 +SIZE (rwos-gti-v1.6.1_GH0.tar.gz) = 4617 From owner-svn-ports-head@freebsd.org Wed Feb 28 03:11:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73991F43BA1; Wed, 28 Feb 2018 03:11:44 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 25B2F8043B; Wed, 28 Feb 2018 03:11:44 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 1DE107E96; Wed, 28 Feb 2018 03:11:44 +0000 (UTC) Date: Wed, 28 Feb 2018 03:11:44 +0000 From: Alexey Dokuchaev To: Rene Ladan Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462871 - in head: audio/puddletag comms/efax-gtk deskutils/treeline devel/codequery devel/injeqt devel/qt-maybe devel/upnp finance/homebank games/gigalomania games/keeperrl games/linux... Message-ID: <20180228031144.GA64851@FreeBSD.org> References: <201802242235.w1OMZIFF047951@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201802242235.w1OMZIFF047951@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 03:11:44 -0000 On Sat, Feb 24, 2018 at 10:35:18PM +0000, Rene Ladan wrote: > New Revision: 462871 > URL: https://svnweb.freebsd.org/changeset/ports/462871 > > Log: > Return pawel@'s ports to the pool after he resigned. > > With hat: portmgr > > ... > Modified: head/x11/xnee/Makefile > ============================================================================== > --- head/x11/xnee/Makefile Sat Feb 24 22:26:15 2018 (r462870) > +++ head/x11/xnee/Makefile Sat Feb 24 22:35:18 2018 (r462871) > @@ -6,7 +6,7 @@ PORTVERSION= 3.19 > CATEGORIES= x11 > MASTER_SITES= GNU > > -MAINTAINER= pawel@FreeBSD.org > +MAINTAINER= multimedia@FreeBSD.org > COMMENT= X11 events recorder and player You probably got confused with the "player" word in the COMMENT; this port is not really about multimedia if you look closely. :-) ./danfe From owner-svn-ports-head@freebsd.org Wed Feb 28 04:28:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FB53F2690C; Wed, 28 Feb 2018 04:28:08 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14E5C83179; Wed, 28 Feb 2018 04:28:08 +0000 (UTC) (envelope-from truckman@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0FDC014988; Wed, 28 Feb 2018 04:28:08 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S4S7xL043175; Wed, 28 Feb 2018 04:28:07 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S4S73Q043173; Wed, 28 Feb 2018 04:28:07 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201802280428.w1S4S73Q043173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 28 Feb 2018 04:28:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463176 - head/devel/meson X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: head/devel/meson X-SVN-Commit-Revision: 463176 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 04:28:08 -0000 Author: truckman Date: Wed Feb 28 04:28:07 2018 New Revision: 463176 URL: https://svnweb.freebsd.org/changeset/ports/463176 Log: Upgrade devel/meson from 0.44.0 to 0.44.1. This is a bugfix-only release with no new features. This release has 75 commits and fixes roughly 40 regressions, issues, and minor improvements that were reported in 0.44.0. For a complete list, visit: https://github.com/mesonbuild/meson/milestone/24?closed=1 PR: 225937 Submitted by: cpm Modified: head/devel/meson/Makefile head/devel/meson/distinfo Modified: head/devel/meson/Makefile ============================================================================== --- head/devel/meson/Makefile Wed Feb 28 04:28:06 2018 (r463175) +++ head/devel/meson/Makefile Wed Feb 28 04:28:07 2018 (r463176) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= meson -PORTVERSION= 0.44.0 +PORTVERSION= 0.44.1 CATEGORIES= devel python MASTER_SITES= https://github.com/mesonbuild/${PORTNAME}/releases/download/${PORTVERSION}/ Modified: head/devel/meson/distinfo ============================================================================== --- head/devel/meson/distinfo Wed Feb 28 04:28:06 2018 (r463175) +++ head/devel/meson/distinfo Wed Feb 28 04:28:07 2018 (r463176) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516086233 -SHA256 (meson-0.44.0.tar.gz) = 50f9b12b77272ef6ab064d26b7e06667f07fa9f931e6a20942bba2216ba4281b -SIZE (meson-0.44.0.tar.gz) = 1102644 +TIMESTAMP = 1519672364 +SHA256 (meson-0.44.1.tar.gz) = 2ea1a721574adb23160b6481191bcc1173f374e02b0ff3bb0ae85d988d97e4fa +SIZE (meson-0.44.1.tar.gz) = 1136478 From owner-svn-ports-head@freebsd.org Wed Feb 28 04:28:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7357F26907; Wed, 28 Feb 2018 04:28:07 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A8EF83177; Wed, 28 Feb 2018 04:28:07 +0000 (UTC) (envelope-from hrs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7B2E314986; Wed, 28 Feb 2018 04:28:07 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S4S7e9043134; Wed, 28 Feb 2018 04:28:07 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S4S6SS043045; Wed, 28 Feb 2018 04:28:06 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201802280428.w1S4S6SS043045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 28 Feb 2018 04:28:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463175 - in head/net/kea: . files X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: in head/net/kea: . files X-SVN-Commit-Revision: 463175 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 04:28:08 -0000 Author: hrs Date: Wed Feb 28 04:28:06 2018 New Revision: 463175 URL: https://svnweb.freebsd.org/changeset/ports/463175 Log: Update to 1.3.0. Added: head/net/kea/files/patch-src-lib-asiolink-io_service.h (contents, props changed) head/net/kea/files/patch-src-lib-asiolink-tcp_socket.h (contents, props changed) head/net/kea/files/patch-src-lib-asiolink-udp_socket.h (contents, props changed) head/net/kea/files/patch-src-lib-asiolink-unix_domain_socket.cc (contents, props changed) Deleted: head/net/kea/files/patch-asiolink-boost-1.66 Modified: head/net/kea/Makefile head/net/kea/distinfo head/net/kea/files/patch-Makefile.am head/net/kea/files/patch-src-bin-keactrl-Makefile.am head/net/kea/files/patch-src-bin-keactrl-keactrl.in head/net/kea/files/patch-src-lib-dhcpsrv-daemon.cc head/net/kea/pkg-plist Modified: head/net/kea/Makefile ============================================================================== --- head/net/kea/Makefile Wed Feb 28 03:01:31 2018 (r463174) +++ head/net/kea/Makefile Wed Feb 28 04:28:06 2018 (r463175) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= kea -PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTVERSION= 1.3.0 CATEGORIES= net ipv6 MASTER_SITES= ISC/kea/${PORTVERSION} Modified: head/net/kea/distinfo ============================================================================== --- head/net/kea/distinfo Wed Feb 28 03:01:31 2018 (r463174) +++ head/net/kea/distinfo Wed Feb 28 04:28:06 2018 (r463175) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494700153 -SHA256 (kea-1.2.0.tar.gz) = 22d15945b13600b56c37213797ca1f3ee9851e6119120aeae08033c4cc52d129 -SIZE (kea-1.2.0.tar.gz) = 5720941 +TIMESTAMP = 1519785969 +SHA256 (kea-1.3.0.tar.gz) = 6edfcdbf2526c218426a1d1a6a6694a4050c97bb8412953a230285d63415c391 +SIZE (kea-1.3.0.tar.gz) = 5996560 Modified: head/net/kea/files/patch-Makefile.am ============================================================================== --- head/net/kea/files/patch-Makefile.am Wed Feb 28 03:01:31 2018 (r463174) +++ head/net/kea/files/patch-Makefile.am Wed Feb 28 04:28:06 2018 (r463175) @@ -1,6 +1,6 @@ ---- Makefile.am.orig 2015-12-28 12:18:05 UTC +--- Makefile.am.orig 2018-02-28 03:44:09 UTC +++ Makefile.am -@@ -106,7 +106,7 @@ cppcheck: +@@ -115,7 +115,7 @@ cppcheck: # These steps are necessary during installation install-exec-hook: mkdir -p $(DESTDIR)${localstatedir}/log/ Modified: head/net/kea/files/patch-src-bin-keactrl-Makefile.am ============================================================================== --- head/net/kea/files/patch-src-bin-keactrl-Makefile.am Wed Feb 28 03:01:31 2018 (r463174) +++ head/net/kea/files/patch-src-bin-keactrl-Makefile.am Wed Feb 28 04:28:06 2018 (r463175) @@ -1,11 +1,11 @@ ---- src/bin/keactrl/Makefile.am.orig 2015-12-28 12:18:05 UTC +--- src/bin/keactrl/Makefile.am.orig 2018-02-28 03:44:09 UTC +++ src/bin/keactrl/Makefile.am -@@ -38,7 +38,7 @@ install-data-local: - $(mkinstalldirs) $(DESTDIR)/@sysconfdir@/@PACKAGE@ - for f in $(CONFIGFILES) ; do \ - if test ! -f $(DESTDIR)$(sysconfdir)/@PACKAGE@/$$f; then \ -- ${INSTALL_DATA} $$f $(DESTDIR)$(sysconfdir)/@PACKAGE@/ ; \ -+ ${INSTALL_DATA} $$f $(DESTDIR)$(sysconfdir)/@PACKAGE@/$${f}.sample ; \ - fi ; \ +@@ -68,7 +68,7 @@ install-data-local: + $(DESTDIR)$(sysconfdir)/@PACKAGE@/$$f.bak; \ + fi; \ + if test ! -f $(DESTDIR)$(sysconfdir)/@PACKAGE@/$$f; then \ +- ${INSTALL_DATA} $$f $(DESTDIR)$(sysconfdir)/@PACKAGE@/; \ ++ ${INSTALL_DATA} $$f $(DESTDIR)$(sysconfdir)/@PACKAGE@/$${f}.sample; \ + fi; \ done Modified: head/net/kea/files/patch-src-bin-keactrl-keactrl.in ============================================================================== --- head/net/kea/files/patch-src-bin-keactrl-keactrl.in Wed Feb 28 03:01:31 2018 (r463174) +++ head/net/kea/files/patch-src-bin-keactrl-keactrl.in Wed Feb 28 04:28:06 2018 (r463175) @@ -1,6 +1,6 @@ ---- src/bin/keactrl/keactrl.in.orig 2015-12-28 12:18:45 UTC +--- src/bin/keactrl/keactrl.in.orig 2017-10-24 21:57:38 UTC +++ src/bin/keactrl/keactrl.in -@@ -69,7 +69,7 @@ get_pid_from_file() { +@@ -85,7 +85,7 @@ get_pid_from_file() { local conf_name=$(basename ${kea_config_file} | cut -f1 -d'.') # Default the directory to --localstatedir @@ -9,7 +9,7 @@ # Use directory override if set (primarily for testing only) if [ ! -z $KEA_PIDFILE_DIR ]; then -@@ -252,7 +252,7 @@ check_kea_conf() { +@@ -271,7 +271,7 @@ run_conditional() { # to the default file. if [ -z ${KEA_LOGGER_DESTINATION} ]; then prefix=@prefix@ Added: head/net/kea/files/patch-src-lib-asiolink-io_service.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kea/files/patch-src-lib-asiolink-io_service.h Wed Feb 28 04:28:06 2018 (r463175) @@ -0,0 +1,15 @@ +--- src/lib/asiolink/io_service.h.orig 2017-10-05 13:00:03 UTC ++++ src/lib/asiolink/io_service.h +@@ -11,7 +11,12 @@ + + namespace boost { + namespace asio { ++#if BOOST_VERSION < 106600 + class io_service; ++#else ++ class io_context; ++ typedef io_context io_service; ++#endif + } + } + Added: head/net/kea/files/patch-src-lib-asiolink-tcp_socket.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kea/files/patch-src-lib-asiolink-tcp_socket.h Wed Feb 28 04:28:06 2018 (r463175) @@ -0,0 +1,14 @@ +--- src/lib/asiolink/tcp_socket.h.orig 2017-10-05 13:00:03 UTC ++++ src/lib/asiolink/tcp_socket.h +@@ -75,7 +75,11 @@ public: + + /// \brief Return file descriptor of underlying socket + virtual int getNative() const { ++#if BOOST_VERSION < 106600 + return (socket_.native()); ++#else ++ return (socket_.native_handle()); ++#endif + } + + /// \brief Return protocol of socket Added: head/net/kea/files/patch-src-lib-asiolink-udp_socket.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kea/files/patch-src-lib-asiolink-udp_socket.h Wed Feb 28 04:28:06 2018 (r463175) @@ -0,0 +1,14 @@ +--- src/lib/asiolink/udp_socket.h.orig 2017-10-05 13:00:03 UTC ++++ src/lib/asiolink/udp_socket.h +@@ -61,7 +61,11 @@ public: + + /// \brief Return file descriptor of underlying socket + virtual int getNative() const { ++#if BOOST_VERSION < 106600 + return (socket_.native()); ++#else ++ return (socket_.native_handle()); ++#endif + } + + /// \brief Return protocol of socket Added: head/net/kea/files/patch-src-lib-asiolink-unix_domain_socket.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kea/files/patch-src-lib-asiolink-unix_domain_socket.cc Wed Feb 28 04:28:06 2018 (r463175) @@ -0,0 +1,14 @@ +--- src/lib/asiolink/unix_domain_socket.cc.orig 2017-10-05 13:00:03 UTC ++++ src/lib/asiolink/unix_domain_socket.cc +@@ -287,7 +287,11 @@ UnixDomainSocket::UnixDomainSocket(IOSer + + int + UnixDomainSocket::getNative() const { ++#if BOOST_VERSION < 106600 + return (impl_->socket_.native()); ++#else ++ return (impl_->socket_.native_handle()); ++#endif + } + + int Modified: head/net/kea/files/patch-src-lib-dhcpsrv-daemon.cc ============================================================================== --- head/net/kea/files/patch-src-lib-dhcpsrv-daemon.cc Wed Feb 28 03:01:31 2018 (r463174) +++ head/net/kea/files/patch-src-lib-dhcpsrv-daemon.cc Wed Feb 28 04:28:06 2018 (r463175) @@ -1,6 +1,6 @@ ---- src/lib/dhcpsrv/daemon.cc.orig 2015-12-28 12:18:45 UTC +--- src/lib/dhcpsrv/daemon.cc.orig 2017-10-05 13:00:04 UTC +++ src/lib/dhcpsrv/daemon.cc -@@ -28,7 +28,7 @@ namespace dhcp { +@@ -29,7 +29,7 @@ namespace dhcp { Daemon::Daemon() : signal_set_(), signal_handler_(), config_file_(""), proc_name_(""), Modified: head/net/kea/pkg-plist ============================================================================== --- head/net/kea/pkg-plist Wed Feb 28 03:01:31 2018 (r463174) +++ head/net/kea/pkg-plist Wed Feb 28 04:28:06 2018 (r463175) @@ -1,21 +1,46 @@ bin/kea-msg-compiler +include/kea/asiodns/io_fetch.h +include/kea/asiodns/logger.h include/kea/asiolink/asio_wrapper.h include/kea/asiolink/asiolink.h +include/kea/asiolink/dummy_io_cb.h include/kea/asiolink/interval_timer.h +include/kea/asiolink/io_acceptor.h include/kea/asiolink/io_address.h include/kea/asiolink/io_asio_socket.h include/kea/asiolink/io_endpoint.h include/kea/asiolink/io_error.h include/kea/asiolink/io_service.h include/kea/asiolink/io_socket.h +include/kea/asiolink/tcp_acceptor.h include/kea/asiolink/tcp_endpoint.h include/kea/asiolink/tcp_socket.h include/kea/asiolink/udp_endpoint.h include/kea/asiolink/udp_socket.h +include/kea/asiolink/unix_domain_socket.h +include/kea/asiolink/unix_domain_socket_acceptor.h +include/kea/asiolink/unix_domain_socket_endpoint.h include/kea/cc/cfg_to_element.h +include/kea/cc/command_interpreter.h include/kea/cc/data.h include/kea/cc/dhcp_config_error.h +include/kea/cc/json_feed.h +include/kea/cc/simple_parser.h +include/kea/cfgrpt/config_report.h include/kea/config.h +include/kea/config/base_command_mgr.h +include/kea/config/client_connection.h +include/kea/config/cmds_impl.h +include/kea/config/command_mgr.h +include/kea/config/config_data.h +include/kea/config/config_log.h +include/kea/config/hooked_command_mgr.h +include/kea/config/module_spec.h +include/kea/cryptolink/crypto_hash.h +include/kea/cryptolink/crypto_hmac.h +include/kea/cryptolink/cryptolink.h +include/kea/cryptolink/openssl_common.h +include/kea/cryptolink/openssl_compat.h include/kea/dhcp/classify.h include/kea/dhcp/dhcp4.h include/kea/dhcp/dhcp6.h @@ -35,6 +60,7 @@ include/kea/dhcp/option6_client_fqdn.h include/kea/dhcp/option6_ia.h include/kea/dhcp/option6_iaaddr.h include/kea/dhcp/option6_iaprefix.h +include/kea/dhcp/option6_pdexclude.h include/kea/dhcp/option6_status_code.h include/kea/dhcp/option_custom.h include/kea/dhcp/option_data_types.h @@ -56,112 +82,269 @@ include/kea/dhcp/pkt_filter6.h include/kea/dhcp/pkt_filter_bpf.h include/kea/dhcp/pkt_filter_inet.h include/kea/dhcp/pkt_filter_inet6.h -include/kea/dhcp/pkt_filter_lpf.h include/kea/dhcp/protocol_util.h include/kea/dhcp/std_option_defs.h +include/kea/dhcp_ddns/dhcp_ddns_log.h include/kea/dhcp_ddns/ncr_io.h include/kea/dhcp_ddns/ncr_msg.h include/kea/dhcp_ddns/ncr_udp.h +include/kea/dhcpsrv/addr_utilities.h +include/kea/dhcpsrv/alloc_engine.h +include/kea/dhcpsrv/alloc_engine_log.h +include/kea/dhcpsrv/assignable_network.h +include/kea/dhcpsrv/base_host_data_source.h +include/kea/dhcpsrv/callout_handle_store.h include/kea/dhcpsrv/cfg_4o6.h +include/kea/dhcpsrv/cfg_db_access.h +include/kea/dhcpsrv/cfg_duid.h +include/kea/dhcpsrv/cfg_expiration.h +include/kea/dhcpsrv/cfg_host_operations.h +include/kea/dhcpsrv/cfg_hosts.h +include/kea/dhcpsrv/cfg_hosts_util.h +include/kea/dhcpsrv/cfg_iface.h +include/kea/dhcpsrv/cfg_mac_source.h include/kea/dhcpsrv/cfg_option.h +include/kea/dhcpsrv/cfg_option_def.h +include/kea/dhcpsrv/cfg_rsoo.h +include/kea/dhcpsrv/cfg_shared_networks.h +include/kea/dhcpsrv/cfg_subnets4.h +include/kea/dhcpsrv/cfg_subnets6.h +include/kea/dhcpsrv/cfgmgr.h +include/kea/dhcpsrv/client_class_def.h +include/kea/dhcpsrv/csv_lease_file4.h +include/kea/dhcpsrv/csv_lease_file6.h include/kea/dhcpsrv/d2_client_cfg.h include/kea/dhcpsrv/d2_client_mgr.h +include/kea/dhcpsrv/daemon.h +include/kea/dhcpsrv/database_connection.h +include/kea/dhcpsrv/db_exceptions.h +include/kea/dhcpsrv/dhcp4o6_ipc.h +include/kea/dhcpsrv/dhcpsrv_log.h +include/kea/dhcpsrv/host.h +include/kea/dhcpsrv/host_container.h +include/kea/dhcpsrv/host_data_source_factory.h +include/kea/dhcpsrv/host_mgr.h +include/kea/dhcpsrv/hosts_log.h include/kea/dhcpsrv/key_from_key.h include/kea/dhcpsrv/lease.h +include/kea/dhcpsrv/lease_file_loader.h +include/kea/dhcpsrv/lease_file_stats.h +include/kea/dhcpsrv/lease_mgr.h +include/kea/dhcpsrv/lease_mgr_factory.h +include/kea/dhcpsrv/logging.h +include/kea/dhcpsrv/logging_info.h +include/kea/dhcpsrv/memfile_lease_mgr.h +include/kea/dhcpsrv/memfile_lease_storage.h include/kea/dhcpsrv/ncr_generator.h +include/kea/dhcpsrv/network.h +include/kea/dhcpsrv/parsers/client_class_def_parser.h +include/kea/dhcpsrv/parsers/dbaccess_parser.h +include/kea/dhcpsrv/parsers/dhcp_parsers.h +include/kea/dhcpsrv/parsers/duid_config_parser.h +include/kea/dhcpsrv/parsers/expiration_config_parser.h +include/kea/dhcpsrv/parsers/host_reservation_parser.h +include/kea/dhcpsrv/parsers/host_reservations_list_parser.h +include/kea/dhcpsrv/parsers/ifaces_config_parser.h +include/kea/dhcpsrv/parsers/option_data_parser.h +include/kea/dhcpsrv/parsers/shared_network_parser.h +include/kea/dhcpsrv/parsers/shared_networks_list_parser.h +include/kea/dhcpsrv/parsers/simple_parser4.h +include/kea/dhcpsrv/parsers/simple_parser6.h include/kea/dhcpsrv/pool.h +include/kea/dhcpsrv/shared_network.h +include/kea/dhcpsrv/srv_config.h include/kea/dhcpsrv/subnet.h include/kea/dhcpsrv/subnet_id.h +include/kea/dhcpsrv/subnet_selector.h +include/kea/dhcpsrv/timer_mgr.h include/kea/dhcpsrv/triplet.h +include/kea/dhcpsrv/utils.h +include/kea/dhcpsrv/writable_host_data_source.h include/kea/dns/dns_fwd.h include/kea/dns/edns.h include/kea/dns/exceptions.h include/kea/dns/labelsequence.h include/kea/dns/master_lexer.h +include/kea/dns/master_lexer_inputsource.h +include/kea/dns/master_lexer_state.h include/kea/dns/master_loader.h include/kea/dns/master_loader_callbacks.h include/kea/dns/masterload.h include/kea/dns/message.h include/kea/dns/messagerenderer.h include/kea/dns/name.h +include/kea/dns/nsec3hash.h include/kea/dns/opcode.h include/kea/dns/question.h include/kea/dns/rcode.h include/kea/dns/rdata.h +include/kea/dns/rdata_pimpl_holder.h +include/kea/dns/rdataclass.h +include/kea/dns/rdatafields.h +include/kea/dns/rrclass.h +include/kea/dns/rrcollator.h include/kea/dns/rrparamregistry.h include/kea/dns/rrset.h include/kea/dns/rrset_collection.h include/kea/dns/rrset_collection_base.h include/kea/dns/rrttl.h +include/kea/dns/rrtype.h +include/kea/dns/serial.h +include/kea/dns/tsig.h +include/kea/dns/tsigerror.h include/kea/dns/tsigkey.h +include/kea/dns/tsigrecord.h include/kea/dns/zone_checker.h +include/kea/eval/eval_context.h +include/kea/eval/eval_context_decl.h +include/kea/eval/eval_log.h +include/kea/eval/evaluate.h +include/kea/eval/parser.h +include/kea/eval/token.h include/kea/exceptions/exceptions.h include/kea/hooks/callout_handle.h include/kea/hooks/callout_manager.h include/kea/hooks/hooks.h +include/kea/hooks/hooks_config.h +include/kea/hooks/hooks_log.h +include/kea/hooks/hooks_manager.h +include/kea/hooks/hooks_parser.h +include/kea/hooks/libinfo.h include/kea/hooks/library_handle.h +include/kea/hooks/library_manager.h +include/kea/hooks/library_manager_collection.h +include/kea/hooks/pointer_converter.h include/kea/hooks/server_hooks.h +include/kea/http/connection.h +include/kea/http/connection_pool.h +include/kea/http/date_time.h +include/kea/http/header_context.h +include/kea/http/http_acceptor.h include/kea/http/http_log.h +include/kea/http/http_types.h +include/kea/http/listener.h +include/kea/http/post_request.h +include/kea/http/post_request_json.h +include/kea/http/request.h +include/kea/http/request_context.h +include/kea/http/request_parser.h +include/kea/http/response.h +include/kea/http/response_creator.h +include/kea/http/response_creator_factory.h +include/kea/http/response_json.h +include/kea/log/buffer_appender_impl.h +include/kea/log/interprocess/interprocess_sync.h +include/kea/log/interprocess/interprocess_sync_file.h +include/kea/log/interprocess/interprocess_sync_null.h include/kea/log/log_dbglevels.h include/kea/log/log_formatter.h +include/kea/log/log_messages.h include/kea/log/logger.h +include/kea/log/logger_impl.h include/kea/log/logger_level.h +include/kea/log/logger_level_impl.h +include/kea/log/logger_manager.h +include/kea/log/logger_manager_impl.h +include/kea/log/logger_name.h +include/kea/log/logger_specification.h +include/kea/log/logger_support.h +include/kea/log/logger_unittest_support.h +include/kea/log/logimpl_messages.h include/kea/log/macros.h +include/kea/log/message_dictionary.h +include/kea/log/message_exception.h include/kea/log/message_initializer.h +include/kea/log/message_reader.h include/kea/log/message_types.h +include/kea/log/output_option.h include/kea/process/d_cfg_mgr.h include/kea/process/d_controller.h include/kea/process/d_log.h include/kea/process/d_process.h include/kea/process/io_service_signal.h +include/kea/stats/context.h +include/kea/stats/observation.h include/kea/stats/stats_mgr.h +include/kea/util/boost_time_utils.h include/kea/util/buffer.h +include/kea/util/csv_file.h +include/kea/util/encode/base16_from_binary.h +include/kea/util/encode/base32hex.h +include/kea/util/encode/base32hex_from_binary.h +include/kea/util/encode/base64.h +include/kea/util/encode/binary_from_base16.h +include/kea/util/encode/binary_from_base32hex.h +include/kea/util/encode/hex.h +include/kea/util/filename.h +include/kea/util/io/fd.h +include/kea/util/io/fd_share.h +include/kea/util/io/pktinfo_utilities.h +include/kea/util/io/sockaddr_util.h +include/kea/util/io/socketsession.h include/kea/util/io_utilities.h +include/kea/util/labeled_value.h +include/kea/util/memory_segment.h +include/kea/util/memory_segment_local.h include/kea/util/optional_value.h +include/kea/util/pid_file.h include/kea/util/pointer_util.h +include/kea/util/process_spawn.h +include/kea/util/random/qid_gen.h +include/kea/util/random/random_number_generator.h +include/kea/util/range_utilities.h +include/kea/util/signal_set.h include/kea/util/staged_value.h +include/kea/util/state_model.h include/kea/util/stopwatch.h +include/kea/util/stopwatch_impl.h include/kea/util/strutil.h +include/kea/util/threads/sync.h +include/kea/util/threads/thread.h +include/kea/util/time_utilities.h +include/kea/util/versioned_csv_file.h +include/kea/util/watch_socket.h +lib/hooks/libdhcp_lease_cmds.a +lib/hooks/libdhcp_lease_cmds.so lib/libkea-asiodns.a lib/libkea-asiodns.so lib/libkea-asiodns.so.0 -lib/libkea-asiodns.so.0.0.0 +lib/libkea-asiodns.so.0.0.1 lib/libkea-asiolink.a lib/libkea-asiolink.so -lib/libkea-asiolink.so.4 -lib/libkea-asiolink.so.4.0.0 +lib/libkea-asiolink.so.5 +lib/libkea-asiolink.so.5.0.0 lib/libkea-cc.a lib/libkea-cc.so -lib/libkea-cc.so.2 -lib/libkea-cc.so.2.0.0 +lib/libkea-cc.so.3 +lib/libkea-cc.so.3.0.0 lib/libkea-cfgclient.a lib/libkea-cfgclient.so -lib/libkea-cfgclient.so.3 -lib/libkea-cfgclient.so.3.0.0 +lib/libkea-cfgclient.so.4 +lib/libkea-cfgclient.so.4.0.0 lib/libkea-cryptolink.a lib/libkea-cryptolink.so lib/libkea-cryptolink.so.2 lib/libkea-cryptolink.so.2.0.0 lib/libkea-dhcp++.a lib/libkea-dhcp++.so -lib/libkea-dhcp++.so.5 -lib/libkea-dhcp++.so.5.0.0 +lib/libkea-dhcp++.so.6 +lib/libkea-dhcp++.so.6.0.0 lib/libkea-dhcp_ddns.a lib/libkea-dhcp_ddns.so lib/libkea-dhcp_ddns.so.1 lib/libkea-dhcp_ddns.so.1.0.2 lib/libkea-dhcpsrv.a lib/libkea-dhcpsrv.so -lib/libkea-dhcpsrv.so.7 -lib/libkea-dhcpsrv.so.7.0.0 +lib/libkea-dhcpsrv.so.8 +lib/libkea-dhcpsrv.so.8.0.0 lib/libkea-dns++.a lib/libkea-dns++.so -lib/libkea-dns++.so.0 -lib/libkea-dns++.so.0.1.1 +lib/libkea-dns++.so.2 +lib/libkea-dns++.so.2.0.0 lib/libkea-eval.a lib/libkea-eval.so -lib/libkea-eval.so.5 -lib/libkea-eval.so.5.0.0 +lib/libkea-eval.so.6 +lib/libkea-eval.so.6.0.0 lib/libkea-exceptions.a lib/libkea-exceptions.so lib/libkea-exceptions.so.0 @@ -169,23 +352,23 @@ lib/libkea-exceptions.so.0.0.0 lib/libkea-hooks.a lib/libkea-hooks.so lib/libkea-hooks.so.3 -lib/libkea-hooks.so.3.0.0 +lib/libkea-hooks.so.3.1.0 lib/libkea-http.a lib/libkea-http.so lib/libkea-http.so.0 -lib/libkea-http.so.0.0.0 +lib/libkea-http.so.0.0.1 lib/libkea-log.a lib/libkea-log.so lib/libkea-log.so.3 lib/libkea-log.so.3.0.0 lib/libkea-process.a lib/libkea-process.so -lib/libkea-process.so.0 -lib/libkea-process.so.0.0.0 +lib/libkea-process.so.1 +lib/libkea-process.so.1.0.0 lib/libkea-stats.a lib/libkea-stats.so -lib/libkea-stats.so.1 -lib/libkea-stats.so.1.0.0 +lib/libkea-stats.so.2 +lib/libkea-stats.so.2.0.0 lib/libkea-threads.a lib/libkea-threads.so lib/libkea-threads.so.1 @@ -205,7 +388,6 @@ man/man8/kea-dhcp-ddns.8.gz man/man8/kea-dhcp4.8.gz man/man8/kea-dhcp6.8.gz man/man8/kea-lfc.8.gz -man/man8/kea-shell.8.gz man/man8/keactrl.8.gz man/man8/perfdhcp.8.gz sbin/kea-admin @@ -222,6 +404,7 @@ sbin/perfdhcp %%DATADIR%%/scripts/admin-utils.sh %%DATADIR%%/scripts/cql/dhcpdb_create.cql %%DATADIR%%/scripts/cql/dhcpdb_drop.cql +%%DATADIR%%/scripts/cql/soft_wipe.cql %%DATADIR%%/scripts/mysql/dhcpdb_create.mysql %%DATADIR%%/scripts/mysql/dhcpdb_drop.mysql %%DATADIR%%/scripts/mysql/upgrade_1.0_to_2.0.sh @@ -229,11 +412,15 @@ sbin/perfdhcp %%DATADIR%%/scripts/mysql/upgrade_3.0_to_4.0.sh %%DATADIR%%/scripts/mysql/upgrade_4.0_to_4.1.sh %%DATADIR%%/scripts/mysql/upgrade_4.1_to_5.0.sh +%%DATADIR%%/scripts/mysql/upgrade_5.0_to_5.1.sh %%DATADIR%%/scripts/pgsql/dhcpdb_create.pgsql %%DATADIR%%/scripts/pgsql/dhcpdb_drop.pgsql %%DATADIR%%/scripts/pgsql/upgrade_1.0_to_2.0.sh %%DATADIR%%/scripts/pgsql/upgrade_2.0_to_3.0.sh -@sample %%ETCDIR%%/kea-ca.conf.sample -@sample %%ETCDIR%%/kea.conf.sample +%%DATADIR%%/scripts/pgsql/upgrade_3.0_to_3.1.sh +@sample %%ETCDIR%%/kea-ctrl-agent.conf.sample +@sample %%ETCDIR%%/kea-dhcp-ddns.conf.sample +@sample %%ETCDIR%%/kea-dhcp4.conf.sample +@sample %%ETCDIR%%/kea-dhcp6.conf.sample @sample %%ETCDIR%%/keactrl.conf.sample @dir /var/db/kea From owner-svn-ports-head@freebsd.org Wed Feb 28 04:58:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7349FF28ADB; Wed, 28 Feb 2018 04:58:16 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2318884315; Wed, 28 Feb 2018 04:58:16 +0000 (UTC) (envelope-from hrs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1DDC614E83; Wed, 28 Feb 2018 04:58:16 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S4wFel058254; Wed, 28 Feb 2018 04:58:15 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S4wFnT058249; Wed, 28 Feb 2018 04:58:15 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201802280458.w1S4wFnT058249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 28 Feb 2018 04:58:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463177 - in head/x11-wm: libwraster windowmaker X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: in head/x11-wm: libwraster windowmaker X-SVN-Commit-Revision: 463177 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 04:58:16 -0000 Author: hrs Date: Wed Feb 28 04:58:15 2018 New Revision: 463177 URL: https://svnweb.freebsd.org/changeset/ports/463177 Log: Update libwraster to 0.95.8 and make x11-wm/windowmaker depend on the correct version. Modified: head/x11-wm/libwraster/Makefile head/x11-wm/libwraster/distinfo head/x11-wm/libwraster/pkg-plist head/x11-wm/windowmaker/Makefile head/x11-wm/windowmaker/distinfo Modified: head/x11-wm/libwraster/Makefile ============================================================================== --- head/x11-wm/libwraster/Makefile Wed Feb 28 04:28:07 2018 (r463176) +++ head/x11-wm/libwraster/Makefile Wed Feb 28 04:58:15 2018 (r463177) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libwraster -PORTVERSION= 0.95.7 -PORTREVISION= 5 +PORTVERSION= 0.95.8 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION} @@ -19,9 +18,9 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ libwebp.so:graphics/webp \ libMagickWand-6.so:graphics/ImageMagick -USES= jpeg libtool pathfix pkgconfig +USES= jpeg libtool localbase pathfix pkgconfig USE_LDCONFIG= yes -USE_XORG= xft xinerama xmu xpm +USE_XORG= x11 xext xft xinerama xmu xpm BUILD_WRKSRC= ${WRKSRC}/wrlib INSTALL_WRKSRC= ${WRKSRC}/wrlib GNU_CONFIGURE= yes @@ -35,8 +34,6 @@ CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11 --enable-usermenu \ --enable-wmreplace \ --with-x -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip pre-build: Modified: head/x11-wm/libwraster/distinfo ============================================================================== --- head/x11-wm/libwraster/distinfo Wed Feb 28 04:28:07 2018 (r463176) +++ head/x11-wm/libwraster/distinfo Wed Feb 28 04:58:15 2018 (r463177) @@ -1,2 +1,3 @@ -SHA256 (WindowMaker-0.95.7.tar.gz) = 842d486c4b212b19d10dbae2c315c6ff20c6e651471eaa45214b3b832d8097a9 -SIZE (WindowMaker-0.95.7.tar.gz) = 3238325 +TIMESTAMP = 1519792748 +SHA256 (WindowMaker-0.95.8.tar.gz) = 9dbf5c5571bb79c4b1584f496c960ee2cd7379af45ef0f58b4b0f487259de88a +SIZE (WindowMaker-0.95.8.tar.gz) = 3253515 Modified: head/x11-wm/libwraster/pkg-plist ============================================================================== --- head/x11-wm/libwraster/pkg-plist Wed Feb 28 04:28:07 2018 (r463176) +++ head/x11-wm/libwraster/pkg-plist Wed Feb 28 04:58:15 2018 (r463177) @@ -2,7 +2,7 @@ bin/get-wraster-flags include/wraster.h lib/libwraster.a lib/libwraster.so -lib/libwraster.so.5 -lib/libwraster.so.5.0.0 +lib/libwraster.so.6 +lib/libwraster.so.6.0.0 libdata/pkgconfig/wrlib.pc man/man1/get-wraster-flags.1.gz Modified: head/x11-wm/windowmaker/Makefile ============================================================================== --- head/x11-wm/windowmaker/Makefile Wed Feb 28 04:28:07 2018 (r463176) +++ head/x11-wm/windowmaker/Makefile Wed Feb 28 04:58:15 2018 (r463177) @@ -3,6 +3,7 @@ PORTNAME= windowmaker PORTVERSION= 0.95.8 +PORTREVISION= 1 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION} @@ -18,7 +19,7 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ libtiff.so:graphics/tiff \ libwebp.so:graphics/webp \ libMagickWand-6.so:graphics/ImageMagick \ - libwraster.so:x11-wm/libwraster \ + libwraster.so.6:x11-wm/libwraster \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libexif.so:graphics/libexif @@ -26,7 +27,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/WindowMaker/Themes/Lee USES= jpeg libtool shebangfix pathfix perl5 pkgconfig USE_LDCONFIG= yes -USE_XORG= xft xinerama xmu xpm x11 xext +USE_XORG= x11 xext xft xinerama xmu xpm SHEBANG_FILES= util/wkdemenu.pl GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_sys_inotify_h=no \ Modified: head/x11-wm/windowmaker/distinfo ============================================================================== --- head/x11-wm/windowmaker/distinfo Wed Feb 28 04:28:07 2018 (r463176) +++ head/x11-wm/windowmaker/distinfo Wed Feb 28 04:58:15 2018 (r463177) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497386665 +TIMESTAMP = 1519793700 SHA256 (WindowMaker-0.95.8.tar.gz) = 9dbf5c5571bb79c4b1584f496c960ee2cd7379af45ef0f58b4b0f487259de88a SIZE (WindowMaker-0.95.8.tar.gz) = 3253515 From owner-svn-ports-head@freebsd.org Wed Feb 28 05:57:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F14ACF2C1F5; Wed, 28 Feb 2018 05:57:32 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9DB5086375; Wed, 28 Feb 2018 05:57:32 +0000 (UTC) (envelope-from hrs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 97F6E15851; Wed, 28 Feb 2018 05:57:32 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S5vWSh087885; Wed, 28 Feb 2018 05:57:32 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S5vW4G087882; Wed, 28 Feb 2018 05:57:32 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201802280557.w1S5vW4G087882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 28 Feb 2018 05:57:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463178 - in head/mail/mu4e: . files X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: in head/mail/mu4e: . files X-SVN-Commit-Revision: 463178 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 05:57:33 -0000 Author: hrs Date: Wed Feb 28 05:57:32 2018 New Revision: 463178 URL: https://svnweb.freebsd.org/changeset/ports/463178 Log: Update to 0.9.18. PR: 225852 Modified: head/mail/mu4e/Makefile head/mail/mu4e/distinfo head/mail/mu4e/files/patch-configure.ac Modified: head/mail/mu4e/Makefile ============================================================================== --- head/mail/mu4e/Makefile Wed Feb 28 04:58:15 2018 (r463177) +++ head/mail/mu4e/Makefile Wed Feb 28 05:57:32 2018 (r463178) @@ -1,9 +1,7 @@ # $FreeBSD$ PORTNAME= mu4e -PORTVERSION= 0.9.16 -DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTVERSION= 0.9.18 CATEGORIES= mail PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} Modified: head/mail/mu4e/distinfo ============================================================================== --- head/mail/mu4e/distinfo Wed Feb 28 04:58:15 2018 (r463177) +++ head/mail/mu4e/distinfo Wed Feb 28 05:57:32 2018 (r463178) @@ -1,2 +1,3 @@ -SHA256 (djcb-mu-v0.9.16_GH0.tar.gz) = af086880b00a6954bc1135b226b66a33205893600c8dd04139a6871c62c6f05c -SIZE (djcb-mu-v0.9.16_GH0.tar.gz) = 2212969 +TIMESTAMP = 1519794720 +SHA256 (djcb-mu-0.9.18_GH0.tar.gz) = 8dd35ab52774c4595077570e730989a2ef329204cd677ad1085f43cc1b89dc3d +SIZE (djcb-mu-0.9.18_GH0.tar.gz) = 2250319 Modified: head/mail/mu4e/files/patch-configure.ac ============================================================================== --- head/mail/mu4e/files/patch-configure.ac Wed Feb 28 04:58:15 2018 (r463177) +++ head/mail/mu4e/files/patch-configure.ac Wed Feb 28 05:57:32 2018 (r463178) @@ -1,4 +1,4 @@ ---- configure.ac.orig 2016-01-20 18:19:35 UTC +--- configure.ac.orig 2016-12-04 19:18:18 UTC +++ configure.ac @@ -30,25 +30,25 @@ AC_SUBST(prefix) @@ -34,18 +34,18 @@ # check for makeinfo AC_CHECK_PROG(have_makeinfo,makeinfo,yes,no) -@@ -110,36 +110,36 @@ AS_IF([test "x$PKG_CONFIG" = "xno"],[ +@@ -124,36 +124,36 @@ AS_IF([test "x$PKG_CONFIG" = "xno"],[ # glib2? - # we need 2.14 at least, because we use GRegex --PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.24 gobject-2.0 gio-2.0) -+#PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.24 gobject-2.0 gio-2.0) + # we pick some late-2012 version +-PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.32 gobject-2.0 gio-2.0) ++#PKG_CHECK_MODULES(GLIB,glib-2.0 >= 2.32 gobject-2.0 gio-2.0) AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) -glib_version="`$PKG_CONFIG --modversion glib-2.0`" +#glib_version="`$PKG_CONFIG --modversion glib-2.0`" - # gmime + # gmime, some late-2012 version -PKG_CHECK_MODULES(GMIME,gmime-2.6 >= 2.6.7) +#PKG_CHECK_MODULES(GMIME,gmime-2.6 >= 2.6.7) AC_SUBST(GMIME_CFLAGS) @@ -92,7 +92,7 @@ AC_SUBST(XAPIAN_CXXFLAGS) AC_SUBST(XAPIAN_LIBS) -@@ -235,37 +235,20 @@ AC_SUBST(MU_DOC_DIR, "${prefix}/share/do +@@ -249,37 +249,20 @@ AC_SUBST(MU_DOC_DIR, "${prefix}/share/do ############################################################################### # check for pmccabe From owner-svn-ports-head@freebsd.org Wed Feb 28 06:10:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E507F2C859; Wed, 28 Feb 2018 06:10:27 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA16D86A94; Wed, 28 Feb 2018 06:10:26 +0000 (UTC) (envelope-from hrs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B399F15A01; Wed, 28 Feb 2018 06:10:26 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S6AQpn093117; Wed, 28 Feb 2018 06:10:26 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S6AQJx093111; Wed, 28 Feb 2018 06:10:26 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201802280610.w1S6AQJx093111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 28 Feb 2018 06:10:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463179 - in head/mail: mu mu4e mu4e/files X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: in head/mail: mu mu4e mu4e/files X-SVN-Commit-Revision: 463179 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 06:10:27 -0000 Author: hrs Date: Wed Feb 28 06:10:25 2018 New Revision: 463179 URL: https://svnweb.freebsd.org/changeset/ports/463179 Log: Update to 1.0. PR: 226158 Modified: head/mail/mu/Makefile head/mail/mu/distinfo head/mail/mu/pkg-plist head/mail/mu4e/Makefile head/mail/mu4e/distinfo head/mail/mu4e/files/patch-configure.ac Modified: head/mail/mu/Makefile ============================================================================== --- head/mail/mu/Makefile Wed Feb 28 05:57:32 2018 (r463178) +++ head/mail/mu/Makefile Wed Feb 28 06:10:25 2018 (r463179) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= mu -PORTVERSION= 0.9.18 +PORTVERSION= 1.0 +DISTVERSIONPREFIX= v CATEGORIES= mail MAINTAINER= hrs@FreeBSD.org @@ -14,10 +15,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxapian.so:databases/xapian-core \ libgmime-2.6.so:mail/gmime26 +USES= autoreconf gettext-runtime gmake libtool makeinfo pkgconfig USE_GITHUB= yes GH_ACCOUNT= djcb - -USES= autoreconf gettext-runtime gmake libtool makeinfo pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk --disable-mu4e Modified: head/mail/mu/distinfo ============================================================================== --- head/mail/mu/distinfo Wed Feb 28 05:57:32 2018 (r463178) +++ head/mail/mu/distinfo Wed Feb 28 06:10:25 2018 (r463179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497793932 -SHA256 (djcb-mu-0.9.18_GH0.tar.gz) = 8dd35ab52774c4595077570e730989a2ef329204cd677ad1085f43cc1b89dc3d -SIZE (djcb-mu-0.9.18_GH0.tar.gz) = 2250319 +TIMESTAMP = 1519797729 +SHA256 (djcb-mu-v1.0_GH0.tar.gz) = 533149abab967e2809f72e9fe62c6deb71d45b6ad2a5846247733a1dd2de69a0 +SIZE (djcb-mu-v1.0_GH0.tar.gz) = 2273670 Modified: head/mail/mu/pkg-plist ============================================================================== --- head/mail/mu/pkg-plist Wed Feb 28 05:57:32 2018 (r463178) +++ head/mail/mu/pkg-plist Wed Feb 28 06:10:25 2018 (r463179) @@ -20,6 +20,7 @@ man/man1/mu-view.1.gz man/man1/mu.1.gz man/man1/mug.1.gz man/man5/mu-bookmarks.5.gz +man/man7/mu-query.7.gz %%PORTDOCS%%%%DOCSDIR%%/NEWS.org %%GUILE%%share/guile/site/2.0/mu.scm %%GUILE%%share/guile/site/2.0/mu/plot.scm Modified: head/mail/mu4e/Makefile ============================================================================== --- head/mail/mu4e/Makefile Wed Feb 28 05:57:32 2018 (r463178) +++ head/mail/mu4e/Makefile Wed Feb 28 06:10:25 2018 (r463179) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= mu4e -PORTVERSION= 0.9.18 +PORTVERSION= 1.0 +DISTVERSIONPREFIX= v CATEGORIES= mail PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} Modified: head/mail/mu4e/distinfo ============================================================================== --- head/mail/mu4e/distinfo Wed Feb 28 05:57:32 2018 (r463178) +++ head/mail/mu4e/distinfo Wed Feb 28 06:10:25 2018 (r463179) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519794720 -SHA256 (djcb-mu-0.9.18_GH0.tar.gz) = 8dd35ab52774c4595077570e730989a2ef329204cd677ad1085f43cc1b89dc3d -SIZE (djcb-mu-0.9.18_GH0.tar.gz) = 2250319 +TIMESTAMP = 1519797815 +SHA256 (djcb-mu-v1.0_GH0.tar.gz) = 533149abab967e2809f72e9fe62c6deb71d45b6ad2a5846247733a1dd2de69a0 +SIZE (djcb-mu-v1.0_GH0.tar.gz) = 2273670 Modified: head/mail/mu4e/files/patch-configure.ac ============================================================================== --- head/mail/mu4e/files/patch-configure.ac Wed Feb 28 05:57:32 2018 (r463178) +++ head/mail/mu4e/files/patch-configure.ac Wed Feb 28 06:10:25 2018 (r463179) @@ -1,6 +1,6 @@ ---- configure.ac.orig 2016-12-04 19:18:18 UTC +--- configure.ac.orig 2018-02-03 12:02:45 UTC +++ configure.ac -@@ -30,25 +30,25 @@ AC_SUBST(prefix) +@@ -37,12 +37,12 @@ AC_SUBST(prefix) # AC_PROG_CXX *before* AC_PROG_CC, otherwise configure won't error out # when a c++ compiler is not found. Weird, huh? @@ -16,6 +16,10 @@ -AC_HEADER_STDC +#AC_HEADER_STDC + AX_CXX_COMPILE_STDCXX_14 + m4_ifdef([AX_COMPILER_FLAGS],[AX_COMPILER_FLAGS(,,[yes])]) +@@ -50,16 +50,16 @@ AX_VALGRIND_CHECK + # for now, use AM_PROG_LIBTOOL, as we don't want to require # a too new setup for autotools/libtool -AM_PROG_LIBTOOL @@ -34,7 +38,7 @@ # check for makeinfo AC_CHECK_PROG(have_makeinfo,makeinfo,yes,no) -@@ -124,36 +124,36 @@ AS_IF([test "x$PKG_CONFIG" = "xno"],[ +@@ -135,36 +135,36 @@ AS_IF([test "x$PKG_CONFIG" = "xno"],[ # glib2? # we pick some late-2012 version @@ -92,7 +96,7 @@ AC_SUBST(XAPIAN_CXXFLAGS) AC_SUBST(XAPIAN_LIBS) -@@ -249,37 +249,20 @@ AC_SUBST(MU_DOC_DIR, "${prefix}/share/do +@@ -260,38 +260,20 @@ AC_SUBST(MU_DOC_DIR, "${prefix}/share/do ############################################################################### # check for pmccabe @@ -118,6 +122,7 @@ -mu/tests/Makefile -lib/Makefile -lib/doxyfile +-lib/parser/Makefile -lib/tests/Makefile mu4e/Makefile mu4e/mu4e-meta.el From owner-svn-ports-head@freebsd.org Wed Feb 28 06:26:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BBA7F2D27A; Wed, 28 Feb 2018 06:26:55 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 476FF87570; Wed, 28 Feb 2018 06:26:55 +0000 (UTC) (envelope-from hrs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 421DD15D29; Wed, 28 Feb 2018 06:26:55 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S6Qtdh003257; Wed, 28 Feb 2018 06:26:55 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S6Qs5G003254; Wed, 28 Feb 2018 06:26:54 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201802280626.w1S6Qs5G003254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 28 Feb 2018 06:26:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463180 - in head/japanese/nkf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: in head/japanese/nkf: . files X-SVN-Commit-Revision: 463180 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 06:26:55 -0000 Author: hrs Date: Wed Feb 28 06:26:54 2018 New Revision: 463180 URL: https://svnweb.freebsd.org/changeset/ports/463180 Log: Update to 2.1.4. Modified: head/japanese/nkf/Makefile head/japanese/nkf/distinfo head/japanese/nkf/files/patch-Makefile Modified: head/japanese/nkf/Makefile ============================================================================== --- head/japanese/nkf/Makefile Wed Feb 28 06:10:25 2018 (r463179) +++ head/japanese/nkf/Makefile Wed Feb 28 06:26:54 2018 (r463180) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= nkf -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 PORTEPOCH= 1 CATEGORIES?= japanese -MASTER_SITES= SFJP/${PORTNAME}/59912 +MASTER_SITES= SFJP/${PORTNAME}/64158 MAINTAINER= hrs@FreeBSD.org COMMENT= Network Kanji code conversion Filter Modified: head/japanese/nkf/distinfo ============================================================================== --- head/japanese/nkf/distinfo Wed Feb 28 06:10:25 2018 (r463179) +++ head/japanese/nkf/distinfo Wed Feb 28 06:26:54 2018 (r463180) @@ -1,2 +1,3 @@ -SHA256 (nkf-2.1.3.tar.gz) = 8cb430ae69a1ad58b522eb4927b337b5b420bbaeb69df255919019dc64b72fc2 -SIZE (nkf-2.1.3.tar.gz) = 195020 +TIMESTAMP = 1519798662 +SHA256 (nkf-2.1.4.tar.gz) = b4175070825deb3e98577186502a8408c05921b0c8ff52e772219f9d2ece89cb +SIZE (nkf-2.1.4.tar.gz) = 232479 Modified: head/japanese/nkf/files/patch-Makefile ============================================================================== --- head/japanese/nkf/files/patch-Makefile Wed Feb 28 06:10:25 2018 (r463179) +++ head/japanese/nkf/files/patch-Makefile Wed Feb 28 06:26:54 2018 (r463180) @@ -1,6 +1,6 @@ ---- Makefile.orig 2013-11-22 14:17:36.000000000 +0900 -+++ Makefile 2013-12-26 10:08:41.000000000 +0900 -@@ -1,21 +1,31 @@ +--- Makefile.orig 2015-12-12 13:51:41 UTC ++++ Makefile +@@ -1,18 +1,23 @@ -CC = cc -CFLAGS = -g -O2 -Wall -pedantic +CC? = cc @@ -10,7 +10,7 @@ # SHAR = shar -T PERL = perl RM = rm -rf - VERSION = 2.1.3 + VERSION = 2.1.4 -MKDIR = mkdir -prefix = /usr/local +MKDIR? = mkdir @@ -18,40 +18,38 @@ +manprefix = $(DESTDIR)$(MANPREFIX) PYTHON2 = python PYTHON3 = python -+BSD_INSTALL_PROGRAM?= ${INSTALL} -s -o root -g wheel -m 555 -+BSD_INSTALL_MAN?= ${INSTALL} -o root -g wheel -m 444 ++BSD_INSTALL_PROGRAM?= ${INSTALL} -s -o root -g wheel -m 555 ++BSD_INSTALL_MAN?= ${INSTALL} -o root -g wheel -m 444 .PHONY: clean install test tar shar -+all: nkf man ++all: nkf + nkf : nkf.o utf8tbl.o - $(CC) $(CFLAGS) -o nkf nkf.o utf8tbl.o + $(CC) $(CFLAGS) $(LDFLAGS) -o nkf nkf.o utf8tbl.o -+man: nkf.1j nkf.1j.euc -+ -+nkf.1j.euc: nkf nkf.1j -+ ./nkf -e nkf.1j > nkf.1j.euc -+ - nkf.o : nkf.c nkf.h utf8tbl.h config.h - $(CC) $(CFLAGS) -c nkf.c +@@ -47,17 +52,17 @@ install: install-main install-man instal -@@ -45,13 +55,11 @@ - - install: + install-main: -$(MKDIR) $(prefix)/bin +- cp -f nkf $(prefix)/bin/ ++ ${BSD_INSTALL_PROGRAM} nkf $(prefix)/bin/ + + install-man: - -$(MKDIR) $(prefix)/man - -$(MKDIR) $(prefix)/man/man1 +- cp -f nkf.1 $(prefix)/man/man1/ ++ -$(MKDIR) $(manprefix)/man ++ -$(MKDIR) $(manprefix)/man/man1 ++ ${BSD_INSTALL_MAN} nkf.1 $(manprefix)/man/man1/ + + install-man-ja: - -$(MKDIR) $(prefix)/man/ja - -$(MKDIR) $(prefix)/man/ja/man1 -- cp -f nkf $(prefix)/bin/ -- cp -f nkf.1 $(prefix)/man/man1/ - cp -f nkf.1j $(prefix)/man/ja/man1/nkf.1 -+ -$(MKDIR) $(manprefix)/man/man1 ++ -$(MKDIR) $(manprefix)/man/ja + -$(MKDIR) $(manprefix)/man/ja/man1 -+ ${BSD_INSTALL_PROGRAM} nkf $(prefix)/bin/ -+ ${BSD_INSTALL_MAN} nkf.1 $(manprefix)/man/man1/ -+ ${BSD_INSTALL_MAN} nkf.1j.euc $(manprefix)/man/ja/man1/nkf.1 ++ ${BSD_INSTALL_MAN} nkf.1j $(manprefix)/man/ja/man1/nkf.1 shar: -mkdir nkf-$(VERSION) From owner-svn-ports-head@freebsd.org Wed Feb 28 06:51:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93A5BF2DEAE; Wed, 28 Feb 2018 06:51:34 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ABB787FC8; Wed, 28 Feb 2018 06:51:34 +0000 (UTC) (envelope-from delphij@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 45BEE160C1; Wed, 28 Feb 2018 06:51:34 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S6pYAf017023; Wed, 28 Feb 2018 06:51:34 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S6pYPm017004; Wed, 28 Feb 2018 06:51:34 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201802280651.w1S6pYPm017004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 28 Feb 2018 06:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463181 - head/net/ntp X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: head/net/ntp X-SVN-Commit-Revision: 463181 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 06:51:34 -0000 Author: delphij Date: Wed Feb 28 06:51:33 2018 New Revision: 463181 URL: https://svnweb.freebsd.org/changeset/ports/463181 Log: Security update 4.2.8p10 --> 4.2.8p11. MFH: 2018Q1 Modified: head/net/ntp/Makefile head/net/ntp/distinfo Modified: head/net/ntp/Makefile ============================================================================== --- head/net/ntp/Makefile Wed Feb 28 06:26:54 2018 (r463180) +++ head/net/ntp/Makefile Wed Feb 28 06:51:33 2018 (r463181) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.2.8p10 -PORTREVISION= 3 +PORTVERSION= 4.2.8p11 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ Modified: head/net/ntp/distinfo ============================================================================== --- head/net/ntp/distinfo Wed Feb 28 06:26:54 2018 (r463180) +++ head/net/ntp/distinfo Wed Feb 28 06:51:33 2018 (r463181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490246780 -SHA256 (ntp-4.2.8p10.tar.gz) = ddd2366e64219b9efa0f7438e06800d0db394ac5c88e13c17b70d0dcdf99b99f -SIZE (ntp-4.2.8p10.tar.gz) = 6998648 +TIMESTAMP = 1519799522 +SHA256 (ntp-4.2.8p11.tar.gz) = f14a39f753688252d683ff907035ffff106ba8d3db21309b742e09b5c3cd278e +SIZE (ntp-4.2.8p11.tar.gz) = 7076566 From owner-svn-ports-head@freebsd.org Wed Feb 28 07:08:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D6FEF2EAA5; Wed, 28 Feb 2018 07:08:52 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-qk0-f171.google.com (mail-qk0-f171.google.com [209.85.220.171]) (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 7FFAD689E5; Wed, 28 Feb 2018 07:08:50 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by mail-qk0-f171.google.com with SMTP id b130so1757708qkg.9; Tue, 27 Feb 2018 23:08:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=7m/D8aoibUnv2KNYWBaTsFjU+OZL8tTvOHXlW2zaFE4=; b=sGYUtaPxGKDF7o3xQdcMm0v9oAi5LdtOBfH4Srk5FuVpwPTlW9vztB1/LX81tKZoMX z4tGsSX93GzR7Tcy/01Vzy7MPtpUnjg2o0f1L42OjmBq/BqfEZJ+chFaJwFKj8/UqWZ+ kv6JEsdr4T2jy8y3pgw77oy2vdnWmuOGE/MKtQIfleX8Eustym3bknKNQWwXFxsyNU71 hILqhVYARi12LgigJ7xRBHnTTM8ytu2bpyhhYADMtDBuJeM7ZDgpKRO4B5KKMuoWOmTK miugXqy1jpANPgG9aknKmLucTl7gySZZer6yR2HgL/ykCD7C7xyWzTfqgKdgCgNiEDfD EvYg== X-Gm-Message-State: APf1xPDGUXkAb+mJYH0bEf7bOopqQ0JMwl3NqHnFVDnlFTYUFPW6t29l Cdz0tHTQtfep+lx4nkT2hupX+fL4 X-Google-Smtp-Source: AG47ELvDhzb/wnUxrchY+V/UOep5Ec8xyCuQVDOln8/9dOyXM59fCSn4hY06RWXkH2QU3ee9CzuVbg== X-Received: by 10.233.214.1 with SMTP id r1mr17045917qkk.121.1519801723685; Tue, 27 Feb 2018 23:08:43 -0800 (PST) Received: from mail-qt0-f176.google.com (mail-qt0-f176.google.com. [209.85.216.176]) by smtp.gmail.com with ESMTPSA id r4sm668046qki.96.2018.02.27.23.08.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Feb 2018 23:08:43 -0800 (PST) Received: by mail-qt0-f176.google.com with SMTP id c7so1764966qtn.3; Tue, 27 Feb 2018 23:08:43 -0800 (PST) X-Received: by 10.237.36.221 with SMTP id u29mr26545083qtc.116.1519801723243; Tue, 27 Feb 2018 23:08:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.200.27.89 with HTTP; Tue, 27 Feb 2018 23:08:42 -0800 (PST) In-Reply-To: <9486f6fe-ecce-8d00-9c24-f93e45dad12d@freebsd.org> References: <201802270455.w1R4tqAS020032@repo.freebsd.org> <20180227092450.cru4nfvh4j2aleuv@atuin.in.mat.cc> <9486f6fe-ecce-8d00-9c24-f93e45dad12d@freebsd.org> From: "Tobias C. Berner" Date: Wed, 28 Feb 2018 08:08:42 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r463107 - in head: astro/accrete devel/mph devel/p5-IPC-MMA devel/p5-Parse-PlainConfig devel/p5-Sub-Alias devel/p5-Sys-Cpu devel/p5-Sys-MemInfo graphics/delaboratory net/yaph sysutils/c... To: Yuri Victorovich Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 07:08:52 -0000 Yuri Your implicit rights are restricted to updating ports, not "deciding who is maintainer" for a batch of ports -- svn rm-ing audio/ is simple too, please don't do that either :) mfg Tobias On 27 February 2018 at 10:44, Yuri wrote: > On 02/27/18 01:24, Mathieu Arnold wrote: > > You do know that if there is no MX record but there is a A record, it > will be used, right ? Have you checked that this is also not the case? > > > I checked those too, just didn't include this in the message because A and > AAAA records are for historical purposes, and very few systems still use > them. > > Approved by: tcberner (mentor, implicit) > > PS: I doubt very much that this is included in the "simple" updates you > have been granted implicit approval for. > > > This looked pretty simple, just one field is affected. > > > Yuri > > From owner-svn-ports-head@freebsd.org Wed Feb 28 07:16:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7484F2F221; Wed, 28 Feb 2018 07:16:35 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 861A068EF7; Wed, 28 Feb 2018 07:16:35 +0000 (UTC) (envelope-from cy@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F9F216545; Wed, 28 Feb 2018 07:16:35 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S7GZB8028376; Wed, 28 Feb 2018 07:16:35 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S7GZpq028375; Wed, 28 Feb 2018 07:16:35 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201802280716.w1S7GZpq028375@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 28 Feb 2018 07:16:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463183 - head/net/ntp-devel X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/net/ntp-devel X-SVN-Commit-Revision: 463183 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 07:16:36 -0000 Author: cy Date: Wed Feb 28 07:16:35 2018 New Revision: 463183 URL: https://svnweb.freebsd.org/changeset/ports/463183 Log: It appears as if the development branch of ntp is dead as no new development tarballs have been relesed for ~ 17 months now. This is a security concern. MFH: 2018Q1 Modified: head/net/ntp-devel/Makefile Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Wed Feb 28 06:55:22 2018 (r463182) +++ head/net/ntp-devel/Makefile Wed Feb 28 07:16:35 2018 (r463183) @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}-dev-${PORTVERSION:S/P/p/:S/r/-RC MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution +IGNORE= It appears the development branch of NTP is dead. + LIB_DEPENDS= libevent.so:devel/libevent \ libmd5.so:www/libwww From owner-svn-ports-head@freebsd.org Wed Feb 28 07:22:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9FD6F2F968; Wed, 28 Feb 2018 07:22:56 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 204286945D; Wed, 28 Feb 2018 07:22:55 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with ESMTPA id qw4jegSXrLkozqw4keDNBo; Wed, 28 Feb 2018 00:22:54 -0700 X-Authority-Analysis: v=2.3 cv=OeS28CbY c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=Op4juWPpsa0A:10 a=6I5d2MoRAAAA:8 a=gCGlv7sVAAAA:8 a=85N1-lAfAAAA:8 a=YxBL1-UpAAAA:8 a=4VLwJ2NNpIuHNmlFF0gA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=u6IxirxucwMmsEP47s2H:22 a=cyfSibbquD4hpIoiQNSb:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id ED2719C0; Tue, 27 Feb 2018 23:22:52 -0800 (PST) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id w1S7MqH4081967; Tue, 27 Feb 2018 23:22:52 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id w1S7Mqr2081964; Tue, 27 Feb 2018 23:22:52 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201802280722.w1S7Mqr2081964@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Xin LI cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463181 - head/net/ntp In-Reply-To: Message from Xin LI of "Wed, 28 Feb 2018 06:51:34 +0000." <201802280651.w1S6pYPm017004@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Feb 2018 23:22:52 -0800 X-CMAE-Envelope: MS4wfPOIMA+THM4/jwQ9q3uwLlObFA04Ymg5uETr1Ks3Jm9SF4Fp2RbESzdU61FeH1D5U4RYecwqlF2cw6dvTYUjFaUVl8kyE8+oHzHGpJKu7g3UMbZvaMkN SehRt90rzwDZXjoicbHHdiVmO0gQJF1QqmodZe6WZvHskddk5tlGzscUvpcVuhwq5jZsGDkECOYFtnneMCtyAeGaslwtMGOrIMN4FIsEUfHdNuiE6N5NP8vC Bux03esxBvJAVJuFO2rzvJgbQLnMvceiioIm3ngu1mVKbFAGi1UbOrm2uu/Aylvh0fvs9yZjQQJCnis9vARqgA== X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 07:22:57 -0000 In message <201802280651.w1S6pYPm017004@repo.freebsd.org>, Xin LI writes: > Author: delphij > Date: Wed Feb 28 06:51:33 2018 > New Revision: 463181 > URL: https://svnweb.freebsd.org/changeset/ports/463181 > > Log: > Security update 4.2.8p10 --> 4.2.8p11. > > MFH: 2018Q1 > > Modified: > head/net/ntp/Makefile > head/net/ntp/distinfo > > Modified: head/net/ntp/Makefile > ============================================================================= > = > --- head/net/ntp/Makefile Wed Feb 28 06:26:54 2018 (r463180) > +++ head/net/ntp/Makefile Wed Feb 28 06:51:33 2018 (r463181) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= ntp > -PORTVERSION= 4.2.8p10 > -PORTREVISION= 3 > +PORTVERSION= 4.2.8p11 > CATEGORIES= net ipv6 > MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ > \ > http://archive.ntp.org/ntp4/ntp-4.2/ \ > > Modified: head/net/ntp/distinfo > ============================================================================= > = > --- head/net/ntp/distinfo Wed Feb 28 06:26:54 2018 (r463180) > +++ head/net/ntp/distinfo Wed Feb 28 06:51:33 2018 (r463181) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1490246780 > -SHA256 (ntp-4.2.8p10.tar.gz) = ddd2366e64219b9efa0f7438e06800d0db394ac5c88e1 > 3c17b70d0dcdf99b99f > -SIZE (ntp-4.2.8p10.tar.gz) = 6998648 > +TIMESTAMP = 1519799522 > +SHA256 (ntp-4.2.8p11.tar.gz) = f14a39f753688252d683ff907035ffff106ba8d3db213 > 09b742e09b5c3cd278e > +SIZE (ntp-4.2.8p11.tar.gz) = 7076566 > Thanks. ntp-devel hasn't been updated by our upline for a while so I've marked it IGNORE. Maybe it should be removed until Harlan finds some time again. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-head@freebsd.org Wed Feb 28 07:35:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17AC4F3049A; Wed, 28 Feb 2018 07:35:28 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BEEF369A0E; Wed, 28 Feb 2018 07:35:27 +0000 (UTC) (envelope-from delphij@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9BCCA16887; Wed, 28 Feb 2018 07:35:27 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S7ZR88038360; Wed, 28 Feb 2018 07:35:27 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S7ZRD3038358; Wed, 28 Feb 2018 07:35:27 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201802280735.w1S7ZRD3038358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 28 Feb 2018 07:35:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463184 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 463184 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 07:35:28 -0000 Author: delphij Date: Wed Feb 28 07:35:27 2018 New Revision: 463184 URL: https://svnweb.freebsd.org/changeset/ports/463184 Log: Document multiple NTP vulnerabilities. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Feb 28 07:16:35 2018 (r463183) +++ head/security/vuxml/vuln.xml Wed Feb 28 07:35:27 2018 (r463184) @@ -58,6 +58,68 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + ntp -- multiple vulnerabilities + + + FreeBSD + 11.111.1_7 + 10.410.4_6 + 10.310.3_27 + + + ntp + 4.2.8p11 + + + ntp-devel + 0 + + + + +

Network Time Foundation reports:

+
+

The NTP Project at Network Time Foundation is releasing ntp-4.2.8p11.

+

This release addresses five security issues in ntpd:

+
    +
  • LOW/MEDIUM: Sec 3012 / CVE-2016-1549 / VU#961909: Sybil + vulnerability: ephemeral association attack
  • +
  • INFO/MEDIUM: Sec 3412 / CVE-2018-7182 / VU#961909: + ctl_getitem(): buffer read overrun leads to undefined + behavior and information leak
  • +
  • LOW: Sec 3415 / CVE-2018-7170 / VU#961909: Multiple + authenticated ephemeral associations
  • +
  • LOW: Sec 3453 / CVE-2018-7184 / VU#961909: Interleaved + symmetric mode cannot recover from bad state
  • +
  • LOW/MEDIUM: Sec 3454 / CVE-2018-7185 / VU#961909: + Unauthenticated packet can reset authenticated interleaved + association
  • +
+

one security issue in ntpq:

+
    +
  • MEDIUM: Sec 3414 / CVE-2018-7183 / VU#961909: + ntpq:decodearr() can write beyond its buffer limit
  • +
+

and provides over 33 bugfixes and 32 other improvements.

+
+ +
+ + CVE-2016-1549 + CVE-2018-7182 + CVE-2018-7170 + CVE-2018-7184 + CVE-2018-7185 + CVE-2018-7183 + http://support.ntp.org/bin/view/Main/SecurityNotice#February_2018_ntp_4_2_8p11_NTP_S + + + 2018-02-27 + 2018-02-28 + +
+ chromium -- vulnerability From owner-svn-ports-head@freebsd.org Wed Feb 28 08:01:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BED12F31E40; Wed, 28 Feb 2018 08:01:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CDDB6A7AD; Wed, 28 Feb 2018 08:01:18 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 67D9D16CEE; Wed, 28 Feb 2018 08:01:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S81IiS048428; Wed, 28 Feb 2018 08:01:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S81HBg048423; Wed, 28 Feb 2018 08:01:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802280801.w1S81HBg048423@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 28 Feb 2018 08:01:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463185 - in head: . net net/eternaltcp net/eternalterminal X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . net net/eternaltcp net/eternalterminal X-SVN-Commit-Revision: 463185 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 08:01:19 -0000 Author: yuri Date: Wed Feb 28 08:01:17 2018 New Revision: 463185 URL: https://svnweb.freebsd.org/changeset/ports/463185 Log: net/eternaltcp: Renamed to net/eternalterminal; Updated to 4.2.1 Request to rename: https://github.com/MisterTea/EternalTCP/pull/92#issuecomment-368179461 Port changes: * Updated GH_PROJECT/WWW accordingly * Minor description correction PR: 226231 Submitted by: Trevis (maintainer) Approved by: tcberner (mentor, implicit) Added: head/net/eternalterminal/ - copied from r463184, head/net/eternaltcp/ Deleted: head/net/eternaltcp/ Modified: head/MOVED head/net/Makefile head/net/eternalterminal/Makefile head/net/eternalterminal/distinfo head/net/eternalterminal/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Wed Feb 28 07:35:27 2018 (r463184) +++ head/MOVED Wed Feb 28 08:01:17 2018 (r463185) @@ -10129,3 +10129,4 @@ devel/ruby-ncurses||2018-02-23|Has expired: Marked BRO math/octave-forge-octcdf||2018-02-24|No longer supported upstream math/octave-forge-pt_br||2018-02-24|No longer supported upstream devel/p5-Sys-Cpu|devel/p5-Sys-CPU|2018-02-27|Rename to match our p5- port naming +net/eternaltcp|net/eternalterminal|2018-02-28|Renamed on the upstream author request Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Feb 28 07:35:27 2018 (r463184) +++ head/net/Makefile Wed Feb 28 08:01:17 2018 (r463185) @@ -134,7 +134,7 @@ SUBDIR += enet SUBDIR += erlang-ranch SUBDIR += erlang-xmlrpc - SUBDIR += eternaltcp + SUBDIR += eternalterminal SUBDIR += etrace SUBDIR += exabgp SUBDIR += exaddos Modified: head/net/eternalterminal/Makefile ============================================================================== --- head/net/eternaltcp/Makefile Wed Feb 28 07:35:27 2018 (r463184) +++ head/net/eternalterminal/Makefile Wed Feb 28 08:01:17 2018 (r463185) @@ -1,8 +1,8 @@ # $FreeBSD$ -PORTNAME= eternaltcp +PORTNAME= eternalterminal DISTVERSIONPREFIX= et-v -DISTVERSION= 4.2.0 +DISTVERSION= 4.2.1 CATEGORIES= net MAINTAINER= trevis@silencedpoet.com @@ -19,7 +19,7 @@ LIB_DEPENDS= libgflags.so:devel/gflags \ USES= cmake:outsource ncurses USE_GITHUB= yes GH_ACCOUNT= MisterTea -GH_PROJECT= EternalTCP +GH_PROJECT= EternalTerminal PLIST_FILES= bin/et bin/etserver Modified: head/net/eternalterminal/distinfo ============================================================================== --- head/net/eternaltcp/distinfo Wed Feb 28 07:35:27 2018 (r463184) +++ head/net/eternalterminal/distinfo Wed Feb 28 08:01:17 2018 (r463185) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518904913 -SHA256 (MisterTea-EternalTCP-et-v4.2.0_GH0.tar.gz) = 42372f64bacaecffcdfe3676e631a32481043e0ff0412aaf7548bf27839b5c82 -SIZE (MisterTea-EternalTCP-et-v4.2.0_GH0.tar.gz) = 84231 +TIMESTAMP = 1519713996 +SHA256 (MisterTea-EternalTerminal-et-v4.2.1_GH0.tar.gz) = 86a3bc75a1cdc9c9d9078d0d33197817337779c07b12ba1240babe0717bf7aaa +SIZE (MisterTea-EternalTerminal-et-v4.2.1_GH0.tar.gz) = 84422 Modified: head/net/eternalterminal/pkg-descr ============================================================================== --- head/net/eternaltcp/pkg-descr Wed Feb 28 07:35:27 2018 (r463184) +++ head/net/eternalterminal/pkg-descr Wed Feb 28 08:01:17 2018 (r463185) @@ -1,5 +1,5 @@ -Eternal Terminal is a remote shell that automatically reconnects without -interrupting the session. Uses ssh under-the-hood for handshake and +EternalTerminal is a remote shell that automatically reconnects without +interrupting the session. It uses ssh under-the-hood for handshake and encryption. Connection is via TCP unlike UDP based remote shells such as mosh. -WWW: https://mistertea.github.io/EternalTCP/ +WWW: https://mistertea.github.io/EternalTerminal/ From owner-svn-ports-head@freebsd.org Wed Feb 28 08:13:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02790F3294E; Wed, 28 Feb 2018 08:13:21 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A48AB6AF2C; Wed, 28 Feb 2018 08:13:20 +0000 (UTC) (envelope-from ale@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86CE816EDF; Wed, 28 Feb 2018 08:13:20 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S8DKmX058388; Wed, 28 Feb 2018 08:13:20 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S8DKYB058385; Wed, 28 Feb 2018 08:13:20 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201802280813.w1S8DKYB058385@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Wed, 28 Feb 2018 08:13:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463186 - in head/net-p2p: bitcoin bitcoin-daemon X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: in head/net-p2p: bitcoin bitcoin-daemon X-SVN-Commit-Revision: 463186 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 08:13:21 -0000 Author: ale Date: Wed Feb 28 08:13:20 2018 New Revision: 463186 URL: https://svnweb.freebsd.org/changeset/ports/463186 Log: Update to 0.16.0 release and change maintainer. PR: 226155 Submitted by: kbowling Approved by: maintainer Modified: head/net-p2p/bitcoin-daemon/Makefile head/net-p2p/bitcoin/Makefile head/net-p2p/bitcoin/distinfo Modified: head/net-p2p/bitcoin-daemon/Makefile ============================================================================== --- head/net-p2p/bitcoin-daemon/Makefile Wed Feb 28 08:01:17 2018 (r463185) +++ head/net-p2p/bitcoin-daemon/Makefile Wed Feb 28 08:13:20 2018 (r463186) @@ -1,7 +1,6 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin -PORTREVISION= 3 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) Modified: head/net-p2p/bitcoin/Makefile ============================================================================== --- head/net-p2p/bitcoin/Makefile Wed Feb 28 08:01:17 2018 (r463185) +++ head/net-p2p/bitcoin/Makefile Wed Feb 28 08:13:20 2018 (r463186) @@ -2,15 +2,12 @@ # $FreeBSD$ PORTNAME= bitcoin -PORTVERSION= 0.15.1 +PORTVERSION= 0.16.0 DISTVERSIONPREFIX= v -PORTREVISION?= 3 +PORTREVISION?= 0 CATEGORIES= net-p2p finance -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 1ec0c0a01c31.patch:-p1 - -MAINTAINER= robbak@robbak.com +MAINTAINER= kbowling@FreeBSD.org COMMENT?= Virtual Peer-to-Peer Currency Client (QT) LICENSE= MIT @@ -95,6 +92,12 @@ MAKE_ENV+= V=1 PLIST_FILES?= bin/bitcoin-qt man/man1/bitcoin-qt.1.gz \ share/applications/bitcoin-qt.desktop share/pixmaps/bitcoin128.png +.include + +.if ${OSVERSION} < 1100000 +CONFIGURE_ARGS+=--disable-asm +.endif + .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" post-install: @@ -113,4 +116,4 @@ regression-test: build @cd ${WRKSRC} && ${GMAKE} check -.include +.include Modified: head/net-p2p/bitcoin/distinfo ============================================================================== --- head/net-p2p/bitcoin/distinfo Wed Feb 28 08:01:17 2018 (r463185) +++ head/net-p2p/bitcoin/distinfo Wed Feb 28 08:13:20 2018 (r463186) @@ -1,5 +1,3 @@ -TIMESTAMP = 1510484103 -SHA256 (bitcoin-bitcoin-v0.15.1_GH0.tar.gz) = 98b3a98a67054123bef6714e4035e18f9250a1b6d63829258ad057906e75d8b1 -SIZE (bitcoin-bitcoin-v0.15.1_GH0.tar.gz) = 7547736 -SHA256 (1ec0c0a01c31.patch) = 01a2fe784d7c3d21d2cfd9dc460c059c7ae358e0f5e9e5e7782f10d259db3cd9 -SIZE (1ec0c0a01c31.patch) = 3535 +TIMESTAMP = 1519650479 +SHA256 (bitcoin-bitcoin-v0.16.0_GH0.tar.gz) = 8ade43e420b6aad00645d79239c21947e47f37d1f974b4948b0da0b6999c28d5 +SIZE (bitcoin-bitcoin-v0.16.0_GH0.tar.gz) = 6627084 From owner-svn-ports-head@freebsd.org Wed Feb 28 08:33:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB09EF33BC2; Wed, 28 Feb 2018 08:33:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 58A296B910; Wed, 28 Feb 2018 08:33:05 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 527E217228; Wed, 28 Feb 2018 08:33:05 +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 w1S8X5xU069036; Wed, 28 Feb 2018 08:33:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S8X5G0069035; Wed, 28 Feb 2018 08:33:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802280833.w1S8X5G0069035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 28 Feb 2018 08:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463187 - head/devel/libvirt X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/libvirt X-SVN-Commit-Revision: 463187 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 08:33:05 -0000 Author: amdmi3 Date: Wed Feb 28 08:33:04 2018 New Revision: 463187 URL: https://svnweb.freebsd.org/changeset/ports/463187 Log: - Switch to new test framework Approved by: portmgr blanket Modified: head/devel/libvirt/Makefile Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Wed Feb 28 08:13:20 2018 (r463186) +++ head/devel/libvirt/Makefile Wed Feb 28 08:33:04 2018 (r463187) @@ -104,6 +104,7 @@ CPE_VENDOR= redhat USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip +TEST_TARGET= check SHLIB_VER= 0.4000.0 PLIST_SUB+= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} @@ -174,9 +175,6 @@ post-install: ${MV} ${STAGEDIR}${ETCDIR}/${file} \ ${STAGEDIR}${ETCDIR}/${file}.sample; fi .endfor - -regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check .include From owner-svn-ports-head@freebsd.org Wed Feb 28 08:39:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05020F3426F; Wed, 28 Feb 2018 08:39:40 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B4136BC91; Wed, 28 Feb 2018 08:39:38 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id A3A28BDD25; Wed, 28 Feb 2018 09:39:36 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 733FDBDD1E; Wed, 28 Feb 2018 09:39:36 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id 62ACBA739B05; Wed, 28 Feb 2018 09:39:34 +0100 (CET) Date: Wed, 28 Feb 2018 09:39:34 +0100 From: Mathieu Arnold To: Cy Schubert Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463183 - head/net/ntp-devel Message-ID: <20180228083934.pefxor44zy7w5bdz@atuin.in.mat.cc> References: <201802280716.w1S7GZpq028375@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="debq7zuczrymwes4" Content-Disposition: inline In-Reply-To: <201802280716.w1S7GZpq028375@repo.freebsd.org> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 08:39:40 -0000 --debq7zuczrymwes4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 28, 2018 at 07:16:35AM +0000, Cy Schubert wrote: > Modified: head/net/ntp-devel/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/net/ntp-devel/Makefile Wed Feb 28 06:55:22 2018 (r463182) > +++ head/net/ntp-devel/Makefile Wed Feb 28 07:16:35 2018 (r463183) > @@ -13,6 +13,8 @@ DISTNAME=3D ${PORTNAME}-dev-${PORTVERSION:S/P/p/:S/r/-RC > MAINTAINER=3D cy@FreeBSD.org > COMMENT=3D The Network Time Protocol Distribution > =20 > +IGNORE=3D It appears the development branch of NTP is dead. If this is a security concern, it should be FORBIDDEN, not IGNORE. Also, if it is dead, then just remove it. Or at least mark it DEPRECATED with an EXPIRATION_DATE. --=20 Mathieu Arnold --debq7zuczrymwes4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJalmrGXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IrWIQAKZ1DZBubp4zZ7x4mMwi4yaZ TfLrlxBOsafoiO+UqiMwh6HdVR73Uu2Du/o/yrl6xQIwHUZoaqPzRPsuv7AaCt+w cCVxQeLfWo8OPItpns0U4AsskbBLHHevwdq8lmzkdV3XWljBv4NUdcZ2xAFxeeR3 p3CjVhEEPovvbSyqm4ClmwPrJQ1EyIH9DJMEXuzK5AJvbU8XY9cu/rIKYZ60HkZl C4gJdT4D2lhzDtvzE3Dyr1iC1q018/jCres+w7kTaxR0C0PDbcoXKt0R3qQqTvMY ZD1r0Whd58ljL3yDyWqUF+XxkXmyCzXKxHZkHkhHtry6ypVFoHzD4c6R9LKrPYvM Ai2mNHCKRAAhAzkraX9Mt+OYm5d/itsfVgDo6S1uNwCz4a7J9bChnzSBO11jz1or cchEhTK//5ONy/ZhPEd9GzEzGhF9KUg9d7X++ANUfy8djjJZAMA+NF01dIdBpwPs uq2MfFd+d7BXyvy27FhoZOc3GXxB1jgqEdFxs+cTGigk7liAc3NgWEyr2hdEw83/ hFmApu3OF7sMY55onfXx2mWTYNqPBXxS6BWwp9VMTsAINPUYlYnHvX5wjKBkLIgf Qa4RwgZdziiWDIOJ/FBa41Y83SA7CHDpiv2WQ8SFoLxBkRWXdADcwJ3z3YUZUy0E 06YQabFVlSlvYCRY+EPN =o/pd -----END PGP SIGNATURE----- --debq7zuczrymwes4-- From owner-svn-ports-head@freebsd.org Wed Feb 28 08:43:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70C19F3479B; Wed, 28 Feb 2018 08:43:06 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13A206C130; Wed, 28 Feb 2018 08:43:06 +0000 (UTC) (envelope-from hrs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0E939173BA; Wed, 28 Feb 2018 08:43:06 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S8h5vp074260; Wed, 28 Feb 2018 08:43:05 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S8h58j074258; Wed, 28 Feb 2018 08:43:05 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201802280843.w1S8h58j074258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 28 Feb 2018 08:43:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463188 - head/editors/web-mode X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: head/editors/web-mode X-SVN-Commit-Revision: 463188 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 08:43:06 -0000 Author: hrs Date: Wed Feb 28 08:43:05 2018 New Revision: 463188 URL: https://svnweb.freebsd.org/changeset/ports/463188 Log: Update to v15.1. Modified: head/editors/web-mode/Makefile head/editors/web-mode/distinfo Modified: head/editors/web-mode/Makefile ============================================================================== --- head/editors/web-mode/Makefile Wed Feb 28 08:33:04 2018 (r463187) +++ head/editors/web-mode/Makefile Wed Feb 28 08:43:05 2018 (r463188) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= web-mode -PORTVERSION= 14 +PORTVERSION= 15.1 DISTVERSIONPREFIX= v PORTREVISION= 3 CATEGORIES= editors elisp Modified: head/editors/web-mode/distinfo ============================================================================== --- head/editors/web-mode/distinfo Wed Feb 28 08:33:04 2018 (r463187) +++ head/editors/web-mode/distinfo Wed Feb 28 08:43:05 2018 (r463188) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483092091 -SHA256 (fxbois-web-mode-v14_GH0.tar.gz) = 40ddc857211b575579e2054fcf056fb96e39680bee8f4479c37b1311a101dca0 -SIZE (fxbois-web-mode-v14_GH0.tar.gz) = 108282 +TIMESTAMP = 1519807177 +SHA256 (fxbois-web-mode-v15.1_GH0.tar.gz) = cc28be32c2ce12660b19fa57c948f9fc4817fb977e0c4a41ba8b5b1fe364377b +SIZE (fxbois-web-mode-v15.1_GH0.tar.gz) = 129986 From owner-svn-ports-head@freebsd.org Wed Feb 28 08:45:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5ABC4F34963; Wed, 28 Feb 2018 08:45:40 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFB4B6C28A; Wed, 28 Feb 2018 08:45:39 +0000 (UTC) (envelope-from hrs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA557173C0; Wed, 28 Feb 2018 08:45:39 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S8jdvr074485; Wed, 28 Feb 2018 08:45:39 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S8jdaj074483; Wed, 28 Feb 2018 08:45:39 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201802280845.w1S8jdaj074483@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 28 Feb 2018 08:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463189 - head/devel/cask X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: head/devel/cask X-SVN-Commit-Revision: 463189 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 08:45:40 -0000 Author: hrs Date: Wed Feb 28 08:45:39 2018 New Revision: 463189 URL: https://svnweb.freebsd.org/changeset/ports/463189 Log: Update to 0.8.3. Modified: head/devel/cask/Makefile head/devel/cask/distinfo Modified: head/devel/cask/Makefile ============================================================================== --- head/devel/cask/Makefile Wed Feb 28 08:43:05 2018 (r463188) +++ head/devel/cask/Makefile Wed Feb 28 08:45:39 2018 (r463189) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= cask -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.3 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} Modified: head/devel/cask/distinfo ============================================================================== --- head/devel/cask/distinfo Wed Feb 28 08:43:05 2018 (r463188) +++ head/devel/cask/distinfo Wed Feb 28 08:45:39 2018 (r463189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483225573 -SHA256 (cask-cask-v0.8.1_GH0.tar.gz) = 8739ba608f23c79b3426faa8b068d5d1bc096c7305ce30b1163babd354be821c -SIZE (cask-cask-v0.8.1_GH0.tar.gz) = 310651 +TIMESTAMP = 1519807484 +SHA256 (cask-cask-v0.8.3_GH0.tar.gz) = 71bafe94b7ea08b0f9075df2cb3cc2063a00c88e64fb1bf7073ae1b5fa2560cc +SIZE (cask-cask-v0.8.3_GH0.tar.gz) = 311026 From owner-svn-ports-head@freebsd.org Wed Feb 28 08:48:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA374F34C04; Wed, 28 Feb 2018 08:48:40 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63C376C3FE; Wed, 28 Feb 2018 08:48:40 +0000 (UTC) (envelope-from hrs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5ED22173C2; Wed, 28 Feb 2018 08:48:40 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1S8meCn074685; Wed, 28 Feb 2018 08:48:40 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S8meAu074684; Wed, 28 Feb 2018 08:48:40 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201802280848.w1S8meAu074684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Wed, 28 Feb 2018 08:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463190 - head/security/softether X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: head/security/softether X-SVN-Commit-Revision: 463190 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 08:48:40 -0000 Author: hrs Date: Wed Feb 28 08:48:40 2018 New Revision: 463190 URL: https://svnweb.freebsd.org/changeset/ports/463190 Log: Take maintainership. Modified: head/security/softether/Makefile Modified: head/security/softether/Makefile ============================================================================== --- head/security/softether/Makefile Wed Feb 28 08:45:39 2018 (r463189) +++ head/security/softether/Makefile Wed Feb 28 08:48:40 2018 (r463190) @@ -6,7 +6,7 @@ CATEGORIES= security MASTER_SITES= http://www.softether-download.com/files/softether/v4.25-9656-rtm-2018.01.15-tree/Source_Code/ DISTNAME= ${PORTNAME}-src-v4.25-9656-rtm -MAINTAINER= ports@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= Softether VPN solution LICENSE= GPLv2 From owner-svn-ports-head@freebsd.org Wed Feb 28 09:03:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C185BF35D5C; Wed, 28 Feb 2018 09:03:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 741BC6CFA1; Wed, 28 Feb 2018 09:03:02 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6ECF6176E9; Wed, 28 Feb 2018 09:03:02 +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 w1S932mE084286; Wed, 28 Feb 2018 09:03:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S932DN084285; Wed, 28 Feb 2018 09:03:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802280903.w1S932DN084285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 28 Feb 2018 09:03:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463191 - head/devel/p5-Class-Accessor-Chained X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/p5-Class-Accessor-Chained X-SVN-Commit-Revision: 463191 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 09:03:02 -0000 Author: amdmi3 Date: Wed Feb 28 09:03:02 2018 New Revision: 463191 URL: https://svnweb.freebsd.org/changeset/ports/463191 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/p5-Class-Accessor-Chained/Makefile Modified: head/devel/p5-Class-Accessor-Chained/Makefile ============================================================================== --- head/devel/p5-Class-Accessor-Chained/Makefile Wed Feb 28 08:48:40 2018 (r463190) +++ head/devel/p5-Class-Accessor-Chained/Makefile Wed Feb 28 09:03:02 2018 (r463191) @@ -11,10 +11,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Make chained accessors +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Wed Feb 28 09:33:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04C33F37FC5; Wed, 28 Feb 2018 09:33:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE66D6E149; Wed, 28 Feb 2018 09:33:02 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A95B017BD3; Wed, 28 Feb 2018 09:33:02 +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 w1S9X2eg099187; Wed, 28 Feb 2018 09:33:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1S9X2C7099185; Wed, 28 Feb 2018 09:33:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802280933.w1S9X2C7099185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 28 Feb 2018 09:33:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463192 - head/x11-fonts/gentium-plus X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11-fonts/gentium-plus X-SVN-Commit-Revision: 463192 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 09:33:03 -0000 Author: amdmi3 Date: Wed Feb 28 09:33:02 2018 New Revision: 463192 URL: https://svnweb.freebsd.org/changeset/ports/463192 Log: - Switch to options helpers - Update WWW Approved by: portmgr blanket Modified: head/x11-fonts/gentium-plus/Makefile head/x11-fonts/gentium-plus/pkg-descr Modified: head/x11-fonts/gentium-plus/Makefile ============================================================================== --- head/x11-fonts/gentium-plus/Makefile Wed Feb 28 09:03:02 2018 (r463191) +++ head/x11-fonts/gentium-plus/Makefile Wed Feb 28 09:33:02 2018 (r463192) @@ -30,6 +30,8 @@ OPTIONS_DEFINE= DOCS do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCSLIST:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} Modified: head/x11-fonts/gentium-plus/pkg-descr ============================================================================== --- head/x11-fonts/gentium-plus/pkg-descr Wed Feb 28 09:03:02 2018 (r463191) +++ head/x11-fonts/gentium-plus/pkg-descr Wed Feb 28 09:33:02 2018 (r463192) @@ -11,4 +11,4 @@ polytonic and monotonic Greek. Gentium Plus now includ Latin glyphs (Unicode 5.1), archaic Greek symbols, and full extended Cyrillic script support -WWW: http://software.sil.org/gentium/ +WWW: https://software.sil.org/gentium/ From owner-svn-ports-head@freebsd.org Wed Feb 28 10:53:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D688F3D3E0; Wed, 28 Feb 2018 10:53:53 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B2E9A7112F; Wed, 28 Feb 2018 10:53:52 +0000 (UTC) (envelope-from tcberner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD982188B1; Wed, 28 Feb 2018 10:53:52 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SArqis038776; Wed, 28 Feb 2018 10:53:52 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SArquo038775; Wed, 28 Feb 2018 10:53:52 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201802281053.w1SArquo038775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 28 Feb 2018 10:53:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463193 - head/lang/hugs X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/lang/hugs X-SVN-Commit-Revision: 463193 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 10:53:53 -0000 Author: tcberner Date: Wed Feb 28 10:53:52 2018 New Revision: 463193 URL: https://svnweb.freebsd.org/changeset/ports/463193 Log: devel/hugs: workaround to fix build on current runhugs binary crashes when compiled with -O2 on i386 12-CURRENT system. Workaround it by compiling with -O0 Submitted by: Gleb Popov <6yearold_gmail.com> Differential Revision: https://reviews.freebsd.org/D14187 Modified: head/lang/hugs/Makefile Modified: head/lang/hugs/Makefile ============================================================================== --- head/lang/hugs/Makefile Wed Feb 28 09:33:02 2018 (r463192) +++ head/lang/hugs/Makefile Wed Feb 28 10:53:52 2018 (r463193) @@ -30,6 +30,12 @@ CONFIGURE_ARGS+= --with-pthreads USE_GL= glut USE_XORG= sm ice xmu xi x11 +.include + +.if ${ARCH} == i386 && ${OSVERSION} > 1200000 +CFLAGS+= -O0 +.endif + post-patch: @${REINPLACE_CMD} 's/LIBS/LIBRARIES/' ${WRKSRC}/libraries/Makefile.in @${REINPLACE_CMD} -e '/^install :: install_notes/d ; \ @@ -53,4 +59,4 @@ do-install: cd ${WRKSRC}/${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} . endfor -.include +.include From owner-svn-ports-head@freebsd.org Wed Feb 28 11:09:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F545F3E41D; Wed, 28 Feb 2018 11:09:15 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 500BE7199B; Wed, 28 Feb 2018 11:09:15 +0000 (UTC) (envelope-from cpm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2FFE418A85; Wed, 28 Feb 2018 11:09:15 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SB9FrV044314; Wed, 28 Feb 2018 11:09:15 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SB9Eap044312; Wed, 28 Feb 2018 11:09:14 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201802281109.w1SB9Eap044312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Wed, 28 Feb 2018 11:09:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463194 - head/audio/gradio X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/audio/gradio X-SVN-Commit-Revision: 463194 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 11:09:15 -0000 Author: cpm Date: Wed Feb 28 11:09:14 2018 New Revision: 463194 URL: https://svnweb.freebsd.org/changeset/ports/463194 Log: audio/gradio: unbreak build, undeprecate - Switch to USES=sqlite - Add missing USES=pkgconfig - Remove USES=ninja because meson implicitly uses ninja - Sort USES and USE_GNOME - Add missing plugins in USE_GSTREAMER1 - Add GLIB_SCHEMAS to install properly de.haeckerfelix.gradio.gschema.xml - Bump PORTREVISION PR: 225895 Submitted by: cpm Reported by: Sergio Lenzi Approved by: arved (maintainer) Modified: head/audio/gradio/Makefile head/audio/gradio/pkg-plist Modified: head/audio/gradio/Makefile ============================================================================== --- head/audio/gradio/Makefile Wed Feb 28 10:53:52 2018 (r463193) +++ head/audio/gradio/Makefile Wed Feb 28 11:09:14 2018 (r463194) @@ -4,6 +4,7 @@ PORTNAME= gradio PORTVERSION= 7.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= arved@FreeBSD.org @@ -12,20 +13,17 @@ COMMENT= GTK3 app for finding and listening to interne LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md -BROKEN= fails to configure -DEPRECATED= Never built -EXPIRATION_DATE= 2018-03-25 - BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ - libjson-glib-1.0.so:devel/json-glib \ - libsqlite3.so:databases/sqlite3 + libjson-glib-1.0.so:devel/json-glib -USES= meson ninja gettext +USES= gettext meson pkgconfig sqlite USE_GITHUB= yes GH_ACCOUNT= haecker-felix -USE_GNOME= glib20 gtk30 gdkpixbuf2 cairo -USE_GSTREAMER1= yes +USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 +USE_GSTREAMER1= mpg123 soup INSTALLS_ICONS= yes + +GLIB_SCHEMAS= de.haeckerfelix.gradio.gschema.xml .include Modified: head/audio/gradio/pkg-plist ============================================================================== --- head/audio/gradio/pkg-plist Wed Feb 28 10:53:52 2018 (r463193) +++ head/audio/gradio/pkg-plist Wed Feb 28 11:09:14 2018 (r463194) @@ -2,7 +2,6 @@ bin/gradio share/appdata/de.haeckerfelix.gradio.appdata.xml share/applications/de.haeckerfelix.gradio.desktop share/dbus-1/services/de.haeckerfelix.gradio.service -share/glib-2.0/schemas/de.haeckerfelix.gradio.gschema.xml share/gnome-shell/search-providers/de.haeckerfelix.gradio.search-provider.ini share/icons/hicolor/16x16/apps/de.haeckerfelix.gradio.png share/icons/hicolor/24x24/apps/de.haeckerfelix.gradio.png From owner-svn-ports-head@freebsd.org Wed Feb 28 11:16:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FCAFF3EC27; Wed, 28 Feb 2018 11:16:42 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1319471E92; Wed, 28 Feb 2018 11:16:42 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 03BDDEA46; Wed, 28 Feb 2018 11:16:41 +0000 (UTC) Date: Wed, 28 Feb 2018 11:16:41 +0000 From: Alexey Dokuchaev To: "Tobias C. Berner" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463193 - head/lang/hugs Message-ID: <20180228111641.GA3235@FreeBSD.org> References: <201802281053.w1SArquo038775@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201802281053.w1SArquo038775@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 11:16:42 -0000 On Wed, Feb 28, 2018 at 10:53:52AM +0000, Tobias C. Berner wrote: > New Revision: 463193 > URL: https://svnweb.freebsd.org/changeset/ports/463193 > > Log: > devel/hugs: workaround to fix build on current > > runhugs binary crashes when compiled with -O2 on i386 12-CURRENT system. > Workaround it by compiling with -O0 I can see two issues with this commit: 1) observed breakage not documented well enough (detailed analysis is not required, but at least file/module/function name would be nice to know); 2) optimizations are disabled for entire source, while perhaps it would be better to limit this workaround to problematic file(s) only; I've recently had encountered and fixed similar problem, cf. r457598. ./danfe From owner-svn-ports-head@freebsd.org Wed Feb 28 12:22:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3E6FF43A5B; Wed, 28 Feb 2018 12:22:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33982747DE; Wed, 28 Feb 2018 12:22:25 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 2C8C3F5D4; Wed, 28 Feb 2018 12:22:25 +0000 (UTC) Date: Wed, 28 Feb 2018 12:22:25 +0000 From: Alexey Dokuchaev To: Joseph Mingrone Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462550 - in head/editors: emacs emacs-devel Message-ID: <20180228122225.GA64252@FreeBSD.org> References: <201802212359.w1LNxi5j091573@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201802212359.w1LNxi5j091573@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:22:25 -0000 On Wed, Feb 21, 2018 at 11:59:44PM +0000, Joseph Mingrone wrote: > New Revision: 462550 > URL: https://svnweb.freebsd.org/changeset/ports/462550 > > Log: > Emacs ports: Remove obsolete variable definitions > > editors/emacs: The CANNA option was replaced by a flavor, so remove > CANNA_DESC. > > editors/emacs and editors/emacs-devel: The X11 option was replaced by the > nox flavor, so remove WITHOUT_X11. Ah, so `nox' is acutally related to X11? Could it be renamed to `nox11' if this is the case, as it's much less confusing than `nox'. It would also help X11/WITHOUT_X11-aware users to catch up with flavors quicker. ./danfe From owner-svn-ports-head@freebsd.org Wed Feb 28 12:26:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1288DF43F89; Wed, 28 Feb 2018 12:26:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC25974A94; Wed, 28 Feb 2018 12:26: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E9FA1973A; Wed, 28 Feb 2018 12:26: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 w1SCQOSZ083561; Wed, 28 Feb 2018 12:26:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SCQOvY083560; Wed, 28 Feb 2018 12:26:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281226.w1SCQOvY083560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 12:26:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463195 - head X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 463195 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:26:25 -0000 Author: sunpoet Date: Wed Feb 28 12:26:24 2018 New Revision: 463195 URL: https://svnweb.freebsd.org/changeset/ports/463195 Log: Refine wording Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Wed Feb 28 11:09:14 2018 (r463194) +++ head/MOVED Wed Feb 28 12:26:24 2018 (r463195) @@ -5241,7 +5241,7 @@ devel/rubygem-ruby-statsd|devel/rubygem-statsd|2013-12 x11-themes/lila-xfwm4||2013-12-05|Has expired: Upstream development dead science/omnetpp||2013-12-05|Has expired: depends on expired textproc/libxml textproc/libxml||2013-12-05|Has expired: No release since 2002, no support from upstream -deskutils/taskjuggler|deskutils/rubygem-taskjuggler|2013-12-05|Rename to match our rubygems naming +deskutils/taskjuggler|deskutils/rubygem-taskjuggler|2013-12-05|Rename to match our rubygem- port naming www/clickheat||2013-12-07|Has expired: No more activity since 2011 security/rarcrack||2013-12-08|Has expired: Not active since several years java/subversion-java|java/java-subversion|2013-12-08|Rename to reflect subversion child port naming scheme @@ -6428,7 +6428,7 @@ devel/py-pycosat|math/py-pycosat|2014-08-25|More appro games/bomns3|games/3omns|2014-08-26|Has expired: Development ceased, use 3omns misc/rubygem-mime-types117|misc/rubygem-mime-types1|2014-08-26|Renamed to properly reflect version devel/rubygem-json146|devel/rubygem-json|2014-08-28|Has expired: Old version no longer required by dependencies -archivers/rubygem-bzip2|archivers/rubygem-bzip2-ruby|2014-08-29|Rename to match our rubygems naming +archivers/rubygem-bzip2|archivers/rubygem-bzip2-ruby|2014-08-29|Rename to match our rubygem- port naming ports-mgmt/pkg_add_it||2014-08-30|Has expired: Does not support pkgng print/dviselect|print/texlive-base|2014-08-30|Use print/texlive-base instead chinese/acroread8-zh_CN||2014-08-30|Deprecated: many security issues are reported and Adobe no longer actively supports Adobe Reader for Unix @@ -7306,7 +7306,7 @@ biology/boinc-simap||2015-01-01|Has expired: Project s security/openssh-portable-base||2015-01-01|Has expired: Overwrite-base option/port/pkg will be removed. There is no real need for foot-shooting devel/cedet||2015-01-01|Has expired: Fails to build, use Emacs' builtin cedet package instead devel/ecb||2015-01-01|Has expired: does not work with newer Emacs versions, use the elpa package instead -devel/rubygem-little_plugger|devel/rubygem-little-plugger|2015-01-05|Rename to match our rubygems naming +devel/rubygem-little_plugger|devel/rubygem-little-plugger|2015-01-05|Rename to match our rubygem- port naming misc/nagios-base-logos||2015-01-05|Included in nagios distribution ports-mgmt/portcheckout||2015-01-06|Has expired: Uses ports cvs repo, which is long gone ports-mgmt/pkg_trackinst||2015-01-06|Has expired: Does not support pkgng, generates incorrect pkg-plist @@ -7364,7 +7364,7 @@ www/mediawiki122||2015-03-01|Has expired: Deprecated b www/mod_cplusplus||2015-03-01|Has expired: written for apache 2.0, no longer maintained upstream www/py-django15||2015-03-01|Has expired: not supported by upstream math/isabelle||2015-03-01|Has expired: Broken for more than 6 months -net/rubygem-openid|net/rubygem-ruby-openid|2015-03-07|Rename to match our rubygems naming +net/rubygem-openid|net/rubygem-ruby-openid|2015-03-07|Rename to match our rubygem- port naming devel/p5-Errno||2015-03-09|Errno is part of Perl devel/p5-Class-XSAccessor-Array||2015-03-09|Has been a part of devel/p5-Class-XSAccessor for >5 years. Use that port instead multimedia/ffmpeg25|multimedia/ffmpeg26|2015-03-14|ffmpeg upstream now points to 2.6.x series @@ -7382,10 +7382,10 @@ ports-mgmt/portbuilder||2015-03-31|Has expired: No lon devel/subversion16|devel/subversion|2015-03-31|Has expired: EoL, use devel/subversion lang/nimrod|lang/nim|2015-04-03|Renamed by upstream deskutils/mirall|deskutils/owncloudclient|2015-04-04|Renamed upstream -mail/rubygem-qmail|mail/rubygem-ruby-qmail|2015-04-05|Rename to match our rubygems naming -devel/rubygem-transactionsimple|devel/rubygem-transaction-simple|2015-04-05|Rename to match our rubygems naming -print/rubygem-pdfwriter|print/rubygem-pdf-writer|2015-04-05|Rename to match our rubygems naming -devel/rubygem-filemagic|devel/rubygem-ruby-filemagic|2015-04-05|Rename to match our rubygems naming +mail/rubygem-qmail|mail/rubygem-ruby-qmail|2015-04-05|Rename to match our rubygem- port naming +devel/rubygem-transactionsimple|devel/rubygem-transaction-simple|2015-04-05|Rename to match our rubygem- port naming +print/rubygem-pdfwriter|print/rubygem-pdf-writer|2015-04-05|Rename to match our rubygem- port naming +devel/rubygem-filemagic|devel/rubygem-ruby-filemagic|2015-04-05|Rename to match our rubygem- port naming emulators/xl|sysutils/xen-tools|2015-04-06|Renamed into xen-tools lang/gnatdroid-armv5||2015-04-07|Has expired: Nobody cares enough to fix sigtramp-android.c for ARMv5 sysutils/puppet27||2015-04-07|Has expired: Does not work with Ruby 2.x @@ -7494,7 +7494,7 @@ java/eclipse-datatools||2015-04-18|Has expired: evalua java/eclipse-emf||2015-04-18|Has expired: evaluation recommendation is to remove rather than update java/eclipse-pmd||2015-04-18|Has expired: evaluation recommendation is to remove rather than update textproc/nltk|textproc/py-nltk|2015-04-19|Renamed for consistency -devel/rubygem-inline|devel/rubygem-rubyinline|2015-04-21|Rename to match our rubygems naming +devel/rubygem-inline|devel/rubygem-rubyinline|2015-04-21|Rename to match our rubygem- port naming devel/p5-Devel-Profiler|devel/p5-Devel-NYTProf|2015-04-24|Devel::DProf was removed form Perl, use Devel::NYTProf audio/filter_audio|audio/libfilteraudio|2015-04-27|audio/filter-audio is renamed into audio/libfilteraudio www/p5-Google-Code-Upload||2015-04-30|Has expired: Google Code will be shutting down (http://google-opensource.blogspot.tw/2015/03/farewell-to-google-code.html) @@ -7502,39 +7502,39 @@ games/wmfortune||2015-04-30|Has expired: Broken for mo devel/p5-base||2015-04-30|Has expired: this port is outdated and base 2.18+ is already in all supported Perl releases security/py-certify|security/py-certifi|2015-05-01|security/py-certify is renamed into security/py-certifi devel/rubygem-mini_portile||2015-05-03|Has expired: Unneeded port -devel/rubygem-mirror|devel/rubygem-rubygems-mirror|2015-05-03|Rename to match our rubygems naming -graphics/rubygem-graphviz|graphics/rubygem-ruby-graphviz|2015-05-03|Rename to match our rubygems naming +devel/rubygem-mirror|devel/rubygem-rubygems-mirror|2015-05-03|Rename to match our rubygem- port naming +graphics/rubygem-graphviz|graphics/rubygem-ruby-graphviz|2015-05-03|Rename to match our rubygem- port naming x11-fm/walcommander|x11-fm/wcmcommander|2015-05-07|Renamed upstream archivers/lz4|archivers/liblz4|2015-05-08|Superseded by archivers/liblz4 deskutils/libopensync-plugin-python||2015-05-09|Has expired: Unfetchable, devices are not produced anymore deskutils/msynctool||2015-05-09|Has expired: Unfetchable, devices are not produced anymore -devel/ruby-flexmock|devel/rubygem-flexmock|2015-05-10|Rename to match our rubygems naming +devel/ruby-flexmock|devel/rubygem-flexmock|2015-05-10|Rename to match our rubygem- port naming lang/pypy-devel|lang/pypy|2015-05-17|Superseded by lang/pypy databases/my2cego|databases/cegobridge|2015-05-19|Superseded by databases/cegobridge emulators/wine-compholio|emulators/wine-staging|2015-05-23|Renamed emulators/i386-wine-compholio|emulators/i386-wine-staging|2015-05-23|Renamed -devel/rubygem-bioruby|devel/rubygem-bio|2015-05-23|Rename to match our rubygems naming -www/rubygem-taggable|www/rubygem-acts_as_taggable|2015-05-23|Rename to match our rubygems naming +devel/rubygem-bioruby|devel/rubygem-bio|2015-05-23|Rename to match our rubygem- port naming +www/rubygem-taggable|www/rubygem-acts_as_taggable|2015-05-23|Rename to match our rubygem- port naming security/rubygem-meterpreter_bins|security/rubygem-metasploit-payloads|2015-05-23|Renamed upstream -textproc/rubygem-augeas|textproc/rubygem-ruby-augeas|2015-05-23|Rename to match our rubygems naming -textproc/rubygem-xslt|textproc/rubygem-ruby-xslt|2015-05-24|Rename to match our rubygems naming +textproc/rubygem-augeas|textproc/rubygem-ruby-augeas|2015-05-23|Rename to match our rubygem- port naming +textproc/rubygem-xslt|textproc/rubygem-ruby-xslt|2015-05-24|Rename to match our rubygem- port naming net-mgmt/glpi-plugins-tracker-agent|net-mgmt/glpi-plugins-fusioninventory-server|2015-05-24|Has expired: superseded by net-mgmt/glpi-plugins-fusioninventory-server net-mgmt/glpi-plugins-tracker-server|net-mgmt/glpi-plugins-fusioninventory-server|2015-05-24|Has expired: superseded by net-mgmt/glpi-plugins-fusioninventory-server -science/rubygem-netcdf|science/rubygem-ruby-netcdf|2015-05-24|Rename to match our rubygems naming -security/rubygem-rc4|security/rubygem-ruby-rc4|2015-05-24|Rename to match our rubygems naming -print/rubygem-colortools|print/rubygem-color-tools|2015-05-24|Rename to match our rubygems naming +science/rubygem-netcdf|science/rubygem-ruby-netcdf|2015-05-24|Rename to match our rubygem- port naming +security/rubygem-rc4|security/rubygem-ruby-rc4|2015-05-24|Rename to match our rubygem- port naming +print/rubygem-colortools|print/rubygem-color-tools|2015-05-24|Rename to match our rubygem- port naming security/qtkeychain|security/qtkeychain-qt5|2015-05-24|Renamed to indicate supported QT version -www/rubygem-layout-yullio|www/rubygem-layout_yullio_generator|2015-05-27|Rename to match our rubygems naming -net/rubygem-rightaws|net/rubygem-right_aws|2015-05-27|Rename to match our rubygems naming -net/rubygem-rightflexiscale|net/rubygem-right_flexiscale|2015-05-27|Rename to match our rubygems naming -net/rubygem-rightgogrid|net/rubygem-right_gogrid|2015-05-27|Rename to match our rubygems naming -net/rubygem-righthttpconnection|net/rubygem-right_http_connection|2015-05-27|Rename to match our rubygems naming -net/rubygem-rightslicehost|net/rubygem-right_slicehost|2015-05-27|Rename to match our rubygems naming -audio/rubygem-shout|audio/rubygem-ruby-shout|2015-05-27|Rename to match our rubygems naming -devel/rubygem-test|devel/rubygem-rubygems-test|2015-05-29|Rename to match our rubygems naming -devel/rubygem-deeptest|devel/rubygem-deep_test|2015-05-30|Rename to match our rubygems naming +www/rubygem-layout-yullio|www/rubygem-layout_yullio_generator|2015-05-27|Rename to match our rubygem- port naming +net/rubygem-rightaws|net/rubygem-right_aws|2015-05-27|Rename to match our rubygem- port naming +net/rubygem-rightflexiscale|net/rubygem-right_flexiscale|2015-05-27|Rename to match our rubygem- port naming +net/rubygem-rightgogrid|net/rubygem-right_gogrid|2015-05-27|Rename to match our rubygem- port naming +net/rubygem-righthttpconnection|net/rubygem-right_http_connection|2015-05-27|Rename to match our rubygem- port naming +net/rubygem-rightslicehost|net/rubygem-right_slicehost|2015-05-27|Rename to match our rubygem- port naming +audio/rubygem-shout|audio/rubygem-ruby-shout|2015-05-27|Rename to match our rubygem- port naming +devel/rubygem-test|devel/rubygem-rubygems-test|2015-05-29|Rename to match our rubygem- port naming +devel/rubygem-deeptest|devel/rubygem-deep_test|2015-05-30|Rename to match our rubygem- port naming audio/portaudio2|audio/portaudio|2015-05-30|Merged into the main port -net/rubygem-yadis|net/rubygem-ruby-yadis|2015-05-30|Rename to match our rubygems naming +net/rubygem-yadis|net/rubygem-ruby-yadis|2015-05-30|Rename to match our rubygem- port naming ports-mgmt/porteasy||2015-06-01|Has expired: Does not support pkgng textproc/hgrep||2015-06-01|Has expired: Not needed any more, base grep has coloring support www/diamanda||2015-06-01|Has expired: Broken for more than 6 months @@ -8750,7 +8750,7 @@ net-mgmt/rancid|net-mgmt/rancid3|2016-11-27|Has expire x11-servers/mga_hal||2016-11-28|Support for MGA_HAL feature was removed from xf86-video-mga in 2011 audio/lv2core|audio/lv2|2016-11-30|Has expired: Superseded by audio/lv2 java/jakarta-struts||2016-12-01|Has expired: Port is unmaintained and has known security vulnerabilites -www/rubygem-url-mount|www/rubygem-url_mount|2016-12-03|Rename to match our rubygems naming +www/rubygem-url-mount|www/rubygem-url_mount|2016-12-03|Rename to match our rubygem- port naming editors/focuswriter-qt4|editors/focuswriter|2016-12-03|Qt4 support was dropped, use editors/focuswriter instead graphics/gtkdps||2016-12-04|Has expired: No more upstream. Not used in the ports tree security/gsfv||2016-12-04|Has expired: No more upstream @@ -8883,7 +8883,7 @@ x11-toolkits/linux-f10-tk85||2016-12-31|Removed x11-toolkits/linux-f10-blt||2016-12-31|Removed net-mgmt/unifi4|net-mgmt/unifi5|2017-01-01|Has expired: EoL as of 2017-01-01 net/py-simplesoap|net/py-pysimplesoap|2017-01-01|Rename to match upstream naming -textproc/docdiff|textproc/rubygem-docdiff|2017-01-02|Rename to match our rubygems naming +textproc/docdiff|textproc/rubygem-docdiff|2017-01-02|Rename to match our rubygem- port naming databases/rubygem-dm-rails||2017-01-07|Has expired: Depends on deprecated www/rubygem-actionpack databases/rubygem-activerecord||2017-01-07|Has expired: Upstream support ended devel/rubygem-activesupport||2017-01-07|Has expired: Upstream support ended @@ -9958,7 +9958,7 @@ databases/pg_statsinfo||2018-02-10|Removed, only for P databases/postgresql-repmgr2||2018-02-10|Removed, only for PostgreSQL 9.2 www/mod_security-devel|www/mod_security3|2018-02-12|Renamed, upstream has made a release devel/pear-channel-htmlpurifier|devel/pear-channel-htmlpurifier.org|2018-02-13|Rename for consistency -games/lolcat|games/rubygem-lolcat|2018-02-13|Rename to match our rubygems naming +games/lolcat|games/rubygem-lolcat|2018-02-13|Rename to match our rubygem- port naming net-mgmt/prometheus|net-mgmt/prometheus1|2018-02-14|Rename to include major version number in the portname textproc/rubygem-tidy||2018-02-14|Has expired: No longer needed and not maintained www/rubygem-scrapi||2018-02-14|Has expired: No longer maintained upstream @@ -9966,14 +9966,14 @@ devel/boost-python3-libs|devel/boost-python-libs@py36| net/quagga-esr|net/quagga|2018-02-15|Fixes available, go back to the regular quagga sysutils/krename-kde4|sysutils/krename|2018-02-16|Renamed to sysutils/krename net/grive|net/grive2|2018-02-17|Has expired: Unmaintained by upstream, use net/grive2 instead -textproc/rubygem-sass-rails5|textproc/rubygem-sass-rails-rails4|2018-02-18|Rename to match our rubygems naming +textproc/rubygem-sass-rails5|textproc/rubygem-sass-rails-rails4|2018-02-18|Rename to match our rubygem- port naming math/ufc||2018-02-18|Removed: No longer part of FEniCS, rolled into FFC devel/elixir-exrm||2018-02-19|Has expired: No longer maintained upstream devel/elixir-conform_exrm||2018-02-19|Has expired: No longer maintained upstream devel/elixir-sorted_set||2018-02-19|Has expired: No longer maintained upstream devel/elixir-red_black_tree||2018-02-19|Has expired: No longer maintained upstream emulators/wine-staging|emulators/wine-devel|2018-02-20|Broken for months, abandoned upstream -misc/rubygem-dotenv-rails|misc/rubygem-dotenv-rails-rails4|2018-02-20|Rename to match our rubygems naming +misc/rubygem-dotenv-rails|misc/rubygem-dotenv-rails-rails4|2018-02-20|Rename to match our rubygem- port naming accessibility/kaccessible|accessibility/kaccessible-kde4|2018-02-22|Make room for KDE updates accessibility/kmousetool|accessibility/kmousetool-kde4|2018-02-22|Make room for KDE updates accessibility/jovie|accessibility/jovie-kde4|2018-02-22|Make room for KDE updates From owner-svn-ports-head@freebsd.org Wed Feb 28 12:48:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 469C2F22D84; Wed, 28 Feb 2018 12:48:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E726E75794; Wed, 28 Feb 2018 12:48:54 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DBE1919A70; Wed, 28 Feb 2018 12:48:54 +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 w1SCms2g093800; Wed, 28 Feb 2018 12:48:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SCms98093799; Wed, 28 Feb 2018 12:48:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281248.w1SCms98093799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 12:48:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463196 - in head/databases: . rubygem-flipper-active_record010 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases: . rubygem-flipper-active_record010 X-SVN-Commit-Revision: 463196 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:48:55 -0000 Author: sunpoet Date: Wed Feb 28 12:48:54 2018 New Revision: 463196 URL: https://svnweb.freebsd.org/changeset/ports/463196 Log: Remove expired databases/rubygem-flipper-active_record010 Deleted: head/databases/rubygem-flipper-active_record010/ Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Feb 28 12:26:24 2018 (r463195) +++ head/databases/Makefile Wed Feb 28 12:48:54 2018 (r463196) @@ -952,7 +952,6 @@ SUBDIR += rubygem-em-redis-unified SUBDIR += rubygem-familia SUBDIR += rubygem-flipper-active_record - SUBDIR += rubygem-flipper-active_record010 SUBDIR += rubygem-flipper-active_record011 SUBDIR += rubygem-globalid SUBDIR += rubygem-globalid-rails5 From owner-svn-ports-head@freebsd.org Wed Feb 28 12:49:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F3DCF22DBB; Wed, 28 Feb 2018 12:49:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D44F75828; Wed, 28 Feb 2018 12:49:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 089E519A71; Wed, 28 Feb 2018 12:49:00 +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 w1SCmxjN093913; Wed, 28 Feb 2018 12:48:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SCmx4V093912; Wed, 28 Feb 2018 12:48:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281248.w1SCmx4V093912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 12:48:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463197 - in head/devel: . rubygem-blobstore_client X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-blobstore_client X-SVN-Commit-Revision: 463197 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:49:02 -0000 Author: sunpoet Date: Wed Feb 28 12:48:59 2018 New Revision: 463197 URL: https://svnweb.freebsd.org/changeset/ports/463197 Log: Remove expired devel/rubygem-blobstore_client Deleted: head/devel/rubygem-blobstore_client/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 28 12:48:54 2018 (r463196) +++ head/devel/Makefile Wed Feb 28 12:48:59 2018 (r463197) @@ -5312,7 +5312,6 @@ SUBDIR += rubygem-binding_of_caller SUBDIR += rubygem-bit-struct SUBDIR += rubygem-blankslate - SUBDIR += rubygem-blobstore_client SUBDIR += rubygem-blockenspiel SUBDIR += rubygem-bones SUBDIR += rubygem-bootsnap From owner-svn-ports-head@freebsd.org Wed Feb 28 12:49:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05A1CF22EC4; Wed, 28 Feb 2018 12:49:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7E457596D; Wed, 28 Feb 2018 12:49:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A22B019A72; Wed, 28 Feb 2018 12:49:50 +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 w1SCnoHw094051; Wed, 28 Feb 2018 12:49:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SCnoYP094050; Wed, 28 Feb 2018 12:49:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281249.w1SCnoYP094050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 12:49:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463198 - in head/devel: . rubygem-bosh-template X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-bosh-template X-SVN-Commit-Revision: 463198 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:49:51 -0000 Author: sunpoet Date: Wed Feb 28 12:49:50 2018 New Revision: 463198 URL: https://svnweb.freebsd.org/changeset/ports/463198 Log: Remove expired devel/rubygem-bosh-template Deleted: head/devel/rubygem-bosh-template/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 28 12:48:59 2018 (r463197) +++ head/devel/Makefile Wed Feb 28 12:49:50 2018 (r463198) @@ -5316,7 +5316,6 @@ SUBDIR += rubygem-bones SUBDIR += rubygem-bootsnap SUBDIR += rubygem-bootstrap_form - SUBDIR += rubygem-bosh-template SUBDIR += rubygem-bosh_common SUBDIR += rubygem-bson SUBDIR += rubygem-buftok From owner-svn-ports-head@freebsd.org Wed Feb 28 12:50:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A24E1F22F3B; Wed, 28 Feb 2018 12:50:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5612D75A46; Wed, 28 Feb 2018 12:50:08 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5100519A76; Wed, 28 Feb 2018 12:50:08 +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 w1SCo8ko094202; Wed, 28 Feb 2018 12:50:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SCo8hk094201; Wed, 28 Feb 2018 12:50:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281250.w1SCo8hk094201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 12:50:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463199 - in head/devel: . rubygem-bosh_common X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-bosh_common X-SVN-Commit-Revision: 463199 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:50:08 -0000 Author: sunpoet Date: Wed Feb 28 12:50:07 2018 New Revision: 463199 URL: https://svnweb.freebsd.org/changeset/ports/463199 Log: Remove expired devel/rubygem-bosh_common Deleted: head/devel/rubygem-bosh_common/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 28 12:49:50 2018 (r463198) +++ head/devel/Makefile Wed Feb 28 12:50:07 2018 (r463199) @@ -5316,7 +5316,6 @@ SUBDIR += rubygem-bones SUBDIR += rubygem-bootsnap SUBDIR += rubygem-bootstrap_form - SUBDIR += rubygem-bosh_common SUBDIR += rubygem-bson SUBDIR += rubygem-buftok SUBDIR += rubygem-bugspots From owner-svn-ports-head@freebsd.org Wed Feb 28 12:50:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0407F22F83; Wed, 28 Feb 2018 12:50:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6700175B22; Wed, 28 Feb 2018 12:50:22 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 61F6F19A77; Wed, 28 Feb 2018 12:50:22 +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 w1SCoMBv094318; Wed, 28 Feb 2018 12:50:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SCoMLD094317; Wed, 28 Feb 2018 12:50:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281250.w1SCoMLD094317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 12:50:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463200 - in head/devel: . rubygem-byebug9 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-byebug9 X-SVN-Commit-Revision: 463200 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:50:22 -0000 Author: sunpoet Date: Wed Feb 28 12:50:21 2018 New Revision: 463200 URL: https://svnweb.freebsd.org/changeset/ports/463200 Log: Remove expired devel/rubygem-byebug9 Deleted: head/devel/rubygem-byebug9/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 28 12:50:07 2018 (r463199) +++ head/devel/Makefile Wed Feb 28 12:50:21 2018 (r463200) @@ -5321,7 +5321,6 @@ SUBDIR += rubygem-bugspots SUBDIR += rubygem-builder SUBDIR += rubygem-byebug - SUBDIR += rubygem-byebug9 SUBDIR += rubygem-cabin SUBDIR += rubygem-caesars SUBDIR += rubygem-cairo-gobject From owner-svn-ports-head@freebsd.org Wed Feb 28 12:50:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB91FF23024; Wed, 28 Feb 2018 12:50:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E4E575C14; Wed, 28 Feb 2018 12:50:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 88EDF19A85; Wed, 28 Feb 2018 12:50:37 +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 w1SCobv4094434; Wed, 28 Feb 2018 12:50:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SCobsv094433; Wed, 28 Feb 2018 12:50:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281250.w1SCobsv094433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 12:50:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463201 - in head/devel: . rubygem-flipper010 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-flipper010 X-SVN-Commit-Revision: 463201 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:50:38 -0000 Author: sunpoet Date: Wed Feb 28 12:50:37 2018 New Revision: 463201 URL: https://svnweb.freebsd.org/changeset/ports/463201 Log: Remove expired devel/rubygem-flipper010 Deleted: head/devel/rubygem-flipper010/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 28 12:50:21 2018 (r463200) +++ head/devel/Makefile Wed Feb 28 12:50:37 2018 (r463201) @@ -5433,7 +5433,6 @@ SUBDIR += rubygem-flipper SUBDIR += rubygem-flipper-active_support_cache_store SUBDIR += rubygem-flipper-active_support_cache_store011 - SUBDIR += rubygem-flipper010 SUBDIR += rubygem-flipper011 SUBDIR += rubygem-fluent-logger SUBDIR += rubygem-fog From owner-svn-ports-head@freebsd.org Wed Feb 28 12:51:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81050F232B2; Wed, 28 Feb 2018 12:51:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31AAC75DC3; Wed, 28 Feb 2018 12:51:45 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C7D019AD4; Wed, 28 Feb 2018 12:51:45 +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 w1SCpjsw099237; Wed, 28 Feb 2018 12:51:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SCpjY1099236; Wed, 28 Feb 2018 12:51:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281251.w1SCpjY1099236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 12:51:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463202 - in head/devel: . rubygem-google-api-client010 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-google-api-client010 X-SVN-Commit-Revision: 463202 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:51:45 -0000 Author: sunpoet Date: Wed Feb 28 12:51:44 2018 New Revision: 463202 URL: https://svnweb.freebsd.org/changeset/ports/463202 Log: Remove expired devel/rubygem-google-api-client010 Deleted: head/devel/rubygem-google-api-client010/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 28 12:50:37 2018 (r463201) +++ head/devel/Makefile Wed Feb 28 12:51:44 2018 (r463202) @@ -5476,7 +5476,6 @@ SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-google-api-client - SUBDIR += rubygem-google-api-client010 SUBDIR += rubygem-google-protobuf SUBDIR += rubygem-googleapis-common-protos-types SUBDIR += rubygem-graf From owner-svn-ports-head@freebsd.org Wed Feb 28 12:52:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 624BAF23317; Wed, 28 Feb 2018 12:52:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C25D75ECB; Wed, 28 Feb 2018 12:52:05 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0746819BDC; Wed, 28 Feb 2018 12:52:05 +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 w1SCq4oW099359; Wed, 28 Feb 2018 12:52:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SCq4di099358; Wed, 28 Feb 2018 12:52:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281252.w1SCq4di099358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 12:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463203 - in head/devel: . rubygem-progressbar09 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-progressbar09 X-SVN-Commit-Revision: 463203 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:52:05 -0000 Author: sunpoet Date: Wed Feb 28 12:52:04 2018 New Revision: 463203 URL: https://svnweb.freebsd.org/changeset/ports/463203 Log: Remove expired devel/rubygem-progressbar09 Deleted: head/devel/rubygem-progressbar09/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 28 12:51:44 2018 (r463202) +++ head/devel/Makefile Wed Feb 28 12:52:04 2018 (r463203) @@ -5650,7 +5650,6 @@ SUBDIR += rubygem-powerpack SUBDIR += rubygem-pqueue SUBDIR += rubygem-progressbar - SUBDIR += rubygem-progressbar09 SUBDIR += rubygem-prometheus-client-mmap SUBDIR += rubygem-protected_attributes SUBDIR += rubygem-protocol From owner-svn-ports-head@freebsd.org Wed Feb 28 12:52:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3005F233A9; Wed, 28 Feb 2018 12:52:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6659F76114; Wed, 28 Feb 2018 12:52: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 613BC19BF7; Wed, 28 Feb 2018 12:52: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 w1SCqOnh099480; Wed, 28 Feb 2018 12:52:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SCqOLZ099479; Wed, 28 Feb 2018 12:52:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281252.w1SCqOLZ099479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 12:52:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463204 - in head/sysutils: . rubygem-bosh_cli X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/sysutils: . rubygem-bosh_cli X-SVN-Commit-Revision: 463204 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:52:24 -0000 Author: sunpoet Date: Wed Feb 28 12:52:23 2018 New Revision: 463204 URL: https://svnweb.freebsd.org/changeset/ports/463204 Log: Remove expired sysutils/rubygem-bosh_cli Deleted: head/sysutils/rubygem-bosh_cli/ Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Feb 28 12:52:04 2018 (r463203) +++ head/sysutils/Makefile Wed Feb 28 12:52:23 2018 (r463204) @@ -1003,7 +1003,6 @@ SUBDIR += rtty SUBDIR += rubygem-backup SUBDIR += rubygem-bosh-gen - SUBDIR += rubygem-bosh_cli SUBDIR += rubygem-bundler SUBDIR += rubygem-bundler_ext SUBDIR += rubygem-capistrano From owner-svn-ports-head@freebsd.org Wed Feb 28 12:52:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4996F2340D; Wed, 28 Feb 2018 12:52:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 85A22761C4; Wed, 28 Feb 2018 12:52: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71E9219C02; Wed, 28 Feb 2018 12:52: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 w1SCqT7r099599; Wed, 28 Feb 2018 12:52:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SCqTgH099598; Wed, 28 Feb 2018 12:52:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281252.w1SCqTgH099598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 12:52:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463205 - in head/www: . rubygem-gon-rails4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . rubygem-gon-rails4 X-SVN-Commit-Revision: 463205 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:52:31 -0000 Author: sunpoet Date: Wed Feb 28 12:52:29 2018 New Revision: 463205 URL: https://svnweb.freebsd.org/changeset/ports/463205 Log: Remove expired www/rubygem-gon-rails4 Deleted: head/www/rubygem-gon-rails4/ Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Feb 28 12:52:23 2018 (r463204) +++ head/www/Makefile Wed Feb 28 12:52:29 2018 (r463205) @@ -2021,7 +2021,6 @@ SUBDIR += rubygem-gollum-rugged_adapter SUBDIR += rubygem-gon SUBDIR += rubygem-gon61 - SUBDIR += rubygem-gon-rails4 SUBDIR += rubygem-hackpad-cli SUBDIR += rubygem-haml SUBDIR += rubygem-haml-coderay From owner-svn-ports-head@freebsd.org Wed Feb 28 12:52:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05DB0F23499; Wed, 28 Feb 2018 12:52:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A84B6762E2; Wed, 28 Feb 2018 12:52:45 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A36A819C05; Wed, 28 Feb 2018 12:52:45 +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 w1SCqjMK099723; Wed, 28 Feb 2018 12:52:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SCqjBv099722; Wed, 28 Feb 2018 12:52:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281252.w1SCqjBv099722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 12:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463206 - in head/www: . rubygem-rack-cors0 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . rubygem-rack-cors0 X-SVN-Commit-Revision: 463206 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:52:46 -0000 Author: sunpoet Date: Wed Feb 28 12:52:45 2018 New Revision: 463206 URL: https://svnweb.freebsd.org/changeset/ports/463206 Log: Remove expired www/rubygem-rack-cors0 Deleted: head/www/rubygem-rack-cors0/ Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Feb 28 12:52:29 2018 (r463205) +++ head/www/Makefile Wed Feb 28 12:52:45 2018 (r463206) @@ -2118,7 +2118,6 @@ SUBDIR += rubygem-rack-cache SUBDIR += rubygem-rack-contrib SUBDIR += rubygem-rack-cors - SUBDIR += rubygem-rack-cors0 SUBDIR += rubygem-rack-mount SUBDIR += rubygem-rack-openid SUBDIR += rubygem-rack-protection From owner-svn-ports-head@freebsd.org Wed Feb 28 12:52:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC92FF234D3; Wed, 28 Feb 2018 12:52:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1231F76350; Wed, 28 Feb 2018 12:52:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6302D19C06; Wed, 28 Feb 2018 12:52:50 +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 w1SCqouZ099831; Wed, 28 Feb 2018 12:52:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SCqoWf099830; Wed, 28 Feb 2018 12:52:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281252.w1SCqoWf099830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 12:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463207 - head X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 463207 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 12:52:52 -0000 Author: sunpoet Date: Wed Feb 28 12:52:49 2018 New Revision: 463207 URL: https://svnweb.freebsd.org/changeset/ports/463207 Log: Document the removal of expired ports - databases/rubygem-flipper-active_record010 - devel/rubygem-blobstore_client - devel/rubygem-bosh-template - devel/rubygem-bosh_common - devel/rubygem-byebug9 - devel/rubygem-flipper010 - devel/rubygem-google-api-client010 - devel/rubygem-progressbar09 - sysutils/rubygem-bosh_cli - www/rubygem-gon-rails4 - www/rubygem-rack-cors0 Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Wed Feb 28 12:52:45 2018 (r463206) +++ head/MOVED Wed Feb 28 12:52:49 2018 (r463207) @@ -10130,3 +10130,14 @@ math/octave-forge-octcdf||2018-02-24|No longer support math/octave-forge-pt_br||2018-02-24|No longer supported upstream devel/p5-Sys-Cpu|devel/p5-Sys-CPU|2018-02-27|Rename to match our p5- port naming net/eternaltcp|net/eternalterminal|2018-02-28|Renamed on the upstream author request +databases/rubygem-flipper-active_record010||2018-02-28|Has expired: Use databases/rubygem-flipper-active_record instead +devel/rubygem-blobstore_client||2018-02-28|Has expired: Only used by deprecated sysutils/rubygem-bosh_cli +devel/rubygem-bosh-template||2018-02-28|Has expired: Only used by deprecated sysutils/rubygem-bosh_cli +devel/rubygem-bosh_common||2018-02-28|Has expired: Only used by deprecated sysutils/rubygem-bosh_cli +devel/rubygem-byebug9||2018-02-28|Has expired: Use devel/rubygem-byebug instead +devel/rubygem-flipper010||2018-02-28|Has expired: Use devel/rubygem-flipper instead +devel/rubygem-google-api-client010||2018-02-28|Has expired: Use devel/rubygem-google-api-client instead +devel/rubygem-progressbar09||2018-02-28|Has expired: Only used by deprecated sysutils/rubygem-bosh_cli +sysutils/rubygem-bosh_cli||2018-02-28|Has expired: Use net/bosh-cli (CLI v2) instead +www/rubygem-gon-rails4||2018-02-28|Has expired: It is actually www/rubygem-gon with PKGNAMESUFFIX +www/rubygem-rack-cors0||2018-02-28|Has expired: Use www/rubygem-rack-cors instead From owner-svn-ports-head@freebsd.org Wed Feb 28 13:15:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C53C6F24F4E; Wed, 28 Feb 2018 13:15:06 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 73F2F76F4A; Wed, 28 Feb 2018 13:15:06 +0000 (UTC) (envelope-from vanilla@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E4D519F58; Wed, 28 Feb 2018 13:15:06 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SDF6uX009646; Wed, 28 Feb 2018 13:15:06 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SDF6ub009644; Wed, 28 Feb 2018 13:15:06 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201802281315.w1SDF6ub009644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 28 Feb 2018 13:15:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463208 - head/security/p5-CryptX X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/security/p5-CryptX X-SVN-Commit-Revision: 463208 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 13:15:06 -0000 Author: vanilla Date: Wed Feb 28 13:15:06 2018 New Revision: 463208 URL: https://svnweb.freebsd.org/changeset/ports/463208 Log: Update to 0.058. Modified: head/security/p5-CryptX/Makefile head/security/p5-CryptX/distinfo Modified: head/security/p5-CryptX/Makefile ============================================================================== --- head/security/p5-CryptX/Makefile Wed Feb 28 12:52:49 2018 (r463207) +++ head/security/p5-CryptX/Makefile Wed Feb 28 13:15:06 2018 (r463208) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CryptX -PORTVERSION= 0.057 +PORTVERSION= 0.058 CATEGORIES= security perl5 MASTER_SITES= CPAN/Crypt PKGNAMEPREFIX= p5- Modified: head/security/p5-CryptX/distinfo ============================================================================== --- head/security/p5-CryptX/distinfo Wed Feb 28 12:52:49 2018 (r463207) +++ head/security/p5-CryptX/distinfo Wed Feb 28 13:15:06 2018 (r463208) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517487941 -SHA256 (CryptX-0.057.tar.gz) = b85fffbc8ecc0b8f1f768926c6b31e755e6df15556462d101d45ef5c48f9d025 -SIZE (CryptX-0.057.tar.gz) = 1695355 +TIMESTAMP = 1519823306 +SHA256 (CryptX-0.058.tar.gz) = 6770aa22fa6dcf686a2d97501ff48557a83510aa88dd1c752ec36f3220e8bbaf +SIZE (CryptX-0.058.tar.gz) = 1697570 From owner-svn-ports-head@freebsd.org Wed Feb 28 13:16:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AE90F250C8; Wed, 28 Feb 2018 13:16:18 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8761877067; Wed, 28 Feb 2018 13:16:17 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with ESMTPA id r1YAehL4gLkozr1YBeDgz4; Wed, 28 Feb 2018 06:13:40 -0700 X-Authority-Analysis: v=2.3 cv=OeS28CbY c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=Op4juWPpsa0A:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=J4Nh2OvnJ2sBpVua5PYA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id 17504DCD; Wed, 28 Feb 2018 05:13:38 -0800 (PST) Received: from slippy.cwsent.com (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id w1SDDbHQ087903; Wed, 28 Feb 2018 05:13:37 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Received: from slippy (cy@localhost) by slippy.cwsent.com (8.15.2/8.15.2/Submit) with ESMTP id w1SDDbZv087900; Wed, 28 Feb 2018 05:13:37 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201802281313.w1SDDbZv087900@slippy.cwsent.com> X-Authentication-Warning: slippy.cwsent.com: cy owned process doing -bs X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Mathieu Arnold cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463183 - head/net/ntp-devel In-Reply-To: Message from Mathieu Arnold of "Wed, 28 Feb 2018 09:39:34 +0100." <20180228083934.pefxor44zy7w5bdz@atuin.in.mat.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Feb 2018 05:13:37 -0800 X-CMAE-Envelope: MS4wfE+tAB/p03xKO6FglkS145fC7WqCUAzx8oBUaWpT/tMgg+/Hditczd00eVFet+QzHNepxvYCqkFajo5UiIhpkGgD49oVQTQjfikP/tmSFmUL4qleVfge 5Fsjalz8QYu4iMh1+StnBMNoxPzBzz8Aw/HlX7FXRCoWz1js/PA9Qi2vw0CZnKduGMYE/rubCHd50YI/pXNCQywGE59hkBmcpnTqf+aq4H3TcraTQd9XSrgT ZvcZPAiDBgbuhzVJd8V7LJVahb9BSVGurPiUOXJmYUFXtvxkqZZWtZbG7SxEgghuKpwL/NotYxoOlegmNncHzsqBNbQxJ/nhnooAjzvv26GhgUMDQM6UWzbD 9uQEtXtk X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 13:16:18 -0000 In message <20180228083934.pefxor44zy7w5bdz@atuin.in.mat.cc>, Mathieu Arnold wr ites: > > > --debq7zuczrymwes4 > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Wed, Feb 28, 2018 at 07:16:35AM +0000, Cy Schubert wrote: > > Modified: head/net/ntp-devel/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D > > --- head/net/ntp-devel/Makefile Wed Feb 28 06:55:22 2018 (r46318 > 2) > > +++ head/net/ntp-devel/Makefile Wed Feb 28 07:16:35 2018 (r46318 > 3) > > @@ -13,6 +13,8 @@ DISTNAME=3D ${PORTNAME}-dev-${PORTVERSION:S/P/p/:S/ > r/-RC > > MAINTAINER=3D cy@FreeBSD.org > > COMMENT=3D The Network Time Protocol Distribution > > =20 > > +IGNORE=3D It appears the development branch of NTP is dead. > > If this is a security concern, it should be FORBIDDEN, not IGNORE. > Also, if it is dead, then just remove it. Or at least mark it > DEPRECATED with an EXPIRATION_DATE. Forbidden it will be. I still need to contact the author. My guess is his situation is not any better. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-svn-ports-head@freebsd.org Wed Feb 28 13:16:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 175EAF2516B; Wed, 28 Feb 2018 13:16:44 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6AFD77151; Wed, 28 Feb 2018 13:16:43 +0000 (UTC) (envelope-from wg@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B154F19F5A; Wed, 28 Feb 2018 13:16:43 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SDGhoA009805; Wed, 28 Feb 2018 13:16:43 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SDGhEt009804; Wed, 28 Feb 2018 13:16:43 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201802281316.w1SDGhEt009804@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Wed, 28 Feb 2018 13:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463209 - head/net/minidlna X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: head/net/minidlna X-SVN-Commit-Revision: 463209 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 13:16:44 -0000 Author: wg Date: Wed Feb 28 13:16:43 2018 New Revision: 463209 URL: https://svnweb.freebsd.org/changeset/ports/463209 Log: net/minidlna: orphan the port, I no longer have time to maintain it Modified: head/net/minidlna/Makefile Modified: head/net/minidlna/Makefile ============================================================================== --- head/net/minidlna/Makefile Wed Feb 28 13:15:06 2018 (r463208) +++ head/net/minidlna/Makefile Wed Feb 28 13:16:43 2018 (r463209) @@ -7,7 +7,7 @@ PORTEPOCH= 1 CATEGORIES= net multimedia www MASTER_SITES= SF -MAINTAINER= wg@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Media-server compatible with "Digital Life Network Alliance" LICENSE= GPLv2 From owner-svn-ports-head@freebsd.org Wed Feb 28 13:17:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E67A4F25305 for ; Wed, 28 Feb 2018 13:17:45 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: from mail-qk0-f175.google.com (mail-qk0-f175.google.com [209.85.220.175]) (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 8980F77298 for ; Wed, 28 Feb 2018 13:17:45 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: by mail-qk0-f175.google.com with SMTP id y137so2870053qka.4 for ; Wed, 28 Feb 2018 05:17:45 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=0NU0LY/DgOp/4wGzqK33gKOyhYYcCxs5z437ZU7d7sg=; b=WQkwnhobAL3pVoHl0M47VfQv2e6CDAC8dBPQcKU4G2ma4GnSeKb4qKnCXfxo5UEt/s l5HcaL72ULtonb6Xa0WpQBfJVxQ8pZ4wXUkbtreBmTwyu78VtV243Z1D22O3hqDiTZga QUkVDL1E4r85mcG6n6GOQjTBt6tVPFNdqdu4nwud6tg/ZxNA6v6s2HhfPMEbsX8UBsqn YMzZ/MZmG86EXtDr5ASW8/g/YL4vxP74R+OgyIT4KOsdAItt1+dIFcD1bwaYbGWpjRx6 ChAVJ5EE8OzqND0cEZaDHdcQQFk6o7WlwUet/8JJQ7mqq59JfaL53X4u7l9xr2HhEuhX gkpg== X-Gm-Message-State: APf1xPDuX5whYh0nH3CmxMspL+vlIhukWGf5Na6g6WKjaCu7K/5STXbQ rQMVXX1/hGjNXlFFLCLqIEZMLmo3MP8= X-Google-Smtp-Source: AG47ELs2EGnI30XLz4UnS78yQ0O7MZVKi/tti+Kzz+NjRE1ZQQw2Ep2OdTSWfAm4pgzNJv5FMtQZqA== X-Received: by 10.55.74.17 with SMTP id x17mr27703676qka.201.1519823858826; Wed, 28 Feb 2018 05:17:38 -0800 (PST) Received: from phe.ftfl.ca.ftfl.ca (hlfxns017vw-47-55-140-73.dhcp-dynamic.fibreop.ns.bellaliant.net. [47.55.140.73]) by smtp.gmail.com with ESMTPSA id n58sm1161246qta.79.2018.02.28.05.17.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 28 Feb 2018 05:17:37 -0800 (PST) From: Joseph Mingrone To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462550 - in head/editors: emacs emacs-devel References: <201802212359.w1LNxi5j091573@repo.freebsd.org> <20180228122225.GA64252@FreeBSD.org> Date: Wed, 28 Feb 2018 09:17:36 -0400 In-Reply-To: <20180228122225.GA64252@FreeBSD.org> (Alexey Dokuchaev's message of "Wed, 28 Feb 2018 12:22:25 +0000") Message-ID: <86lgfdjlsf.fsf@phe.ftfl.ca> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 13:17:46 -0000 --=-=-= Content-Type: text/plain Alexey Dokuchaev writes: > On Wed, Feb 21, 2018 at 11:59:44PM +0000, Joseph Mingrone wrote: >> New Revision: 462550 >> URL: https://svnweb.freebsd.org/changeset/ports/462550 >> Log: >> Emacs ports: Remove obsolete variable definitions >> editors/emacs: The CANNA option was replaced by a flavor, so remove >> CANNA_DESC. >> editors/emacs and editors/emacs-devel: The X11 option was replaced by the >> nox flavor, so remove WITHOUT_X11. > Ah, so `nox' is acutally related to X11? Could it be renamed to `nox11' > if this is the case, as it's much less confusing than `nox'. It would > also help X11/WITHOUT_X11-aware users to catch up with flavors quicker. > ./danfe This was discussed before the change was introduced and is stated in the 20180201 UPDATING entry. Motivations for using 'nox' were for - consistency with other Emacs packages [1,2] - shorter PKGNAMESUFFIX, especially for editors/emacs-devel, which uses -devel_nox for its 'nox' flavor and has quite a long package name -[3,4]. There are other FreeBSD packages that use the -nox11 suffix, but there is also -console, -lite, -minimal, and possibly other PKGNAMESUFFIX that have similar meanings. I would prefer not to introduce another change, unless there is more feedback from users, or even better, if there was work to draft documented guidelines for consistent PKGNAMESUFFIX. J. [1] https://repology.org/metapackage/emacs/versions [2] Only pkgsrc uses 'nox11'; all others use 'nox' [3] Currently emacs-devel_nox-27.0.50.20180220,2 [4] Still using the date in the package name, because `git describe --tag d599dce` reports the wrong version --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEVbCTpybDiFVxIrrVNqQMg7DW754FAlqWq/BfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU1 QjA5M0E3MjZDMzg4NTU3MTIyQkFENTM2QTQwQzgzQjBENkVGOUUACgkQNqQMg7DW 756BKg//aUCbPTqavvkKim5k97ma1mG9eni058Gb4FLFpVmnlBCJNf94fernQp4E KKi358JyR3aWGlXtuxdmxsuDCsm6gnOMGiGz7JVZre1PfgkC0zDYA1qQgT6hc02T ukE+0LemyR8sftZJGlo4fxJJqoSxAmReTvYZWygcDC0PPYxqVmZY/hOyelVTAXis jXf08mfitdWKBd4n4rhKs4pWfB9gbn/Y3HEMjf2RHF9v7dhfvtpzYT7D5MR2toPQ zeKcgRYvogU/LvN3pZMAfY9UxeOPUwZ+3oetdM7pH35vKr3PrumWnec2/RWf3pVZ JrtcXq2umWpebt/AGPamqrVRTi5GNCl84uncCxmHQtVd/8b6d9aJtv7pQVmz3U43 XK3xzDXYPk/N9e7ABU0/NwkB3FE4uzQdphvGz/7hjEXtR7p9O92qOP1n9EkwyZfU i+CumHjZueF0LkfX22C3D/PQm+9x4ilZN+nQJ9k73SqvtB/920qwjsWwqQ+koaBb 4Y526RlghmZYYA/FK822bbPFDprvAYc4rF/S6CZN/YLB4R5Vk9RFgfAPABgb3thf zSF4zk2q5dBOv04eyTTXTfJQMf5FXXOgIXV5de0GKezr39BCRfp1BOwnMvI2K6qF MQKVaszG+aFyiv0J+pQBUaneEuXYAuPCT63GqyswcwcrJvLjpQ0= =UxL3 -----END PGP SIGNATURE----- --=-=-=-- From owner-svn-ports-head@freebsd.org Wed Feb 28 14:08:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74AD0F28E53; Wed, 28 Feb 2018 14:08:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A90378D20; Wed, 28 Feb 2018 14:08:30 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2112E1A745; Wed, 28 Feb 2018 14:08:30 +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 w1SE8TOE034962; Wed, 28 Feb 2018 14:08:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SE8TMO034960; Wed, 28 Feb 2018 14:08:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281408.w1SE8TMO034960@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 14:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463210 - in head: . www www/rubygem-rack-cors0 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: . www www/rubygem-rack-cors0 X-SVN-Commit-Revision: 463210 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 14:08:30 -0000 Author: sunpoet Date: Wed Feb 28 14:08:29 2018 New Revision: 463210 URL: https://svnweb.freebsd.org/changeset/ports/463210 Log: Resurrect www/rubygem-rack-cors0 This port is still used by net-im/mastodon. Added: head/www/rubygem-rack-cors0/ - copied from r463205, head/www/rubygem-rack-cors0/ Modified: head/MOVED head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Feb 28 13:16:43 2018 (r463209) +++ head/MOVED Wed Feb 28 14:08:29 2018 (r463210) @@ -10140,4 +10140,3 @@ devel/rubygem-google-api-client010||2018-02-28|Has exp devel/rubygem-progressbar09||2018-02-28|Has expired: Only used by deprecated sysutils/rubygem-bosh_cli sysutils/rubygem-bosh_cli||2018-02-28|Has expired: Use net/bosh-cli (CLI v2) instead www/rubygem-gon-rails4||2018-02-28|Has expired: It is actually www/rubygem-gon with PKGNAMESUFFIX -www/rubygem-rack-cors0||2018-02-28|Has expired: Use www/rubygem-rack-cors instead Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Feb 28 13:16:43 2018 (r463209) +++ head/www/Makefile Wed Feb 28 14:08:29 2018 (r463210) @@ -2118,6 +2118,7 @@ SUBDIR += rubygem-rack-cache SUBDIR += rubygem-rack-contrib SUBDIR += rubygem-rack-cors + SUBDIR += rubygem-rack-cors0 SUBDIR += rubygem-rack-mount SUBDIR += rubygem-rack-openid SUBDIR += rubygem-rack-protection From owner-svn-ports-head@freebsd.org Wed Feb 28 14:14:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 308DAF295A0; Wed, 28 Feb 2018 14:14:54 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D5F61791DA; Wed, 28 Feb 2018 14:14:53 +0000 (UTC) (envelope-from cy@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD4A61A8D4; Wed, 28 Feb 2018 14:14:53 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SEErNL039897; Wed, 28 Feb 2018 14:14:53 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SEErBr039896; Wed, 28 Feb 2018 14:14:53 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201802281414.w1SEErBr039896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 28 Feb 2018 14:14:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463211 - head/net/ntp-devel X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/net/ntp-devel X-SVN-Commit-Revision: 463211 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 14:14:54 -0000 Author: cy Date: Wed Feb 28 14:14:53 2018 New Revision: 463211 URL: https://svnweb.freebsd.org/changeset/ports/463211 Log: Flag FORBIDDEN instead of IGNORE due to possbile security issues. Reported by: mat MFH: 2018Q1 Modified: head/net/ntp-devel/Makefile Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Wed Feb 28 14:08:29 2018 (r463210) +++ head/net/ntp-devel/Makefile Wed Feb 28 14:14:53 2018 (r463211) @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-dev-${PORTVERSION:S/P/p/:S/r/-RC MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution -IGNORE= It appears the development branch of NTP is dead. +FORBIDDEN= It appears the development branch of NTP is dead. LIB_DEPENDS= libevent.so:devel/libevent \ libmd5.so:www/libwww From owner-svn-ports-head@freebsd.org Wed Feb 28 14:40:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DC5AF2AF49; Wed, 28 Feb 2018 14:40:49 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D3E9979E92; Wed, 28 Feb 2018 14:40:48 +0000 (UTC) (envelope-from stephen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE8D01AC29; Wed, 28 Feb 2018 14:40:48 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SEemFZ050230; Wed, 28 Feb 2018 14:40:48 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SEemuu050229; Wed, 28 Feb 2018 14:40:48 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201802281440.w1SEemuu050229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Wed, 28 Feb 2018 14:40:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463212 - head/math/octave X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave X-SVN-Commit-Revision: 463212 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 14:40:49 -0000 Author: stephen Date: Wed Feb 28 14:40:48 2018 New Revision: 463212 URL: https://svnweb.freebsd.org/changeset/ports/463212 Log: - Make sure build doesn't use qt5 libraries/utilities. PR: ports/226246 Submitted by: Ting-Wei Lan Modified: head/math/octave/Makefile Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Wed Feb 28 14:14:53 2018 (r463211) +++ head/math/octave/Makefile Wed Feb 28 14:40:48 2018 (r463212) @@ -63,7 +63,8 @@ CONFIGURE_ARGS= --host=${GNU_HOST} \ --with-lapack="${LAPACKLIB}" \ --enable-shared \ --disable-jit \ - --disable-openmp + --disable-openmp \ + --with-qt=4 OPTIONS_DEFINE= DOCS From owner-svn-ports-head@freebsd.org Wed Feb 28 14:52:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE428F2BC74; Wed, 28 Feb 2018 14:51:59 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: from mail-lf0-x242.google.com (mail-lf0-x242.google.com [IPv6:2a00:1450:4010:c07::242]) (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 4A9B37A708; Wed, 28 Feb 2018 14:51:59 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: by mail-lf0-x242.google.com with SMTP id g72so3922242lfg.3; Wed, 28 Feb 2018 06:51:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ZdYVNUB6d0nhThdH4QcwH9C4Z2vXyeXCTkiRhmel8CM=; b=RRuiDmXIOAYSXNx+IXLKA6l55O045p01VKPaYh4a68pAZU9cBNDCJcmR8NflH2ieES 9YXynCztJvjXff4CgGbrSAccQpUcyHARuKrfFzD8lL2VLhPX/HKfYYjSrPKlisXyENi6 o8pCoDm1kRVu8HYyrJULJq3162pUJqB48CoYcBkPheP6OKO/q8FzCZOoqKIvOyKLR7e7 w7W8obe8UVSmp87951SD8yIfHAXH4b3nuHIUYjJ8HwjsWEVaqFuOy9SfT6goxYbxsddD AzSfkxbKte3byLNZt2izOnsD+Zuixq3b/jA5ftfOIWekdVrdJsfufrj0qzM4n883454K wE1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ZdYVNUB6d0nhThdH4QcwH9C4Z2vXyeXCTkiRhmel8CM=; b=bqIlXA0m9E1gVKxG2qjN0XDbXN/Ppzwad0sF7UWWuB3cCngR+ecAxa1RrmLrrGSNy3 BeSRZtgDsHBRcb1z8hQksWF2dNsOjq30I2Zk3OKVpyVQdC4frcssL1vDUPKXf3vmkBJw +jZhcqQG042K0Ogm5QPPnA8IZmI9vegCZwwkyw4voAXiVE7AP5ZduJ8cHFUEhP4+Ydfj /m3iWMz37OwcVMB+ORETPkCI9uz8SgBNlF8rpGj/LpMd34nplC1mwZWc2QADao5FADKV qBwZTQTUqS/i3U1/Xnx/6fzwwEQi3rrtz28Otz5Njfobg4Lvqeccq7Zq9hhqOOiWzUWG Zmbw== X-Gm-Message-State: APf1xPCmfr3OlzG0AsKAjzEWJ0CR4dSlK7SD282eou0/H8InuHp7riA+ a2a6L70l0rgXj/gc1gQ/4Ay7yNtZQ1AAZf4wtvNlsw== X-Google-Smtp-Source: AG47ELsqA4ZR4BGmuIoDVcQom3cG4ZOt8rLoIYx6qhcXS2ynHc56uengYI4VKLI7TKqgCSapjurSwRFicFcliDo6cTA= X-Received: by 10.25.147.219 with SMTP id w88mr13564464lfk.58.1519829517195; Wed, 28 Feb 2018 06:51:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.74.147 with HTTP; Wed, 28 Feb 2018 06:51:56 -0800 (PST) In-Reply-To: References: <201802261939.w1QJdORB035436@repo.freebsd.org> From: Ultima Date: Wed, 28 Feb 2018 06:51:56 -0800 Message-ID: Subject: Re: svn commit: r463044 - head/www/py-django-picklefield To: Sunpoet Po-Chuan Hsieh Cc: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 14:52:00 -0000 Thanks for reverting. I would really like to put the leg work in and move off of 1.8 on Seafile, but I don't really have the time atm(New job). The devs for Seafile tend to upgrading depends near EOL. On Mon, Feb 26, 2018 at 1:23 PM, Sunpoet Po-Chuan Hsieh wrote: > On Tue, Feb 27, 2018 at 3:39 AM, Antoine Brodin > wrote: > >> Author: antoine >> Date: Mon Feb 26 19:39:24 2018 >> New Revision: 463044 >> URL: https://svnweb.freebsd.org/changeset/ports/463044 >> >> Log: >> Switch django-picklefield back to django 1.8 as all ports depending on >> it >> use django 1.8 >> >> Reported by: pkg-fallout (via django-constance) >> With hat: portmgr >> > > ultima@ notified me about this and I'm ready to do so. > Thanks for fixing it. :) > > Regards, > sunpoet > > >> Modified: >> head/www/py-django-picklefield/Makefile >> >> Modified: head/www/py-django-picklefield/Makefile >> ============================================================ >> ================== >> --- head/www/py-django-picklefield/Makefile Mon Feb 26 19:33:21 >> 2018 (r463043) >> +++ head/www/py-django-picklefield/Makefile Mon Feb 26 19:39:24 >> 2018 (r463044) >> @@ -3,6 +3,7 @@ >> >> PORTNAME= django-picklefield >> PORTVERSION= 1.0.0 >> +PORTREVISION= 1 >> CATEGORIES= www python >> MASTER_SITES= CHEESESHOP >> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >> @@ -12,7 +13,7 @@ COMMENT= Pickled object field for Django >> >> LICENSE= MIT >> >> -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@ >> ${FLAVOR} >> +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@ >> ${FLAVOR} >> >> USES= python >> USE_PYTHON= autoplist concurrent distutils >> >> > From owner-svn-ports-head@freebsd.org Wed Feb 28 15:05:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E87DF2CC20; Wed, 28 Feb 2018 15:05:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D1B07B393; Wed, 28 Feb 2018 15:05:57 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 23B361B0F3; Wed, 28 Feb 2018 15:05:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SF5uEX064878; Wed, 28 Feb 2018 15:05:56 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SF5upp064875; Wed, 28 Feb 2018 15:05:56 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201802281505.w1SF5upp064875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 28 Feb 2018 15:05:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463213 - head/security/softhsm2 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/security/softhsm2 X-SVN-Commit-Revision: 463213 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:05:57 -0000 Author: swills Date: Wed Feb 28 15:05:56 2018 New Revision: 463213 URL: https://svnweb.freebsd.org/changeset/ports/463213 Log: security/softhsm2: Update to release 2.4.0 PR: 226258 Submitted by: jaap@NLnetLabs.nl (maintainer) Modified: head/security/softhsm2/Makefile (contents, props changed) head/security/softhsm2/distinfo (contents, props changed) Modified: head/security/softhsm2/Makefile ============================================================================== --- head/security/softhsm2/Makefile Wed Feb 28 14:40:48 2018 (r463212) +++ head/security/softhsm2/Makefile Wed Feb 28 15:05:56 2018 (r463213) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= softhsm -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ \ http://dist.opendnssec.org/source/testing/ Modified: head/security/softhsm2/distinfo ============================================================================== --- head/security/softhsm2/distinfo Wed Feb 28 14:40:48 2018 (r463212) +++ head/security/softhsm2/distinfo Wed Feb 28 15:05:56 2018 (r463213) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499110463 -SHA256 (softhsm-2.3.0.tar.gz) = 5ed604c89a3a6ef9d7d1ee92c28a2c4b3cd1f86f302c808e2d12c8f39aa2c127 -SIZE (softhsm-2.3.0.tar.gz) = 992417 +TIMESTAMP = 1519738695 +SHA256 (softhsm-2.4.0.tar.gz) = 26aac12bdeaacd15722dc0a24a5a1981a3b711e61d10ac687a23ff0b7075da07 +SIZE (softhsm-2.4.0.tar.gz) = 1042566 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:12:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1498F2D280; Wed, 28 Feb 2018 15:12:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5CB527B93D; Wed, 28 Feb 2018 15:12:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 57A9D1B277; Wed, 28 Feb 2018 15:12:18 +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 w1SFCIov068405; Wed, 28 Feb 2018 15:12:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFCIC1068404; Wed, 28 Feb 2018 15:12:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281512.w1SFCIC1068404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:12:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463214 - head/archivers/unrar X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/unrar X-SVN-Commit-Revision: 463214 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:12:18 -0000 Author: sunpoet Date: Wed Feb 28 15:12:18 2018 New Revision: 463214 URL: https://svnweb.freebsd.org/changeset/ports/463214 Log: Fix r463123 Remove https://distfiles.crux.guru/ which is for local distfiles, not MASTER_SITES. Modified: head/archivers/unrar/Makefile Modified: head/archivers/unrar/Makefile ============================================================================== --- head/archivers/unrar/Makefile Wed Feb 28 15:05:56 2018 (r463213) +++ head/archivers/unrar/Makefile Wed Feb 28 15:12:18 2018 (r463214) @@ -6,7 +6,6 @@ DISTVERSION= 5.50 PORTEPOCH= 6 CATEGORIES+= archivers MASTER_SITES= https://www.rarlab.com/rar/ \ - https://distfiles.crux.guru/ \ LOCAL/sunpoet DISTNAME= unrarsrc-5.5.8 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:12:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A6EAF2D2D9; Wed, 28 Feb 2018 15:12:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0DFD27BA11; Wed, 28 Feb 2018 15:12: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E84951B281; Wed, 28 Feb 2018 15:12:23 +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 w1SFCNAl070319; Wed, 28 Feb 2018 15:12:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFCN8C070318; Wed, 28 Feb 2018 15:12:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281512.w1SFCN8C070318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:12:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463215 - head/www/rubygem-rack-cors0 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-rack-cors0 X-SVN-Commit-Revision: 463215 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:12:26 -0000 Author: sunpoet Date: Wed Feb 28 15:12:23 2018 New Revision: 463215 URL: https://svnweb.freebsd.org/changeset/ports/463215 Log: Unmark DEPRECATED and remove EXPIRATION_DATE Modified: head/www/rubygem-rack-cors0/Makefile Modified: head/www/rubygem-rack-cors0/Makefile ============================================================================== --- head/www/rubygem-rack-cors0/Makefile Wed Feb 28 15:12:18 2018 (r463214) +++ head/www/rubygem-rack-cors0/Makefile Wed Feb 28 15:12:23 2018 (r463215) @@ -13,9 +13,6 @@ COMMENT= Middleware that will make Rack-based apps COR LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -DEPRECATED= Use www/rubygem-rack-cors instead -EXPIRATION_DATE=2018-02-28 - PORTSCOUT= limit:^0\. NO_ARCH= yes From owner-svn-ports-head@freebsd.org Wed Feb 28 15:12:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0FFDF2D308; Wed, 28 Feb 2018 15:12:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93A237BA40; Wed, 28 Feb 2018 15:12:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E5131B284; Wed, 28 Feb 2018 15:12:28 +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 w1SFCSWj070428; Wed, 28 Feb 2018 15:12:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFCSP5070427; Wed, 28 Feb 2018 15:12:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281512.w1SFCSP5070427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:12:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463216 - head/databases/p5-Class-DBI X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-Class-DBI X-SVN-Commit-Revision: 463216 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:12:29 -0000 Author: sunpoet Date: Wed Feb 28 15:12:28 2018 New Revision: 463216 URL: https://svnweb.freebsd.org/changeset/ports/463216 Log: Add LICENSE - Add NO_ARCH Modified: head/databases/p5-Class-DBI/Makefile Modified: head/databases/p5-Class-DBI/Makefile ============================================================================== --- head/databases/p5-Class-DBI/Makefile Wed Feb 28 15:12:23 2018 (r463215) +++ head/databases/p5-Class-DBI/Makefile Wed Feb 28 15:12:28 2018 (r463216) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple Database Abstraction +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ p5-Class-Trigger>=0:devel/p5-Class-Trigger \ @@ -21,6 +24,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Acc RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Wed Feb 28 15:12:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08B5CF2D33C; Wed, 28 Feb 2018 15:12:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98CF87BB15; Wed, 28 Feb 2018 15:12:33 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 93E131B288; Wed, 28 Feb 2018 15:12:33 +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 w1SFCXDH070536; Wed, 28 Feb 2018 15:12:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFCX24070535; Wed, 28 Feb 2018 15:12:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281512.w1SFCX24070535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:12:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463217 - head/databases/p5-DBIx-Recordset X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DBIx-Recordset X-SVN-Commit-Revision: 463217 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:12:34 -0000 Author: sunpoet Date: Wed Feb 28 15:12:33 2018 New Revision: 463217 URL: https://svnweb.freebsd.org/changeset/ports/463217 Log: Add LICENSE - Add NO_ARCH Modified: head/databases/p5-DBIx-Recordset/Makefile Modified: head/databases/p5-DBIx-Recordset/Makefile ============================================================================== --- head/databases/p5-DBIx-Recordset/Makefile Wed Feb 28 15:12:28 2018 (r463216) +++ head/databases/p5-DBIx-Recordset/Makefile Wed Feb 28 15:12:33 2018 (r463217) @@ -11,9 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for abstraction and simplification of database access +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure From owner-svn-ports-head@freebsd.org Wed Feb 28 15:12:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3C46F2D36E; Wed, 28 Feb 2018 15:12:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 845817BBDE; Wed, 28 Feb 2018 15:12:38 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F65F1B28A; Wed, 28 Feb 2018 15:12:38 +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 w1SFCc7M070661; Wed, 28 Feb 2018 15:12:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFCcY4070659; Wed, 28 Feb 2018 15:12:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281512.w1SFCcY4070659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:12:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463218 - head/security/p5-Nmap-Scanner X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/p5-Nmap-Scanner X-SVN-Commit-Revision: 463218 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:12:39 -0000 Author: sunpoet Date: Wed Feb 28 15:12:38 2018 New Revision: 463218 URL: https://svnweb.freebsd.org/changeset/ports/463218 Log: Add LICENSE - Add NO_ARCH - Sort PLIST Modified: head/security/p5-Nmap-Scanner/Makefile head/security/p5-Nmap-Scanner/pkg-plist Modified: head/security/p5-Nmap-Scanner/Makefile ============================================================================== --- head/security/p5-Nmap-Scanner/Makefile Wed Feb 28 15:12:33 2018 (r463217) +++ head/security/p5-Nmap-Scanner/Makefile Wed Feb 28 15:12:38 2018 (r463218) @@ -11,12 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perform and manipulate nmap scans using perl +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= nmap:security/nmap \ p5-Class-Generate>=0:devel/p5-Class-Generate \ p5-XML-SAX>=0:textproc/p5-XML-SAX \ p5-libwww>=0:www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/security/p5-Nmap-Scanner/pkg-plist ============================================================================== --- head/security/p5-Nmap-Scanner/pkg-plist Wed Feb 28 15:12:33 2018 (r463217) +++ head/security/p5-Nmap-Scanner/pkg-plist Wed Feb 28 15:12:38 2018 (r463218) @@ -1,33 +1,3 @@ -%%PERL5_MAN3%%/Nmap::Scanner.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::Address.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::Backend::Processor.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::Backend::Results.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::Distance.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::ExtraPorts.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::Host.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::HostList.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::Hostname.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::Hosts.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::NmapRun.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::OS.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::OS::Class.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::OS::Fingerprint.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::OS::IPIdSequence.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::OS::Match.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::OS::PortUsed.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::OS::TCPSequence.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::OS::TCPTSSequence.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::OS::Uptime.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::Port.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::PortList.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::RunStats.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::RunStats::Finished.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::ScanInfo.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::Scanner.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::Service.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::Task.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::TaskProgress.3.gz -%%PERL5_MAN3%%/Nmap::Scanner::Util::BannerScanner.3.gz %%SITE_PERL%%/Nmap/Scanner.pm %%SITE_PERL%%/Nmap/Scanner/Address.pm %%SITE_PERL%%/Nmap/Scanner/Backend.pm @@ -61,3 +31,33 @@ %%SITE_PERL%%/Nmap/Scanner/TaskProgress.pm %%SITE_PERL%%/Nmap/Scanner/Util.pm %%SITE_PERL%%/Nmap/Scanner/Util/BannerScanner.pm +%%PERL5_MAN3%%/Nmap::Scanner.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::Address.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::Backend::Processor.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::Backend::Results.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::Distance.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::ExtraPorts.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::Host.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::HostList.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::Hostname.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::Hosts.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::NmapRun.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::OS.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::OS::Class.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::OS::Fingerprint.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::OS::IPIdSequence.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::OS::Match.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::OS::PortUsed.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::OS::TCPSequence.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::OS::TCPTSSequence.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::OS::Uptime.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::Port.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::PortList.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::RunStats.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::RunStats::Finished.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::ScanInfo.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::Scanner.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::Service.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::Task.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::TaskProgress.3.gz +%%PERL5_MAN3%%/Nmap::Scanner::Util::BannerScanner.3.gz From owner-svn-ports-head@freebsd.org Wed Feb 28 15:12:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0F25F2D3AF; Wed, 28 Feb 2018 15:12:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 925347BCAD; Wed, 28 Feb 2018 15:12:43 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8521D1B28B; Wed, 28 Feb 2018 15:12:43 +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 w1SFChc2070786; Wed, 28 Feb 2018 15:12:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFChed070784; Wed, 28 Feb 2018 15:12:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281512.w1SFChed070784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:12:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463219 - head/www/p5-AMF-Perl X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-AMF-Perl X-SVN-Commit-Revision: 463219 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:12:44 -0000 Author: sunpoet Date: Wed Feb 28 15:12:43 2018 New Revision: 463219 URL: https://svnweb.freebsd.org/changeset/ports/463219 Log: Add LICENSE - Add BUILD_DEPENDS - Sort *_DEPENDS - Add NO_ARCH - Use REINPLACE_CMD in post-patch: - Sort PLIST Modified: head/www/p5-AMF-Perl/Makefile head/www/p5-AMF-Perl/pkg-plist Modified: head/www/p5-AMF-Perl/Makefile ============================================================================== --- head/www/p5-AMF-Perl/Makefile Wed Feb 28 15:12:38 2018 (r463218) +++ head/www/p5-AMF-Perl/Makefile Wed Feb 28 15:12:43 2018 (r463219) @@ -12,13 +12,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Flash Remoting in Perl -RUN_DEPENDS= p5-Exception-Class>=0:devel/p5-Exception-Class \ - p5-DBI>=0:databases/p5-DBI +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI \ + p5-Exception-Class>=0:devel/p5-Exception-Class +RUN_DEPENDS= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure patch post-patch: - @${PERL} -pi -e 's/=(?==head)//g' ${WRKSRC}/lib/AMF/Perl.pm + @${REINPLACE_CMD} -e 's|=\(=head\)|\1|' ${WRKSRC}/lib/AMF/Perl.pm .include Modified: head/www/p5-AMF-Perl/pkg-plist ============================================================================== --- head/www/p5-AMF-Perl/pkg-plist Wed Feb 28 15:12:38 2018 (r463218) +++ head/www/p5-AMF-Perl/pkg-plist Wed Feb 28 15:12:43 2018 (r463219) @@ -1,12 +1,3 @@ -%%PERL5_MAN3%%/AMF::Perl.3.gz -%%PERL5_MAN3%%/AMF::Perl::App::Executive.3.gz -%%PERL5_MAN3%%/AMF::Perl::IO::Deserializer.3.gz -%%PERL5_MAN3%%/AMF::Perl::IO::InputStream.3.gz -%%PERL5_MAN3%%/AMF::Perl::IO::OutputStream.3.gz -%%PERL5_MAN3%%/AMF::Perl::IO::Serializer.3.gz -%%PERL5_MAN3%%/AMF::Perl::Sql::MysqlRecordSet.3.gz -%%PERL5_MAN3%%/AMF::Perl::Util::Object.3.gz -%%PERL5_MAN3%%/AMF::Perl::Util::RemotingService.3.gz %%SITE_PERL%%/AMF/Perl.pm %%SITE_PERL%%/AMF/Perl/App/Executive.pm %%SITE_PERL%%/AMF/Perl/IO/Deserializer.pm @@ -16,3 +7,12 @@ %%SITE_PERL%%/AMF/Perl/Sql/MysqlRecordSet.pm %%SITE_PERL%%/AMF/Perl/Util/Object.pm %%SITE_PERL%%/AMF/Perl/Util/RemotingService.pm +%%PERL5_MAN3%%/AMF::Perl.3.gz +%%PERL5_MAN3%%/AMF::Perl::App::Executive.3.gz +%%PERL5_MAN3%%/AMF::Perl::IO::Deserializer.3.gz +%%PERL5_MAN3%%/AMF::Perl::IO::InputStream.3.gz +%%PERL5_MAN3%%/AMF::Perl::IO::OutputStream.3.gz +%%PERL5_MAN3%%/AMF::Perl::IO::Serializer.3.gz +%%PERL5_MAN3%%/AMF::Perl::Sql::MysqlRecordSet.3.gz +%%PERL5_MAN3%%/AMF::Perl::Util::Object.3.gz +%%PERL5_MAN3%%/AMF::Perl::Util::RemotingService.3.gz From owner-svn-ports-head@freebsd.org Wed Feb 28 15:12:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DF41F2D3F8; Wed, 28 Feb 2018 15:12:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 97A327BD6E; Wed, 28 Feb 2018 15:12:48 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 928C31B28C; Wed, 28 Feb 2018 15:12:48 +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 w1SFCm7B070908; Wed, 28 Feb 2018 15:12:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFCmBY070906; Wed, 28 Feb 2018 15:12:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281512.w1SFCmBY070906@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:12:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463220 - head/textproc/p5-XML-STX X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-XML-STX X-SVN-Commit-Revision: 463220 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:12:49 -0000 Author: sunpoet Date: Wed Feb 28 15:12:48 2018 New Revision: 463220 URL: https://svnweb.freebsd.org/changeset/ports/463220 Log: Add LICENSE - Sort *_DEPENDS - Remove USE_PERL5=patch - Add SHEBANG_GLOB - Convert to options target helper - Sort PLIST Modified: head/textproc/p5-XML-STX/Makefile head/textproc/p5-XML-STX/pkg-plist Modified: head/textproc/p5-XML-STX/Makefile ============================================================================== --- head/textproc/p5-XML-STX/Makefile Wed Feb 28 15:12:43 2018 (r463219) +++ head/textproc/p5-XML-STX/Makefile Wed Feb 28 15:12:48 2018 (r463220) @@ -11,29 +11,33 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Pure Perl STX processor -BUILD_DEPENDS= p5-XML-SAX>=0:textproc/p5-XML-SAX \ - p5-Clone>=0:devel/p5-Clone \ - p5-XML-NamespaceSupport>=0:textproc/p5-XML-NamespaceSupport +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Clone>=0:devel/p5-Clone \ + p5-XML-NamespaceSupport>=0:textproc/p5-XML-NamespaceSupport \ + p5-XML-SAX>=0:textproc/p5-XML-SAX RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 shebangfix -SHEBANG_FILES= examples/tester.pl examples/stx-filter.pl -USE_PERL5= configure patch +USE_PERL5= configure NO_ARCH= yes +SHEBANG_GLOB= *.pl OPTIONS_DEFINE= DOCS EXAMPLES post-extract: @${MKDIR} ${WRKSRC}/scripts - @${MV} ${WRKSRC}/stx*.pl ${WRKSRC}/scripts + @${MV} ${WRKSRC}/*.pl ${WRKSRC}/scripts post-patch: - @${PERL} -pi -e 's!(?=stx\w+\.pl)!scripts/!g' ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e '/EXE_FILES/ s|\([[:alpha:]]*\.pl\)|scripts/&|g' ${WRKSRC}/Makefile.PL -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} Modified: head/textproc/p5-XML-STX/pkg-plist ============================================================================== --- head/textproc/p5-XML-STX/pkg-plist Wed Feb 28 15:12:43 2018 (r463219) +++ head/textproc/p5-XML-STX/pkg-plist Wed Feb 28 15:12:48 2018 (r463220) @@ -1,15 +1,5 @@ bin/stxcmd.pl bin/stxview.pl -%%PERL5_MAN3%%/XML::STX.3.gz -%%PERL5_MAN3%%/XML::STX::Base.3.gz -%%PERL5_MAN3%%/XML::STX::Buffer.3.gz -%%PERL5_MAN3%%/XML::STX::Functions.3.gz -%%PERL5_MAN3%%/XML::STX::Parser.3.gz -%%PERL5_MAN3%%/XML::STX::Runtime.3.gz -%%PERL5_MAN3%%/XML::STX::STXPath.3.gz -%%PERL5_MAN3%%/XML::STX::Stylesheet.3.gz -%%PERL5_MAN3%%/XML::STX::TrAX.3.gz -%%PERL5_MAN3%%/XML::STX::Writer.3.gz %%SITE_PERL%%/XML/STX.pm %%SITE_PERL%%/XML/STX/Base.pm %%SITE_PERL%%/XML/STX/Buffer.pm @@ -20,6 +10,16 @@ bin/stxview.pl %%SITE_PERL%%/XML/STX/Stylesheet.pm %%SITE_PERL%%/XML/STX/TrAX.pm %%SITE_PERL%%/XML/STX/Writer.pm +%%PERL5_MAN3%%/XML::STX.3.gz +%%PERL5_MAN3%%/XML::STX::Base.3.gz +%%PERL5_MAN3%%/XML::STX::Buffer.3.gz +%%PERL5_MAN3%%/XML::STX::Functions.3.gz +%%PERL5_MAN3%%/XML::STX::Parser.3.gz +%%PERL5_MAN3%%/XML::STX::Runtime.3.gz +%%PERL5_MAN3%%/XML::STX::STXPath.3.gz +%%PERL5_MAN3%%/XML::STX::Stylesheet.3.gz +%%PERL5_MAN3%%/XML::STX::TrAX.3.gz +%%PERL5_MAN3%%/XML::STX::Writer.3.gz %%PORTDOCS%%%%DOCSDIR%%/STX.html %%PORTDOCS%%%%DOCSDIR%%/TrAXref.html %%PORTDOCS%%%%DOCSDIR%%/TrAXref.pod From owner-svn-ports-head@freebsd.org Wed Feb 28 15:12:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 192FBF2D424; Wed, 28 Feb 2018 15:12:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BFF527BE38; Wed, 28 Feb 2018 15:12:53 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B76191B28D; Wed, 28 Feb 2018 15:12:53 +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 w1SFCrnl071017; Wed, 28 Feb 2018 15:12:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFCrCO071016; Wed, 28 Feb 2018 15:12:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281512.w1SFCrCO071016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:12:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463221 - head/devel/py-fortran X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-fortran X-SVN-Commit-Revision: 463221 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:12:54 -0000 Author: sunpoet Date: Wed Feb 28 15:12:53 2018 New Revision: 463221 URL: https://svnweb.freebsd.org/changeset/ports/463221 Log: Expand PYNUMERIC Modified: head/devel/py-fortran/Makefile Modified: head/devel/py-fortran/Makefile ============================================================================== --- head/devel/py-fortran/Makefile Wed Feb 28 15:12:48 2018 (r463220) +++ head/devel/py-fortran/Makefile Wed Feb 28 15:12:53 2018 (r463221) @@ -14,7 +14,7 @@ COMMENT= Creating extensions to the Python language wi LICENSE= MIT -RUN_DEPENDS= ${PYNUMERIC} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numeric>0:math/py-numeric@${FLAVOR} USES= python:2.7 USE_PYTHON= autoplist distutils From owner-svn-ports-head@freebsd.org Wed Feb 28 15:12:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B65E1F2D447; Wed, 28 Feb 2018 15:12:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 465237BEF7; Wed, 28 Feb 2018 15:12:58 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D28A1B28E; Wed, 28 Feb 2018 15:12:58 +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 w1SFCwSC071120; Wed, 28 Feb 2018 15:12:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFCwx3071119; Wed, 28 Feb 2018 15:12:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281512.w1SFCwx3071119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:12:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463222 - head/Mk/Uses X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/Mk/Uses X-SVN-Commit-Revision: 463222 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:12:58 -0000 Author: sunpoet Date: Wed Feb 28 15:12:57 2018 New Revision: 463222 URL: https://svnweb.freebsd.org/changeset/ports/463222 Log: Remove PYNUMERIC It's only used by 1 port (devel/py-fortran). Modified: head/Mk/Uses/python.mk Modified: head/Mk/Uses/python.mk ============================================================================== --- head/Mk/Uses/python.mk Wed Feb 28 15:12:53 2018 (r463221) +++ head/Mk/Uses/python.mk Wed Feb 28 15:12:57 2018 (r463222) @@ -638,7 +638,6 @@ CMAKE_ARGS+= -DPython_ADDITIONAL_VERSIONS=${PYTHON_VER # Python 3rd-party modules PYGAME= ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR} -PYNUMERIC= ${PYTHON_PKGNAMEPREFIX}numeric>0:math/py-numeric@${PY_FLAVOR} PYNUMPY= ${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR} # Common Python modules that can be needed but only for some versions of Python. From owner-svn-ports-head@freebsd.org Wed Feb 28 15:13:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE04BF2D569; Wed, 28 Feb 2018 15:13:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 246B97C498; Wed, 28 Feb 2018 15:13:33 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1854E1B299; Wed, 28 Feb 2018 15:13:33 +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 w1SFDWda071932; Wed, 28 Feb 2018 15:13:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFDWiP071931; Wed, 28 Feb 2018 15:13:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281513.w1SFDWiP071931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:13:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463229 - head/lang/lua-ada X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/lang/lua-ada X-SVN-Commit-Revision: 463229 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:13:34 -0000 Author: sunpoet Date: Wed Feb 28 15:13:32 2018 New Revision: 463229 URL: https://svnweb.freebsd.org/changeset/ports/463229 Log: Respect LUA_PKGNAMEPREFIX - Convert to options target helper Modified: head/lang/lua-ada/Makefile Modified: head/lang/lua-ada/Makefile ============================================================================== --- head/lang/lua-ada/Makefile Wed Feb 28 15:13:27 2018 (r463228) +++ head/lang/lua-ada/Makefile Wed Feb 28 15:13:32 2018 (r463229) @@ -1,10 +1,11 @@ # Created by: John Marino # $FreeBSD$ -PORTNAME= lua-ada +PORTNAME= ada PORTVERSION= 1.0 # made-up; no version info on GH PORTREVISION= 1 CATEGORIES= lang +PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Ada binding for Lua @@ -30,8 +31,6 @@ REPLACEMENT= "-L${LOCALBASE}/lib", "-Wl,-R,${LOCALBASE OPTIONS_DEFINE= EXAMPLES -.include - post-patch: @${REINPLACE_CMD} -e 's|with "Lua"|with "../../lua.gpr"|' \ -e 's|"-L../..", "-llua"|${REPLACEMENT}|' \ @@ -41,12 +40,12 @@ post-patch: do-build: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ gprbuild -Plua --create-missing-dirs) -.if ${PORT_OPTIONS:MEXAMPLES} + +do-build-EXAMPLES-on: (cd ${WRKSRC}/examples/example1 && ${SETENV} ${MAKE_ENV} \ gprbuild -Pexample1 --create-missing-dirs) (cd ${WRKSRC}/examples/example2 && ${SETENV} ${MAKE_ENV} \ gprbuild -Pexample2 --create-missing-dirs) -.endif do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/lua-ada \ @@ -56,7 +55,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/lua.gpr ${STAGEDIR}${PREFIX}/lib/gnat ${INSTALL_DATA} ${WRKSRC}/src/*.ad[bs] \ ${STAGEDIR}${PREFIX}/include/lua-ada -.if ${PORT_OPTIONS:MEXAMPLES} + +do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/example1/bin \ ${STAGEDIR}${EXAMPLESDIR}/example2/bin ${INSTALL_DATA} ${EXDIRPREFIX}1/example1.lua \ @@ -69,6 +69,5 @@ do-install: ${STAGEDIR}${EXAMPLESDIR}/example2 ${INSTALL_PROGRAM} ${EXDIRPREFIX}2/obj/main \ ${STAGEDIR}${EXAMPLESDIR}/example2/bin/hello-function -.endif .include From owner-svn-ports-head@freebsd.org Wed Feb 28 15:13:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F646F2D498; Wed, 28 Feb 2018 15:13:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 067217C08D; Wed, 28 Feb 2018 15:13:08 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF8061B290; Wed, 28 Feb 2018 15:13:07 +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 w1SFD7Pi071339; Wed, 28 Feb 2018 15:13:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFD7Ad071338; Wed, 28 Feb 2018 15:13:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281513.w1SFD7Ad071338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:13:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463224 - head/devel/rubygem-gh X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-gh X-SVN-Commit-Revision: 463224 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:13:08 -0000 Author: sunpoet Date: Wed Feb 28 15:13:07 2018 New Revision: 463224 URL: https://svnweb.freebsd.org/changeset/ports/463224 Log: Remove unnecessary rubygem-backports - Bump PORTREVISION for dependency and package change Modified: head/devel/rubygem-gh/Makefile Modified: head/devel/rubygem-gh/Makefile ============================================================================== --- head/devel/rubygem-gh/Makefile Wed Feb 28 15:13:02 2018 (r463223) +++ head/devel/rubygem-gh/Makefile Wed Feb 28 15:13:07 2018 (r463224) @@ -3,7 +3,7 @@ PORTNAME= gh PORTVERSION= 0.15.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -14,14 +14,19 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-addressable>=2.4.0:www/rubygem-addressable \ - rubygem-backports>=0:devel/rubygem-backports \ rubygem-faraday>=0.8:www/rubygem-faraday \ rubygem-multi_json>=1.0:devel/rubygem-multi_json \ rubygem-net-http-persistent2>=2.9:www/rubygem-net-http-persistent2 \ rubygem-net-http-pipeline>=0:www/rubygem-net-http-pipeline NO_ARCH= yes +REINPLACE_ARGS= -i '' USE_RUBY= yes USES= gem + +post-patch: +# Remove backports + @${REINPLACE_CMD} -e '/backports/d' ${WRKSRC}/${GEMSPEC} + @${REINPLACE_CMD} -e "/require 'backports'/d" ${WRKSRC}/lib/gh.rb ${WRKSRC}/lib/gh/parallel.rb .include From owner-svn-ports-head@freebsd.org Wed Feb 28 15:13:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6D35F2D548; Wed, 28 Feb 2018 15:13:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 245507C3BF; Wed, 28 Feb 2018 15:13:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 199CC1B297; Wed, 28 Feb 2018 15:13:28 +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 w1SFDRFs071810; Wed, 28 Feb 2018 15:13:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFDR2v071807; Wed, 28 Feb 2018 15:13:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281513.w1SFDR2v071807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463228 - head/www/piwigo X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/piwigo X-SVN-Commit-Revision: 463228 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:13:29 -0000 Author: sunpoet Date: Wed Feb 28 15:13:27 2018 New Revision: 463228 URL: https://svnweb.freebsd.org/changeset/ports/463228 Log: Update to 2.9.3 - Use DISTVERSION Changes: http://piwigo.org/release-2.9.3 PR: 226222 Submitted by: Piotr Kubaj Approved by: Ralf van der Enden (maintainer) Modified: head/www/piwigo/Makefile head/www/piwigo/distinfo head/www/piwigo/pkg-plist Modified: head/www/piwigo/Makefile ============================================================================== --- head/www/piwigo/Makefile Wed Feb 28 15:13:22 2018 (r463227) +++ head/www/piwigo/Makefile Wed Feb 28 15:13:27 2018 (r463228) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= piwigo -PORTVERSION= 2.9.2 +DISTVERSION= 2.9.3 CATEGORIES= www MASTER_SITES= http://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/ Modified: head/www/piwigo/distinfo ============================================================================== --- head/www/piwigo/distinfo Wed Feb 28 15:13:22 2018 (r463227) +++ head/www/piwigo/distinfo Wed Feb 28 15:13:27 2018 (r463228) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507370562 -SHA256 (piwigo-2.9.2.zip) = 344937dd1685efb41c1aa7301497aea0fb84707a6a9809eca9efb390d4eadb4a -SIZE (piwigo-2.9.2.zip) = 7794574 +TIMESTAMP = 1519746097 +SHA256 (piwigo-2.9.3.zip) = 4022a743ddc0555f8d4f114ec3c3aa439eec44659cbf0d1564d0e3cc2ff30426 +SIZE (piwigo-2.9.3.zip) = 7818425 Modified: head/www/piwigo/pkg-plist ============================================================================== --- head/www/piwigo/pkg-plist Wed Feb 28 15:13:22 2018 (r463227) +++ head/www/piwigo/pkg-plist Wed Feb 28 15:13:27 2018 (r463228) @@ -904,6 +904,7 @@ %%WWWDIR%%/language/da_DK/help/notification_by_mail.html %%WWWDIR%%/language/da_DK/help/permalinks.html %%WWWDIR%%/language/da_DK/help/photos_add_ftp.html +%%WWWDIR%%/language/da_DK/help/quick_search.html %%WWWDIR%%/language/da_DK/help/search.html %%WWWDIR%%/language/da_DK/help/synchronize.html %%WWWDIR%%/language/da_DK/help/user_list.html @@ -933,6 +934,7 @@ %%WWWDIR%%/language/de_DE/help/notification_by_mail.html %%WWWDIR%%/language/de_DE/help/permalinks.html %%WWWDIR%%/language/de_DE/help/photos_add_ftp.html +%%WWWDIR%%/language/de_DE/help/quick_search.html %%WWWDIR%%/language/de_DE/help/search.html %%WWWDIR%%/language/de_DE/help/synchronize.html %%WWWDIR%%/language/de_DE/help/user_list.html @@ -1163,6 +1165,7 @@ %%WWWDIR%%/language/fr_FR/help/notification_by_mail.html %%WWWDIR%%/language/fr_FR/help/permalinks.html %%WWWDIR%%/language/fr_FR/help/photos_add_ftp.html +%%WWWDIR%%/language/fr_FR/help/quick_search.html %%WWWDIR%%/language/fr_FR/help/search.html %%WWWDIR%%/language/fr_FR/help/synchronize.html %%WWWDIR%%/language/fr_FR/help/user_list.html @@ -1295,6 +1298,7 @@ %%WWWDIR%%/language/it_IT/help/notification_by_mail.html %%WWWDIR%%/language/it_IT/help/permalinks.html %%WWWDIR%%/language/it_IT/help/photos_add_ftp.html +%%WWWDIR%%/language/it_IT/help/quick_search.html %%WWWDIR%%/language/it_IT/help/search.html %%WWWDIR%%/language/it_IT/help/synchronize.html %%WWWDIR%%/language/it_IT/help/user_list.html @@ -1395,7 +1399,10 @@ %%WWWDIR%%/language/lt_LT/common.lang.php %%WWWDIR%%/language/lt_LT/help/cat_move.html %%WWWDIR%%/language/lt_LT/help/cat_options.html +%%WWWDIR%%/language/lt_LT/help/help_virtual_links.html %%WWWDIR%%/language/lt_LT/help/index.php +%%WWWDIR%%/language/lt_LT/help/search.html +%%WWWDIR%%/language/lt_LT/help/user_list.html %%WWWDIR%%/language/lt_LT/install.lang.php %%WWWDIR%%/language/lt_LT/iso.txt %%WWWDIR%%/language/lt_LT/lt_LT.jpg @@ -1420,6 +1427,7 @@ %%WWWDIR%%/language/lv_LV/help/notification_by_mail.html %%WWWDIR%%/language/lv_LV/help/permalinks.html %%WWWDIR%%/language/lv_LV/help/photos_add_ftp.html +%%WWWDIR%%/language/lv_LV/help/quick_search.html %%WWWDIR%%/language/lv_LV/help/search.html %%WWWDIR%%/language/lv_LV/help/synchronize.html %%WWWDIR%%/language/lv_LV/help/user_list.html @@ -1464,6 +1472,7 @@ %%WWWDIR%%/language/nb_NO/help/notification_by_mail.html %%WWWDIR%%/language/nb_NO/help/permalinks.html %%WWWDIR%%/language/nb_NO/help/photos_add_ftp.html +%%WWWDIR%%/language/nb_NO/help/quick_search.html %%WWWDIR%%/language/nb_NO/help/search.html %%WWWDIR%%/language/nb_NO/help/synchronize.html %%WWWDIR%%/language/nb_NO/help/user_list.html @@ -1572,6 +1581,7 @@ %%WWWDIR%%/language/pt_BR/help/notification_by_mail.html %%WWWDIR%%/language/pt_BR/help/permalinks.html %%WWWDIR%%/language/pt_BR/help/photos_add_ftp.html +%%WWWDIR%%/language/pt_BR/help/quick_search.html %%WWWDIR%%/language/pt_BR/help/search.html %%WWWDIR%%/language/pt_BR/help/synchronize.html %%WWWDIR%%/language/pt_BR/help/user_list.html @@ -1641,6 +1651,7 @@ %%WWWDIR%%/language/ru_RU/help/notification_by_mail.html %%WWWDIR%%/language/ru_RU/help/permalinks.html %%WWWDIR%%/language/ru_RU/help/photos_add_ftp.html +%%WWWDIR%%/language/ru_RU/help/quick_search.html %%WWWDIR%%/language/ru_RU/help/search.html %%WWWDIR%%/language/ru_RU/help/synchronize.html %%WWWDIR%%/language/ru_RU/help/user_list.html @@ -1738,6 +1749,7 @@ %%WWWDIR%%/language/sv_SE/help/notification_by_mail.html %%WWWDIR%%/language/sv_SE/help/permalinks.html %%WWWDIR%%/language/sv_SE/help/photos_add_ftp.html +%%WWWDIR%%/language/sv_SE/help/quick_search.html %%WWWDIR%%/language/sv_SE/help/search.html %%WWWDIR%%/language/sv_SE/help/synchronize.html %%WWWDIR%%/language/sv_SE/help/user_list.html @@ -1807,6 +1819,7 @@ %%WWWDIR%%/language/uk_UA/help/notification_by_mail.html %%WWWDIR%%/language/uk_UA/help/permalinks.html %%WWWDIR%%/language/uk_UA/help/photos_add_ftp.html +%%WWWDIR%%/language/uk_UA/help/quick_search.html %%WWWDIR%%/language/uk_UA/help/search.html %%WWWDIR%%/language/uk_UA/help/synchronize.html %%WWWDIR%%/language/uk_UA/help/user_list.html @@ -1821,6 +1834,7 @@ %%WWWDIR%%/language/vi_VN/help/help_add_photos.html %%WWWDIR%%/language/vi_VN/help/help_misc.html %%WWWDIR%%/language/vi_VN/help/index.php +%%WWWDIR%%/language/vi_VN/help/quick_search.html %%WWWDIR%%/language/vi_VN/install.lang.php %%WWWDIR%%/language/vi_VN/iso.txt %%WWWDIR%%/language/vi_VN/upgrade.lang.php @@ -1848,6 +1862,7 @@ %%WWWDIR%%/language/zh_CN/help/notification_by_mail.html %%WWWDIR%%/language/zh_CN/help/permalinks.html %%WWWDIR%%/language/zh_CN/help/photos_add_ftp.html +%%WWWDIR%%/language/zh_CN/help/quick_search.html %%WWWDIR%%/language/zh_CN/help/search.html %%WWWDIR%%/language/zh_CN/help/synchronize.html %%WWWDIR%%/language/zh_CN/help/user_list.html @@ -2401,6 +2416,7 @@ %%WWWDIR%%/plugins/TakeATour/language/pl_PL/index.php %%WWWDIR%%/plugins/TakeATour/language/pl_PL/plugin.lang.php %%WWWDIR%%/plugins/TakeATour/language/pl_PL/tour_2_7_0.lang.php +%%WWWDIR%%/plugins/TakeATour/language/pl_PL/tour_2_9_0.lang.php %%WWWDIR%%/plugins/TakeATour/language/pl_PL/tour_first_contact.lang.php %%WWWDIR%%/plugins/TakeATour/language/pl_PL/tour_privacy.lang.php %%WWWDIR%%/plugins/TakeATour/language/pt_BR/description.txt @@ -2520,9 +2536,6 @@ %%WWWDIR%%/plugins/language_switch/flag_sprite.jpg %%WWWDIR%%/plugins/language_switch/flag_sprite_original.png %%WWWDIR%%/plugins/language_switch/index.php -%%WWWDIR%%/plugins/language_switch/language_switch_flags.tpl -%%WWWDIR%%/plugins/language_switch/language_switch.css -%%WWWDIR%%/plugins/language_switch/language_switch.inc.php %%WWWDIR%%/plugins/language_switch/language/af_ZA/description.txt %%WWWDIR%%/plugins/language_switch/language/af_ZA/index.php %%WWWDIR%%/plugins/language_switch/language/ar_SA/description.txt @@ -2610,6 +2623,9 @@ %%WWWDIR%%/plugins/language_switch/language/zh_HK/description.txt %%WWWDIR%%/plugins/language_switch/language/zh_TW/description.txt %%WWWDIR%%/plugins/language_switch/language/zh_TW/index.php +%%WWWDIR%%/plugins/language_switch/language_switch.css +%%WWWDIR%%/plugins/language_switch/language_switch.inc.php +%%WWWDIR%%/plugins/language_switch/language_switch_flags.tpl %%WWWDIR%%/plugins/language_switch/main.inc.php %%WWWDIR%%/plugins/language_switch/pem_metadata.txt %%WWWDIR%%/plugins/language_switch/style.css From owner-svn-ports-head@freebsd.org Wed Feb 28 15:13:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF699F2D511; Wed, 28 Feb 2018 15:13:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 591F47C2FB; Wed, 28 Feb 2018 15:13:22 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76F701B295; Wed, 28 Feb 2018 15:13:22 +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 w1SFDMQQ071658; Wed, 28 Feb 2018 15:13:22 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFDMdY071657; Wed, 28 Feb 2018 15:13:22 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281513.w1SFDMdY071657@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:13:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463227 - head/devel/avro-c X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/avro-c X-SVN-Commit-Revision: 463227 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:13:24 -0000 Author: sunpoet Date: Wed Feb 28 15:13:22 2018 New Revision: 463227 URL: https://svnweb.freebsd.org/changeset/ports/463227 Log: Fix Requires: in avro-c.pc - Bump PORTREVISION for package change PR: 217310 Submitted by: Alexander Shikov Modified: head/devel/avro-c/Makefile Modified: head/devel/avro-c/Makefile ============================================================================== --- head/devel/avro-c/Makefile Wed Feb 28 15:13:17 2018 (r463226) +++ head/devel/avro-c/Makefile Wed Feb 28 15:13:22 2018 (r463227) @@ -4,6 +4,7 @@ PORTNAME= avro PORTVERSION= 1.8.2 DISTVERSIONPREFIX= release- +PORTREVISION= 1 CATEGORIES= devel PKGNAMESUFFIX= -c @@ -31,7 +32,7 @@ GH_ACCOUNT= apache USE_GITHUB= yes post-patch: - @${REINPLACE_CMD} '/add_subdirectory(docs)/d' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} '/SNAPPY_PKG/ s|libsnappy|snappy|; /add_subdirectory(docs)/d' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} '1 s|/bin/bash|/bin/sh|' ${WRKSRC}/version.sh @${REINPLACE_CMD} 's|lib/pkgconfig|libdata/pkgconfig|' ${WRKSRC}/src/CMakeLists.txt From owner-svn-ports-head@freebsd.org Wed Feb 28 15:13:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8240F2D481; Wed, 28 Feb 2018 15:13:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1EF527BFC3; Wed, 28 Feb 2018 15:13:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B60A1B28F; Wed, 28 Feb 2018 15:13:03 +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 w1SFD275071230; Wed, 28 Feb 2018 15:13:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFD2XR071229; Wed, 28 Feb 2018 15:13:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281513.w1SFD2XR071229@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463223 - head/archivers/rubygem-fpm X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/rubygem-fpm X-SVN-Commit-Revision: 463223 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:13:04 -0000 Author: sunpoet Date: Wed Feb 28 15:13:02 2018 New Revision: 463223 URL: https://svnweb.freebsd.org/changeset/ports/463223 Log: Remove unnecessary rubygem-backports - Bump PORTREVISION for dependency and package change Modified: head/archivers/rubygem-fpm/Makefile Modified: head/archivers/rubygem-fpm/Makefile ============================================================================== --- head/archivers/rubygem-fpm/Makefile Wed Feb 28 15:12:57 2018 (r463222) +++ head/archivers/rubygem-fpm/Makefile Wed Feb 28 15:13:02 2018 (r463223) @@ -2,6 +2,7 @@ PORTNAME= fpm PORTVERSION= 1.9.3 +PORTREVISION= 1 CATEGORIES= archivers rubygems MASTER_SITES= RG @@ -12,7 +13,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-arr-pm>=0.0.10:devel/rubygem-arr-pm \ - rubygem-backports>=2.6.2:devel/rubygem-backports \ rubygem-cabin>=0.6.0:devel/rubygem-cabin \ rubygem-childprocess>=0:devel/rubygem-childprocess \ rubygem-clamp>=1.0.0:devel/rubygem-clamp \ @@ -23,6 +23,7 @@ RUN_DEPENDS= rubygem-arr-pm>=0.0.10:devel/rubygem-arr- rubygem-stud>=0:devel/rubygem-stud NO_ARCH= yes +REINPLACE_ARGS= -i '' USE_RUBY= yes USES= gem @@ -30,5 +31,8 @@ PLIST_FILES= bin/fpm post-patch: @${REINPLACE_CMD} -e '/clamp/ s|1\.0\.0|1.0|' ${WRKSRC}/${GEMSPEC} +# Remove backports + @${REINPLACE_CMD} -e '/backports/d' ${WRKSRC}/${GEMSPEC} + @${REINPLACE_CMD} -e '/require "backports"/d' ${WRKSRC}/lib/fpm/package.rb ${WRKSRC}/lib/fpm/package/*.rb .include From owner-svn-ports-head@freebsd.org Wed Feb 28 15:13:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54C0AF2D4B6; Wed, 28 Feb 2018 15:13:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 068077C161; Wed, 28 Feb 2018 15:13:13 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED6D81B291; Wed, 28 Feb 2018 15:13:12 +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 w1SFDCSM071448; Wed, 28 Feb 2018 15:13:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFDCIG071447; Wed, 28 Feb 2018 15:13:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281513.w1SFDCIG071447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:13:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463225 - head/devel/rubygem-travis X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-travis X-SVN-Commit-Revision: 463225 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:13:13 -0000 Author: sunpoet Date: Wed Feb 28 15:13:12 2018 New Revision: 463225 URL: https://svnweb.freebsd.org/changeset/ports/463225 Log: Remove unnecessary rubygem-backports - Bump PORTREVISION for dependency and package change Modified: head/devel/rubygem-travis/Makefile Modified: head/devel/rubygem-travis/Makefile ============================================================================== --- head/devel/rubygem-travis/Makefile Wed Feb 28 15:13:07 2018 (r463224) +++ head/devel/rubygem-travis/Makefile Wed Feb 28 15:13:12 2018 (r463225) @@ -3,6 +3,7 @@ PORTNAME= travis PORTVERSION= 1.8.8 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,8 +13,7 @@ COMMENT= CLI and Ruby client library for Travis CI LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-backports>=0:devel/rubygem-backports \ - rubygem-faraday>=0.9:www/rubygem-faraday \ +RUN_DEPENDS= rubygem-faraday>=0.9:www/rubygem-faraday \ rubygem-faraday_middleware>=0.9.1:www/rubygem-faraday_middleware \ rubygem-gh>=0.13:devel/rubygem-gh \ rubygem-highline>=1.6:devel/rubygem-highline \ @@ -22,9 +22,15 @@ RUN_DEPENDS= rubygem-backports>=0:devel/rubygem-backpo rubygem-typhoeus>=0.6.8:www/rubygem-typhoeus NO_ARCH= yes +REINPLACE_ARGS= -i '' USE_RUBY= yes USES= gem PLIST_FILES= bin/travis + +post-patch: +# Remove backports + @${REINPLACE_CMD} -e '/backports/d' ${WRKSRC}/${GEMSPEC} + @${REINPLACE_CMD} -e "/require 'backports/d" ${WRKSRC}/lib/travis/client.rb .include From owner-svn-ports-head@freebsd.org Wed Feb 28 15:13:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 678C0F2D4E1; Wed, 28 Feb 2018 15:13:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A088A7C227; Wed, 28 Feb 2018 15:13:17 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 907A41B293; Wed, 28 Feb 2018 15:13:17 +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 w1SFDHtP071550; Wed, 28 Feb 2018 15:13:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFDHIm071549; Wed, 28 Feb 2018 15:13:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281513.w1SFDHIm071549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:13:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463226 - head/textproc/rubygem-gitlab-linguist X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-gitlab-linguist X-SVN-Commit-Revision: 463226 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:13:18 -0000 Author: sunpoet Date: Wed Feb 28 15:13:17 2018 New Revision: 463226 URL: https://svnweb.freebsd.org/changeset/ports/463226 Log: Update WWW Modified: head/textproc/rubygem-gitlab-linguist/pkg-descr Modified: head/textproc/rubygem-gitlab-linguist/pkg-descr ============================================================================== --- head/textproc/rubygem-gitlab-linguist/pkg-descr Wed Feb 28 15:13:12 2018 (r463225) +++ head/textproc/rubygem-gitlab-linguist/pkg-descr Wed Feb 28 15:13:17 2018 (r463226) @@ -1,3 +1,3 @@ GitHub Language detection -WWW: https://github.com/github/linguist +WWW: https://github.com/gitlabhq/linguist From owner-svn-ports-head@freebsd.org Wed Feb 28 15:13:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C519DF2D5AD; Wed, 28 Feb 2018 15:13:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 73FF27C560; Wed, 28 Feb 2018 15:13:38 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 501FE1B29A; Wed, 28 Feb 2018 15:13:38 +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 w1SFDc07072070; Wed, 28 Feb 2018 15:13:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFDbuJ072067; Wed, 28 Feb 2018 15:13:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281513.w1SFDbuJ072067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:13:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463230 - head/security/pbnj X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/pbnj X-SVN-Commit-Revision: 463230 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:13:39 -0000 Author: sunpoet Date: Wed Feb 28 15:13:37 2018 New Revision: 463230 URL: https://svnweb.freebsd.org/changeset/ports/463230 Log: Add LICENSE - Sort *_DEPENDS - Add NO_ARCH - Sort PLIST - Remove contiguous blank lines - Update WWW Modified: head/security/pbnj/Makefile head/security/pbnj/pkg-descr head/security/pbnj/pkg-plist Modified: head/security/pbnj/Makefile ============================================================================== --- head/security/pbnj/Makefile Wed Feb 28 15:13:32 2018 (r463229) +++ head/security/pbnj/Makefile Wed Feb 28 15:13:37 2018 (r463230) @@ -10,16 +10,20 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-$ MAINTAINER= ports@FreeBSD.org COMMENT= Suite of tools to monitor changes on a network -BUILD_DEPENDS= p5-YAML>=0:textproc/p5-YAML \ - p5-XML-Twig>=0:textproc/p5-XML-Twig \ +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ + p5-File-HomeDir>=0:devel/p5-File-HomeDir \ + p5-File-Which>=0:sysutils/p5-File-Which \ p5-Nmap-Parser>=0:security/p5-Nmap-Parser \ - p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \ - p5-File-HomeDir>=0:devel/p5-File-HomeDir \ - p5-File-Which>=0:sysutils/p5-File-Which -RUN_DEPENDS:= ${BUILD_DEPENDS} \ - nmap:security/nmap + p5-XML-Twig>=0:textproc/p5-XML-Twig \ + p5-YAML>=0:textproc/p5-YAML +RUN_DEPENDS:= nmap:security/nmap \ + ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/security/pbnj/pkg-descr ============================================================================== --- head/security/pbnj/pkg-descr Wed Feb 28 15:13:32 2018 (r463229) +++ head/security/pbnj/pkg-descr Wed Feb 28 15:13:37 2018 (r463230) @@ -4,5 +4,4 @@ machine(s), which includes the details about the servi them as well as the service state. PBNJ parses the data from a scan and stores it in a database. PBNJ uses Nmap to perform scans. - -WWW: http://www.sf.net/projects/pbnj +WWW: https://sourceforge.net/projects/pbnj/ Modified: head/security/pbnj/pkg-plist ============================================================================== --- head/security/pbnj/pkg-plist Wed Feb 28 15:13:32 2018 (r463229) +++ head/security/pbnj/pkg-plist Wed Feb 28 15:13:37 2018 (r463230) @@ -1,6 +1,6 @@ -bin/scanpbnj -bin/outputpbnj bin/genlist +bin/outputpbnj +bin/scanpbnj %%PERL5_MAN1%%/genlist.1p.gz %%PERL5_MAN1%%/outputpbnj.1p.gz %%PERL5_MAN1%%/scanpbnj.1p.gz From owner-svn-ports-head@freebsd.org Wed Feb 28 15:19:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B2DDF2DCBA; Wed, 28 Feb 2018 15:19:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1F347CDAC; Wed, 28 Feb 2018 15:19:51 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DCF331B2A1; Wed, 28 Feb 2018 15:19:51 +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 w1SFJptB072487; Wed, 28 Feb 2018 15:19:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFJpZ1072485; Wed, 28 Feb 2018 15:19:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281519.w1SFJpZ1072485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:19:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463231 - head/devel/p5-Sys-CPU X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Sys-CPU X-SVN-Commit-Revision: 463231 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:19:52 -0000 Author: sunpoet Date: Wed Feb 28 15:19:51 2018 New Revision: 463231 URL: https://svnweb.freebsd.org/changeset/ports/463231 Log: Add LICENSE - Fix WWW Modified: head/devel/p5-Sys-CPU/Makefile head/devel/p5-Sys-CPU/pkg-descr Modified: head/devel/p5-Sys-CPU/Makefile ============================================================================== --- head/devel/p5-Sys-CPU/Makefile Wed Feb 28 15:13:37 2018 (r463230) +++ head/devel/p5-Sys-CPU/Makefile Wed Feb 28 15:19:51 2018 (r463231) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Sys::CPU - Perl extension for getting CPU information +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= dos2unix perl5 USE_PERL5= configure Modified: head/devel/p5-Sys-CPU/pkg-descr ============================================================================== --- head/devel/p5-Sys-CPU/pkg-descr Wed Feb 28 15:13:37 2018 (r463230) +++ head/devel/p5-Sys-CPU/pkg-descr Wed Feb 28 15:19:51 2018 (r463231) @@ -5,4 +5,4 @@ added for type of CPU and clock speed. While much of t is from UNIX::Processors, Win32 support has been added (but not tested). -WWW: http://search.cpan.org/dist/Sys-Cpu/ +WWW: http://search.cpan.org/dist/Sys-CPU/ From owner-svn-ports-head@freebsd.org Wed Feb 28 15:31:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68C34F2EC06; Wed, 28 Feb 2018 15:31:46 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F7AC7D9AA; Wed, 28 Feb 2018 15:31:46 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1A8BD1B5A5; Wed, 28 Feb 2018 15:31:46 +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 w1SFVjoL081210; Wed, 28 Feb 2018 15:31:45 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFVjMC081208; Wed, 28 Feb 2018 15:31:45 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802281531.w1SFVjMC081208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 28 Feb 2018 15:31:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463232 - head/textproc/py-yapf X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/textproc/py-yapf X-SVN-Commit-Revision: 463232 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:31:46 -0000 Author: antoine Date: Wed Feb 28 15:31:45 2018 New Revision: 463232 URL: https://svnweb.freebsd.org/changeset/ports/463232 Log: Update to 0.20.2 Modified: head/textproc/py-yapf/Makefile head/textproc/py-yapf/distinfo Modified: head/textproc/py-yapf/Makefile ============================================================================== --- head/textproc/py-yapf/Makefile Wed Feb 28 15:19:51 2018 (r463231) +++ head/textproc/py-yapf/Makefile Wed Feb 28 15:31:45 2018 (r463232) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= yapf -PORTVERSION= 0.20.1 +PORTVERSION= 0.20.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/textproc/py-yapf/distinfo ============================================================================== --- head/textproc/py-yapf/distinfo Wed Feb 28 15:19:51 2018 (r463231) +++ head/textproc/py-yapf/distinfo Wed Feb 28 15:31:45 2018 (r463232) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516084696 -SHA256 (yapf-0.20.1.tar.gz) = bd19f246be7193ad2acdc04702b92315f1ae28d49c82f6671afdeefe9d32f468 -SIZE (yapf-0.20.1.tar.gz) = 127222 +TIMESTAMP = 1519828885 +SHA256 (yapf-0.20.2.tar.gz) = 7f5efdb7edf0318b91e53721d934580a77153e24a222f52f6e1c3b7629aead43 +SIZE (yapf-0.20.2.tar.gz) = 126655 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:37:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E896EF2F0C7; Wed, 28 Feb 2018 15:37:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 97DD57DCB3; Wed, 28 Feb 2018 15:37:11 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7440E1B5D6; Wed, 28 Feb 2018 15:37:11 +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 w1SFbB2w082275; Wed, 28 Feb 2018 15:37:11 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFbAvg082271; Wed, 28 Feb 2018 15:37:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802281537.w1SFbAvg082271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 28 Feb 2018 15:37:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463233 - in head/devel: . rubygem-ruby-macho X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/devel: . rubygem-ruby-macho X-SVN-Commit-Revision: 463233 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:37:12 -0000 Author: antoine Date: Wed Feb 28 15:37:10 2018 New Revision: 463233 URL: https://svnweb.freebsd.org/changeset/ports/463233 Log: New port: devel/rubygem-ruby-macho A pure-Ruby library for parsing Mach-O files. WWW: https://github.com/Homebrew/ruby-macho Added: head/devel/rubygem-ruby-macho/ head/devel/rubygem-ruby-macho/Makefile (contents, props changed) head/devel/rubygem-ruby-macho/distinfo (contents, props changed) head/devel/rubygem-ruby-macho/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 28 15:31:45 2018 (r463232) +++ head/devel/Makefile Wed Feb 28 15:37:10 2018 (r463233) @@ -5729,6 +5729,7 @@ SUBDIR += rubygem-ruby-filemagic SUBDIR += rubygem-ruby-fogbugz SUBDIR += rubygem-ruby-libvirt + SUBDIR += rubygem-ruby-macho SUBDIR += rubygem-ruby-ole SUBDIR += rubygem-ruby-prof SUBDIR += rubygem-ruby-prof016 Added: head/devel/rubygem-ruby-macho/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ruby-macho/Makefile Wed Feb 28 15:37:10 2018 (r463233) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= ruby-macho +PORTVERSION= 1.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library for parsing Mach-O files + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-ruby-macho/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ruby-macho/distinfo Wed Feb 28 15:37:10 2018 (r463233) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519829709 +SHA256 (rubygem/ruby-macho-1.1.0.gem) = 06e7955d938edd748560f67a4f7a4938daae04168ac1f089bedb8f38c79f3bc5 +SIZE (rubygem/ruby-macho-1.1.0.gem) = 29696 Added: head/devel/rubygem-ruby-macho/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-ruby-macho/pkg-descr Wed Feb 28 15:37:10 2018 (r463233) @@ -0,0 +1,3 @@ +A pure-Ruby library for parsing Mach-O files. + +WWW: https://github.com/Homebrew/ruby-macho From owner-svn-ports-head@freebsd.org Wed Feb 28 15:37:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28181F2F17B; Wed, 28 Feb 2018 15:37:38 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF43A7DDB2; Wed, 28 Feb 2018 15:37:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA3201B5D7; Wed, 28 Feb 2018 15:37:37 +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 w1SFbbGf082406; Wed, 28 Feb 2018 15:37:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFbbxV082404; Wed, 28 Feb 2018 15:37:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802281537.w1SFbbxV082404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 28 Feb 2018 15:37:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463234 - head/security/rubygem-metasploit-credential X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rubygem-metasploit-credential X-SVN-Commit-Revision: 463234 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:37:38 -0000 Author: antoine Date: Wed Feb 28 15:37:37 2018 New Revision: 463234 URL: https://svnweb.freebsd.org/changeset/ports/463234 Log: Update to 2.0.13 Modified: head/security/rubygem-metasploit-credential/Makefile head/security/rubygem-metasploit-credential/distinfo Modified: head/security/rubygem-metasploit-credential/Makefile ============================================================================== --- head/security/rubygem-metasploit-credential/Makefile Wed Feb 28 15:37:10 2018 (r463233) +++ head/security/rubygem-metasploit-credential/Makefile Wed Feb 28 15:37:37 2018 (r463234) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-credential -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.13 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-metasploit-credential/distinfo ============================================================================== --- head/security/rubygem-metasploit-credential/distinfo Wed Feb 28 15:37:10 2018 (r463233) +++ head/security/rubygem-metasploit-credential/distinfo Wed Feb 28 15:37:37 2018 (r463234) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503209692 -SHA256 (rubygem/metasploit-credential-2.0.12.gem) = 11149e99816d74219a9a1fcf8272acdbb9798dcf15108d995dc4c14259868aba -SIZE (rubygem/metasploit-credential-2.0.12.gem) = 110592 +TIMESTAMP = 1519829506 +SHA256 (rubygem/metasploit-credential-2.0.13.gem) = d74039ff4cc32c94a4e6fd6e6dc7a51fdf2f277c4374aad85ab21694102559f4 +SIZE (rubygem/metasploit-credential-2.0.13.gem) = 110592 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:38:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7FC6EF2F1F3; Wed, 28 Feb 2018 15:38:00 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 32DC27DEA0; Wed, 28 Feb 2018 15:38:00 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2DC291B5D8; Wed, 28 Feb 2018 15:38:00 +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 w1SFc0PX082537; Wed, 28 Feb 2018 15:38:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFbxD1082534; Wed, 28 Feb 2018 15:37:59 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802281537.w1SFbxD1082534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 28 Feb 2018 15:37:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463235 - head/security/rubygem-metasploit-payloads X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rubygem-metasploit-payloads X-SVN-Commit-Revision: 463235 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:38:00 -0000 Author: antoine Date: Wed Feb 28 15:37:59 2018 New Revision: 463235 URL: https://svnweb.freebsd.org/changeset/ports/463235 Log: Update to 1.3.29 Modified: head/security/rubygem-metasploit-payloads/Makefile head/security/rubygem-metasploit-payloads/distinfo Modified: head/security/rubygem-metasploit-payloads/Makefile ============================================================================== --- head/security/rubygem-metasploit-payloads/Makefile Wed Feb 28 15:37:37 2018 (r463234) +++ head/security/rubygem-metasploit-payloads/Makefile Wed Feb 28 15:37:59 2018 (r463235) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit-payloads -PORTVERSION= 1.3.28 +PORTVERSION= 1.3.29 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-metasploit-payloads/distinfo ============================================================================== --- head/security/rubygem-metasploit-payloads/distinfo Wed Feb 28 15:37:37 2018 (r463234) +++ head/security/rubygem-metasploit-payloads/distinfo Wed Feb 28 15:37:59 2018 (r463235) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517643792 -SHA256 (rubygem/metasploit-payloads-1.3.28.gem) = 8abc02ff14215578dde4bd30b61260bb8ce922938925e3eaaa3cfb63796f50d7 -SIZE (rubygem/metasploit-payloads-1.3.28.gem) = 11934720 +TIMESTAMP = 1519829355 +SHA256 (rubygem/metasploit-payloads-1.3.29.gem) = 0bbd9d36dd3a3caa007112027b7c72d93350c4a9fd466f7ebd35a6dc60b6e18d +SIZE (rubygem/metasploit-payloads-1.3.29.gem) = 11935232 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:38:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A70CAF2F294; Wed, 28 Feb 2018 15:38:24 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54BD77DF94; Wed, 28 Feb 2018 15:38:24 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4FAD41B5D9; Wed, 28 Feb 2018 15:38:24 +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 w1SFcORo082670; Wed, 28 Feb 2018 15:38:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFcOhA082668; Wed, 28 Feb 2018 15:38:24 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802281538.w1SFcOhA082668@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 28 Feb 2018 15:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463236 - head/security/rubygem-metasploit_payloads-mettle X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rubygem-metasploit_payloads-mettle X-SVN-Commit-Revision: 463236 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:38:24 -0000 Author: antoine Date: Wed Feb 28 15:38:23 2018 New Revision: 463236 URL: https://svnweb.freebsd.org/changeset/ports/463236 Log: Update to 0.3.7 Modified: head/security/rubygem-metasploit_payloads-mettle/Makefile head/security/rubygem-metasploit_payloads-mettle/distinfo Modified: head/security/rubygem-metasploit_payloads-mettle/Makefile ============================================================================== --- head/security/rubygem-metasploit_payloads-mettle/Makefile Wed Feb 28 15:37:59 2018 (r463235) +++ head/security/rubygem-metasploit_payloads-mettle/Makefile Wed Feb 28 15:38:23 2018 (r463236) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= metasploit_payloads-mettle -PORTVERSION= 0.3.6 +PORTVERSION= 0.3.7 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-metasploit_payloads-mettle/distinfo ============================================================================== --- head/security/rubygem-metasploit_payloads-mettle/distinfo Wed Feb 28 15:37:59 2018 (r463235) +++ head/security/rubygem-metasploit_payloads-mettle/distinfo Wed Feb 28 15:38:23 2018 (r463236) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517643809 -SHA256 (rubygem/metasploit_payloads-mettle-0.3.6.gem) = 9e32921bb3f574fcc3281e20f00958544b4df3389ad0899394b1ba728f85d473 -SIZE (rubygem/metasploit_payloads-mettle-0.3.6.gem) = 17669632 +TIMESTAMP = 1519829394 +SHA256 (rubygem/metasploit_payloads-mettle-0.3.7.gem) = 0bc6a8c438f98612649ba772090cde16e26461412816c474595c01c6fc4ac30c +SIZE (rubygem/metasploit_payloads-mettle-0.3.7.gem) = 17677312 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:39:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B75CF2F343; Wed, 28 Feb 2018 15:39:05 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1214A7E0A8; Wed, 28 Feb 2018 15:39:05 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CFDB1B5E7; Wed, 28 Feb 2018 15:39:05 +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 w1SFd47c082824; Wed, 28 Feb 2018 15:39:04 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFd4Z9082821; Wed, 28 Feb 2018 15:39:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201802281539.w1SFd4Z9082821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 28 Feb 2018 15:39:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463237 - head/security/metasploit X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/metasploit X-SVN-Commit-Revision: 463237 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:39:05 -0000 Author: antoine Date: Wed Feb 28 15:39:04 2018 New Revision: 463237 URL: https://svnweb.freebsd.org/changeset/ports/463237 Log: Update to 4.16.41 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo head/security/metasploit/pkg-descr Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Wed Feb 28 15:38:23 2018 (r463236) +++ head/security/metasploit/Makefile Wed Feb 28 15:39:04 2018 (r463237) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.16.36 +PORTVERSION= 4.16.41 CATEGORIES= security MAINTAINER= tanawts@gmail.com @@ -26,8 +26,8 @@ RUN_DEPENDS= nmap:security/nmap \ rubygem-metasploit-credential>=0:security/rubygem-metasploit-credential \ rubygem-metasploit_data_models>=0:security/rubygem-metasploit_data_models \ rubygem-metasploit-model>=0:security/rubygem-metasploit-model \ - rubygem-metasploit-payloads>=1.3.28:security/rubygem-metasploit-payloads \ - rubygem-metasploit_payloads-mettle>=0.3.6:security/rubygem-metasploit_payloads-mettle \ + rubygem-metasploit-payloads>=1.3.29:security/rubygem-metasploit-payloads \ + rubygem-metasploit_payloads-mettle>=0.3.7:security/rubygem-metasploit_payloads-mettle \ rubygem-msgpack1>=0:devel/rubygem-msgpack1 \ rubygem-network_interface>=0:net/rubygem-network_interface \ rubygem-rubyntlm>=0:net/rubygem-rubyntlm \ @@ -45,6 +45,7 @@ RUN_DEPENDS= nmap:security/nmap \ rubygem-bit-struct>=0:devel/rubygem-bit-struct \ rubygem-windows_error>=0:devel/rubygem-windows_error \ rubygem-pdf-reader>=0:print/rubygem-pdf-reader \ + rubygem-ruby-macho>=0:devel/rubygem-ruby-macho \ rubygem-dnsruby>=0:dns/rubygem-dnsruby \ rubygem-mqtt>=0:net/rubygem-mqtt \ rubygem-net-ssh>=0:security/rubygem-net-ssh \ @@ -94,6 +95,7 @@ SHEBANG_FILES= data/exploits/CVE-2017-17562/build.sh \ data/exploits/CVE-2017-17562/install-deps.sh \ data/exploits/CVE-2017-7494/build.sh \ data/exploits/CVE-2017-7494/install-deps.sh \ + docker/entrypoint.sh \ external/source/shellcode/windows/build.sh \ external/source/msfJavaToolkit/compile.sh \ external/source/msfJavaToolkit/testKeytool.rb \ @@ -102,6 +104,8 @@ SHEBANG_FILES= data/exploits/CVE-2017-17562/build.sh \ docker/bin/msfvenom \ docker/bin/msfconsole \ modules/auxiliary/dos/http/slowloris.py \ + modules/auxiliary/dos/tcp/claymore_dos.py \ + modules/auxiliary/scanner/ssl/bleichenbacher_oracle.py \ modules/auxiliary/scanner/wproxy/att_open_proxy.py \ tools/hardware/killerbee_msfrelay \ tools/dev/import-dev-keys.sh \ Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Wed Feb 28 15:38:23 2018 (r463236) +++ head/security/metasploit/distinfo Wed Feb 28 15:39:04 2018 (r463237) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517643668 -SHA256 (rapid7-metasploit-framework-4.16.36_GH0.tar.gz) = 26ece1135e78fb17cac3a81bf4078300a525a7a60e4259b2c54857090b14a380 -SIZE (rapid7-metasploit-framework-4.16.36_GH0.tar.gz) = 25736783 +TIMESTAMP = 1519829090 +SHA256 (rapid7-metasploit-framework-4.16.41_GH0.tar.gz) = 3bdf9397de308f9a5c8331be5f54ca5293728ccc4024bc0c59790c4e09e7d23c +SIZE (rapid7-metasploit-framework-4.16.41_GH0.tar.gz) = 25810546 Modified: head/security/metasploit/pkg-descr ============================================================================== --- head/security/metasploit/pkg-descr Wed Feb 28 15:38:23 2018 (r463236) +++ head/security/metasploit/pkg-descr Wed Feb 28 15:39:04 2018 (r463237) @@ -10,4 +10,4 @@ and to create a useful resource for exploit developers and information on this site are provided for legal penetration testing and research purposes only. -WWW: http://www.metasploit.org/ +WWW: https://metasploit.org/ From owner-svn-ports-head@freebsd.org Wed Feb 28 15:52:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 903D2F303D5; Wed, 28 Feb 2018 15:52:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 43EFD7EF41; Wed, 28 Feb 2018 15:52:32 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3EFF91B92B; Wed, 28 Feb 2018 15:52:32 +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 w1SFqWxp093025; Wed, 28 Feb 2018 15:52:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFqVDP093022; Wed, 28 Feb 2018 15:52:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281552.w1SFqVDP093022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:52:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463238 - head/www/libnghttp2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/libnghttp2 X-SVN-Commit-Revision: 463238 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:52:32 -0000 Author: sunpoet Date: Wed Feb 28 15:52:31 2018 New Revision: 463238 URL: https://svnweb.freebsd.org/changeset/ports/463238 Log: Update to 1.31.0 Changes: https://github.com/nghttp2/nghttp2/releases Modified: head/www/libnghttp2/Makefile head/www/libnghttp2/distinfo head/www/libnghttp2/pkg-plist Modified: head/www/libnghttp2/Makefile ============================================================================== --- head/www/libnghttp2/Makefile Wed Feb 28 15:39:04 2018 (r463237) +++ head/www/libnghttp2/Makefile Wed Feb 28 15:52:31 2018 (r463238) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.30.0 +PORTVERSION= 1.31.0 DISTVERSIONPREFIX= v CATEGORIES= www net PKGNAMEPREFIX= lib Modified: head/www/libnghttp2/distinfo ============================================================================== --- head/www/libnghttp2/distinfo Wed Feb 28 15:39:04 2018 (r463237) +++ head/www/libnghttp2/distinfo Wed Feb 28 15:52:31 2018 (r463238) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517673248 -SHA256 (nghttp2-nghttp2-v1.30.0_GH0.tar.gz) = 51e7783d8a72890568ab2fc983fdc25b80fb9442e4231bdde98bbe6829488635 -SIZE (nghttp2-nghttp2-v1.30.0_GH0.tar.gz) = 1743105 +TIMESTAMP = 1519823197 +SHA256 (nghttp2-nghttp2-v1.31.0_GH0.tar.gz) = aa460307e7b8c873e12e33ad04645bb90b4b88fbaacb30db4894c02582f11f1f +SIZE (nghttp2-nghttp2-v1.31.0_GH0.tar.gz) = 1744599 Modified: head/www/libnghttp2/pkg-plist ============================================================================== --- head/www/libnghttp2/pkg-plist Wed Feb 28 15:39:04 2018 (r463237) +++ head/www/libnghttp2/pkg-plist Wed Feb 28 15:52:31 2018 (r463238) @@ -3,5 +3,5 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.15.2 +lib/libnghttp2.so.14.16.0 libdata/pkgconfig/libnghttp2.pc From owner-svn-ports-head@freebsd.org Wed Feb 28 15:52:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5945DF303FF; Wed, 28 Feb 2018 15:52:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9CAD7EFCD; Wed, 28 Feb 2018 15:52:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3EEB91B92C; Wed, 28 Feb 2018 15:52:37 +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 w1SFqbJN093152; Wed, 28 Feb 2018 15:52:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFqa22093150; Wed, 28 Feb 2018 15:52:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281552.w1SFqa22093150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:52:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463239 - head/www/nghttp2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/nghttp2 X-SVN-Commit-Revision: 463239 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:52:39 -0000 Author: sunpoet Date: Wed Feb 28 15:52:36 2018 New Revision: 463239 URL: https://svnweb.freebsd.org/changeset/ports/463239 Log: Update to 1.31.0 Changes: https://github.com/nghttp2/nghttp2/releases Modified: head/www/nghttp2/Makefile head/www/nghttp2/distinfo Modified: head/www/nghttp2/Makefile ============================================================================== --- head/www/nghttp2/Makefile Wed Feb 28 15:52:31 2018 (r463238) +++ head/www/nghttp2/Makefile Wed Feb 28 15:52:36 2018 (r463239) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nghttp2 -PORTVERSION= 1.30.0 +PORTVERSION= 1.31.0 DISTVERSIONPREFIX= v CATEGORIES= www net Modified: head/www/nghttp2/distinfo ============================================================================== --- head/www/nghttp2/distinfo Wed Feb 28 15:52:31 2018 (r463238) +++ head/www/nghttp2/distinfo Wed Feb 28 15:52:36 2018 (r463239) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517673262 -SHA256 (nghttp2-nghttp2-v1.30.0_GH0.tar.gz) = 51e7783d8a72890568ab2fc983fdc25b80fb9442e4231bdde98bbe6829488635 -SIZE (nghttp2-nghttp2-v1.30.0_GH0.tar.gz) = 1743105 +TIMESTAMP = 1519823197 +SHA256 (nghttp2-nghttp2-v1.31.0_GH0.tar.gz) = aa460307e7b8c873e12e33ad04645bb90b4b88fbaacb30db4894c02582f11f1f +SIZE (nghttp2-nghttp2-v1.31.0_GH0.tar.gz) = 1744599 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:52:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F0C8F30432; Wed, 28 Feb 2018 15:52:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A5D47F029; Wed, 28 Feb 2018 15:52:42 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 156E71B92E; Wed, 28 Feb 2018 15:52:42 +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 w1SFqf6o093277; Wed, 28 Feb 2018 15:52:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFqfiL093274; Wed, 28 Feb 2018 15:52:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281552.w1SFqfiL093274@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:52:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463240 - head/www/tinymce X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/tinymce X-SVN-Commit-Revision: 463240 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:52:42 -0000 Author: sunpoet Date: Wed Feb 28 15:52:41 2018 New Revision: 463240 URL: https://svnweb.freebsd.org/changeset/ports/463240 Log: Update to 4.7.8 Changes: https://github.com/tinymce/tinymce/blob/master/changelog.txt Modified: head/www/tinymce/Makefile head/www/tinymce/distinfo Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Wed Feb 28 15:52:36 2018 (r463239) +++ head/www/tinymce/Makefile Wed Feb 28 15:52:41 2018 (r463240) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 4.7.7 +PORTVERSION= 4.7.8 CATEGORIES= www MASTER_SITES= http://download.ephox.com/${PORTNAME}/community/ \ LOCAL/sunpoet Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Wed Feb 28 15:52:36 2018 (r463239) +++ head/www/tinymce/distinfo Wed Feb 28 15:52:41 2018 (r463240) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519140288 -SHA256 (tinymce_4.7.7.zip) = 55f294ccb4681fe7bb69672e6628745c9d6784551c4de880d2a3ec0e2a9a144b -SIZE (tinymce_4.7.7.zip) = 553654 +TIMESTAMP = 1519823218 +SHA256 (tinymce_4.7.8.zip) = be9eb155fa5782cc59bfaf938496fb0fd670eb4139977ac525a6ee76bb2d7e94 +SIZE (tinymce_4.7.8.zip) = 554122 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:52:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0750FF304A5; Wed, 28 Feb 2018 15:52:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37A267F11B; Wed, 28 Feb 2018 15:52:47 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30CEC1B930; Wed, 28 Feb 2018 15:52:47 +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 w1SFqk6u093399; Wed, 28 Feb 2018 15:52:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFqkne093397; Wed, 28 Feb 2018 15:52:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281552.w1SFqkne093397@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:52:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463241 - head/converters/p5-Cpanel-JSON-XS X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/converters/p5-Cpanel-JSON-XS X-SVN-Commit-Revision: 463241 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:52:48 -0000 Author: sunpoet Date: Wed Feb 28 15:52:46 2018 New Revision: 463241 URL: https://svnweb.freebsd.org/changeset/ports/463241 Log: Update to 4.02 Changes: http://search.cpan.org/dist/Cpanel-JSON-XS/Changes Modified: head/converters/p5-Cpanel-JSON-XS/Makefile head/converters/p5-Cpanel-JSON-XS/distinfo Modified: head/converters/p5-Cpanel-JSON-XS/Makefile ============================================================================== --- head/converters/p5-Cpanel-JSON-XS/Makefile Wed Feb 28 15:52:41 2018 (r463240) +++ head/converters/p5-Cpanel-JSON-XS/Makefile Wed Feb 28 15:52:46 2018 (r463241) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cpanel-JSON-XS -PORTVERSION= 4.01 +PORTVERSION= 4.02 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RURBAN Modified: head/converters/p5-Cpanel-JSON-XS/distinfo ============================================================================== --- head/converters/p5-Cpanel-JSON-XS/distinfo Wed Feb 28 15:52:41 2018 (r463240) +++ head/converters/p5-Cpanel-JSON-XS/distinfo Wed Feb 28 15:52:46 2018 (r463241) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517675156 -SHA256 (Cpanel-JSON-XS-4.01.tar.gz) = c8cfd32a8a9508ab7f280452428582c3e46d0bed4ea863c3ec27c34f6920de60 -SIZE (Cpanel-JSON-XS-4.01.tar.gz) = 228165 +TIMESTAMP = 1519823233 +SHA256 (Cpanel-JSON-XS-4.02.tar.gz) = e9fe45a0b5bf553076bd395ed04766d58683557f818af559cd82d33409846d20 +SIZE (Cpanel-JSON-XS-4.02.tar.gz) = 228582 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:52:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16B92F3050C; Wed, 28 Feb 2018 15:52:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 142FB7F207; Wed, 28 Feb 2018 15:52:52 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B89D41B931; Wed, 28 Feb 2018 15:52:52 +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 w1SFqqj7093540; Wed, 28 Feb 2018 15:52:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFqqG2093537; Wed, 28 Feb 2018 15:52:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281552.w1SFqqG2093537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:52:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463242 - head/devel/p5-Module-Release X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Module-Release X-SVN-Commit-Revision: 463242 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:52:54 -0000 Author: sunpoet Date: Wed Feb 28 15:52:52 2018 New Revision: 463242 URL: https://svnweb.freebsd.org/changeset/ports/463242 Log: Update to 2.125 Changes: http://search.cpan.org/dist/Module-Release/Changes Modified: head/devel/p5-Module-Release/Makefile head/devel/p5-Module-Release/distinfo head/devel/p5-Module-Release/pkg-plist Modified: head/devel/p5-Module-Release/Makefile ============================================================================== --- head/devel/p5-Module-Release/Makefile Wed Feb 28 15:52:46 2018 (r463241) +++ head/devel/p5-Module-Release/Makefile Wed Feb 28 15:52:52 2018 (r463242) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Release -PORTVERSION= 2.124 +PORTVERSION= 2.125 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-Release/distinfo ============================================================================== --- head/devel/p5-Module-Release/distinfo Wed Feb 28 15:52:46 2018 (r463241) +++ head/devel/p5-Module-Release/distinfo Wed Feb 28 15:52:52 2018 (r463242) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519732230 -SHA256 (Module-Release-2.124.tar.gz) = 543fde90a2e77bd81404e2ecfd99a6b56e60cbc082e272c1313bbd0fc76e297b -SIZE (Module-Release-2.124.tar.gz) = 42181 +TIMESTAMP = 1519823255 +SHA256 (Module-Release-2.125.tar.gz) = 0295da0f2141c50726886111006946a00c3ef2b1ec4aec5531b2c78bc119cb15 +SIZE (Module-Release-2.125.tar.gz) = 41005 Modified: head/devel/p5-Module-Release/pkg-plist ============================================================================== --- head/devel/p5-Module-Release/pkg-plist Wed Feb 28 15:52:46 2018 (r463241) +++ head/devel/p5-Module-Release/pkg-plist Wed Feb 28 15:52:52 2018 (r463242) @@ -1,6 +1,5 @@ bin/release %%SITE_PERL%%/Module/Release.pm -%%SITE_PERL%%/Module/Release/FTP.pm %%SITE_PERL%%/Module/Release/Kwalitee.pm %%SITE_PERL%%/Module/Release/MANIFEST.pm %%SITE_PERL%%/Module/Release/PAUSE.pm @@ -9,7 +8,6 @@ bin/release %%SITE_PERL%%/Module/Release/WebUpload/Mojo.pm %%PERL5_MAN1%%/release.1.gz %%PERL5_MAN3%%/Module::Release.3.gz -%%PERL5_MAN3%%/Module::Release::FTP.3.gz %%PERL5_MAN3%%/Module::Release::Kwalitee.3.gz %%PERL5_MAN3%%/Module::Release::MANIFEST.3.gz %%PERL5_MAN3%%/Module::Release::PAUSE.3.gz From owner-svn-ports-head@freebsd.org Wed Feb 28 15:52:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F19AF3054B; Wed, 28 Feb 2018 15:52:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9685B7F2EB; Wed, 28 Feb 2018 15:52:58 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B39E1B932; Wed, 28 Feb 2018 15:52:58 +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 w1SFqvL4093681; Wed, 28 Feb 2018 15:52:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFqvVW093677; Wed, 28 Feb 2018 15:52:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281552.w1SFqvVW093677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463243 - head/devel/p5-Test2-Harness X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Test2-Harness X-SVN-Commit-Revision: 463243 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:52:59 -0000 Author: sunpoet Date: Wed Feb 28 15:52:57 2018 New Revision: 463243 URL: https://svnweb.freebsd.org/changeset/ports/463243 Log: Update to 0.001053 Changes: http://search.cpan.org/dist/Test2-Harness/Changes Modified: head/devel/p5-Test2-Harness/Makefile head/devel/p5-Test2-Harness/distinfo head/devel/p5-Test2-Harness/pkg-plist Modified: head/devel/p5-Test2-Harness/Makefile ============================================================================== --- head/devel/p5-Test2-Harness/Makefile Wed Feb 28 15:52:52 2018 (r463242) +++ head/devel/p5-Test2-Harness/Makefile Wed Feb 28 15:52:57 2018 (r463243) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test2-Harness -PORTVERSION= 0.001050 +PORTVERSION= 0.001053 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Importer>=0.024:devel/p5-Importer \ p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \ p5-Term-Table>=0.011:devel/p5-Term-Table \ - p5-Test2-Suite>=0.000091:devel/p5-Test2-Suite \ + p5-Test2-Suite>=0.000099:devel/p5-Test2-Suite \ p5-goto-file>=0.005:devel/p5-goto-file RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -33,9 +33,9 @@ BUILD_DEPENDS+= p5-File-Path>=2.11:devel/p5-File-Path RUN_DEPENDS+= p5-File-Path>=2.11:devel/p5-File-Path .endif -.if ${PERL_LEVEL} < 502707 -BUILD_DEPENDS+= p5-Test-Simple>=1.302117:devel/p5-Test-Simple -RUN_DEPENDS+= p5-Test-Simple>=1.302117:devel/p5-Test-Simple +.if ${PERL_LEVEL} < 502709 +BUILD_DEPENDS+= p5-Test-Simple>=1.302122:devel/p5-Test-Simple +RUN_DEPENDS+= p5-Test-Simple>=1.302122:devel/p5-Test-Simple .endif .include Modified: head/devel/p5-Test2-Harness/distinfo ============================================================================== --- head/devel/p5-Test2-Harness/distinfo Wed Feb 28 15:52:52 2018 (r463242) +++ head/devel/p5-Test2-Harness/distinfo Wed Feb 28 15:52:57 2018 (r463243) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517589950 -SHA256 (Test2-Harness-0.001050.tar.gz) = 5b292dc13bdacae1e831870fa388c92c68b14b5d1006c1d26697966b0746ed23 -SIZE (Test2-Harness-0.001050.tar.gz) = 164002 +TIMESTAMP = 1519823270 +SHA256 (Test2-Harness-0.001053.tar.gz) = 8844171c2b92b987875288962db4137d55fdea0f0e5226d3e7a2696cd22162f2 +SIZE (Test2-Harness-0.001053.tar.gz) = 166460 Modified: head/devel/p5-Test2-Harness/pkg-plist ============================================================================== --- head/devel/p5-Test2-Harness/pkg-plist Wed Feb 28 15:52:52 2018 (r463242) +++ head/devel/p5-Test2-Harness/pkg-plist Wed Feb 28 15:52:57 2018 (r463243) @@ -19,6 +19,7 @@ bin/yath %%SITE_PERL%%/Test2/Formatter/QVF.pm %%SITE_PERL%%/Test2/Formatter/Stream.pm %%SITE_PERL%%/Test2/Formatter/Test2.pm +%%SITE_PERL%%/Test2/Formatter/Test2/Composer.pm %%SITE_PERL%%/Test2/Harness.pm %%SITE_PERL%%/Test2/Harness/Event.pm %%SITE_PERL%%/Test2/Harness/Feeder.pm @@ -77,6 +78,7 @@ bin/yath %%PERL5_MAN3%%/App::Yath::Util.3.gz %%PERL5_MAN3%%/Test2::Formatter::Stream.3.gz %%PERL5_MAN3%%/Test2::Formatter::Test2.3.gz +%%PERL5_MAN3%%/Test2::Formatter::Test2::Composer.3.gz %%PERL5_MAN3%%/Test2::Harness.3.gz %%PERL5_MAN3%%/Test2::Harness::Event.3.gz %%PERL5_MAN3%%/Test2::Harness::Feeder.3.gz From owner-svn-ports-head@freebsd.org Wed Feb 28 15:53:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53D44F30581; Wed, 28 Feb 2018 15:53:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 047807F383; Wed, 28 Feb 2018 15:53:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA8BE1B933; Wed, 28 Feb 2018 15:53:02 +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 w1SFr2mE093807; Wed, 28 Feb 2018 15:53:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFr2Gp093805; Wed, 28 Feb 2018 15:53:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281553.w1SFr2Gp093805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:53:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463244 - head/textproc/p5-String-ToIdentifier-EN X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-String-ToIdentifier-EN X-SVN-Commit-Revision: 463244 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:53:03 -0000 Author: sunpoet Date: Wed Feb 28 15:53:02 2018 New Revision: 463244 URL: https://svnweb.freebsd.org/changeset/ports/463244 Log: Update to 0.12 - Remove TEST_DEPENDS: remove author/development/release dependencies - Add NO_ARCH Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes Modified: head/textproc/p5-String-ToIdentifier-EN/Makefile head/textproc/p5-String-ToIdentifier-EN/distinfo Modified: head/textproc/p5-String-ToIdentifier-EN/Makefile ============================================================================== --- head/textproc/p5-String-ToIdentifier-EN/Makefile Wed Feb 28 15:52:57 2018 (r463243) +++ head/textproc/p5-String-ToIdentifier-EN/Makefile Wed Feb 28 15:53:02 2018 (r463244) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= String-ToIdentifier-EN -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,9 +17,8 @@ BUILD_DEPENDS= p5-Lingua-EN-Inflect-Phrase>=0:textproc p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \ p5-namespace-clean>=0:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/textproc/p5-String-ToIdentifier-EN/distinfo ============================================================================== --- head/textproc/p5-String-ToIdentifier-EN/distinfo Wed Feb 28 15:52:57 2018 (r463243) +++ head/textproc/p5-String-ToIdentifier-EN/distinfo Wed Feb 28 15:53:02 2018 (r463244) @@ -1,2 +1,3 @@ -SHA256 (String-ToIdentifier-EN-0.11.tar.gz) = d0168da09d82c9f15572dce8494c293ff4b8c7d34566bbd590a7cff9267c5cad -SIZE (String-ToIdentifier-EN-0.11.tar.gz) = 19204 +TIMESTAMP = 1519823286 +SHA256 (String-ToIdentifier-EN-0.12.tar.gz) = 3afb84232930b9ac5b1ada383c8dd5907ae4e23aec5abb016f70f9e8053cdc8a +SIZE (String-ToIdentifier-EN-0.12.tar.gz) = 18777 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:53:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDD90F305C3; Wed, 28 Feb 2018 15:53:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B1AB7F45B; Wed, 28 Feb 2018 15:53:08 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65B011B934; Wed, 28 Feb 2018 15:53:08 +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 w1SFr8vP093946; Wed, 28 Feb 2018 15:53:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFr8NS093944; Wed, 28 Feb 2018 15:53:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281553.w1SFr8NS093944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:53:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463245 - in head/devel/p5-Sys-CPU: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/p5-Sys-CPU: . files X-SVN-Commit-Revision: 463245 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:53:09 -0000 Author: sunpoet Date: Wed Feb 28 15:53:07 2018 New Revision: 463245 URL: https://svnweb.freebsd.org/changeset/ports/463245 Log: Update to 0.62 Changes: http://search.cpan.org/dist/Sys-CPU/Changes Deleted: head/devel/p5-Sys-CPU/files/ Modified: head/devel/p5-Sys-CPU/Makefile head/devel/p5-Sys-CPU/distinfo Modified: head/devel/p5-Sys-CPU/Makefile ============================================================================== --- head/devel/p5-Sys-CPU/Makefile Wed Feb 28 15:53:02 2018 (r463244) +++ head/devel/p5-Sys-CPU/Makefile Wed Feb 28 15:53:07 2018 (r463245) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Sys-CPU -PORTVERSION= 0.52 -PORTREVISION= 2 +PORTVERSION= 0.61 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Sys-CPU/distinfo ============================================================================== --- head/devel/p5-Sys-CPU/distinfo Wed Feb 28 15:53:02 2018 (r463244) +++ head/devel/p5-Sys-CPU/distinfo Wed Feb 28 15:53:07 2018 (r463245) @@ -1,2 +1,3 @@ -SHA256 (Sys-CPU-0.52.tar.gz) = ca0ec47ab24070e3040e5075337cfc69721362d9bef50f6992072efe644d4d26 -SIZE (Sys-CPU-0.52.tar.gz) = 5932 +TIMESTAMP = 1519823302 +SHA256 (Sys-CPU-0.61.tar.gz) = 250a86b79c231001c4ae71d2f66428092a4fbb2070971acafd471aa49739c9e4 +SIZE (Sys-CPU-0.61.tar.gz) = 6497 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:53:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FD8BF30624; Wed, 28 Feb 2018 15:53:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49A557F55F; Wed, 28 Feb 2018 15:53:14 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 082E31B935; Wed, 28 Feb 2018 15:53:14 +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 w1SFrDxW094070; Wed, 28 Feb 2018 15:53:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFrDSf094068; Wed, 28 Feb 2018 15:53:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281553.w1SFrDSf094068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:53:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463246 - head/devel/p5-Tie-Hash-Regex X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Tie-Hash-Regex X-SVN-Commit-Revision: 463246 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:53:15 -0000 Author: sunpoet Date: Wed Feb 28 15:53:13 2018 New Revision: 463246 URL: https://svnweb.freebsd.org/changeset/ports/463246 Log: Update to 1.12 - Add LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/Tie-Hash-Regex/Changes Modified: head/devel/p5-Tie-Hash-Regex/Makefile head/devel/p5-Tie-Hash-Regex/distinfo Modified: head/devel/p5-Tie-Hash-Regex/Makefile ============================================================================== --- head/devel/p5-Tie-Hash-Regex/Makefile Wed Feb 28 15:53:07 2018 (r463245) +++ head/devel/p5-Tie-Hash-Regex/Makefile Wed Feb 28 15:53:13 2018 (r463246) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Tie-Hash-Regex -PORTVERSION= 1.02 -PORTREVISION= 1 +PORTVERSION= 1.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Match hash keys using Regular Expressions -BUILD_DEPENDS= p5-Attribute-Handlers>=0.76:devel/p5-Attribute-Handlers -RUN_DEPENDS= p5-Attribute-Handlers>=0.76:devel/p5-Attribute-Handlers +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +BUILD_DEPENDS= p5-Attribute-Handlers>=0:devel/p5-Attribute-Handlers +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Tie-Hash-Regex/distinfo ============================================================================== --- head/devel/p5-Tie-Hash-Regex/distinfo Wed Feb 28 15:53:07 2018 (r463245) +++ head/devel/p5-Tie-Hash-Regex/distinfo Wed Feb 28 15:53:13 2018 (r463246) @@ -1,2 +1,3 @@ -SHA256 (Tie-Hash-Regex-1.02.tar.gz) = a991a99149ea0693091b568612cee9a58364e657203078dec8b0ea7190d4089a -SIZE (Tie-Hash-Regex-1.02.tar.gz) = 4474 +TIMESTAMP = 1519823317 +SHA256 (Tie-Hash-Regex-1.12.tar.gz) = 4959ea532464af8f246848374c508f09e87c53e4bc1353efaa3639f6a6ee8a0b +SIZE (Tie-Hash-Regex-1.12.tar.gz) = 5633 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:53:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B35BF3067D; Wed, 28 Feb 2018 15:53:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DA6A7F626; Wed, 28 Feb 2018 15:53:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C1BF1B936; Wed, 28 Feb 2018 15:53: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 w1SFrI48094209; Wed, 28 Feb 2018 15:53:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFrI7u094206; Wed, 28 Feb 2018 15:53:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281553.w1SFrI7u094206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:53:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463247 - head/www/py-imdbpy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-imdbpy X-SVN-Commit-Revision: 463247 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:53:20 -0000 Author: sunpoet Date: Wed Feb 28 15:53:18 2018 New Revision: 463247 URL: https://svnweb.freebsd.org/changeset/ports/463247 Log: Update to 6.3 - Update SQLALCHEMY_RUN_DEPENDS: use newer py-sqlalchemy Changes: https://bitbucket.org/alberanid/imdbpy/src/master/docs/Changelog.txt Modified: head/www/py-imdbpy/Makefile head/www/py-imdbpy/distinfo head/www/py-imdbpy/pkg-plist Modified: head/www/py-imdbpy/Makefile ============================================================================== --- head/www/py-imdbpy/Makefile Wed Feb 28 15:53:13 2018 (r463246) +++ head/www/py-imdbpy/Makefile Wed Feb 28 15:53:18 2018 (r463247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= imdbpy -PORTVERSION= 6.2 +PORTVERSION= 6.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ SF/${PORTNAME}/IMDbPY/${PORTVERSION} @@ -29,8 +29,7 @@ SHEBANG_FILES= docs/goodies/download_applydiffs.py \ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -SQLALCHEMY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.10.0:databases/py-sqlalchemy-migrate@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10@${FLAVOR} +SQLALCHEMY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>=0:databases/py-sqlalchemy11@${FLAVOR} post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ Modified: head/www/py-imdbpy/distinfo ============================================================================== --- head/www/py-imdbpy/distinfo Wed Feb 28 15:53:13 2018 (r463246) +++ head/www/py-imdbpy/distinfo Wed Feb 28 15:53:18 2018 (r463247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511187537 -SHA256 (IMDbPY-6.2.tar.gz) = 7f27fa4f85edcd16d115435d4beecfa987df60372c8ce56aa2875c1e51e3ca1c -SIZE (IMDbPY-6.2.tar.gz) = 330993 +TIMESTAMP = 1519823338 +SHA256 (IMDbPY-6.3.tar.gz) = 8c8eda3c8a0763c80a650c76d1893e8905690de901d56569815468a68ac1ea80 +SIZE (IMDbPY-6.3.tar.gz) = 340791 Modified: head/www/py-imdbpy/pkg-plist ============================================================================== --- head/www/py-imdbpy/pkg-plist Wed Feb 28 15:53:13 2018 (r463246) +++ head/www/py-imdbpy/pkg-plist Wed Feb 28 15:53:18 2018 (r463247) @@ -1,6 +1,7 @@ %%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTORS.txt %%PORTDOCS%%%%DOCSDIR%%/CREDITS.txt %%PORTDOCS%%%%DOCSDIR%%/Changelog.txt +%%PORTDOCS%%%%DOCSDIR%%/DEPLOY.txt %%PORTDOCS%%%%DOCSDIR%%/DISCLAIMER.txt %%PORTDOCS%%%%DOCSDIR%%/FAQS.txt %%PORTDOCS%%%%DOCSDIR%%/GPL.txt @@ -12,6 +13,7 @@ %%PORTDOCS%%%%DOCSDIR%%/README.info2xml.txt %%PORTDOCS%%%%DOCSDIR%%/README.locale.txt %%PORTDOCS%%%%DOCSDIR%%/README.package.txt +%%PORTDOCS%%%%DOCSDIR%%/README.s3.txt %%PORTDOCS%%%%DOCSDIR%%/README.series.txt %%PORTDOCS%%%%DOCSDIR%%/README.sqldb.txt %%PORTDOCS%%%%DOCSDIR%%/goodies/README.txt From owner-svn-ports-head@freebsd.org Wed Feb 28 15:53:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20540F306CD; Wed, 28 Feb 2018 15:53:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B35237F6F5; Wed, 28 Feb 2018 15:53: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C4181B937; Wed, 28 Feb 2018 15:53: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 w1SFrOX5094334; Wed, 28 Feb 2018 15:53:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFrOAI094332; Wed, 28 Feb 2018 15:53:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281553.w1SFrOAI094332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:53:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463248 - head/devel/rubygem-jasmine-core X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-jasmine-core X-SVN-Commit-Revision: 463248 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:53:25 -0000 Author: sunpoet Date: Wed Feb 28 15:53:24 2018 New Revision: 463248 URL: https://svnweb.freebsd.org/changeset/ports/463248 Log: Update to 3.1.0 Changes: https://github.com/jasmine/jasmine/releases Modified: head/devel/rubygem-jasmine-core/Makefile head/devel/rubygem-jasmine-core/distinfo Modified: head/devel/rubygem-jasmine-core/Makefile ============================================================================== --- head/devel/rubygem-jasmine-core/Makefile Wed Feb 28 15:53:18 2018 (r463247) +++ head/devel/rubygem-jasmine-core/Makefile Wed Feb 28 15:53:24 2018 (r463248) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jasmine-core -PORTVERSION= 3.0.0 +PORTVERSION= 3.1.0 CATEGORIES= devel ruby MASTER_SITES= RG Modified: head/devel/rubygem-jasmine-core/distinfo ============================================================================== --- head/devel/rubygem-jasmine-core/distinfo Wed Feb 28 15:53:18 2018 (r463247) +++ head/devel/rubygem-jasmine-core/distinfo Wed Feb 28 15:53:24 2018 (r463248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518028718 -SHA256 (rubygem/jasmine-core-3.0.0.gem) = 843d77ffd32c8632571890356a080a1e72f56d2a3d154abb7204ae1623f23993 -SIZE (rubygem/jasmine-core-3.0.0.gem) = 128000 +TIMESTAMP = 1519823348 +SHA256 (rubygem/jasmine-core-3.1.0.gem) = 1e4514fccb61ae094d8a361fd3732c0dc383c2968cc99b8e2d8177d4e7f199a3 +SIZE (rubygem/jasmine-core-3.1.0.gem) = 65024 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:53:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC83DF30722; Wed, 28 Feb 2018 15:53:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 444CA7F7DC; Wed, 28 Feb 2018 15:53:30 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0471A1B938; Wed, 28 Feb 2018 15:53:30 +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 w1SFrTP0094458; Wed, 28 Feb 2018 15:53:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFrTUv094456; Wed, 28 Feb 2018 15:53:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281553.w1SFrTUv094456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:53:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463249 - head/devel/rubygem-recaptcha X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-recaptcha X-SVN-Commit-Revision: 463249 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:53:32 -0000 Author: sunpoet Date: Wed Feb 28 15:53:29 2018 New Revision: 463249 URL: https://svnweb.freebsd.org/changeset/ports/463249 Log: Update to 4.6.5 Changes: https://github.com/ambethia/recaptcha/commits/master Modified: head/devel/rubygem-recaptcha/Makefile head/devel/rubygem-recaptcha/distinfo Modified: head/devel/rubygem-recaptcha/Makefile ============================================================================== --- head/devel/rubygem-recaptcha/Makefile Wed Feb 28 15:53:24 2018 (r463248) +++ head/devel/rubygem-recaptcha/Makefile Wed Feb 28 15:53:29 2018 (r463249) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= recaptcha -PORTVERSION= 4.6.4 +PORTVERSION= 4.6.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-recaptcha/distinfo ============================================================================== --- head/devel/rubygem-recaptcha/distinfo Wed Feb 28 15:53:24 2018 (r463248) +++ head/devel/rubygem-recaptcha/distinfo Wed Feb 28 15:53:29 2018 (r463249) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517488788 -SHA256 (rubygem/recaptcha-4.6.4.gem) = b596e93546be13f6da17e3a578b64184e1d783c559816940368926587f409179 -SIZE (rubygem/recaptcha-4.6.4.gem) = 12800 +TIMESTAMP = 1519823355 +SHA256 (rubygem/recaptcha-4.6.5.gem) = 474730d8e0040028e345d55e771171775b93b1817fce5bdeef6b6ff808cc67e9 +SIZE (rubygem/recaptcha-4.6.5.gem) = 12800 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:53:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4612FF30749; Wed, 28 Feb 2018 15:53:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C8F8F7F860; Wed, 28 Feb 2018 15:53:34 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C034B1B939; Wed, 28 Feb 2018 15:53:34 +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 w1SFrY4G094581; Wed, 28 Feb 2018 15:53:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFrYqc094579; Wed, 28 Feb 2018 15:53:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281553.w1SFrYqc094579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:53:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463250 - head/security/rubygem-ruby-saml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-ruby-saml X-SVN-Commit-Revision: 463250 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:53:35 -0000 Author: sunpoet Date: Wed Feb 28 15:53:34 2018 New Revision: 463250 URL: https://svnweb.freebsd.org/changeset/ports/463250 Log: Update to 1.7.0 Changes: https://github.com/onelogin/ruby-saml/releases Modified: head/security/rubygem-ruby-saml/Makefile head/security/rubygem-ruby-saml/distinfo Modified: head/security/rubygem-ruby-saml/Makefile ============================================================================== --- head/security/rubygem-ruby-saml/Makefile Wed Feb 28 15:53:29 2018 (r463249) +++ head/security/rubygem-ruby-saml/Makefile Wed Feb 28 15:53:34 2018 (r463250) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ruby-saml -PORTVERSION= 1.6.1 +PORTVERSION= 1.7.0 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-ruby-saml/distinfo ============================================================================== --- head/security/rubygem-ruby-saml/distinfo Wed Feb 28 15:53:29 2018 (r463249) +++ head/security/rubygem-ruby-saml/distinfo Wed Feb 28 15:53:34 2018 (r463250) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516114925 -SHA256 (rubygem/ruby-saml-1.6.1.gem) = a621168ae9f14a55836bcf9c43dbd52dde32c77600940c4640b6b175bb075f3b -SIZE (rubygem/ruby-saml-1.6.1.gem) = 276992 +TIMESTAMP = 1519823364 +SHA256 (rubygem/ruby-saml-1.7.0.gem) = 30e80446593989109abe6dd7448c80b917352e01778c250f94b82ec9b1ddf71f +SIZE (rubygem/ruby-saml-1.7.0.gem) = 279040 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:53:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33AFDF3076D; Wed, 28 Feb 2018 15:53:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC2AD7F92E; Wed, 28 Feb 2018 15:53:39 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D73971B93A; Wed, 28 Feb 2018 15:53:39 +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 w1SFrdWM094708; Wed, 28 Feb 2018 15:53:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFrdXV094706; Wed, 28 Feb 2018 15:53:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281553.w1SFrdXV094706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:53:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463251 - head/www/rubygem-browser X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-browser X-SVN-Commit-Revision: 463251 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:53:40 -0000 Author: sunpoet Date: Wed Feb 28 15:53:39 2018 New Revision: 463251 URL: https://svnweb.freebsd.org/changeset/ports/463251 Log: Update to 2.5.3 Changes: https://github.com/fnando/browser/blob/master/CHANGELOG.md Modified: head/www/rubygem-browser/Makefile head/www/rubygem-browser/distinfo Modified: head/www/rubygem-browser/Makefile ============================================================================== --- head/www/rubygem-browser/Makefile Wed Feb 28 15:53:34 2018 (r463250) +++ head/www/rubygem-browser/Makefile Wed Feb 28 15:53:39 2018 (r463251) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= browser -PORTVERSION= 2.5.2 +PORTVERSION= 2.5.3 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-browser/distinfo ============================================================================== --- head/www/rubygem-browser/distinfo Wed Feb 28 15:53:34 2018 (r463250) +++ head/www/rubygem-browser/distinfo Wed Feb 28 15:53:39 2018 (r463251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509039462 -SHA256 (rubygem/browser-2.5.2.gem) = d4e6a1e9aa893420847a841a6a746614f9737415f9576c0d27ae03d649bdadf7 -SIZE (rubygem/browser-2.5.2.gem) = 45568 +TIMESTAMP = 1519823372 +SHA256 (rubygem/browser-2.5.3.gem) = 4ea489ef5fa1a35013ec65ed3d11cfab3965c14b5e1fa65bc7db4432bc05bd69 +SIZE (rubygem/browser-2.5.3.gem) = 46592 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:53:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D29AAF307D7; Wed, 28 Feb 2018 15:53:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E9B27FA1D; Wed, 28 Feb 2018 15:53:45 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7450C1B93B; Wed, 28 Feb 2018 15:53:45 +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 w1SFrjKC094832; Wed, 28 Feb 2018 15:53:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFrjhC094829; Wed, 28 Feb 2018 15:53:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281553.w1SFrjhC094829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:53:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463252 - head/www/rubygem-rack-test X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-rack-test X-SVN-Commit-Revision: 463252 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:53:47 -0000 Author: sunpoet Date: Wed Feb 28 15:53:44 2018 New Revision: 463252 URL: https://svnweb.freebsd.org/changeset/ports/463252 Log: Update to 0.8.3 Changes: https://github.com/rack-test/rack-test/releases Modified: head/www/rubygem-rack-test/Makefile head/www/rubygem-rack-test/distinfo Modified: head/www/rubygem-rack-test/Makefile ============================================================================== --- head/www/rubygem-rack-test/Makefile Wed Feb 28 15:53:39 2018 (r463251) +++ head/www/rubygem-rack-test/Makefile Wed Feb 28 15:53:44 2018 (r463252) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rack-test -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-rack-test/distinfo ============================================================================== --- head/www/rubygem-rack-test/distinfo Wed Feb 28 15:53:39 2018 (r463251) +++ head/www/rubygem-rack-test/distinfo Wed Feb 28 15:53:44 2018 (r463252) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511463142 -SHA256 (rubygem/rack-test-0.8.2.gem) = 4624f69a929b0ed030685249c0d2884876a221087c948c37b6cadcbeccd2683f -SIZE (rubygem/rack-test-0.8.2.gem) = 17408 +TIMESTAMP = 1519823380 +SHA256 (rubygem/rack-test-0.8.3.gem) = 2fec9a98d366017788dbcddb60430d58c4fec9733d6a695c8a216fee7f1a3292 +SIZE (rubygem/rack-test-0.8.3.gem) = 17408 From owner-svn-ports-head@freebsd.org Wed Feb 28 15:53:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35BA9F30817; Wed, 28 Feb 2018 15:53:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C873F7FAD0; Wed, 28 Feb 2018 15:53:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB4DE1B93C; Wed, 28 Feb 2018 15:53:50 +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 w1SFrop6094957; Wed, 28 Feb 2018 15:53:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SFroh4094955; Wed, 28 Feb 2018 15:53:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281553.w1SFroh4094955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 15:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463253 - head/www/rubygem-rack16 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-rack16 X-SVN-Commit-Revision: 463253 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 15:53:51 -0000 Author: sunpoet Date: Wed Feb 28 15:53:50 2018 New Revision: 463253 URL: https://svnweb.freebsd.org/changeset/ports/463253 Log: Update to 1.6.9 Changes: https://github.com/rack/rack/commits/1-6-stable Modified: head/www/rubygem-rack16/Makefile head/www/rubygem-rack16/distinfo Modified: head/www/rubygem-rack16/Makefile ============================================================================== --- head/www/rubygem-rack16/Makefile Wed Feb 28 15:53:44 2018 (r463252) +++ head/www/rubygem-rack16/Makefile Wed Feb 28 15:53:50 2018 (r463253) @@ -7,7 +7,7 @@ # www/rubygem-actionpack4 PORTNAME= rack -PORTVERSION= 1.6.8 +PORTVERSION= 1.6.9 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMESUFFIX= 16 Modified: head/www/rubygem-rack16/distinfo ============================================================================== --- head/www/rubygem-rack16/distinfo Wed Feb 28 15:53:44 2018 (r463252) +++ head/www/rubygem-rack16/distinfo Wed Feb 28 15:53:50 2018 (r463253) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495034451 -SHA256 (rubygem/rack-1.6.8.gem) = eae37ccb7686b2c672f64bc6be366cfda4d828ea58e1086cb82766b17a54a7a6 -SIZE (rubygem/rack-1.6.8.gem) = 228864 +TIMESTAMP = 1519823388 +SHA256 (rubygem/rack-1.6.9.gem) = 0764d8edafbd52a1055966045a27d1c73fb572a18db5151c000887444bcc810f +SIZE (rubygem/rack-1.6.9.gem) = 228864 From owner-svn-ports-head@freebsd.org Wed Feb 28 16:38:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4311F33914; Wed, 28 Feb 2018 16:38:36 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6746681E74; Wed, 28 Feb 2018 16:38:36 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5DB4D1BFAD; Wed, 28 Feb 2018 16:38:36 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SGcao0015301; Wed, 28 Feb 2018 16:38:36 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SGcagH015299; Wed, 28 Feb 2018 16:38:36 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201802281638.w1SGcagH015299@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Wed, 28 Feb 2018 16:38:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463254 - head/devel/phpunit7 X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/devel/phpunit7 X-SVN-Commit-Revision: 463254 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 16:38:36 -0000 Author: joneum Date: Wed Feb 28 16:38:35 2018 New Revision: 463254 URL: https://svnweb.freebsd.org/changeset/ports/463254 Log: devel/phpunit7: Update to 7.0.2 Changelog: https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.0.md Modified: head/devel/phpunit7/Makefile head/devel/phpunit7/distinfo Modified: head/devel/phpunit7/Makefile ============================================================================== --- head/devel/phpunit7/Makefile Wed Feb 28 15:53:50 2018 (r463253) +++ head/devel/phpunit7/Makefile Wed Feb 28 16:38:35 2018 (r463254) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phpunit -DISTVERSION= 7.0.1 +DISTVERSION= 7.0.2 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 7 Modified: head/devel/phpunit7/distinfo ============================================================================== --- head/devel/phpunit7/distinfo Wed Feb 28 15:53:50 2018 (r463253) +++ head/devel/phpunit7/distinfo Wed Feb 28 16:38:35 2018 (r463254) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518626381 -SHA256 (phpunit-7.0.1.phar) = 6bd53faeff3fe5290de245863c221a80de3efd58a502988fa167d679f99f0a1d -SIZE (phpunit-7.0.1.phar) = 2792340 +TIMESTAMP = 1519835850 +SHA256 (phpunit-7.0.2.phar) = dd37449ebd5a57d28564b0e56ab82001b86d9bb86abd74d849784dd76e13eeb2 +SIZE (phpunit-7.0.2.phar) = 2792137 From owner-svn-ports-head@freebsd.org Wed Feb 28 17:45:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC79AF386A8; Wed, 28 Feb 2018 17:45:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CD8F84CA0; Wed, 28 Feb 2018 17:45: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 93A0E1CAD4; Wed, 28 Feb 2018 17:45: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 w1SHjOo9049665; Wed, 28 Feb 2018 17:45:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SHjORp049664; Wed, 28 Feb 2018 17:45:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802281745.w1SHjORp049664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 28 Feb 2018 17:45:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463255 - head/net/minidlna X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/minidlna X-SVN-Commit-Revision: 463255 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 17:45:25 -0000 Author: sunpoet Date: Wed Feb 28 17:45:24 2018 New Revision: 463255 URL: https://svnweb.freebsd.org/changeset/ports/463255 Log: Take maintainership Modified: head/net/minidlna/Makefile Modified: head/net/minidlna/Makefile ============================================================================== --- head/net/minidlna/Makefile Wed Feb 28 16:38:35 2018 (r463254) +++ head/net/minidlna/Makefile Wed Feb 28 17:45:24 2018 (r463255) @@ -7,7 +7,7 @@ PORTEPOCH= 1 CATEGORIES= net multimedia www MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Media-server compatible with "Digital Life Network Alliance" LICENSE= GPLv2 From owner-svn-ports-head@freebsd.org Wed Feb 28 18:34:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1D18F3B9C1; Wed, 28 Feb 2018 18:34:31 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FD6786C47; Wed, 28 Feb 2018 18:34:31 +0000 (UTC) (envelope-from bdrewery@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A1401D346; Wed, 28 Feb 2018 18:34:31 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SIYV74074367; Wed, 28 Feb 2018 18:34:31 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SIYVBJ074366; Wed, 28 Feb 2018 18:34:31 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201802281834.w1SIYVBJ074366@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 28 Feb 2018 18:34:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463256 - head/Mk/Scripts X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/Mk/Scripts X-SVN-Commit-Revision: 463256 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 18:34:32 -0000 Author: bdrewery Date: Wed Feb 28 18:34:31 2018 New Revision: 463256 URL: https://svnweb.freebsd.org/changeset/ports/463256 Log: Chase r459584: Remove _PYTHON_DEFAULT_VERSION. Approved by: portmgr (implicit) Modified: head/Mk/Scripts/functions.sh Modified: head/Mk/Scripts/functions.sh ============================================================================== --- head/Mk/Scripts/functions.sh Wed Feb 28 17:45:24 2018 (r463255) +++ head/Mk/Scripts/functions.sh Wed Feb 28 18:34:31 2018 (r463256) @@ -192,7 +192,6 @@ export_ports_env() { _OSRELEASE \ _PERL5_FROM_BIN \ _PKG_CHECKED \ - _PYTHON_DEFAULT_VERSION \ _SMP_CPUS \ " From owner-svn-ports-head@freebsd.org Wed Feb 28 18:38:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81E56F3BDEB; Wed, 28 Feb 2018 18:38:18 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FAA286EB0; Wed, 28 Feb 2018 18:38:18 +0000 (UTC) (envelope-from bdrewery@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 25EE31D349; Wed, 28 Feb 2018 18:38:18 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SIcHpb074586; Wed, 28 Feb 2018 18:38:17 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SIcH6Z074584; Wed, 28 Feb 2018 18:38:17 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201802281838.w1SIcH6Z074584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 28 Feb 2018 18:38:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463257 - in head/Mk: . Scripts X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: in head/Mk: . Scripts X-SVN-Commit-Revision: 463257 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 18:38:18 -0000 Author: bdrewery Date: Wed Feb 28 18:38:17 2018 New Revision: 463257 URL: https://svnweb.freebsd.org/changeset/ports/463257 Log: ports_env: Store list of variables to export in PORTS_ENV_VARS in mk files. This will avoid renamed/removed variables being orphaned, and allows for exporting variables in ports_env that are not wanted to be exported in sub-makes via _EXPORTED_VARS. Approved by: portmgr (implicit) Modified: head/Mk/Scripts/functions.sh head/Mk/bsd.port.mk Modified: head/Mk/Scripts/functions.sh ============================================================================== --- head/Mk/Scripts/functions.sh Wed Feb 28 18:34:31 2018 (r463256) +++ head/Mk/Scripts/functions.sh Wed Feb 28 18:38:17 2018 (r463257) @@ -176,24 +176,8 @@ export_ports_env() { make_cmd="${make_env}" - export_vars="\ - ARCH \ - CONFIGURE_MAX_CMD_LEN \ - HAVE_COMPAT_IA32_KERN \ - OPSYS \ - OSREL \ - OSVERSION \ - PYTHONBASE \ - UID \ - _JAVA_OS_LIST_REGEXP \ - _JAVA_PORTS_INSTALLED \ - _JAVA_VENDOR_LIST_REGEXP \ - _JAVA_VERSION_LIST_REGEXP \ - _OSRELEASE \ - _PERL5_FROM_BIN \ - _PKG_CHECKED \ - _SMP_CPUS \ - " + export_vars="$(${MAKE} -f ${PORTSDIR}/Mk/bsd.port.mk \ + -V PORTS_ENV_VARS ${make_env} USES="${uses}")" for var in ${export_vars}; do make_cmd="${make_cmd}${make_cmd:+ }-V ${var}=\${${var}:Q}" Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Feb 28 18:34:31 2018 (r463256) +++ head/Mk/bsd.port.mk Wed Feb 28 18:38:17 2018 (r463257) @@ -4719,6 +4719,7 @@ ${_t}: .endif .endfor .endif +PORTS_ENV_VARS+= ${_EXPORTED_VARS} .if !target(pre-check-config) pre-check-config: From owner-svn-ports-head@freebsd.org Wed Feb 28 18:53:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3B91F3CE0D; Wed, 28 Feb 2018 18:53:11 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80D8B87A9A; Wed, 28 Feb 2018 18:53:11 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7BCD81D679; Wed, 28 Feb 2018 18:53:11 +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 w1SIrBNx084638; Wed, 28 Feb 2018 18:53:11 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SIrBS0084635; Wed, 28 Feb 2018 18:53:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201802281853.w1SIrBS0084635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 28 Feb 2018 18:53:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463258 - head/databases/cego X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/cego X-SVN-Commit-Revision: 463258 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 18:53:12 -0000 Author: pi Date: Wed Feb 28 18:53:10 2018 New Revision: 463258 URL: https://svnweb.freebsd.org/changeset/ports/463258 Log: databases/cego: update 2.38.20 -> 2.39.1 - Introduced table locking statements to set an explicit lock on a table ( e.g. for update synchronisation ). This feature replaces the "set update sync on/off" command - Trigger implementation basically completed - Fix in CegoQueryHelper::encodeFVL, for blob/clob values lists, the corresponding index variables ( blobidx/clobidx ) have not been increaed while encoding lob data. This might lead to invalid results and seg faults in case of multiple lobs values in one insert/update operation. Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/databases/cego/pkg-plist Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Wed Feb 28 18:38:17 2018 (r463257) +++ head/databases/cego/Makefile Wed Feb 28 18:53:10 2018 (r463258) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.38.20 -PORTREVISION= 1 +PORTVERSION= 2.39.1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Wed Feb 28 18:38:17 2018 (r463257) +++ head/databases/cego/distinfo Wed Feb 28 18:53:10 2018 (r463258) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519534154 -SHA256 (cego-2.38.20.tar.gz) = 047d18fa1e9cbc704d855e97f32abe4f653365b10822ae7f2e7187f5eb7e0765 -SIZE (cego-2.38.20.tar.gz) = 1667961 +TIMESTAMP = 1519754494 +SHA256 (cego-2.39.1.tar.gz) = 7e5aac904057e4f77a0935ef940e2965a16e1bb820fc9698d247e2baccf1e594 +SIZE (cego-2.39.1.tar.gz) = 1677898 Modified: head/databases/cego/pkg-plist ============================================================================== --- head/databases/cego/pkg-plist Wed Feb 28 18:38:17 2018 (r463257) +++ head/databases/cego/pkg-plist Wed Feb 28 18:53:10 2018 (r463258) @@ -1,3 +1,11 @@ +%%DATADIR%%/backupManager +%%DATADIR%%/cgbackup +%%DATADIR%%/cgmkdb +%%DATADIR%%/cgrecover +%%DATADIR%%/cgsimload +%%DATADIR%%/logManager +%%DATADIR%%/startdb +%%DATADIR%%/stopdb bin/cego bin/cgadm bin/cgblow @@ -118,6 +126,8 @@ include/cego/CegoTableManager.h include/cego/CegoTableObject.h include/cego/CegoTerm.h include/cego/CegoTransactionManager.h +include/cego/CegoTrigger.h +include/cego/CegoTriggerObject.h include/cego/CegoTupleState.h include/cego/CegoTypeConverter.h include/cego/CegoView.h @@ -135,11 +145,3 @@ lib/libcgwrap.a lib/libcgwrap.so lib/libcgwrap.so.2 lib/libcgwrap.so.2.0.0 -%%DATADIR%%/backupManager -%%DATADIR%%/cgbackup -%%DATADIR%%/cgmkdb -%%DATADIR%%/cgrecover -%%DATADIR%%/cgsimload -%%DATADIR%%/logManager -%%DATADIR%%/startdb -%%DATADIR%%/stopdb From owner-svn-ports-head@freebsd.org Wed Feb 28 19:34:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99088F3FAAA; Wed, 28 Feb 2018 19:34:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DC3F896FD; Wed, 28 Feb 2018 19:34:06 +0000 (UTC) (envelope-from bdrewery@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 489501DD2D; Wed, 28 Feb 2018 19:34:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SJY6NF004524; Wed, 28 Feb 2018 19:34:06 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SJY6QK004522; Wed, 28 Feb 2018 19:34:06 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201802281934.w1SJY6QK004522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 28 Feb 2018 19:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463259 - in head/Mk: Scripts Uses X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: in head/Mk: Scripts Uses X-SVN-Commit-Revision: 463259 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 19:34:06 -0000 Author: bdrewery Date: Wed Feb 28 19:34:05 2018 New Revision: 463259 URL: https://svnweb.freebsd.org/changeset/ports/463259 Log: Add compiler.mk to PORTS_ENV. This only handles the default CC=cc but is enough to significantly improve INDEX/Poudriere ports var gathering due to reducing around a dozen cc fork+exec for every port that all have the same result. These values are reused during the port build as well which reduces more fork+exec contention there. Approved by: portmgr (implicit) Modified: head/Mk/Scripts/functions.sh head/Mk/Uses/compiler.mk Modified: head/Mk/Scripts/functions.sh ============================================================================== --- head/Mk/Scripts/functions.sh Wed Feb 28 18:53:10 2018 (r463258) +++ head/Mk/Scripts/functions.sh Wed Feb 28 19:34:05 2018 (r463259) @@ -164,7 +164,7 @@ export_ports_env() { validate_env MAKE PORTSDIR - uses="python" + uses="python compiler:features" make_env="\ _PORTS_ENV_CHECK=1 \ Modified: head/Mk/Uses/compiler.mk ============================================================================== --- head/Mk/Uses/compiler.mk Wed Feb 28 18:53:10 2018 (r463258) +++ head/Mk/Uses/compiler.mk Wed Feb 28 19:34:05 2018 (r463259) @@ -37,6 +37,9 @@ compiler_ARGS= env VALID_ARGS= c++11-lib c++11-lang c++14-lang c11 features openmp env nestedfct c++0x gcc-c++11-lib +_CC_hash:= ${CC:hash} +_CXX_hash:= ${CXX:hash} + .if ${compiler_ARGS} == gcc-c++11-lib _COMPILER_ARGS+= features gcc-c++11-lib .elif ${compiler_ARGS} == c++11-lib @@ -66,7 +69,13 @@ _COMPILER_ARGS= # _COMPILER_ARGS+= features .endif +.if defined(_CCVERSION_${_CC_hash}) +_CCVERSION= ${_CCVERSION_${_CC_hash}} +.else _CCVERSION!= ${CC} --version +_CCVERSION_${_CC_hash}= ${_CCVERSION} +PORTS_ENV_VARS+= _CCVERSION_${_CC_hash} +.endif COMPILER_VERSION= ${_CCVERSION:M[0-9].[0-9]*:tW:C/([0-9]).([0-9]).*/\1\2/g} .if ${_CCVERSION:Mclang} COMPILER_TYPE= clang @@ -76,7 +85,10 @@ COMPILER_TYPE= gcc ALT_COMPILER_VERSION= 0 ALT_COMPILER_TYPE= none -_ALTCCVERSION= +_ALTCCVERSION= none +.if defined(_ALTCCVERSION_${_CC_hash}) +_ALTCCVERSION= ${_ALTCCVERSION_${_CC_hash}} +.else .if ${COMPILER_TYPE} == gcc && exists(/usr/bin/clang) .if ${ARCH} == amd64 || ${ARCH} == i386 # clang often non-default for a reason _ALTCCVERSION!= /usr/bin/clang --version @@ -84,11 +96,14 @@ _ALTCCVERSION!= /usr/bin/clang --version .elif ${COMPILER_TYPE} == clang && exists(/usr/bin/gcc) _ALTCCVERSION!= /usr/bin/gcc --version .endif +_ALTCCVERSION_${_CC_hash}= ${_ALTCCVERSION} +PORTS_ENV_VARS+= _ALTCCVERSION_${_CC_hash} +.endif ALT_COMPILER_VERSION= ${_ALTCCVERSION:M[0-9].[0-9]*:tW:C/([0-9]).([0-9]).*/\1\2/g} .if ${_ALTCCVERSION:Mclang} ALT_COMPILER_TYPE= clang -.elif !empty(_ALTCCVERSION) +.elif ${_ALTCCVERSION} != none ALT_COMPILER_TYPE= gcc .endif @@ -109,7 +124,13 @@ CHOSEN_COMPILER_TYPE= gcc .endif .if ${_COMPILER_ARGS:Mfeatures} +.if defined(_CXXINTERNAL_${_CXX_hash}) +_CXXINTERNAL= ${_CXXINTERNAL_${_CXX_hash}} +.else _CXXINTERNAL!= ${CXX} -\#\#\# /dev/null 2>&1 +_CXXINTERNAL_${_CXX_hash}= ${_CXXINTERNAL} +PORTS_ENV_VARS+= _CXXINTERNAL_${_CXX_hash} +.endif .if ${_CXXINTERNAL:M\"-lc++\"} COMPILER_FEATURES= libc++ .else @@ -124,7 +145,13 @@ _LANG=c .if ${CXXSTD:M${std}} _LANG=c++ .endif -OUTPUT_${std}!= echo | ${CC} -std=${std} -c -x ${_LANG} /dev/null -o /dev/null 2>&1; echo +.if defined(OUTPUT_${std:hash}_${_CC_hash}) +OUTPUT_${std}= ${OUTPUT_${std:hash}_${_CC_hash}} +.else +OUTPUT_${std}!= ${CC} -std=${std} -c -x ${_LANG} /dev/null -o /dev/null 2>&1; echo yes +OUTPUT_${std:hash}_${_CC_hash}= ${OUTPUT_${std}} +PORTS_ENV_VARS+= OUTPUT_${std:hash}_${_CC_hash} +.endif .if !${OUTPUT_${std}:M*error*} COMPILER_FEATURES+= ${std} .endif From owner-svn-ports-head@freebsd.org Wed Feb 28 19:54:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E588CF410C1; Wed, 28 Feb 2018 19:54:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82D958A82B; Wed, 28 Feb 2018 19:54:30 +0000 (UTC) (envelope-from ehaupt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 73F1B1E079; Wed, 28 Feb 2018 19:54:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SJsUUQ014170; Wed, 28 Feb 2018 19:54:30 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SJsUnQ014167; Wed, 28 Feb 2018 19:54:30 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201802281954.w1SJsUnQ014167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Wed, 28 Feb 2018 19:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463260 - in head/audio/milkytracker: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/audio/milkytracker: . files X-SVN-Commit-Revision: 463260 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 19:54:31 -0000 Author: ehaupt Date: Wed Feb 28 19:54:29 2018 New Revision: 463260 URL: https://svnweb.freebsd.org/changeset/ports/463260 Log: Fix build with clang 6.0.0. PR: 226179 Added: head/audio/milkytracker/files/ head/audio/milkytracker/files/patch-src_tracker_EQConstants.cpp (contents, props changed) head/audio/milkytracker/files/patch-src_tracker_sdl_SDL__Main.cpp (contents, props changed) Modified: head/audio/milkytracker/Makefile Modified: head/audio/milkytracker/Makefile ============================================================================== --- head/audio/milkytracker/Makefile Wed Feb 28 19:34:05 2018 (r463259) +++ head/audio/milkytracker/Makefile Wed Feb 28 19:54:29 2018 (r463260) @@ -4,6 +4,7 @@ PORTNAME= milkytracker PORTVERSION= 1.02.00 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org @@ -28,13 +29,6 @@ OPTIONS_DEFINE= DOCS BROKEN_powerpc= Does not build on powerpc BROKEN_powerpc64= Does not build on powerpc64 -.include - -# does not compile with clang 6.0.0 -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 -USE_GCC= yes -.endif - post-install: .for f in ${ICONS} ${INSTALL_DATA} ${WRKSRC}/resources/pictures/${f} \ @@ -46,4 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR} .endfor -.include +.include Added: head/audio/milkytracker/files/patch-src_tracker_EQConstants.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/milkytracker/files/patch-src_tracker_EQConstants.cpp Wed Feb 28 19:54:29 2018 (r463260) @@ -0,0 +1,11 @@ +--- src/tracker/EQConstants.cpp.orig 2018-02-24 17:43:23 UTC ++++ src/tracker/EQConstants.cpp +@@ -23,7 +23,7 @@ + #include "EQConstants.h" + #include "math.h" + +-#define p(e) ldexp(0x10558, e-4*4) ++#define p(e) ldexp(66904.0f, e-4*4) + + const float EQConstants::EQ3bands[3] = + { Added: head/audio/milkytracker/files/patch-src_tracker_sdl_SDL__Main.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/milkytracker/files/patch-src_tracker_sdl_SDL__Main.cpp Wed Feb 28 19:54:29 2018 (r463260) @@ -0,0 +1,20 @@ +--- src/tracker/sdl/SDL_Main.cpp.orig 2018-02-24 17:43:23 UTC ++++ src/tracker/sdl/SDL_Main.cpp +@@ -609,7 +609,7 @@ void translateKeyDownEvent(const SDL_Eve + printf ("DEBUG: Key pressed: VK: %d, SC: %d, Scancode: %d\n", toVK(keysym), toSC(keysym), keysym.sym); + #endif + +- pp_uint16 chr[3] = {toVK(keysym), toSC(keysym), keysym.sym}; ++ pp_uint16 chr[3] = {toVK(keysym), toSC(keysym), static_cast (keysym.sym)}; + + PPEvent myEvent(eKeyDown, &chr, sizeof(chr)); + RaiseEventSerialized(&myEvent); +@@ -621,7 +621,7 @@ void translateKeyUpEvent(const SDL_Event + + preTranslateKey(keysym); + +- pp_uint16 chr[3] = {toVK(keysym), toSC(keysym), keysym.sym}; ++ pp_uint16 chr[3] = {toVK(keysym), toSC(keysym), static_cast (keysym.sym)}; + + PPEvent myEvent(eKeyUp, &chr, sizeof(chr)); + RaiseEventSerialized(&myEvent); From owner-svn-ports-head@freebsd.org Wed Feb 28 20:37:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDD52F43D85; Wed, 28 Feb 2018 20:37:28 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E65B8C4C9; Wed, 28 Feb 2018 20:37:28 +0000 (UTC) (envelope-from timur@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 793BC1E779; Wed, 28 Feb 2018 20:37:28 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SKbSdV035341; Wed, 28 Feb 2018 20:37:28 GMT (envelope-from timur@FreeBSD.org) Received: (from timur@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SKbS0L035339; Wed, 28 Feb 2018 20:37:28 GMT (envelope-from timur@FreeBSD.org) Message-Id: <201802282037.w1SKbS0L035339@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: timur set sender to timur@FreeBSD.org using -f From: "Timur I. Bakeyev" Date: Wed, 28 Feb 2018 20:37:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463261 - head/devel/tevent X-SVN-Group: ports-head X-SVN-Commit-Author: timur X-SVN-Commit-Paths: head/devel/tevent X-SVN-Commit-Revision: 463261 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 20:37:29 -0000 Author: timur Date: Wed Feb 28 20:37:28 2018 New Revision: 463261 URL: https://svnweb.freebsd.org/changeset/ports/463261 Log: Update devel/tevent to the most recent version. Modified: head/devel/tevent/Makefile head/devel/tevent/distinfo Modified: head/devel/tevent/Makefile ============================================================================== --- head/devel/tevent/Makefile Wed Feb 28 19:54:29 2018 (r463260) +++ head/devel/tevent/Makefile Wed Feb 28 20:37:28 2018 (r463261) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tevent -PORTVERSION= 0.9.35 +PORTVERSION= 0.9.36 PORTREVISION= 0 PORTEPOCH= 0 CATEGORIES= devel Modified: head/devel/tevent/distinfo ============================================================================== --- head/devel/tevent/distinfo Wed Feb 28 19:54:29 2018 (r463260) +++ head/devel/tevent/distinfo Wed Feb 28 20:37:28 2018 (r463261) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516161103 -SHA256 (tevent-0.9.35.tar.gz) = 25a3a9d264eb3af9a688c38512f248fc1640fd86d663d3346dbfa18feb5c16e9 -SIZE (tevent-0.9.35.tar.gz) = 591546 +TIMESTAMP = 1519391836 +SHA256 (tevent-0.9.36.tar.gz) = bd2b6be3fd1601ed7f176e99111e322c57d58e425cc149ee80c7dd4fed263b4c +SIZE (tevent-0.9.36.tar.gz) = 592439 From owner-svn-ports-head@freebsd.org Wed Feb 28 21:09:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 915DCF22F07; Wed, 28 Feb 2018 21:09:37 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E09E8D814; Wed, 28 Feb 2018 21:09:37 +0000 (UTC) (envelope-from crees@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 347BE1EC41; Wed, 28 Feb 2018 21:09:37 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SL9aA4054706; Wed, 28 Feb 2018 21:09:36 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SL9afe054695; Wed, 28 Feb 2018 21:09:36 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201802282109.w1SL9afe054695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Wed, 28 Feb 2018 21:09:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463262 - in head: net-p2p/transmission net-p2p/transmission-cli net-p2p/transmission-cli/files net-p2p/transmission-daemon net-p2p/transmission-gtk net-p2p/transmission-qt4 net-p2p/tra... X-SVN-Group: ports-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: in head: net-p2p/transmission net-p2p/transmission-cli net-p2p/transmission-cli/files net-p2p/transmission-daemon net-p2p/transmission-gtk net-p2p/transmission-qt4 net-p2p/transmission-qt5 www/transmi... X-SVN-Commit-Revision: 463262 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 21:09:37 -0000 Author: crees Date: Wed Feb 28 21:09:36 2018 New Revision: 463262 URL: https://svnweb.freebsd.org/changeset/ports/463262 Log: net-p2p/transmission-cli: Update to 2.93 - Includes DNS rebinding fix - Fixes OpenSSL 1.1 compat Note that the previous version was no longer vulnerable as FreeBSD had patches, but this reports the correct version to trackers as some were banned. PR: ports/225917 PR: ports/225915 Deleted: head/net-p2p/transmission-cli/files/patch-fix_dns_rebinding_vuln Modified: head/net-p2p/transmission-cli/Makefile head/net-p2p/transmission-cli/distinfo head/net-p2p/transmission-daemon/Makefile head/net-p2p/transmission-gtk/Makefile head/net-p2p/transmission-qt4/Makefile head/net-p2p/transmission-qt5/Makefile head/net-p2p/transmission/Makefile head/www/transmission-web/Makefile Modified: head/net-p2p/transmission-cli/Makefile ============================================================================== --- head/net-p2p/transmission-cli/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission-cli/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= transmission -PORTVERSION= 2.92 -PORTREVISION?= 3 +PORTVERSION= 2.93 +PORTREVISION?= 0 CATEGORIES?= net-p2p MASTER_SITES= https://github.com/transmission/transmission-releases/raw/master/ \ http://transmission.cachefly.net/ Modified: head/net-p2p/transmission-cli/distinfo ============================================================================== --- head/net-p2p/transmission-cli/distinfo Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission-cli/distinfo Wed Feb 28 21:09:36 2018 (r463262) @@ -1,2 +1,3 @@ -SHA256 (transmission-2.92.tar.xz) = 3a8d045c306ad9acb7bf81126939b9594553a388482efa0ec1bfb67b22acd35f -SIZE (transmission-2.92.tar.xz) = 3378116 +TIMESTAMP = 1519849051 +SHA256 (transmission-2.93.tar.xz) = 8815920e0a4499bcdadbbe89a4115092dab42ce5199f71ff9a926cfd12b9b90b +SIZE (transmission-2.93.tar.xz) = 3363868 Modified: head/net-p2p/transmission-daemon/Makefile ============================================================================== --- head/net-p2p/transmission-daemon/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission-daemon/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 4 PKGNAMESUFFIX= -daemon MAINTAINER= crees@FreeBSD.org Modified: head/net-p2p/transmission-gtk/Makefile ============================================================================== --- head/net-p2p/transmission-gtk/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission-gtk/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 4 PKGNAMESUFFIX= -gtk MAINTAINER= crees@FreeBSD.org Modified: head/net-p2p/transmission-qt4/Makefile ============================================================================== --- head/net-p2p/transmission-qt4/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission-qt4/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 6 PKGNAMESUFFIX= -qt4 MAINTAINER= crees@FreeBSD.org Modified: head/net-p2p/transmission-qt5/Makefile ============================================================================== --- head/net-p2p/transmission-qt5/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission-qt5/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MAINTAINER= crees@FreeBSD.org Modified: head/net-p2p/transmission/Makefile ============================================================================== --- head/net-p2p/transmission/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/net-p2p/transmission/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= transmission -PORTVERSION= 2.92 +PORTVERSION= 2.93 CATEGORIES= net-p2p MAINTAINER= crees@FreeBSD.org Modified: head/www/transmission-web/Makefile ============================================================================== --- head/www/transmission-web/Makefile Wed Feb 28 20:37:28 2018 (r463261) +++ head/www/transmission-web/Makefile Wed Feb 28 21:09:36 2018 (r463262) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 0 CATEGORIES= www net-p2p PKGNAMESUFFIX= -web From owner-svn-ports-head@freebsd.org Wed Feb 28 21:11:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C541F232CC; Wed, 28 Feb 2018 21:11:30 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F30C28DB71; Wed, 28 Feb 2018 21:11:29 +0000 (UTC) (envelope-from bdrewery@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D43B11ED82; Wed, 28 Feb 2018 21:11:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SLBTmq058767; Wed, 28 Feb 2018 21:11:29 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SLBT3O058738; Wed, 28 Feb 2018 21:11:29 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201802282111.w1SLBT3O058738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 28 Feb 2018 21:11:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463263 - head/lang/rust-nightly X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/lang/rust-nightly X-SVN-Commit-Revision: 463263 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 21:11:30 -0000 Author: bdrewery Date: Wed Feb 28 21:11:29 2018 New Revision: 463263 URL: https://svnweb.freebsd.org/changeset/ports/463263 Log: Sort distinfo file (NOP) Modified: head/lang/rust-nightly/distinfo Modified: head/lang/rust-nightly/distinfo ============================================================================== --- head/lang/rust-nightly/distinfo Wed Feb 28 21:09:36 2018 (r463262) +++ head/lang/rust-nightly/distinfo Wed Feb 28 21:11:29 2018 (r463263) @@ -1,15 +1,15 @@ -TIMESTAMP = 1519452432 -SHA256 (rust/2018-02-19/rustc-nightly-src.tar.xz) = 509703b2411ca480f5c06b41425388648672f9fe827bd3ce5395753c356a2425 -SIZE (rust/2018-02-19/rustc-nightly-src.tar.xz) = 52974588 -SHA256 (rust/2018-01-02/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 807e121b18661b5ad8ea64ff6e0f64205af8565219ebbd2120037166bdc7311b -SIZE (rust/2018-01-02/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 62532641 -SHA256 (rust/2018-01-02/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 5fd52e76a5e137d960edbbd5676fefaa0cad32ae98e723ad5990b86fa3df29a3 -SIZE (rust/2018-01-02/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 81901991 +SHA256 (rust/2018-01-02/cargo-beta-i686-unknown-freebsd.tar.gz) = c4bf5b40291e051ffd46375aac0576c5213f0c782b2efd99a2fb8911634ae4d2 +SIZE (rust/2018-01-02/cargo-beta-i686-unknown-freebsd.tar.gz) = 5452446 SHA256 (rust/2018-01-02/cargo-beta-x86_64-unknown-freebsd.tar.gz) = 8075ca816c15ca429cfa306284cc9c06c68a2c2a8c1c86c75c5c34e954ca05d0 SIZE (rust/2018-01-02/cargo-beta-x86_64-unknown-freebsd.tar.gz) = 5598173 -SHA256 (rust/2018-01-02/rustc-beta-i686-unknown-freebsd.tar.gz) = 1ecb0a14d39df1fa3cbdce1a4b03f94cf19cb172b4bd8181457079e81bb2e876 -SIZE (rust/2018-01-02/rustc-beta-i686-unknown-freebsd.tar.gz) = 63778566 SHA256 (rust/2018-01-02/rust-std-beta-i686-unknown-freebsd.tar.gz) = e5871d96ea6d9fab0ebdb7c47621545255407975b62f768aef8eec3f6ca90f67 SIZE (rust/2018-01-02/rust-std-beta-i686-unknown-freebsd.tar.gz) = 82314542 -SHA256 (rust/2018-01-02/cargo-beta-i686-unknown-freebsd.tar.gz) = c4bf5b40291e051ffd46375aac0576c5213f0c782b2efd99a2fb8911634ae4d2 -SIZE (rust/2018-01-02/cargo-beta-i686-unknown-freebsd.tar.gz) = 5452446 +SHA256 (rust/2018-01-02/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 5fd52e76a5e137d960edbbd5676fefaa0cad32ae98e723ad5990b86fa3df29a3 +SIZE (rust/2018-01-02/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 81901991 +SHA256 (rust/2018-01-02/rustc-beta-i686-unknown-freebsd.tar.gz) = 1ecb0a14d39df1fa3cbdce1a4b03f94cf19cb172b4bd8181457079e81bb2e876 +SIZE (rust/2018-01-02/rustc-beta-i686-unknown-freebsd.tar.gz) = 63778566 +SHA256 (rust/2018-01-02/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 807e121b18661b5ad8ea64ff6e0f64205af8565219ebbd2120037166bdc7311b +SIZE (rust/2018-01-02/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 62532641 +SHA256 (rust/2018-02-19/rustc-nightly-src.tar.xz) = 509703b2411ca480f5c06b41425388648672f9fe827bd3ce5395753c356a2425 +SIZE (rust/2018-02-19/rustc-nightly-src.tar.xz) = 52974588 +TIMESTAMP = 1519452432 From owner-svn-ports-head@freebsd.org Wed Feb 28 21:40:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32421F251A9; Wed, 28 Feb 2018 21:40:08 +0000 (UTC) (envelope-from crees@bayofrum.net) Received: from mail33c50.megamailservers.eu (mail163c50.megamailservers.eu [91.136.10.173]) (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 D90248EAD7; Wed, 28 Feb 2018 21:40:06 +0000 (UTC) (envelope-from crees@bayofrum.net) X-Authenticated-User: bayofrum.uwclub.net Received: from pegasus.bayofrum.net (host-80-41-60-149.as13285.net [80.41.60.149]) (authenticated bits=0) by mail33c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id w1SLESHe019652; Wed, 28 Feb 2018 21:14:30 +0000 Received: from [192.168.1.121] (POSEIDON.bayofrum.net [192.168.1.121]) by pegasus.bayofrum.net (Postfix) with ESMTPSA id F153B8134C; Wed, 28 Feb 2018 21:14:23 +0000 (GMT) Subject: Re: svn commit: r463262 - in head: net-p2p/transmission net-p2p/transmission-cli net-p2p/transmission-cli/files net-p2p/transmission-daemon net-p2p/transmission-gtk net-p2p/transmission-qt4 net-p2p/tra... To: Chris Rees , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201802282109.w1SL9afe054695@repo.freebsd.org> From: Chris Rees Message-ID: <27f7b33f-ecbe-1f17-e878-95076f61a8e1@bayofrum.net> Date: Wed, 28 Feb 2018 21:14:18 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <201802282109.w1SL9afe054695@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-GB X-bayofrum-MailScanner-Information: Please contact the ISP for more information X-bayofrum-MailScanner-ID: F153B8134C.A717E X-bayofrum-MailScanner: Found to be clean X-bayofrum-MailScanner-From: crees@bayofrum.net X-Spam-Status: No X-CTCH-RefID: str=0001.0A0B0204.5A971BB6.009C, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.2 cv=DPv/22Fb c=1 sm=1 tr=0 a=eCrVUEYg7k7LQzHZkbnSvA==:117 a=eCrVUEYg7k7LQzHZkbnSvA==:17 a=IkcTkHD0fZMA:10 a=Op4juWPpsa0A:10 a=6I5d2MoRAAAA:8 a=wW0svjmTV1EgS_fDcN4A:9 a=QEXdDO2ut3YA:10 a=IjZwj45LgO3ly-622nXo:22 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 21:40:08 -0000 On 28/02/2018 21:09, Chris Rees wrote: > Author: crees > Date: Wed Feb 28 21:09:36 2018 > New Revision: 463262 > URL: https://svnweb.freebsd.org/changeset/ports/463262 > > Log: > net-p2p/transmission-cli: Update to 2.93 > > - Includes DNS rebinding fix > - Fixes OpenSSL 1.1 compat > > Note that the previous version was no longer vulnerable as FreeBSD had > patches, but this reports the correct version to trackers as some were > banned. > > PR: ports/225917 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=225917 > PR: ports/225915 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=225915 > Submitted by:    brnrd (as well) Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-svn-ports-head@freebsd.org Wed Feb 28 21:49:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AA3BF2611B; Wed, 28 Feb 2018 21:49:50 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A7398F3DA; Wed, 28 Feb 2018 21:49:48 +0000 (UTC) (envelope-from ohauer@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 01F551F2B8; Wed, 28 Feb 2018 21:49:48 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SLnlf4079616; Wed, 28 Feb 2018 21:49:47 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SLnlNY079615; Wed, 28 Feb 2018 21:49:47 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201802282149.w1SLnlNY079615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 28 Feb 2018 21:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463264 - head/mail/postfix/files X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: head/mail/postfix/files X-SVN-Commit-Revision: 463264 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 21:49:50 -0000 Author: ohauer Date: Wed Feb 28 21:49:47 2018 New Revision: 463264 URL: https://svnweb.freebsd.org/changeset/ports/463264 Log: - fix build agains maraidb100 [1] Firt definition of MARIADB_VERSION_ID can be found in mariadb102 therefore we have to use MARIADB_BASE_VERSION which is defined in mariadb55 and mariadb10x PR: 226266 [1], 220224 Reported by: Zilon [1] Modified: head/mail/postfix/files/patch-src_global_dict__mysql.c Modified: head/mail/postfix/files/patch-src_global_dict__mysql.c ============================================================================== --- head/mail/postfix/files/patch-src_global_dict__mysql.c Wed Feb 28 21:11:29 2018 (r463263) +++ head/mail/postfix/files/patch-src_global_dict__mysql.c Wed Feb 28 21:49:47 2018 (r463264) @@ -7,16 +7,49 @@ # --- src/global/dict_mysql.c.orig 2017-02-19 01:58:20 UTC +++ src/global/dict_mysql.c -@@ -656,7 +656,11 @@ static void plmysql_connect_single(DICT_ +@@ -198,6 +198,15 @@ + + #include "dict_mysql.h" + ++/* MySQL 8.x API change */ ++ ++#if MYSQL_VERSION_ID >= 80000 && !defined(MARIADB_BASE_VERSION) ++#define DICT_MYSQL_SSL_VERIFY_SERVER_CERT MYSQL_OPT_SSL_MODE ++#elif MYSQL_VERSION_ID >= 50023 ++#define DICT_MYSQL_SSL_VERIFY_SERVER_CERT MYSQL_OPT_SSL_VERIFY_SERVER_CERT ++#endif ++ ++ + /* need some structs to help organize things */ + typedef struct { + MYSQL *db; +@@ -237,7 +246,7 @@ typedef struct { + char *tls_CAfile; + char *tls_CApath; + char *tls_ciphers; +-#if MYSQL_VERSION_ID >= 50023 ++#if defined(DICT_MYSQL_SSL_VERIFY_SERVER_CERT) + int tls_verify_cert; + #endif + #endif +@@ -656,9 +665,9 @@ static void plmysql_connect_single(DICT_ dict_mysql->tls_key_file, dict_mysql->tls_cert_file, dict_mysql->tls_CAfile, dict_mysql->tls_CApath, dict_mysql->tls_ciphers); -#if MYSQL_VERSION_ID >= 50023 -+#if MYSQL_VERSION_ID >= 80000 && !defined(MARIADB_VERSION_ID) -+ if (dict_mysql->tls_verify_cert != -1) -+ mysql_options(host->db, MYSQL_OPT_SSL_MODE, -+ &dict_mysql->tls_verify_cert); -+#elif MYSQL_VERSION_ID >= 50023 ++#if defined(DICT_MYSQL_SSL_VERIFY_SERVER_CERT) if (dict_mysql->tls_verify_cert != -1) - mysql_options(host->db, MYSQL_OPT_SSL_VERIFY_SERVER_CERT, +- mysql_options(host->db, MYSQL_OPT_SSL_VERIFY_SERVER_CERT, ++ mysql_options(host->db, DICT_MYSQL_SSL_VERIFY_SERVER_CERT, &dict_mysql->tls_verify_cert); + #endif + #endif +@@ -723,7 +732,7 @@ static void mysql_parse_config(DICT_MYSQ + dict_mysql->tls_CAfile = cfg_get_str(p, "tls_CAfile", NULL, 0, 0); + dict_mysql->tls_CApath = cfg_get_str(p, "tls_CApath", NULL, 0, 0); + dict_mysql->tls_ciphers = cfg_get_str(p, "tls_ciphers", NULL, 0, 0); +-#if MYSQL_VERSION_ID >= 50023 ++#if defined(DICT_MYSQL_SSL_VERIFY_SERVER_CERT) + dict_mysql->tls_verify_cert = cfg_get_bool(p, "tls_verify_cert", -1); + #endif + #endif From owner-svn-ports-head@freebsd.org Wed Feb 28 21:50:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 002BEF261BA; Wed, 28 Feb 2018 21:50:21 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A81218F5B2; Wed, 28 Feb 2018 21:50:21 +0000 (UTC) (envelope-from ohauer@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 891031F2BE; Wed, 28 Feb 2018 21:50:21 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SLoLMf079863; Wed, 28 Feb 2018 21:50:21 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SLoLR5079862; Wed, 28 Feb 2018 21:50:21 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201802282150.w1SLoLR5079862@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 28 Feb 2018 21:50:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463265 - head/mail/postfix-current/files X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: head/mail/postfix-current/files X-SVN-Commit-Revision: 463265 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 21:50:22 -0000 Author: ohauer Date: Wed Feb 28 21:50:21 2018 New Revision: 463265 URL: https://svnweb.freebsd.org/changeset/ports/463265 Log: - fix build agains maraidb100 [1] Firt definition of MARIADB_VERSION_ID can be found in mariadb102 therefore we have to use MARIADB_BASE_VERSION which is defined in mariadb55 and mariadb10x PR: 226266 [1], 220224 Reported by: Zilon [1] Modified: head/mail/postfix-current/files/patch-src_global_dict__mysql.c Modified: head/mail/postfix-current/files/patch-src_global_dict__mysql.c ============================================================================== --- head/mail/postfix-current/files/patch-src_global_dict__mysql.c Wed Feb 28 21:49:47 2018 (r463264) +++ head/mail/postfix-current/files/patch-src_global_dict__mysql.c Wed Feb 28 21:50:21 2018 (r463265) @@ -7,16 +7,49 @@ # --- src/global/dict_mysql.c.orig 2017-02-19 01:58:20 UTC +++ src/global/dict_mysql.c -@@ -656,7 +656,11 @@ static void plmysql_connect_single(DICT_ +@@ -198,6 +198,15 @@ + + #include "dict_mysql.h" + ++/* MySQL 8.x API change */ ++ ++#if MYSQL_VERSION_ID >= 80000 && !defined(MARIADB_BASE_VERSION) ++#define DICT_MYSQL_SSL_VERIFY_SERVER_CERT MYSQL_OPT_SSL_MODE ++#elif MYSQL_VERSION_ID >= 50023 ++#define DICT_MYSQL_SSL_VERIFY_SERVER_CERT MYSQL_OPT_SSL_VERIFY_SERVER_CERT ++#endif ++ ++ + /* need some structs to help organize things */ + typedef struct { + MYSQL *db; +@@ -237,7 +246,7 @@ typedef struct { + char *tls_CAfile; + char *tls_CApath; + char *tls_ciphers; +-#if MYSQL_VERSION_ID >= 50023 ++#if defined(DICT_MYSQL_SSL_VERIFY_SERVER_CERT) + int tls_verify_cert; + #endif + #endif +@@ -656,9 +665,9 @@ static void plmysql_connect_single(DICT_ dict_mysql->tls_key_file, dict_mysql->tls_cert_file, dict_mysql->tls_CAfile, dict_mysql->tls_CApath, dict_mysql->tls_ciphers); -#if MYSQL_VERSION_ID >= 50023 -+#if MYSQL_VERSION_ID >= 80000 && !defined(MARIADB_VERSION_ID) -+ if (dict_mysql->tls_verify_cert != -1) -+ mysql_options(host->db, MYSQL_OPT_SSL_MODE, -+ &dict_mysql->tls_verify_cert); -+#elif MYSQL_VERSION_ID >= 50023 ++#if defined(DICT_MYSQL_SSL_VERIFY_SERVER_CERT) if (dict_mysql->tls_verify_cert != -1) - mysql_options(host->db, MYSQL_OPT_SSL_VERIFY_SERVER_CERT, +- mysql_options(host->db, MYSQL_OPT_SSL_VERIFY_SERVER_CERT, ++ mysql_options(host->db, DICT_MYSQL_SSL_VERIFY_SERVER_CERT, &dict_mysql->tls_verify_cert); + #endif + #endif +@@ -723,7 +732,7 @@ static void mysql_parse_config(DICT_MYSQ + dict_mysql->tls_CAfile = cfg_get_str(p, "tls_CAfile", NULL, 0, 0); + dict_mysql->tls_CApath = cfg_get_str(p, "tls_CApath", NULL, 0, 0); + dict_mysql->tls_ciphers = cfg_get_str(p, "tls_ciphers", NULL, 0, 0); +-#if MYSQL_VERSION_ID >= 50023 ++#if defined(DICT_MYSQL_SSL_VERIFY_SERVER_CERT) + dict_mysql->tls_verify_cert = cfg_get_bool(p, "tls_verify_cert", -1); + #endif + #endif From owner-svn-ports-head@freebsd.org Wed Feb 28 22:20:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 509F3F28266; Wed, 28 Feb 2018 22:20:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 03EA5687BB; Wed, 28 Feb 2018 22:20:07 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE7E61F78F; Wed, 28 Feb 2018 22:20:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SMK6eG098821; Wed, 28 Feb 2018 22:20:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SMK66o098817; Wed, 28 Feb 2018 22:20:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802282220.w1SMK66o098817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 28 Feb 2018 22:20:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463266 - in head/deskutils/go-for-it: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/deskutils/go-for-it: . files X-SVN-Commit-Revision: 463266 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 22:20:07 -0000 Author: yuri Date: Wed Feb 28 22:20:06 2018 New Revision: 463266 URL: https://svnweb.freebsd.org/changeset/ports/463266 Log: deskutils/go-for-it: Updated to 1.6.5 Changhelog: https://github.com/mank319/Go-For-It/releases/tag/1.6.5 Additional changes: * Changed to DISTVERSION * USES=cmake:outsource * Removed post-install (not needed) * Removed the unnecessary patch * Added the patch to revert the app name to go-for-it (from com.xx...go-for-it) * Plist now uses %%DATADIR%% + many additions PR: 226257 Submitted by: Neel Chauhan (maintainer) Approved by: tcberner (mentor, implicit) Added: head/deskutils/go-for-it/files/patch-CMakeLists.txt (contents, props changed) Deleted: head/deskutils/go-for-it/files/patch-src_TaskStore.vala Modified: head/deskutils/go-for-it/Makefile head/deskutils/go-for-it/distinfo head/deskutils/go-for-it/pkg-plist Modified: head/deskutils/go-for-it/Makefile ============================================================================== --- head/deskutils/go-for-it/Makefile Wed Feb 28 21:50:21 2018 (r463265) +++ head/deskutils/go-for-it/Makefile Wed Feb 28 22:20:06 2018 (r463266) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= go-for-it -PORTVERSION= 1.5 -DISTVERSIONPREFIX= release_v +DISTVERSION= 1.6.5 CATEGORIES= deskutils MAINTAINER= neel@neelc.org @@ -14,17 +13,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libnotify.so:devel/libnotify -USES= cmake gettext pkgconfig -USE_GNOME= cairo glib20 gtk30 +USES= cmake:outsource gettext pkgconfig GNU_CONFIGURE= yes -INSTALLS_ICONS= yes - USE_GITHUB= yes -GH_ACCOUNT= mank319 +GH_ACCOUNT= JMoerman GH_PROJECT= Go-For-It - -post-install: - ${INSTALL_DATA} ${WRKSRC}/data/go-for-it.desktop \ - ${STAGEDIR}${PREFIX}/share/applications +USE_GNOME= cairo glib20 gtk30 intltool +INSTALLS_ICONS= yes .include Modified: head/deskutils/go-for-it/distinfo ============================================================================== --- head/deskutils/go-for-it/distinfo Wed Feb 28 21:50:21 2018 (r463265) +++ head/deskutils/go-for-it/distinfo Wed Feb 28 22:20:06 2018 (r463266) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482424426 -SHA256 (mank319-Go-For-It-release_v1.5_GH0.tar.gz) = 5acba45690c999f3333eb615a0217e93b53a2f9f3e36f05c006067fdb134a1f1 -SIZE (mank319-Go-For-It-release_v1.5_GH0.tar.gz) = 308566 +TIMESTAMP = 1519773342 +SHA256 (JMoerman-Go-For-It-1.6.5_GH0.tar.gz) = af3ba1529b45e697caf22e79821768c742903084c76eb2637a15ec51508b2e35 +SIZE (JMoerman-Go-For-It-1.6.5_GH0.tar.gz) = 211288 Added: head/deskutils/go-for-it/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/go-for-it/files/patch-CMakeLists.txt Wed Feb 28 22:20:06 2018 (r463266) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2018-02-28 21:31:57 UTC ++++ CMakeLists.txt +@@ -8,7 +8,7 @@ include (GNUInstallDirs) + set (INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + set (DATADIR "${INSTALL_PREFIX}/share") + +-set (APP_ID "com.github.jmoerman.go-for-it") ++set (APP_ID "go-for-it") + set (APP_SYSTEM_NAME ${APP_ID} CACHE STRING "Name to used for file names. For example the file name of the .desktop file.") + + set (PKGDATADIR ${DATADIR}/${APP_SYSTEM_NAME}) Modified: head/deskutils/go-for-it/pkg-plist ============================================================================== --- head/deskutils/go-for-it/pkg-plist Wed Feb 28 21:50:21 2018 (r463265) +++ head/deskutils/go-for-it/pkg-plist Wed Feb 28 22:20:06 2018 (r463266) @@ -1,4 +1,6 @@ bin/go-for-it +share/applications/go-for-it.desktop +share/metainfo/go-for-it.appdata.xml share/icons/hicolor/16x16/apps/go-for-it.svg share/icons/hicolor/24x24/apps/go-for-it.svg share/icons/hicolor/32x32/apps/go-for-it.svg @@ -6,25 +8,52 @@ share/icons/hicolor/48x48/apps/go-for-it.svg share/icons/hicolor/64x64/apps/go-for-it.svg share/icons/hicolor/128x128/apps/go-for-it.svg share/icons/hicolor/24x24/actions/go-for-it-open-menu-fallback.svg -share/go-for-it/style/go-for-it-3.20.css -share/go-for-it/style/go-for-it-3.10.css -share/go-for-it/style/go-for-it-legacy.css -share/applications/go-for-it.desktop +%%DATADIR%%/style/go-for-it-3.10.css +%%DATADIR%%/style/go-for-it-3.10-dark.css +%%DATADIR%%/style/widgets-3.10.css +%%DATADIR%%/style/go-for-it-3.20.css +%%DATADIR%%/style/go-for-it-3.20-dark.css +%%DATADIR%%/style/widgets-3.20.css +%%DATADIR%%/style/colors.css +%%DATADIR%%/style/colors-dark.css +share/locale/aa/LC_MESSAGES/go-for-it.mo +share/locale/ab/LC_MESSAGES/go-for-it.mo +share/locale/ae/LC_MESSAGES/go-for-it.mo share/locale/af/LC_MESSAGES/go-for-it.mo share/locale/ak/LC_MESSAGES/go-for-it.mo share/locale/am/LC_MESSAGES/go-for-it.mo +share/locale/an/LC_MESSAGES/go-for-it.mo share/locale/ar/LC_MESSAGES/go-for-it.mo +share/locale/as/LC_MESSAGES/go-for-it.mo share/locale/ast/LC_MESSAGES/go-for-it.mo +share/locale/av/LC_MESSAGES/go-for-it.mo +share/locale/ay/LC_MESSAGES/go-for-it.mo share/locale/az/LC_MESSAGES/go-for-it.mo +share/locale/ba/LC_MESSAGES/go-for-it.mo share/locale/be/LC_MESSAGES/go-for-it.mo share/locale/bg/LC_MESSAGES/go-for-it.mo +share/locale/bh/LC_MESSAGES/go-for-it.mo +share/locale/bi/LC_MESSAGES/go-for-it.mo +share/locale/bm/LC_MESSAGES/go-for-it.mo share/locale/bn/LC_MESSAGES/go-for-it.mo +share/locale/bo/LC_MESSAGES/go-for-it.mo +share/locale/br/LC_MESSAGES/go-for-it.mo share/locale/bs/LC_MESSAGES/go-for-it.mo share/locale/ca/LC_MESSAGES/go-for-it.mo +share/locale/ce/LC_MESSAGES/go-for-it.mo +share/locale/ch/LC_MESSAGES/go-for-it.mo share/locale/ckb/LC_MESSAGES/go-for-it.mo +share/locale/co/LC_MESSAGES/go-for-it.mo +share/locale/cr/LC_MESSAGES/go-for-it.mo share/locale/cs/LC_MESSAGES/go-for-it.mo +share/locale/cu/LC_MESSAGES/go-for-it.mo +share/locale/cv/LC_MESSAGES/go-for-it.mo +share/locale/cy/LC_MESSAGES/go-for-it.mo share/locale/da/LC_MESSAGES/go-for-it.mo share/locale/de/LC_MESSAGES/go-for-it.mo +share/locale/dv/LC_MESSAGES/go-for-it.mo +share/locale/dz/LC_MESSAGES/go-for-it.mo +share/locale/ee/LC_MESSAGES/go-for-it.mo share/locale/el/LC_MESSAGES/go-for-it.mo share/locale/en_AU/LC_MESSAGES/go-for-it.mo share/locale/en_CA/LC_MESSAGES/go-for-it.mo @@ -34,51 +63,153 @@ share/locale/es/LC_MESSAGES/go-for-it.mo share/locale/et/LC_MESSAGES/go-for-it.mo share/locale/eu/LC_MESSAGES/go-for-it.mo share/locale/fa/LC_MESSAGES/go-for-it.mo +share/locale/ff/LC_MESSAGES/go-for-it.mo share/locale/fi/LC_MESSAGES/go-for-it.mo +share/locale/fj/LC_MESSAGES/go-for-it.mo +share/locale/fo/LC_MESSAGES/go-for-it.mo share/locale/fr/LC_MESSAGES/go-for-it.mo share/locale/fr_CA/LC_MESSAGES/go-for-it.mo +share/locale/fr_FR/LC_MESSAGES/go-for-it.mo +share/locale/fy/LC_MESSAGES/go-for-it.mo +share/locale/ga/LC_MESSAGES/go-for-it.mo +share/locale/gd/LC_MESSAGES/go-for-it.mo share/locale/gl/LC_MESSAGES/go-for-it.mo +share/locale/gn/LC_MESSAGES/go-for-it.mo +share/locale/gu/LC_MESSAGES/go-for-it.mo +share/locale/gv/LC_MESSAGES/go-for-it.mo +share/locale/ha/LC_MESSAGES/go-for-it.mo share/locale/he/LC_MESSAGES/go-for-it.mo share/locale/hi/LC_MESSAGES/go-for-it.mo +share/locale/ho/LC_MESSAGES/go-for-it.mo share/locale/hr/LC_MESSAGES/go-for-it.mo +share/locale/ht/LC_MESSAGES/go-for-it.mo share/locale/hu/LC_MESSAGES/go-for-it.mo share/locale/hy/LC_MESSAGES/go-for-it.mo +share/locale/hz/LC_MESSAGES/go-for-it.mo +share/locale/ia/LC_MESSAGES/go-for-it.mo share/locale/id/LC_MESSAGES/go-for-it.mo +share/locale/ie/LC_MESSAGES/go-for-it.mo +share/locale/ig/LC_MESSAGES/go-for-it.mo +share/locale/ii/LC_MESSAGES/go-for-it.mo +share/locale/ik/LC_MESSAGES/go-for-it.mo +share/locale/io/LC_MESSAGES/go-for-it.mo +share/locale/is/LC_MESSAGES/go-for-it.mo share/locale/it/LC_MESSAGES/go-for-it.mo +share/locale/iu/LC_MESSAGES/go-for-it.mo share/locale/ja/LC_MESSAGES/go-for-it.mo +share/locale/jv/LC_MESSAGES/go-for-it.mo share/locale/ka/LC_MESSAGES/go-for-it.mo +share/locale/kg/LC_MESSAGES/go-for-it.mo +share/locale/ki/LC_MESSAGES/go-for-it.mo +share/locale/kj/LC_MESSAGES/go-for-it.mo +share/locale/kk/LC_MESSAGES/go-for-it.mo +share/locale/kl/LC_MESSAGES/go-for-it.mo +share/locale/km/LC_MESSAGES/go-for-it.mo +share/locale/kn/LC_MESSAGES/go-for-it.mo share/locale/ko/LC_MESSAGES/go-for-it.mo +share/locale/kr/LC_MESSAGES/go-for-it.mo +share/locale/ks/LC_MESSAGES/go-for-it.mo +share/locale/ku/LC_MESSAGES/go-for-it.mo +share/locale/kv/LC_MESSAGES/go-for-it.mo +share/locale/kw/LC_MESSAGES/go-for-it.mo share/locale/ky/LC_MESSAGES/go-for-it.mo +share/locale/la/LC_MESSAGES/go-for-it.mo share/locale/lb/LC_MESSAGES/go-for-it.mo +share/locale/lg/LC_MESSAGES/go-for-it.mo +share/locale/li/LC_MESSAGES/go-for-it.mo +share/locale/ln/LC_MESSAGES/go-for-it.mo share/locale/lo/LC_MESSAGES/go-for-it.mo share/locale/lt/LC_MESSAGES/go-for-it.mo +share/locale/lu/LC_MESSAGES/go-for-it.mo share/locale/lv/LC_MESSAGES/go-for-it.mo +share/locale/mg/LC_MESSAGES/go-for-it.mo +share/locale/mh/LC_MESSAGES/go-for-it.mo +share/locale/mi/LC_MESSAGES/go-for-it.mo +share/locale/mk/LC_MESSAGES/go-for-it.mo share/locale/ml/LC_MESSAGES/go-for-it.mo +share/locale/mn/LC_MESSAGES/go-for-it.mo +share/locale/mo/LC_MESSAGES/go-for-it.mo share/locale/mr/LC_MESSAGES/go-for-it.mo share/locale/ms/LC_MESSAGES/go-for-it.mo +share/locale/mt/LC_MESSAGES/go-for-it.mo +share/locale/my/LC_MESSAGES/go-for-it.mo +share/locale/na/LC_MESSAGES/go-for-it.mo share/locale/nb/LC_MESSAGES/go-for-it.mo +share/locale/nd/LC_MESSAGES/go-for-it.mo +share/locale/ne/LC_MESSAGES/go-for-it.mo +share/locale/ng/LC_MESSAGES/go-for-it.mo share/locale/nl/LC_MESSAGES/go-for-it.mo share/locale/nn/LC_MESSAGES/go-for-it.mo +share/locale/no/LC_MESSAGES/go-for-it.mo +share/locale/nr/LC_MESSAGES/go-for-it.mo +share/locale/nv/LC_MESSAGES/go-for-it.mo +share/locale/ny/LC_MESSAGES/go-for-it.mo +share/locale/oc/LC_MESSAGES/go-for-it.mo +share/locale/oj/LC_MESSAGES/go-for-it.mo +share/locale/om/LC_MESSAGES/go-for-it.mo +share/locale/or/LC_MESSAGES/go-for-it.mo +share/locale/os/LC_MESSAGES/go-for-it.mo +share/locale/pa/LC_MESSAGES/go-for-it.mo +share/locale/pi/LC_MESSAGES/go-for-it.mo share/locale/pl/LC_MESSAGES/go-for-it.mo +share/locale/ps/LC_MESSAGES/go-for-it.mo share/locale/pt/LC_MESSAGES/go-for-it.mo share/locale/pt_BR/LC_MESSAGES/go-for-it.mo +share/locale/qu/LC_MESSAGES/go-for-it.mo +share/locale/rm/LC_MESSAGES/go-for-it.mo +share/locale/rn/LC_MESSAGES/go-for-it.mo share/locale/ro/LC_MESSAGES/go-for-it.mo share/locale/ru/LC_MESSAGES/go-for-it.mo share/locale/rue/LC_MESSAGES/go-for-it.mo +share/locale/rw/LC_MESSAGES/go-for-it.mo +share/locale/sa/LC_MESSAGES/go-for-it.mo +share/locale/sc/LC_MESSAGES/go-for-it.mo +share/locale/sd/LC_MESSAGES/go-for-it.mo +share/locale/se/LC_MESSAGES/go-for-it.mo +share/locale/sg/LC_MESSAGES/go-for-it.mo share/locale/si/LC_MESSAGES/go-for-it.mo share/locale/sk/LC_MESSAGES/go-for-it.mo share/locale/sl/LC_MESSAGES/go-for-it.mo +share/locale/sm/LC_MESSAGES/go-for-it.mo share/locale/sma/LC_MESSAGES/go-for-it.mo +share/locale/sn/LC_MESSAGES/go-for-it.mo +share/locale/so/LC_MESSAGES/go-for-it.mo share/locale/sq/LC_MESSAGES/go-for-it.mo share/locale/sr/LC_MESSAGES/go-for-it.mo +share/locale/ss/LC_MESSAGES/go-for-it.mo +share/locale/st/LC_MESSAGES/go-for-it.mo +share/locale/su/LC_MESSAGES/go-for-it.mo share/locale/sv/LC_MESSAGES/go-for-it.mo share/locale/sw/LC_MESSAGES/go-for-it.mo share/locale/ta/LC_MESSAGES/go-for-it.mo share/locale/te/LC_MESSAGES/go-for-it.mo +share/locale/tg/LC_MESSAGES/go-for-it.mo share/locale/th/LC_MESSAGES/go-for-it.mo +share/locale/ti/LC_MESSAGES/go-for-it.mo +share/locale/tk/LC_MESSAGES/go-for-it.mo +share/locale/tl/LC_MESSAGES/go-for-it.mo +share/locale/tn/LC_MESSAGES/go-for-it.mo +share/locale/to/LC_MESSAGES/go-for-it.mo share/locale/tr/LC_MESSAGES/go-for-it.mo +share/locale/ts/LC_MESSAGES/go-for-it.mo +share/locale/tt/LC_MESSAGES/go-for-it.mo +share/locale/tw/LC_MESSAGES/go-for-it.mo +share/locale/ty/LC_MESSAGES/go-for-it.mo +share/locale/ug/LC_MESSAGES/go-for-it.mo share/locale/uk/LC_MESSAGES/go-for-it.mo +share/locale/ur/LC_MESSAGES/go-for-it.mo +share/locale/uz/LC_MESSAGES/go-for-it.mo +share/locale/ve/LC_MESSAGES/go-for-it.mo share/locale/vi/LC_MESSAGES/go-for-it.mo +share/locale/vo/LC_MESSAGES/go-for-it.mo +share/locale/wa/LC_MESSAGES/go-for-it.mo +share/locale/wo/LC_MESSAGES/go-for-it.mo +share/locale/xh/LC_MESSAGES/go-for-it.mo +share/locale/yi/LC_MESSAGES/go-for-it.mo +share/locale/yo/LC_MESSAGES/go-for-it.mo +share/locale/za/LC_MESSAGES/go-for-it.mo +share/locale/zh/LC_MESSAGES/go-for-it.mo share/locale/zh_CN/LC_MESSAGES/go-for-it.mo share/locale/zh_HK/LC_MESSAGES/go-for-it.mo share/locale/zh_TW/LC_MESSAGES/go-for-it.mo +share/locale/zu/LC_MESSAGES/go-for-it.mo From owner-svn-ports-head@freebsd.org Wed Feb 28 22:21:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F6E0F28552; Wed, 28 Feb 2018 22:21:40 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E540368AB4; Wed, 28 Feb 2018 22:21:39 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E01211F7E6; Wed, 28 Feb 2018 22:21:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SMLdxh002993; Wed, 28 Feb 2018 22:21:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SMLdLn002991; Wed, 28 Feb 2018 22:21:39 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201802282221.w1SMLdLn002991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 28 Feb 2018 22:21:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463267 - head/emulators/citra X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/citra X-SVN-Commit-Revision: 463267 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 22:21:40 -0000 Author: jbeich Date: Wed Feb 28 22:21:39 2018 New Revision: 463267 URL: https://svnweb.freebsd.org/changeset/ports/463267 Log: emulators/citra: update to s20180228 Changes: https://github.com/citra-emu/citra/compare/e51a642a...ac626eda Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Wed Feb 28 22:20:06 2018 (r463266) +++ head/emulators/citra/Makefile Wed Feb 28 22:21:39 2018 (r463267) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180222 +PORTVERSION= s20180228 PORTREVISION?= 0 CATEGORIES= emulators @@ -26,7 +26,7 @@ ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dy USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= e51a642a +GH_TAGNAME= ac626eda GH_TUPLE= citra-emu:ext-soundtouch:019d208:soundtouch/externals/soundtouch \ MerryMage:dynarmic:d1d4705:dynarmic/externals/dynarmic \ benhoyt:inih:r40:inih/externals/inih/inih \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Wed Feb 28 22:20:06 2018 (r463266) +++ head/emulators/citra/distinfo Wed Feb 28 22:21:39 2018 (r463267) @@ -1,6 +1,6 @@ -TIMESTAMP = 1519335714 -SHA256 (citra-emu-citra-s20180222-e51a642a_GH0.tar.gz) = 3a76840f9411ecf3205e5c8542164e5279da8ee7169c114999da293fab7f60b8 -SIZE (citra-emu-citra-s20180222-e51a642a_GH0.tar.gz) = 1677211 +TIMESTAMP = 1519827933 +SHA256 (citra-emu-citra-s20180228-ac626eda_GH0.tar.gz) = ea5aaa73a5eca109698c710efb7ae4cbbae2824c76d9f15ecc12ac79cbaa1a36 +SIZE (citra-emu-citra-s20180228-ac626eda_GH0.tar.gz) = 1677326 SHA256 (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = f48c211bbabe7ad79e1c504af1082756c74241be6bab4aca13140803f4b694e7 SIZE (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = 59366 SHA256 (MerryMage-dynarmic-d1d4705_GH0.tar.gz) = cf120bc77912cf58e0965db2abcb2067c36aca612c42459e0eb72b740ea6cb0e From owner-svn-ports-head@freebsd.org Wed Feb 28 22:22:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49995F28690; Wed, 28 Feb 2018 22:22:31 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE31568C6C; Wed, 28 Feb 2018 22:22:30 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E91BA1F918; Wed, 28 Feb 2018 22:22:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SMMUUu004194; Wed, 28 Feb 2018 22:22:30 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SMMU2w004191; Wed, 28 Feb 2018 22:22:30 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201802282222.w1SMMU2w004191@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 28 Feb 2018 22:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463268 - in head/emulators/rpcs3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/emulators/rpcs3: . files X-SVN-Commit-Revision: 463268 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 22:22:31 -0000 Author: jbeich Date: Wed Feb 28 22:22:30 2018 New Revision: 463268 URL: https://svnweb.freebsd.org/changeset/ports/463268 Log: emulators/rpcs3: update to 0.0.5.24 Changes: https://github.com/RPCS3/rpcs3/compare/b61a69c87...8d7620d95 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) head/emulators/rpcs3/files/patch-qt57 (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Wed Feb 28 22:21:39 2018 (r463267) +++ head/emulators/rpcs3/Makefile Wed Feb 28 22:22:30 2018 (r463268) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-4 -DISTVERSIONSUFFIX= -gb61a69c87 +DISTVERSION= 0.0.5-24 +DISTVERSIONSUFFIX= -g8d7620d95 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Wed Feb 28 22:21:39 2018 (r463267) +++ head/emulators/rpcs3/distinfo Wed Feb 28 22:22:30 2018 (r463268) @@ -1,6 +1,6 @@ -TIMESTAMP = 1519576244 -SHA256 (RPCS3-rpcs3-v0.0.5-4-gb61a69c87_GH0.tar.gz) = 43e61975e83b4e32d30d7a86df7cd8be4d2a39bc3783388ca4d884b540a32bc5 -SIZE (RPCS3-rpcs3-v0.0.5-4-gb61a69c87_GH0.tar.gz) = 3860339 +TIMESTAMP = 1519854102 +SHA256 (RPCS3-rpcs3-v0.0.5-24-g8d7620d95_GH0.tar.gz) = 40aa13c376417033b5f613b9464117a0b2c8812adada7d8ce5f1e4927badbc79 +SIZE (RPCS3-rpcs3-v0.0.5-24-g8d7620d95_GH0.tar.gz) = 3726855 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-yaml-cpp-release-0.5.3-62-g017626a_GH0.tar.gz) = 1d4b32443f137c23b68d3cb183ba6fb48eb76be2b0b30016970adff5c770d841 Modified: head/emulators/rpcs3/files/patch-qt57 ============================================================================== --- head/emulators/rpcs3/files/patch-qt57 Wed Feb 28 22:21:39 2018 (r463267) +++ head/emulators/rpcs3/files/patch-qt57 Wed Feb 28 22:22:30 2018 (r463268) @@ -68,14 +68,14 @@ Revert https://github.com/RPCS3/rpcs3/commit/cf1c45dfe QVBoxLayout *dialog_layout = new QVBoxLayout(); QHBoxLayout *all_players = new QHBoxLayout(); ---- rpcs3/rpcs3qt/gui_settings.cpp.orig 2018-02-21 20:18:14 UTC +--- rpcs3/rpcs3qt/gui_settings.cpp.orig 2018-02-28 19:44:06 UTC +++ rpcs3/rpcs3qt/gui_settings.cpp -@@ -260,6 +260,7 @@ void gui_settings::ShowInfoBox(const gui_save& entry, +@@ -259,6 +259,7 @@ void gui_settings::ShowInfoBox(const gui_save& entry, + if (GetValue(entry).toBool()) { - QCheckBox* cb = new QCheckBox(tr("Don't show again")); QMessageBox* mb = new QMessageBox(QMessageBox::Information, title, text, QMessageBox::Ok, parent); + mb->setWindowFlags(mb->windowFlags() & ~Qt::WindowContextHelpButtonHint); - mb->setCheckBox(cb); + mb->setCheckBox(new QCheckBox(tr("Don't show again"))); mb->deleteLater(); mb->exec(); --- rpcs3/rpcs3qt/instruction_editor_dialog.cpp.orig 2018-02-21 20:18:14 UTC From owner-svn-ports-head@freebsd.org Wed Feb 28 23:12:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E706F2BDE3; Wed, 28 Feb 2018 23:12:45 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2BA9A6B219; Wed, 28 Feb 2018 23:12:45 +0000 (UTC) (envelope-from adamw@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 269462012B; Wed, 28 Feb 2018 23:12:45 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SNCjAQ035116; Wed, 28 Feb 2018 23:12:45 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SNCiTx035112; Wed, 28 Feb 2018 23:12:44 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201802282312.w1SNCiTx035112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 28 Feb 2018 23:12:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463271 - in head/mail: dovecot dovecot-pigeonhole dovecot/files X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head/mail: dovecot dovecot-pigeonhole dovecot/files X-SVN-Commit-Revision: 463271 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 23:12:45 -0000 Author: adamw Date: Wed Feb 28 23:12:44 2018 New Revision: 463271 URL: https://svnweb.freebsd.org/changeset/ports/463271 Log: Update dovecot to 2.2.34, and bump pigeonhole. * CVE-2017-15130: TLS SNI config lookups may lead to excessive memory usage, causing imap-login/pop3-login VSZ limit to be reached and the process restarted. This happens only if Dovecot config has local_name { } or local { } configuration blocks and attacker uses randomly generated SNI servernames. * CVE-2017-14461: Parsing invalid email addresses may cause a crash or leak memory contents to attacker. For example, these memory contents might contain parts of an email from another user if the same imap process is reused for multiple users. First discovered by Aleksandar Nikolic of Cisco Talos. Independently also discovered by "flxflndy" via HackerOne. * CVE-2017-15132: Aborted SASL authentication leaks memory in login process. * Linux: Core dumping is no longer enabled by default via PR_SET_DUMPABLE, because this may allow attackers to bypass chroot/group restrictions. Found by cPanel Security Team. Nowadays core dumps can be safely enabled by using "sysctl -w fs.suid_dumpable=2". If the old behaviour is wanted, it can still be enabled by setting: import_environment=$import_environment PR_SET_DUMPABLE=1 * doveconf output now includes the hostname. + mail_attachment_detection_options setting controls when $HasAttachment and $HasNoAttachment keywords are set for mails. + imap: Support fetching body snippets using FETCH (SNIPPET) or (SNIPPET (LAZY=FUZZY)) + fs-compress: Automatically detect whether input is compressed or not. Prefix the compression algorithm with "maybe-" to enable the detection, for example: "compress:maybe-gz:6:..." + Added settings to change dovecot.index* files' optimization behavior. See https://wiki2.dovecot.org/IndexFiles#Settings + Auth cache can now utilize auth workers to do password hash verification by setting auth_cache_verify_password_with_worker=yes. + Added charset_alias plugin. See https://wiki2.dovecot.org/Plugins/CharsetAlias + imap_logout_format and pop3_logout_format settings now support all of the generic variables (e.g. %{rip}, %{session}, etc.) + Added auth_policy_check_before_auth, auth_policy_check_after_auth and auth_policy_report_after_auth settings. - v2.2.33: doveadm-server: Various fixes related to log handling. - v2.2.33: doveadm failed when trying to access UNIX socket that didn't require authentication. - v2.2.33: doveadm log reopen stopped working - v2.2.30+: IMAP stopped advertising SPECIAL-USE capability - v2.2.30+: IMAP stopped sending untagged OK/NO storage notifications - replication: dsync sends unnecessary replication notification for changes it does internally. NOTE: Folder creates, renames, deletes and subscribes still trigger unnecessary replication notifications, but these should be rather rare. - mail_always/never_cache_fields setting changes weren't applied for existing dovecot.index.cache files. - Fix compiling and other problems with OpenSSL v1.1 - auth policy: With master user logins, lookup using login username. - FTS reindexed all mails unnecessarily after loss of dovecot.index.cache file - mdbox rebuild repeatedly fails with "missing map extension" - SSL connections may have been hanging with imapc or doveadm client. - cassandra: Using protocol v3 (Cassandra v2.1) caused memory leaks and also timestamps weren't set to queries. - fs-crypt silently ignored public/private keys specified in configuration (mail_crypt_global_public/private_key) and just emitted plaintext output. - lock_method=dotlock caused crashes - imapc: Reconnection may cause crashes and other errors MFH: 2018Q1 Security: CVE-2017-14461 Security: CVE-2017-15130 Security: CVE-2017-15132 Deleted: head/mail/dovecot/files/patch-src_doveadm_Makefile.am head/mail/dovecot/files/patch-src_lib-auth_auth-client-request.c head/mail/dovecot/files/patch-src_lib-auth_auth-server-connection.c head/mail/dovecot/files/patch-src_lib-auth_auth-server-connection.h Modified: head/mail/dovecot-pigeonhole/Makefile head/mail/dovecot/Makefile head/mail/dovecot/distinfo head/mail/dovecot/pkg-plist Modified: head/mail/dovecot-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot-pigeonhole/Makefile Wed Feb 28 22:25:01 2018 (r463270) +++ head/mail/dovecot-pigeonhole/Makefile Wed Feb 28 23:12:44 2018 (r463271) @@ -3,7 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot/Makefile ============================================================================== --- head/mail/dovecot/Makefile Wed Feb 28 22:25:01 2018 (r463270) +++ head/mail/dovecot/Makefile Wed Feb 28 23:12:44 2018 (r463271) @@ -12,8 +12,7 @@ ###################################################################### PORTNAME= dovecot -PORTVERSION= 2.2.33.2 -PORTREVISION= 4 +PORTVERSION= 2.2.34 CATEGORIES= mail ipv6 MASTER_SITES= https://www.dovecot.org/releases/2.2/ Modified: head/mail/dovecot/distinfo ============================================================================== --- head/mail/dovecot/distinfo Wed Feb 28 22:25:01 2018 (r463270) +++ head/mail/dovecot/distinfo Wed Feb 28 23:12:44 2018 (r463271) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508511506 -SHA256 (dovecot-2.2.33.2.tar.gz) = fe1e3b78609a56ee22fc209077e4b75348fa1bbd54c46f52bde2472a4c4cee84 -SIZE (dovecot-2.2.33.2.tar.gz) = 6131086 +TIMESTAMP = 1519859066 +SHA256 (dovecot-2.2.34.tar.gz) = 5e92a4325409e66b343f6aaa67174b8921ce83d0df792c6eeb0b7b7e2c808353 +SIZE (dovecot-2.2.34.tar.gz) = 6181270 Modified: head/mail/dovecot/pkg-plist ============================================================================== --- head/mail/dovecot/pkg-plist Wed Feb 28 22:25:01 2018 (r463270) +++ head/mail/dovecot/pkg-plist Wed Feb 28 23:12:44 2018 (r463271) @@ -76,6 +76,7 @@ include/dovecot/bits.h include/dovecot/bsearch-insert-pos.h include/dovecot/buffer.h include/dovecot/byteorder.h +include/dovecot/charset-utf8-private.h include/dovecot/charset-utf8.h include/dovecot/child-wait.h include/dovecot/client-common.h @@ -310,6 +311,7 @@ include/dovecot/istream-seekable.h include/dovecot/istream-sized.h include/dovecot/istream-tee.h include/dovecot/istream-timeout.h +include/dovecot/istream-try.h include/dovecot/istream-unix.h include/dovecot/istream-zlib.h include/dovecot/istream.h @@ -622,6 +624,8 @@ lib/dovecot/lib15_notify_plugin.a lib/dovecot/lib15_notify_plugin.so lib/dovecot/lib20_autocreate_plugin.a lib/dovecot/lib20_autocreate_plugin.so +lib/dovecot/lib20_charset_alias_plugin.a +lib/dovecot/lib20_charset_alias_plugin.so lib/dovecot/lib20_expire_plugin.a lib/dovecot/lib20_expire_plugin.so lib/dovecot/lib20_fts_plugin.a From owner-svn-ports-head@freebsd.org Wed Feb 28 23:36:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1D56F2D565; Wed, 28 Feb 2018 23:36:58 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4D086BE7B; Wed, 28 Feb 2018 23:36:58 +0000 (UTC) (envelope-from jkim@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B09F2046E; Wed, 28 Feb 2018 23:36:58 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1SNawBc045406; Wed, 28 Feb 2018 23:36:58 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1SNavfv045400; Wed, 28 Feb 2018 23:36:57 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201802282336.w1SNavfv045400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 28 Feb 2018 23:36:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463272 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod X-SVN-Commit-Revision: 463272 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 23:36:59 -0000 Author: jkim Date: Wed Feb 28 23:36:57 2018 New Revision: 463272 URL: https://svnweb.freebsd.org/changeset/ports/463272 Log: Update to 5.2.8. https://www.virtualbox.org/wiki/Changelog#v8 Modified: head/emulators/virtualbox-ose-additions/Makefile head/emulators/virtualbox-ose-additions/distinfo head/emulators/virtualbox-ose-kmod/Makefile head/emulators/virtualbox-ose-kmod/distinfo head/emulators/virtualbox-ose/Makefile head/emulators/virtualbox-ose/distinfo Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Wed Feb 28 23:12:44 2018 (r463271) +++ head/emulators/virtualbox-ose-additions/Makefile Wed Feb 28 23:36:57 2018 (r463272) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.2.6 -PORTREVISION= 1 +PORTVERSION= 5.2.8 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX?= -additions Modified: head/emulators/virtualbox-ose-additions/distinfo ============================================================================== --- head/emulators/virtualbox-ose-additions/distinfo Wed Feb 28 23:12:44 2018 (r463271) +++ head/emulators/virtualbox-ose-additions/distinfo Wed Feb 28 23:36:57 2018 (r463272) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516131253 -SHA256 (VirtualBox-5.2.6.tar.bz2) = fe705288ee50efcce10ff4c80e461a1c7091e461a7b55f98842fa1c9772ca4e7 -SIZE (VirtualBox-5.2.6.tar.bz2) = 118530572 +TIMESTAMP = 1519849900 +SHA256 (VirtualBox-5.2.8.tar.bz2) = ee2759d47b0b4ac81b8b671c9485c87fb2db12c097b3e7e69b94c1291a8084e8 +SIZE (VirtualBox-5.2.8.tar.bz2) = 118500065 Modified: head/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod/Makefile Wed Feb 28 23:12:44 2018 (r463271) +++ head/emulators/virtualbox-ose-kmod/Makefile Wed Feb 28 23:36:57 2018 (r463272) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.2.6 +PORTVERSION= 5.2.8 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ PKGNAMESUFFIX= -kmod Modified: head/emulators/virtualbox-ose-kmod/distinfo ============================================================================== --- head/emulators/virtualbox-ose-kmod/distinfo Wed Feb 28 23:12:44 2018 (r463271) +++ head/emulators/virtualbox-ose-kmod/distinfo Wed Feb 28 23:36:57 2018 (r463272) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516131253 -SHA256 (VirtualBox-5.2.6.tar.bz2) = fe705288ee50efcce10ff4c80e461a1c7091e461a7b55f98842fa1c9772ca4e7 -SIZE (VirtualBox-5.2.6.tar.bz2) = 118530572 +TIMESTAMP = 1519849900 +SHA256 (VirtualBox-5.2.8.tar.bz2) = ee2759d47b0b4ac81b8b671c9485c87fb2db12c097b3e7e69b94c1291a8084e8 +SIZE (VirtualBox-5.2.8.tar.bz2) = 118500065 Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Wed Feb 28 23:12:44 2018 (r463271) +++ head/emulators/virtualbox-ose/Makefile Wed Feb 28 23:36:57 2018 (r463272) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= virtualbox-ose -PORTVERSION= 5.2.6 -PORTREVISION= 3 +PORTVERSION= 5.2.8 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} Modified: head/emulators/virtualbox-ose/distinfo ============================================================================== --- head/emulators/virtualbox-ose/distinfo Wed Feb 28 23:12:44 2018 (r463271) +++ head/emulators/virtualbox-ose/distinfo Wed Feb 28 23:36:57 2018 (r463272) @@ -1,5 +1,5 @@ -TIMESTAMP = 1516131253 -SHA256 (VirtualBox-5.2.6.tar.bz2) = fe705288ee50efcce10ff4c80e461a1c7091e461a7b55f98842fa1c9772ca4e7 -SIZE (VirtualBox-5.2.6.tar.bz2) = 118530572 -SHA256 (VBoxGuestAdditions_5.2.6.iso) = c5ff76a50504e8be1f6c6f3202c78f9cd07e7023b9684bec3cce9d4dcd95a9df -SIZE (VBoxGuestAdditions_5.2.6.iso) = 57866240 +TIMESTAMP = 1519849900 +SHA256 (VirtualBox-5.2.8.tar.bz2) = ee2759d47b0b4ac81b8b671c9485c87fb2db12c097b3e7e69b94c1291a8084e8 +SIZE (VirtualBox-5.2.8.tar.bz2) = 118500065 +SHA256 (VBoxGuestAdditions_5.2.8.iso) = 80b6b4a6c6789fd5957d07562dd2bdd89dd2abd99cb588e15b784ed89b680813 +SIZE (VBoxGuestAdditions_5.2.8.iso) = 57972736 From owner-svn-ports-head@freebsd.org Thu Mar 1 00:18:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E1F5F30186; Thu, 1 Mar 2018 00:18:22 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C4116D500; Thu, 1 Mar 2018 00:18:22 +0000 (UTC) (envelope-from adamw@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 26ABE20ADE; Thu, 1 Mar 2018 00:18:22 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w210ILpb065183; Thu, 1 Mar 2018 00:18:21 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w210ILIm065181; Thu, 1 Mar 2018 00:18:21 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201803010018.w210ILIm065181@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 1 Mar 2018 00:18:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463273 - head/www/p5-Mojolicious X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/www/p5-Mojolicious X-SVN-Commit-Revision: 463273 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 00:18:22 -0000 Author: adamw Date: Thu Mar 1 00:18:21 2018 New Revision: 463273 URL: https://svnweb.freebsd.org/changeset/ports/463273 Log: Update Mojolicious to 7.70 Changes: https://metacpan.org/changes/release/SRI/Mojolicious-7.70 Modified: head/www/p5-Mojolicious/Makefile head/www/p5-Mojolicious/distinfo Modified: head/www/p5-Mojolicious/Makefile ============================================================================== --- head/www/p5-Mojolicious/Makefile Wed Feb 28 23:36:57 2018 (r463272) +++ head/www/p5-Mojolicious/Makefile Thu Mar 1 00:18:21 2018 (r463273) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mojolicious -PORTVERSION= 7.69 +PORTVERSION= 7.70 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Mojolicious/distinfo ============================================================================== --- head/www/p5-Mojolicious/distinfo Wed Feb 28 23:36:57 2018 (r463272) +++ head/www/p5-Mojolicious/distinfo Thu Mar 1 00:18:21 2018 (r463273) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519541432 -SHA256 (Mojolicious-7.69.tar.gz) = 473aef1380e24348915a411b470756a0c46293f24aae4c08dc8d51606419db00 -SIZE (Mojolicious-7.69.tar.gz) = 711172 +TIMESTAMP = 1519863429 +SHA256 (Mojolicious-7.70.tar.gz) = c05746a689821e38717aa57f45d29f500dd011df1af9931156d28f1decfc12b5 +SIZE (Mojolicious-7.70.tar.gz) = 711260 From owner-svn-ports-head@freebsd.org Thu Mar 1 01:48:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD84BF3645F; Thu, 1 Mar 2018 01:48:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 911EA71126; Thu, 1 Mar 2018 01:48:19 +0000 (UTC) (envelope-from jkim@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0521121ACF; Thu, 1 Mar 2018 01:48:18 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w211mIo8009834; Thu, 1 Mar 2018 01:48:18 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w211mI4A009831; Thu, 1 Mar 2018 01:48:18 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201803010148.w211mI4A009831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 1 Mar 2018 01:48:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463275 - head/print/libmspub01 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/print/libmspub01 X-SVN-Commit-Revision: 463275 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 01:48:22 -0000 Author: jkim Date: Thu Mar 1 01:48:18 2018 New Revision: 463275 URL: https://svnweb.freebsd.org/changeset/ports/463275 Log: Update to 0.1.4. https://gerrit.libreoffice.org/gitweb?p=libmspub.git;a=blob;f=NEWS;h=d665867#l1 Modified: head/print/libmspub01/Makefile head/print/libmspub01/distinfo head/print/libmspub01/pkg-plist Modified: head/print/libmspub01/Makefile ============================================================================== --- head/print/libmspub01/Makefile Thu Mar 1 01:47:09 2018 (r463274) +++ head/print/libmspub01/Makefile Thu Mar 1 01:48:18 2018 (r463275) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libmspub -PORTVERSION= 0.1.3 -PORTREVISION= 1 +PORTVERSION= 0.1.4 CATEGORIES= print graphics devel MASTER_SITES= LODEV/${PORTNAME} PKGNAMESUFFIX= 01 Modified: head/print/libmspub01/distinfo ============================================================================== --- head/print/libmspub01/distinfo Thu Mar 1 01:47:09 2018 (r463274) +++ head/print/libmspub01/distinfo Thu Mar 1 01:48:18 2018 (r463275) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515541600 -SHA256 (libmspub-0.1.3.tar.xz) = f0225f0ff03f6bec4847d7c2d8719a36cafc4b97a09e504b610372cc5b981c97 -SIZE (libmspub-0.1.3.tar.xz) = 377716 +TIMESTAMP = 1519868413 +SHA256 (libmspub-0.1.4.tar.xz) = ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba +SIZE (libmspub-0.1.4.tar.xz) = 377472 Modified: head/print/libmspub01/pkg-plist ============================================================================== --- head/print/libmspub01/pkg-plist Thu Mar 1 01:47:09 2018 (r463274) +++ head/print/libmspub01/pkg-plist Thu Mar 1 01:48:18 2018 (r463275) @@ -4,5 +4,5 @@ include/libmspub-0.1/libmspub/MSPUBDocument.h include/libmspub-0.1/libmspub/libmspub.h lib/libmspub-0.1.so lib/libmspub-0.1.so.1 -lib/libmspub-0.1.so.1.0.3 +lib/libmspub-0.1.so.1.0.4 libdata/pkgconfig/libmspub-0.1.pc From owner-svn-ports-head@freebsd.org Thu Mar 1 01:48:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE01DF36438; Thu, 1 Mar 2018 01:48:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65ADE71078; Thu, 1 Mar 2018 01:48:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 1E5AD1FC90; Thu, 1 Mar 2018 01:48:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 104F48B41; Thu, 1 Mar 2018 01:48:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id ZJALuN9H4WLk; Thu, 1 Mar 2018 01:48:09 +0000 (UTC) Subject: Re: svn commit: r463274 - in head/lang/rust-nightly: . files DKIM-Filter: OpenDKIM Filter v2.10.3 mail.xzibition.com CC7D08B3B From: Bryan Drewery To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201803010147.w211l93G009651@repo.freebsd.org> Organization: FreeBSD Message-ID: <7d1b985f-8bbf-5b5b-bb7a-7290ef35bd4e@FreeBSD.org> Date: Wed, 28 Feb 2018 17:48:01 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <201803010147.w211l93G009651@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kMsOgkO0LC7kPadzze0btyuQ8ku4jEcKh" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 01:48:14 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --kMsOgkO0LC7kPadzze0btyuQ8ku4jEcKh Content-Type: multipart/mixed; boundary="AK8ogJ5mTkv0xCBf6EBnogfdCAEltz79X"; protected-headers="v1" From: Bryan Drewery To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <7d1b985f-8bbf-5b5b-bb7a-7290ef35bd4e@FreeBSD.org> Subject: Re: svn commit: r463274 - in head/lang/rust-nightly: . files References: <201803010147.w211l93G009651@repo.freebsd.org> In-Reply-To: <201803010147.w211l93G009651@repo.freebsd.org> --AK8ogJ5mTkv0xCBf6EBnogfdCAEltz79X Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 2/28/18 5:47 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Thu Mar 1 01:47:09 2018 > New Revision: 463274 > URL: https://svnweb.freebsd.org/changeset/ports/463274 >=20 > Log: > Update to 2018-02-28 >=20 > Modified: > head/lang/rust-nightly/Makefile > head/lang/rust-nightly/distinfo > head/lang/rust-nightly/files/patch-src_librustc__back_target_freebsd_= _base.rs >=20 > Modified: head/lang/rust-nightly/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/rust-nightly/Makefile Thu Mar 1 00:18:21 2018 (r463273) > +++ head/lang/rust-nightly/Makefile Thu Mar 1 01:47:09 2018 (r463274) > @@ -14,11 +14,11 @@ CONFLICTS_INSTALL=3D rust > =20 > # Which source to pull: > # https://static.rust-lang.org/dist/${NIGHTLY_DATE}/rustc-nightly-sr= c.tar.gz > -NIGHTLY_DATE=3D 2018-02-19 > +NIGHTLY_DATE=3D 2018-02-28 > NIGHTLY_SUBDIR=3D ${NIGHTLY_DATE}/ > =20 > # See WRKSRC/src/stage0.txt for this date > -BOOTSTRAPS_DATE=3D 2018-01-02 > +BOOTSTRAPS_DATE=3D 2018-02-20 > RUST_BOOTSTRAP_VERSION=3D beta > CARGO_BOOTSTRAP_VERSION=3D beta > =20 >=20 > Modified: head/lang/rust-nightly/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/rust-nightly/distinfo Thu Mar 1 00:18:21 2018 (r463273) > +++ head/lang/rust-nightly/distinfo Thu Mar 1 01:47:09 2018 (r463274) > @@ -1,15 +1,15 @@ > -SHA256 (rust/2018-01-02/cargo-beta-i686-unknown-freebsd.tar.gz) =3D c4= bf5b40291e051ffd46375aac0576c5213f0c782b2efd99a2fb8911634ae4d2 > -SIZE (rust/2018-01-02/cargo-beta-i686-unknown-freebsd.tar.gz) =3D 5452= 446 > -SHA256 (rust/2018-01-02/cargo-beta-x86_64-unknown-freebsd.tar.gz) =3D = 8075ca816c15ca429cfa306284cc9c06c68a2c2a8c1c86c75c5c34e954ca05d0 > -SIZE (rust/2018-01-02/cargo-beta-x86_64-unknown-freebsd.tar.gz) =3D 55= 98173 > -SHA256 (rust/2018-01-02/rust-std-beta-i686-unknown-freebsd.tar.gz) =3D= e5871d96ea6d9fab0ebdb7c47621545255407975b62f768aef8eec3f6ca90f67 > -SIZE (rust/2018-01-02/rust-std-beta-i686-unknown-freebsd.tar.gz) =3D 8= 2314542 > -SHA256 (rust/2018-01-02/rust-std-beta-x86_64-unknown-freebsd.tar.gz) =3D= 5fd52e76a5e137d960edbbd5676fefaa0cad32ae98e723ad5990b86fa3df29a3 > -SIZE (rust/2018-01-02/rust-std-beta-x86_64-unknown-freebsd.tar.gz) =3D= 81901991 > -SHA256 (rust/2018-01-02/rustc-beta-i686-unknown-freebsd.tar.gz) =3D 1e= cb0a14d39df1fa3cbdce1a4b03f94cf19cb172b4bd8181457079e81bb2e876 > -SIZE (rust/2018-01-02/rustc-beta-i686-unknown-freebsd.tar.gz) =3D 6377= 8566 > -SHA256 (rust/2018-01-02/rustc-beta-x86_64-unknown-freebsd.tar.gz) =3D = 807e121b18661b5ad8ea64ff6e0f64205af8565219ebbd2120037166bdc7311b > -SIZE (rust/2018-01-02/rustc-beta-x86_64-unknown-freebsd.tar.gz) =3D 62= 532641 > -SHA256 (rust/2018-02-19/rustc-nightly-src.tar.xz) =3D 509703b2411ca480= f5c06b41425388648672f9fe827bd3ce5395753c356a2425 > -SIZE (rust/2018-02-19/rustc-nightly-src.tar.xz) =3D 52974588 > -TIMESTAMP =3D 1519452432 > +SHA256 (rust/2018-02-20/cargo-beta-i686-unknown-freebsd.tar.gz) =3D 21= b5ac5d39e6de1d312ef6c374c3c2839a3964d8fca9b3ee3ebfbdc4e0814d2a > +SIZE (rust/2018-02-20/cargo-beta-i686-unknown-freebsd.tar.gz) =3D 4938= 171 > +SHA256 (rust/2018-02-20/cargo-beta-x86_64-unknown-freebsd.tar.gz) =3D = 1196d5594b8efcfa56bfc5127faf85f9f85d71f880e0f012ad78f13249aec415 > +SIZE (rust/2018-02-20/cargo-beta-x86_64-unknown-freebsd.tar.gz) =3D 51= 92180 > +SHA256 (rust/2018-02-20/rust-std-beta-i686-unknown-freebsd.tar.gz) =3D= 5e358d07dba8000c758b3e2f46ead3578f764f013ecca66b38692bad0adab5a5 > +SIZE (rust/2018-02-20/rust-std-beta-i686-unknown-freebsd.tar.gz) =3D 5= 0439483 > +SHA256 (rust/2018-02-20/rust-std-beta-x86_64-unknown-freebsd.tar.gz) =3D= 22dbb0eb548933a196e5d6d684863ca823c4f35e19afc498a715022c273bfcfd > +SIZE (rust/2018-02-20/rust-std-beta-x86_64-unknown-freebsd.tar.gz) =3D= 50160005 > +SHA256 (rust/2018-02-20/rustc-beta-i686-unknown-freebsd.tar.gz) =3D 0e= af0002ed85864ab2e26d6431b9f9e044c3e7b4884f217c55ae03dfafe45721 > +SIZE (rust/2018-02-20/rustc-beta-i686-unknown-freebsd.tar.gz) =3D 5678= 1242 > +SHA256 (rust/2018-02-20/rustc-beta-x86_64-unknown-freebsd.tar.gz) =3D = d602781ac44e6c43bbe64a31ba0ca709b0d3ebb010ff645893f1912fb4237062 > +SIZE (rust/2018-02-20/rustc-beta-x86_64-unknown-freebsd.tar.gz) =3D 56= 350926 > +SHA256 (rust/2018-02-28/rustc-nightly-src.tar.xz) =3D dd73821cf66f9905= 9fcd4aa0482726093420f38e30f103db0730ab58e5a038d4 > +SIZE (rust/2018-02-28/rustc-nightly-src.tar.xz) =3D 53012152 > +TIMESTAMP =3D 1519854007 >=20 > Modified: head/lang/rust-nightly/files/patch-src_librustc__back_target_= freebsd__base.rs > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/rust-nightly/files/patch-src_librustc__back_target_freebs= d__base.rs Thu Mar 1 00:18:21 2018 (r463273) > +++ head/lang/rust-nightly/files/patch-src_librustc__back_target_freebs= d__base.rs Thu Mar 1 01:47:09 2018 (r463274) > @@ -2,12 +2,11 @@ Return struct like OpenBSD, see src/librustc_trans/ca= b > =20 > --- src/librustc_back/target/freebsd_base.rs.orig 2017-11-22 21:33:00 = UTC > +++ src/librustc_back/target/freebsd_base.rs > -@@ -31,6 +31,8 @@ pub fn opts() -> TargetOptions { > +@@ -31,6 +31,7 @@ pub fn opts() -> TargetOptions { > target_family: Some("unix".to_string()), > linker_is_gnu: true, > has_rpath: true, > + is_like_openbsd: true, > -+ eliminate_frame_pointer: false, This was upstreamed. The line above was too but didn't make it into this build. > pre_link_args: args, > position_independent_executables: true, > relro_level: RelroLevel::Full, >=20 --=20 Regards, Bryan Drewery --AK8ogJ5mTkv0xCBf6EBnogfdCAEltz79X-- --kMsOgkO0LC7kPadzze0btyuQ8ku4jEcKh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE+Rc8ssOq6npcih8JNddxu25Gl88FAlqXW9IACgkQNddxu25G l8+QwwgAu54m2CeT2AnYR/+GT6+3T+ZFk/FOYgsYo/Z7QDMsGhxZqlZggFBh0RCc mR/2xZDHi32gjVEz59jHWpFaicLCrC5AaPk6j52xq3ySGP7lOztOg6klWnDU80Kh fMEcTV9C9z5eijKjTRPeazwA1hMkp0x4dli2LA2H7+ph3bZnpM6pTl3+UWZzu9xh epf8U9UT5UY8YsDxDh4rjJhn5nv6ql6mm0Mr/bbTK6aEcqNjPUEOl4K0ErVNioTQ dy8TVxN/laB2i/88VRd7ExYNhaLaBUrO1QmRWTfzdd3dYYn+BJcfLB2+O81qqEBx qh8BHLkcapV8LwFKpQ/06yL4EbsM3Q== =/SOy -----END PGP SIGNATURE----- --kMsOgkO0LC7kPadzze0btyuQ8ku4jEcKh-- From owner-svn-ports-head@freebsd.org Thu Mar 1 01:47:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11B46F362AD; Thu, 1 Mar 2018 01:47:11 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D09C470EA3; Thu, 1 Mar 2018 01:47:09 +0000 (UTC) (envelope-from bdrewery@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C974221AC8; Thu, 1 Mar 2018 01:47:09 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w211l9ln009654; Thu, 1 Mar 2018 01:47:09 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w211l93G009651; Thu, 1 Mar 2018 01:47:09 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201803010147.w211l93G009651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 1 Mar 2018 01:47:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463274 - in head/lang/rust-nightly: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: in head/lang/rust-nightly: . files X-SVN-Commit-Revision: 463274 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 01:47:11 -0000 Author: bdrewery Date: Thu Mar 1 01:47:09 2018 New Revision: 463274 URL: https://svnweb.freebsd.org/changeset/ports/463274 Log: Update to 2018-02-28 Modified: head/lang/rust-nightly/Makefile head/lang/rust-nightly/distinfo head/lang/rust-nightly/files/patch-src_librustc__back_target_freebsd__base.rs Modified: head/lang/rust-nightly/Makefile ============================================================================== --- head/lang/rust-nightly/Makefile Thu Mar 1 00:18:21 2018 (r463273) +++ head/lang/rust-nightly/Makefile Thu Mar 1 01:47:09 2018 (r463274) @@ -14,11 +14,11 @@ CONFLICTS_INSTALL= rust # Which source to pull: # https://static.rust-lang.org/dist/${NIGHTLY_DATE}/rustc-nightly-src.tar.gz -NIGHTLY_DATE= 2018-02-19 +NIGHTLY_DATE= 2018-02-28 NIGHTLY_SUBDIR= ${NIGHTLY_DATE}/ # See WRKSRC/src/stage0.txt for this date -BOOTSTRAPS_DATE= 2018-01-02 +BOOTSTRAPS_DATE= 2018-02-20 RUST_BOOTSTRAP_VERSION= beta CARGO_BOOTSTRAP_VERSION= beta Modified: head/lang/rust-nightly/distinfo ============================================================================== --- head/lang/rust-nightly/distinfo Thu Mar 1 00:18:21 2018 (r463273) +++ head/lang/rust-nightly/distinfo Thu Mar 1 01:47:09 2018 (r463274) @@ -1,15 +1,15 @@ -SHA256 (rust/2018-01-02/cargo-beta-i686-unknown-freebsd.tar.gz) = c4bf5b40291e051ffd46375aac0576c5213f0c782b2efd99a2fb8911634ae4d2 -SIZE (rust/2018-01-02/cargo-beta-i686-unknown-freebsd.tar.gz) = 5452446 -SHA256 (rust/2018-01-02/cargo-beta-x86_64-unknown-freebsd.tar.gz) = 8075ca816c15ca429cfa306284cc9c06c68a2c2a8c1c86c75c5c34e954ca05d0 -SIZE (rust/2018-01-02/cargo-beta-x86_64-unknown-freebsd.tar.gz) = 5598173 -SHA256 (rust/2018-01-02/rust-std-beta-i686-unknown-freebsd.tar.gz) = e5871d96ea6d9fab0ebdb7c47621545255407975b62f768aef8eec3f6ca90f67 -SIZE (rust/2018-01-02/rust-std-beta-i686-unknown-freebsd.tar.gz) = 82314542 -SHA256 (rust/2018-01-02/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 5fd52e76a5e137d960edbbd5676fefaa0cad32ae98e723ad5990b86fa3df29a3 -SIZE (rust/2018-01-02/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 81901991 -SHA256 (rust/2018-01-02/rustc-beta-i686-unknown-freebsd.tar.gz) = 1ecb0a14d39df1fa3cbdce1a4b03f94cf19cb172b4bd8181457079e81bb2e876 -SIZE (rust/2018-01-02/rustc-beta-i686-unknown-freebsd.tar.gz) = 63778566 -SHA256 (rust/2018-01-02/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 807e121b18661b5ad8ea64ff6e0f64205af8565219ebbd2120037166bdc7311b -SIZE (rust/2018-01-02/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 62532641 -SHA256 (rust/2018-02-19/rustc-nightly-src.tar.xz) = 509703b2411ca480f5c06b41425388648672f9fe827bd3ce5395753c356a2425 -SIZE (rust/2018-02-19/rustc-nightly-src.tar.xz) = 52974588 -TIMESTAMP = 1519452432 +SHA256 (rust/2018-02-20/cargo-beta-i686-unknown-freebsd.tar.gz) = 21b5ac5d39e6de1d312ef6c374c3c2839a3964d8fca9b3ee3ebfbdc4e0814d2a +SIZE (rust/2018-02-20/cargo-beta-i686-unknown-freebsd.tar.gz) = 4938171 +SHA256 (rust/2018-02-20/cargo-beta-x86_64-unknown-freebsd.tar.gz) = 1196d5594b8efcfa56bfc5127faf85f9f85d71f880e0f012ad78f13249aec415 +SIZE (rust/2018-02-20/cargo-beta-x86_64-unknown-freebsd.tar.gz) = 5192180 +SHA256 (rust/2018-02-20/rust-std-beta-i686-unknown-freebsd.tar.gz) = 5e358d07dba8000c758b3e2f46ead3578f764f013ecca66b38692bad0adab5a5 +SIZE (rust/2018-02-20/rust-std-beta-i686-unknown-freebsd.tar.gz) = 50439483 +SHA256 (rust/2018-02-20/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 22dbb0eb548933a196e5d6d684863ca823c4f35e19afc498a715022c273bfcfd +SIZE (rust/2018-02-20/rust-std-beta-x86_64-unknown-freebsd.tar.gz) = 50160005 +SHA256 (rust/2018-02-20/rustc-beta-i686-unknown-freebsd.tar.gz) = 0eaf0002ed85864ab2e26d6431b9f9e044c3e7b4884f217c55ae03dfafe45721 +SIZE (rust/2018-02-20/rustc-beta-i686-unknown-freebsd.tar.gz) = 56781242 +SHA256 (rust/2018-02-20/rustc-beta-x86_64-unknown-freebsd.tar.gz) = d602781ac44e6c43bbe64a31ba0ca709b0d3ebb010ff645893f1912fb4237062 +SIZE (rust/2018-02-20/rustc-beta-x86_64-unknown-freebsd.tar.gz) = 56350926 +SHA256 (rust/2018-02-28/rustc-nightly-src.tar.xz) = dd73821cf66f99059fcd4aa0482726093420f38e30f103db0730ab58e5a038d4 +SIZE (rust/2018-02-28/rustc-nightly-src.tar.xz) = 53012152 +TIMESTAMP = 1519854007 Modified: head/lang/rust-nightly/files/patch-src_librustc__back_target_freebsd__base.rs ============================================================================== --- head/lang/rust-nightly/files/patch-src_librustc__back_target_freebsd__base.rs Thu Mar 1 00:18:21 2018 (r463273) +++ head/lang/rust-nightly/files/patch-src_librustc__back_target_freebsd__base.rs Thu Mar 1 01:47:09 2018 (r463274) @@ -2,12 +2,11 @@ Return struct like OpenBSD, see src/librustc_trans/cab --- src/librustc_back/target/freebsd_base.rs.orig 2017-11-22 21:33:00 UTC +++ src/librustc_back/target/freebsd_base.rs -@@ -31,6 +31,8 @@ pub fn opts() -> TargetOptions { +@@ -31,6 +31,7 @@ pub fn opts() -> TargetOptions { target_family: Some("unix".to_string()), linker_is_gnu: true, has_rpath: true, + is_like_openbsd: true, -+ eliminate_frame_pointer: false, pre_link_args: args, position_independent_executables: true, relro_level: RelroLevel::Full, From owner-svn-ports-head@freebsd.org Thu Mar 1 01:55:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9253EF36E30; Thu, 1 Mar 2018 01:55:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 352DF717B1; Thu, 1 Mar 2018 01:55:19 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3021F21C89; Thu, 1 Mar 2018 01:55:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w211tJPI014636; Thu, 1 Mar 2018 01:55:19 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w211tInc014632; Thu, 1 Mar 2018 01:55:18 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201803010155.w211tInc014632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 1 Mar 2018 01:55:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463276 - in head/devel: . rubygem-airborne X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . rubygem-airborne X-SVN-Commit-Revision: 463276 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 01:55:19 -0000 Author: swills Date: Thu Mar 1 01:55:18 2018 New Revision: 463276 URL: https://svnweb.freebsd.org/changeset/ports/463276 Log: devel/rubygem-airborne: create port RSpec driven API testing framework WWW: https://github.com/brooklynDev/airborne Added: head/devel/rubygem-airborne/ head/devel/rubygem-airborne/Makefile (contents, props changed) head/devel/rubygem-airborne/distinfo (contents, props changed) head/devel/rubygem-airborne/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 1 01:48:18 2018 (r463275) +++ head/devel/Makefile Thu Mar 1 01:55:18 2018 (r463276) @@ -5279,6 +5279,7 @@ SUBDIR += rubygem-analogger SUBDIR += rubygem-annoy SUBDIR += rubygem-ansi + SUBDIR += rubygem-airborne SUBDIR += rubygem-apipie-bindings SUBDIR += rubygem-apipie-params SUBDIR += rubygem-app_config Added: head/devel/rubygem-airborne/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-airborne/Makefile Thu Mar 1 01:55:18 2018 (r463276) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= airborne +PORTVERSION= 0.2.13 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= RSpec driven API testing framework + +RUN_DEPENDS= rubygem-activesupport4>=0:devel/rubygem-activesupport4 \ + rubygem-rack>=0:www/rubygem-rack \ + rubygem-rack-test>=0.6.2:www/rubygem-rack-test \ + rubygem-rest-client>=1.7.3:www/rubygem-rest-client \ + rubygem-rspec>=3.1:devel/rubygem-rspec + +USES= gem +USE_RUBY= yes + +.include Added: head/devel/rubygem-airborne/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-airborne/distinfo Thu Mar 1 01:55:18 2018 (r463276) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519865950 +SHA256 (rubygem/airborne-0.2.13.gem) = 8f1986eca8f18a1e301e4b536de3526ec9464db01271a8b9e0c05eaddde09eec +SIZE (rubygem/airborne-0.2.13.gem) = 19968 Added: head/devel/rubygem-airborne/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-airborne/pkg-descr Thu Mar 1 01:55:18 2018 (r463276) @@ -0,0 +1,3 @@ +RSpec driven API testing framework + +WWW: https://github.com/brooklynDev/airborne From owner-svn-ports-head@freebsd.org Thu Mar 1 02:26:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF00FF394B1; Thu, 1 Mar 2018 02:25:59 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D62E7321A; Thu, 1 Mar 2018 02:25:59 +0000 (UTC) (envelope-from jwb@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7EB1522250; Thu, 1 Mar 2018 02:25:59 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w212Px1O029685; Thu, 1 Mar 2018 02:25:59 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w212PxuN029682; Thu, 1 Mar 2018 02:25:59 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201803010225.w212PxuN029682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Thu, 1 Mar 2018 02:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463277 - head/sysutils/diskimage-tools X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: head/sysutils/diskimage-tools X-SVN-Commit-Revision: 463277 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 02:26:00 -0000 Author: jwb Date: Thu Mar 1 02:25:58 2018 New Revision: 463277 URL: https://svnweb.freebsd.org/changeset/ports/463277 Log: diskimage-tools: Upgrade to 0.2 Fix LICENSE_FILE issue PR: 222558 Reported by: Yasuhiro KIMURA Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14520 Modified: head/sysutils/diskimage-tools/Makefile head/sysutils/diskimage-tools/distinfo head/sysutils/diskimage-tools/pkg-plist Modified: head/sysutils/diskimage-tools/Makefile ============================================================================== --- head/sysutils/diskimage-tools/Makefile Thu Mar 1 01:55:18 2018 (r463276) +++ head/sysutils/diskimage-tools/Makefile Thu Mar 1 02:25:58 2018 (r463277) @@ -1,25 +1,34 @@ # $FreeBSD$ PORTNAME= diskimage-tools -PORTVERSION= 0.1 +DISTVERSION= 0.2 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ MAINTAINER= jwb@FreeBSD.org COMMENT= Convenience tools for manipulating disk images -LICENSE= BSD +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_BUILD= yes USES= tar:xz +NO_BUILD= yes +NO_ARCH= yes + do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/mount_cd9660_image \ - ${WRKSRC}/umount_cd9660_image ${WRKSRC}/img2dev \ + @${MKDIR} ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/mount_image \ ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/mount_cd9660_image.1 \ - ${WRKSRC}/umount_cd9660_image.1 ${WRKSRC}/img2dev.1 \ + ${INSTALL_SCRIPT} ${WRKSRC}/umount_image \ + ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/img2dev \ + ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/mount_image.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/umount_image.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/img2dev.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 .include Modified: head/sysutils/diskimage-tools/distinfo ============================================================================== --- head/sysutils/diskimage-tools/distinfo Thu Mar 1 01:55:18 2018 (r463276) +++ head/sysutils/diskimage-tools/distinfo Thu Mar 1 02:25:58 2018 (r463277) @@ -1,2 +1,3 @@ -SHA256 (diskimage-tools-0.1.tar.xz) = 4f0b6257fe7ea989adaff356c0e1ad6c1f1d206855164048aecb6174585f50b0 -SIZE (diskimage-tools-0.1.tar.xz) = 1748 +TIMESTAMP = 1519659063 +SHA256 (diskimage-tools-0.2.tar.xz) = ef7340c52d0254d7b5df2908c1f0947748c63b7533a529ab91fe6fb627ce1291 +SIZE (diskimage-tools-0.2.tar.xz) = 2800 Modified: head/sysutils/diskimage-tools/pkg-plist ============================================================================== --- head/sysutils/diskimage-tools/pkg-plist Thu Mar 1 01:55:18 2018 (r463276) +++ head/sysutils/diskimage-tools/pkg-plist Thu Mar 1 02:25:58 2018 (r463277) @@ -1,7 +1,6 @@ -@comment Generated by sysutils/genplist -sbin/img2dev -sbin/mount_cd9660_image -sbin/umount_cd9660_image man/man1/img2dev.1.gz -man/man1/mount_cd9660_image.1.gz -man/man1/umount_cd9660_image.1.gz +man/man1/mount_image.1.gz +man/man1/umount_image.1.gz +sbin/img2dev +sbin/mount_image +sbin/umount_image From owner-svn-ports-head@freebsd.org Thu Mar 1 03:40:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 530FBF3F6C1; Thu, 1 Mar 2018 03:40:13 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3EE676A56; Thu, 1 Mar 2018 03:40:12 +0000 (UTC) (envelope-from danfe@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEF6422EC7; Thu, 1 Mar 2018 03:40:12 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w213eCaA065571; Thu, 1 Mar 2018 03:40:12 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w213eCZl065569; Thu, 1 Mar 2018 03:40:12 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201803010340.w213eCZl065569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 1 Mar 2018 03:40:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463278 - head/graphics/embree X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/graphics/embree X-SVN-Commit-Revision: 463278 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 03:40:13 -0000 Author: danfe Date: Thu Mar 1 03:40:12 2018 New Revision: 463278 URL: https://svnweb.freebsd.org/changeset/ports/463278 Log: Update `graphics/embree' to version 2.17.3. Reported by: portscout Modified: head/graphics/embree/Makefile head/graphics/embree/distinfo Modified: head/graphics/embree/Makefile ============================================================================== --- head/graphics/embree/Makefile Thu Mar 1 02:25:58 2018 (r463277) +++ head/graphics/embree/Makefile Thu Mar 1 03:40:12 2018 (r463278) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= embree -PORTVERSION= 2.17.1 +PORTVERSION= 2.17.3 DISTVERSIONPREFIX= v CATEGORIES= graphics Modified: head/graphics/embree/distinfo ============================================================================== --- head/graphics/embree/distinfo Thu Mar 1 02:25:58 2018 (r463277) +++ head/graphics/embree/distinfo Thu Mar 1 03:40:12 2018 (r463278) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510648523 -SHA256 (embree-embree-v2.17.1_GH0.tar.gz) = ab4af2f86690f82228337bb4e54213ca3316fd38726770f720fe2c9b4cf0f066 -SIZE (embree-embree-v2.17.1_GH0.tar.gz) = 2107410 +TIMESTAMP = 1519193284 +SHA256 (embree-embree-v2.17.3_GH0.tar.gz) = c7d7172ce6e64a7a405fba97ed9e3e92a9cdd53aba5cfc0d46d4b792e22bc0fe +SIZE (embree-embree-v2.17.3_GH0.tar.gz) = 2108071 From owner-svn-ports-head@freebsd.org Thu Mar 1 05:07:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5434F4AC4D; Thu, 1 Mar 2018 05:07:25 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 521BB7C019; Thu, 1 Mar 2018 05:07:25 +0000 (UTC) (envelope-from ultima@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C60223DE9; Thu, 1 Mar 2018 05:07:25 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2157Pa9011057; Thu, 1 Mar 2018 05:07:25 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2157OhZ011055; Thu, 1 Mar 2018 05:07:24 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201803010507.w2157OhZ011055@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Thu, 1 Mar 2018 05:07:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463279 - head/audio/teamspeak3-server X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/audio/teamspeak3-server X-SVN-Commit-Revision: 463279 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 05:07:25 -0000 Author: ultima Date: Thu Mar 1 05:07:24 2018 New Revision: 463279 URL: https://svnweb.freebsd.org/changeset/ports/463279 Log: * Updated to 3.1.1 Changes: https://forum.teamspeak.com/threads/135056-TeamSpeak-3-Server-3-1-1-released Modified: head/audio/teamspeak3-server/Makefile head/audio/teamspeak3-server/distinfo Modified: head/audio/teamspeak3-server/Makefile ============================================================================== --- head/audio/teamspeak3-server/Makefile Thu Mar 1 03:40:12 2018 (r463278) +++ head/audio/teamspeak3-server/Makefile Thu Mar 1 05:07:24 2018 (r463279) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= teamspeak3-server -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://dl.4players.de/ts/releases/${PORTVERSION}/ \ Modified: head/audio/teamspeak3-server/distinfo ============================================================================== --- head/audio/teamspeak3-server/distinfo Thu Mar 1 03:40:12 2018 (r463278) +++ head/audio/teamspeak3-server/distinfo Thu Mar 1 05:07:24 2018 (r463279) @@ -1,5 +1,5 @@ -TIMESTAMP = 1519526069 -SHA256 (teamspeak3-server_freebsd_amd64-3.1.0.tar.bz2) = aab8cac894205fef6dac3f4561f80f609e47b2c57945e662846df78492c29ddf -SIZE (teamspeak3-server_freebsd_amd64-3.1.0.tar.bz2) = 6738969 -SHA256 (teamspeak3-server_freebsd_x86-3.1.0.tar.bz2) = b69f26d30b44f444adaa08fd85ab01c3ba63aab8c4b220f19b85049b3788be86 -SIZE (teamspeak3-server_freebsd_x86-3.1.0.tar.bz2) = 6688558 +TIMESTAMP = 1519880353 +SHA256 (teamspeak3-server_freebsd_amd64-3.1.1.tar.bz2) = 4a42378d1d8141e3ee260079fc36055232812bde8cfe7840de71b7f94de2ed18 +SIZE (teamspeak3-server_freebsd_amd64-3.1.1.tar.bz2) = 6737821 +SHA256 (teamspeak3-server_freebsd_x86-3.1.1.tar.bz2) = 8a66acdfb4a3a1969b36486cabc0f0fa2ce548ff4266402d28da243d33903fc1 +SIZE (teamspeak3-server_freebsd_x86-3.1.1.tar.bz2) = 6687623 From owner-svn-ports-head@freebsd.org Thu Mar 1 06:16:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 33928F26C80; Thu, 1 Mar 2018 06:16:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C7A9286B21; Thu, 1 Mar 2018 06:16:12 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C2A2924A76; Thu, 1 Mar 2018 06:16:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w216GC0Z047125; Thu, 1 Mar 2018 06:16:12 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w216GCkr047123; Thu, 1 Mar 2018 06:16:12 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803010616.w216GCkr047123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 1 Mar 2018 06:16:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463280 - head/devel/RStudio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/RStudio X-SVN-Commit-Revision: 463280 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 06:16:13 -0000 Author: yuri Date: Thu Mar 1 06:16:12 2018 New Revision: 463280 URL: https://svnweb.freebsd.org/changeset/ports/463280 Log: devel/RStudio: Update to 1.1.436 Also added the symlink to pandoc that is needed for some commands. Approved by: tcberner (mentor, implicit) Modified: head/devel/RStudio/Makefile head/devel/RStudio/distinfo Modified: head/devel/RStudio/Makefile ============================================================================== --- head/devel/RStudio/Makefile Thu Mar 1 05:07:24 2018 (r463279) +++ head/devel/RStudio/Makefile Thu Mar 1 06:16:12 2018 (r463280) @@ -5,7 +5,7 @@ PORTNAME= RStudio DISTVERSIONPREFIX= v -DISTVERSION= 1.1.434 +DISTVERSION= 1.1.436 CATEGORIES= devel math java MASTER_SITES= https://s3.amazonaws.com/rstudio-dictionaries/:dictionaries \ https://s3.amazonaws.com/rstudio-buildtools/:buildtools @@ -78,6 +78,9 @@ post-install: ) > ${STAGEDIR}${PREFIX}/bin/rstudio @${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/rstudio @${REINPLACE_CMD} -e 's|^Exec=.*/rstudio|Exec=${PREFIX}/bin/rstudio|' ${STAGEDIR}${PREFIX}/share/applications/rstudio.desktop + # Some functions expect the pandoc symlink. + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/rstudio/bin/pandoc + @cd ${STAGEDIR}${PREFIX}/lib/rstudio/bin/pandoc && ${LN} -s ../../../../bin/pandoc # There is a variability in .js file names due to the use of random numbers, so we use the automatic plist. @${SETENV} ${CO_ENV} ${SH} ${SCRIPTSDIR}/check-stagedir.sh makeplist | ${GREP} -v ^\/ | ${SED} -e 's|%%WWWDIR%%|www/rstudio|' > ${TMPPLIST} Modified: head/devel/RStudio/distinfo ============================================================================== --- head/devel/RStudio/distinfo Thu Mar 1 05:07:24 2018 (r463279) +++ head/devel/RStudio/distinfo Thu Mar 1 06:16:12 2018 (r463280) @@ -1,4 +1,4 @@ -TIMESTAMP = 1519621145 +TIMESTAMP = 1519862398 SHA256 (core-dictionaries.zip) = 4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494 SIZE (core-dictionaries.zip) = 876339 SHA256 (gin-1.5.zip) = f561f4eb5d5fe1cff95c881e6aed53a86e9f0de8a52863295a8600375f96ab94 @@ -7,8 +7,8 @@ SHA256 (gwt-2.7.0.zip) = aa65061b73836190410720bea422e SIZE (gwt-2.7.0.zip) = 108818328 SHA256 (mathjax-26.zip) = 939a2d7f37e26287970be942df70f3e8f272bac2eb868ce1de18bb95d3c26c71 SIZE (mathjax-26.zip) = 3061588 -SHA256 (RStudio-rstudio-v1.1.434_GH0.tar.gz) = 0c78c2ac1072b4e3dbc3397e84a2f2cb20bd78a96d484d18868d9778f3198e07 -SIZE (RStudio-rstudio-v1.1.434_GH0.tar.gz) = 20197399 +SHA256 (RStudio-rstudio-v1.1.436_GH0.tar.gz) = 244c3956144772e9fdbbf13b25c0b197ff868092f4021ae9ace04699489cfba1 +SIZE (RStudio-rstudio-v1.1.436_GH0.tar.gz) = 20197115 SHA256 (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = b6f6f48dd9930514204739d8957c2737f0b1d110aebf9f89fa31de10598cb29b SIZE (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = 2087615 SHA256 (rstudio-rsconnect-03c379b_GH0.tar.gz) = d24b6ee49f32f650f6d10bbfc7b2f61aee258f2fbf45a43c006f9e0a726bcea6 From owner-svn-ports-head@freebsd.org Thu Mar 1 06:23:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43ADBF27BDC; Thu, 1 Mar 2018 06:23:37 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2A2A68158; Thu, 1 Mar 2018 06:23:36 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD91F24C31; Thu, 1 Mar 2018 06:23:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w216Na30052776; Thu, 1 Mar 2018 06:23:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w216NaHN052770; Thu, 1 Mar 2018 06:23:36 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803010623.w216NaHN052770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 1 Mar 2018 06:23:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463281 - in head/multimedia: . harvid harvid/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/multimedia: . harvid harvid/files X-SVN-Commit-Revision: 463281 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 06:23:37 -0000 Author: yuri Date: Thu Mar 1 06:23:36 2018 New Revision: 463281 URL: https://svnweb.freebsd.org/changeset/ports/463281 Log: New port: multimedia/harvid: Extract still images from movies and serve them via HTTP PR: 214605 Submitted by: Marcel Bonnet Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14495 Added: head/multimedia/harvid/ head/multimedia/harvid/Makefile (contents, props changed) head/multimedia/harvid/distinfo (contents, props changed) head/multimedia/harvid/files/ head/multimedia/harvid/files/patch-common.mak (contents, props changed) head/multimedia/harvid/files/patch-src_Makefile (contents, props changed) head/multimedia/harvid/pkg-descr (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Thu Mar 1 06:16:12 2018 (r463280) +++ head/multimedia/Makefile Thu Mar 1 06:23:36 2018 (r463281) @@ -157,6 +157,7 @@ SUBDIR += gtk-youtube-viewer SUBDIR += gxine SUBDIR += handbrake + SUBDIR += harvid SUBDIR += imagination SUBDIR += iriverter SUBDIR += iso2mkv Added: head/multimedia/harvid/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/harvid/Makefile Thu Mar 1 06:23:36 2018 (r463281) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= harvid +DISTVERSIONPREFIX= v +DISTVERSION= 0.8.2 +CATEGORIES= multimedia + +MAINTAINER= marcelbonnet@gmail.com +COMMENT= Extract still images from movies and serve them via HTTP + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ + libpng16.so:graphics/png + +USES= gmake jpeg localbase pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= x42 + +MAKE_JOBS_UNSAFE= yes # https://github.com/x42/harvid/issues/5 + +PLIST_FILES= bin/harvid \ + man/man1/harvid.1.gz + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/harvid + +.include Added: head/multimedia/harvid/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/harvid/distinfo Thu Mar 1 06:23:36 2018 (r463281) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519465247 +SHA256 (x42-harvid-v0.8.2_GH0.tar.gz) = 3e3e22f554c7c8f0efe3ca400200e95c9fd5c0495cc76c4ae08991bc2abbc358 +SIZE (x42-harvid-v0.8.2_GH0.tar.gz) = 116541 Added: head/multimedia/harvid/files/patch-common.mak ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/harvid/files/patch-common.mak Thu Mar 1 06:23:36 2018 (r463281) @@ -0,0 +1,11 @@ +--- common.mak.orig 2018-02-24 09:43:21 UTC ++++ common.mak +@@ -4,7 +4,7 @@ CFLAGS ?= -Wall -g -O2 + PREFIX ?= /usr/local + + bindir ?= $(PREFIX)/bin +-mandir ?= $(PREFIX)/share/man ++mandir ?= $(PREFIX)/man + libdir ?= $(PREFIX)/lib + docdir ?= $(PREFIX)/share/doc + includedir ?= $(PREFIX)/include Added: head/multimedia/harvid/files/patch-src_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/harvid/files/patch-src_Makefile Thu Mar 1 06:23:36 2018 (r463281) @@ -0,0 +1,15 @@ +--- src/Makefile.orig 2018-02-24 09:51:55 UTC ++++ src/Makefile +@@ -16,9 +16,9 @@ ifeq ($(shell PKG_CONFIG_PATH=$(PKG_CONF + $(error "libpng is required - install libpng-dev") + endif + +-ifeq ($(shell $(ECHO) "\#include \n\#include \nint main() { struct jpeg_error_mgr jerr; jpeg_std_error(&jerr); return 0; }" | $(CC) -pipe -x c -o $(CONFIGTEMP) $(ARCHINCLUDES) $(LDFLAGS) - -ljpeg 2>/dev/null || echo no; $(RM) -f $(CONFIGTEMP)), no) +- $(error "libjpeg is required - install libjpeg-dev, libjpeg8-dev or libjpeg62-dev") +-endif ++#ifeq ($(shell $(ECHO) "\#include \n\#include \nint main() { struct jpeg_error_mgr jerr; jpeg_std_error(&jerr); return 0; }" | $(CC) -pipe -x c -o $(CONFIGTEMP) $(ARCHINCLUDES) $(LDFLAGS) - -ljpeg 2>/dev/null || echo no; $(RM) -f $(CONFIGTEMP)), no) ++# $(error "libjpeg is required - install libjpeg-dev, libjpeg8-dev or libjpeg62-dev") ++#endif + + FLAGS=-I../libharvid/ + FLAGS+=$(ARCHINCLUDES) $(ARCHFLAGS) Added: head/multimedia/harvid/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/harvid/pkg-descr Thu Mar 1 06:23:36 2018 (r463281) @@ -0,0 +1,6 @@ +Harvid efficiently provides frame-accurate data and acts as second level +cache for rendering the video-timeline in Ardour, but it is not limited to +that: it has applications for any task that requires a high-performance +frame-accurate online image extraction processor. + +WWW: https://x42.github.com/harvid/ From owner-svn-ports-head@freebsd.org Thu Mar 1 06:41:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DF87F29BA1; Thu, 1 Mar 2018 06:41:56 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 432356B755; Thu, 1 Mar 2018 06:41:56 +0000 (UTC) (envelope-from novel@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E23124E73; Thu, 1 Mar 2018 06:41:56 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w216fuOV062528; Thu, 1 Mar 2018 06:41:56 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w216ftrG062525; Thu, 1 Mar 2018 06:41:55 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201803010641.w216ftrG062525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Thu, 1 Mar 2018 06:41:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463282 - head/audio/mpg123 X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/audio/mpg123 X-SVN-Commit-Revision: 463282 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 06:41:56 -0000 Author: novel Date: Thu Mar 1 06:41:55 2018 New Revision: 463282 URL: https://svnweb.freebsd.org/changeset/ports/463282 Log: audio/mpg123: update to 1.25.10 Modified: head/audio/mpg123/Makefile head/audio/mpg123/distinfo head/audio/mpg123/pkg-plist Modified: head/audio/mpg123/Makefile ============================================================================== --- head/audio/mpg123/Makefile Thu Mar 1 06:23:36 2018 (r463281) +++ head/audio/mpg123/Makefile Thu Mar 1 06:41:55 2018 (r463282) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpg123 -PORTVERSION= 1.25.8 +PORTVERSION= 1.25.10 CATEGORIES= audio ipv6 MASTER_SITES= SF \ http://www.mpg123.de/download/ Modified: head/audio/mpg123/distinfo ============================================================================== --- head/audio/mpg123/distinfo Thu Mar 1 06:23:36 2018 (r463281) +++ head/audio/mpg123/distinfo Thu Mar 1 06:41:55 2018 (r463282) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512283175 -SHA256 (mpg123-1.25.8.tar.bz2) = 79da51efae011814491f07c95cb5e46de0476aca7a0bf240ba61cfc27af8499b -SIZE (mpg123-1.25.8.tar.bz2) = 920677 +TIMESTAMP = 1519882890 +SHA256 (mpg123-1.25.10.tar.bz2) = 6c1337aee2e4bf993299851c70b7db11faec785303cfca3a5c3eb5f329ba7023 +SIZE (mpg123-1.25.10.tar.bz2) = 921219 Modified: head/audio/mpg123/pkg-plist ============================================================================== --- head/audio/mpg123/pkg-plist Thu Mar 1 06:23:36 2018 (r463281) +++ head/audio/mpg123/pkg-plist Thu Mar 1 06:41:55 2018 (r463282) @@ -7,10 +7,10 @@ include/mpg123.h include/out123.h lib/libmpg123.so lib/libmpg123.so.0 -lib/libmpg123.so.0.44.7 +lib/libmpg123.so.0.44.8 lib/libout123.so lib/libout123.so.0 -lib/libout123.so.0.2.1 +lib/libout123.so.0.2.2 lib/mpg123/output_dummy.so lib/mpg123/output_oss.so %%SNDIO%%lib/mpg123/output_sndio.so From owner-svn-ports-head@freebsd.org Thu Mar 1 06:49:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F4228F2B4EC; Thu, 1 Mar 2018 06:49:19 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A690D6CB2E; Thu, 1 Mar 2018 06:49:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 876F524FCE; Thu, 1 Mar 2018 06:49:19 +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 w216nJRT064187; Thu, 1 Mar 2018 06:49:19 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w216nJAO064185; Thu, 1 Mar 2018 06:49:19 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201803010649.w216nJAO064185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 1 Mar 2018 06:49:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463283 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 463283 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 06:49:20 -0000 Author: jhale Date: Thu Mar 1 06:49:19 2018 New Revision: 463283 URL: https://svnweb.freebsd.org/changeset/ports/463283 Log: Document vulnerability in audio/libsndfile and audio/linux-c[6|7]-libsndfile Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 1 06:41:55 2018 (r463282) +++ head/security/vuxml/vuln.xml Thu Mar 1 06:49:19 2018 (r463283) @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libsndfile -- out-of-bounds read memory access + + + libsndfile + linux-c6-libsndfile + linux-c7-libsndfile + 1.0.28 + + + + +

Laurent Delosieres, Secunia Research at Flexera Software reports:

+
+

Secunia Research has discovered a vulnerability in libsndfile, which can be + exploited by malicious people to disclose potentially sensitive information. + The vulnerability is caused due to an error in the "aiff_read_chanmap()" function + (src/aiff.c), which can be exploited to cause an out-of-bounds read memory access + via a specially crafted AIFF file. The vulnerability is confirmed in version 1.0.28. + Other versions may also be affected.

+
+ +
+ + CVE-2017-6892 + https://nvd.nist.gov/vuln/detail/CVE-2017-6892 + https://secuniaresearch.flexerasoftware.com/secunia_research/2017-13/ + https://github.com/erikd/libsndfile/commit/f833c53cb596e9e1792949f762e0b33661822748 + + + 2017-05-23 + 2018-03-01 + +
+ ntp -- multiple vulnerabilities From owner-svn-ports-head@freebsd.org Thu Mar 1 06:59:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17029F2DDCD; Thu, 1 Mar 2018 06:59:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E30A76E643; Thu, 1 Mar 2018 06:59:42 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE1D925184; Thu, 1 Mar 2018 06:59:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w216xg9Q069563; Thu, 1 Mar 2018 06:59:42 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w216xg3E069562; Thu, 1 Mar 2018 06:59:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803010659.w216xg3E069562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 1 Mar 2018 06:59:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463284 - head/security/hmap X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/hmap X-SVN-Commit-Revision: 463284 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 06:59:43 -0000 Author: yuri Date: Thu Mar 1 06:59:42 2018 New Revision: 463284 URL: https://svnweb.freebsd.org/changeset/ports/463284 Log: security/hmap: Unbroke the port * Fixed the python shebang * Added NO_ARCH=yes Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure) Modified: head/security/hmap/Makefile Modified: head/security/hmap/Makefile ============================================================================== --- head/security/hmap/Makefile Thu Mar 1 06:49:19 2018 (r463283) +++ head/security/hmap/Makefile Thu Mar 1 06:59:42 2018 (r463284) @@ -15,14 +15,14 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GPL USES= dos2unix python - NO_WRKSUBDIR= yes NO_BUILD= yes +NO_ARCH= yes OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} -e 's|DATADIR|${DATADIR}|' ${WRKSRC}/hmap.py + ${REINPLACE_CMD} -e 's|DATADIR|${DATADIR}|; s|#! /usr/bin/env python|#!${PYTHON_CMD}|' ${WRKSRC}/hmap.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/hmap.py ${STAGEDIR}${PREFIX}/bin From owner-svn-ports-head@freebsd.org Thu Mar 1 07:11:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89BE3F30796; Thu, 1 Mar 2018 07:11:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 359736FC8E; Thu, 1 Mar 2018 07:11:12 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3077D2545C; Thu, 1 Mar 2018 07:11:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w217BCSa075571; Thu, 1 Mar 2018 07:11:12 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w217BCuc075570; Thu, 1 Mar 2018 07:11:12 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803010711.w217BCuc075570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 1 Mar 2018 07:11:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463285 - head/misc/gonvert X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/gonvert X-SVN-Commit-Revision: 463285 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 07:11:12 -0000 Author: yuri Date: Thu Mar 1 07:11:11 2018 New Revision: 463285 URL: https://svnweb.freebsd.org/changeset/ports/463285 Log: misc/gonvert: Unbroke the port Fixed the python shebang. Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure) Modified: head/misc/gonvert/Makefile Modified: head/misc/gonvert/Makefile ============================================================================== --- head/misc/gonvert/Makefile Thu Mar 1 06:59:42 2018 (r463284) +++ head/misc/gonvert/Makefile Thu Mar 1 07:11:11 2018 (r463285) @@ -24,7 +24,7 @@ NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext post-patch: - @${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!/usr/bin/env python|g ; \ + @${REINPLACE_CMD} -e 's|#!/usr/bin/python|#!${PYTHON_CMD}| ; \ s|/usr/share|${PREFIX}/share|g ; \ s|/\.\./pixmaps/|/pixmaps/|g' ${WRKSRC}/gonvert From owner-svn-ports-head@freebsd.org Thu Mar 1 09:03:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6684F27162; Thu, 1 Mar 2018 09:03:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 589C5766DE; Thu, 1 Mar 2018 09:03:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 539F326761; Thu, 1 Mar 2018 09:03:03 +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 w21933Lf033948; Thu, 1 Mar 2018 09:03:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w219330W033947; Thu, 1 Mar 2018 09:03:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803010903.w219330W033947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Mar 2018 09:03:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463287 - head/dns/libidn X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/dns/libidn X-SVN-Commit-Revision: 463287 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 09:03:04 -0000 Author: amdmi3 Date: Thu Mar 1 09:03:03 2018 New Revision: 463287 URL: https://svnweb.freebsd.org/changeset/ports/463287 Log: - Add LICENSE - Switch to USES=localbase - Pet portlint - Switch to options helpers Approved by: portmgr blanket Modified: head/dns/libidn/Makefile Modified: head/dns/libidn/Makefile ============================================================================== --- head/dns/libidn/Makefile Thu Mar 1 08:33:02 2018 (r463286) +++ head/dns/libidn/Makefile Thu Mar 1 09:03:03 2018 (r463287) @@ -10,11 +10,14 @@ MASTER_SITES= GNU MAINTAINER= gaod@hychen.org COMMENT= Internationalized Domain Names command line tool +LICENSE= GPLv2+ LGPL3+ +LICENSE_COMB= dual +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYINGv2 +LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSERv3 + +USES= gmake iconv libtool localbase makeinfo pathfix perl5 pkgconfig GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -USES= gmake iconv libtool makeinfo pathfix perl5 pkgconfig USE_LDCONFIG= yes USE_PERL5= build @@ -22,7 +25,7 @@ INFO= libidn OPTIONS_DEFINE= DOCS NLS -OPTIONS_SUB=yes +OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext @@ -31,8 +34,8 @@ post-patch: @${REINPLACE_CMD} -e '/^Libs.private:/s/$$/ @LTLIBINTL@/' \ ${WRKSRC}/libidn.pc.in -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in FAQ NEWS README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor From owner-svn-ports-head@freebsd.org Thu Mar 1 08:33:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39603F3F656; Thu, 1 Mar 2018 08:33:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD61375245; Thu, 1 Mar 2018 08:33:02 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D843D2625F; Thu, 1 Mar 2018 08:33:02 +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 w218X2FG019223; Thu, 1 Mar 2018 08:33:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w218X2UK019221; Thu, 1 Mar 2018 08:33:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803010833.w218X2UK019221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Mar 2018 08:33:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463286 - head/x11/xcmiscproto X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/xcmiscproto X-SVN-Commit-Revision: 463286 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 08:33:03 -0000 Author: amdmi3 Date: Thu Mar 1 08:33:02 2018 New Revision: 463286 URL: https://svnweb.freebsd.org/changeset/ports/463286 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/x11/xcmiscproto/Makefile head/x11/xcmiscproto/pkg-descr Modified: head/x11/xcmiscproto/Makefile ============================================================================== --- head/x11/xcmiscproto/Makefile Thu Mar 1 07:11:11 2018 (r463285) +++ head/x11/xcmiscproto/Makefile Thu Mar 1 08:33:02 2018 (r463286) @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= XCMisc extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto CONFIGURE_ARGS+=--disable-specs --without-xmlto Modified: head/x11/xcmiscproto/pkg-descr ============================================================================== --- head/x11/xcmiscproto/pkg-descr Thu Mar 1 07:11:11 2018 (r463285) +++ head/x11/xcmiscproto/pkg-descr Thu Mar 1 08:33:02 2018 (r463286) @@ -1,3 +1,3 @@ This package contains X.Org XCMisc extension headers. -WWW: http://www.freedesktop.org/wiki/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ From owner-svn-ports-head@freebsd.org Thu Mar 1 09:21:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CCD68F29E69; Thu, 1 Mar 2018 09:21:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7E4A67744D; Thu, 1 Mar 2018 09:21:39 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 792822697D; Thu, 1 Mar 2018 09:21:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w219Ld3Q043251; Thu, 1 Mar 2018 09:21:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w219Ld3h043250; Thu, 1 Mar 2018 09:21:39 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803010921.w219Ld3h043250@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 1 Mar 2018 09:21:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463288 - in head/graphics/piglit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics/piglit: . files X-SVN-Commit-Revision: 463288 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 09:21:40 -0000 Author: yuri Date: Thu Mar 1 09:21:39 2018 New Revision: 463288 URL: https://svnweb.freebsd.org/changeset/ports/463288 Log: graphics/piglit: Unbroke the port Fixed the python shebang by removing the patch and using USES=shebangfix. Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure) Deleted: head/graphics/piglit/files/patch-piglit Modified: head/graphics/piglit/Makefile Modified: head/graphics/piglit/Makefile ============================================================================== --- head/graphics/piglit/Makefile Thu Mar 1 09:03:03 2018 (r463287) +++ head/graphics/piglit/Makefile Thu Mar 1 09:21:39 2018 (r463288) @@ -30,9 +30,10 @@ GH_ACCOUNT= dumbbell GH_PROJECT= piglit GH_TAGNAME= 60996b829c85f3df192bc6228108c0a8eaa38afd -USES= cmake:outsource compiler:c11 pkgconfig python:2.7 +USES= cmake:outsource compiler:c11 pkgconfig python:2.7 shebangfix USE_GL= egl gbm gl glu USE_XORG= x11 xcb xext xrender +SHEBANG_FILES= piglit CMAKE_ARGS+= -DPIGLIT_BUILD_CL_TESTS:BOOL=ON From owner-svn-ports-head@freebsd.org Thu Mar 1 09:33:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1B19F2BE9B; Thu, 1 Mar 2018 09:33:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9374377EF3; Thu, 1 Mar 2018 09:33:02 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8E46526C97; Thu, 1 Mar 2018 09:33:02 +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 w219X2sj049141; Thu, 1 Mar 2018 09:33:02 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w219X2CM049139; Thu, 1 Mar 2018 09:33:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803010933.w219X2CM049139@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Mar 2018 09:33:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463290 - head/x11-fonts/bitstream-vera X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11-fonts/bitstream-vera X-SVN-Commit-Revision: 463290 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 09:33:03 -0000 Author: amdmi3 Date: Thu Mar 1 09:33:02 2018 New Revision: 463290 URL: https://svnweb.freebsd.org/changeset/ports/463290 Log: - Add LICENSE - Add NO_ARCH - Switch to options helpers - Update WWW Approved by: portmgr blanket Modified: head/x11-fonts/bitstream-vera/Makefile head/x11-fonts/bitstream-vera/pkg-descr Modified: head/x11-fonts/bitstream-vera/Makefile ============================================================================== --- head/x11-fonts/bitstream-vera/Makefile Thu Mar 1 09:26:18 2018 (r463289) +++ head/x11-fonts/bitstream-vera/Makefile Thu Mar 1 09:33:02 2018 (r463290) @@ -12,8 +12,14 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Bitstream Vera TrueType font collection -USES= fonts tar:bzip2 +LICENSE= BITSTREAM_VERA +LICENSE_NAME= Bitstream Vera Fonts Copyright +LICENSE_FILE= ${WRKSRC}/COPYRIGHT.TXT +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +USES= fonts tar:bzip2 NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message @@ -23,6 +29,8 @@ do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR} ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT.TXT ${STAGEDIR}${FONTSDIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.TXT ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/RELEASENOTES.TXT ${STAGEDIR}${DOCSDIR} Modified: head/x11-fonts/bitstream-vera/pkg-descr ============================================================================== --- head/x11-fonts/bitstream-vera/pkg-descr Thu Mar 1 09:26:18 2018 (r463289) +++ head/x11-fonts/bitstream-vera/pkg-descr Thu Mar 1 09:33:02 2018 (r463290) @@ -1,4 +1,4 @@ This is the final version of the "Bitstream Vera" font family. It consist of 10 high-quality TrueType fonts for use with X11. -WWW: http://www.gnome.org/fonts/ +WWW: https://www.gnome.org/fonts/ From owner-svn-ports-head@freebsd.org Thu Mar 1 10:22:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C526AF332A0; Thu, 1 Mar 2018 10:22:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 735247A651; Thu, 1 Mar 2018 10:22:47 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6DCFE274A2; Thu, 1 Mar 2018 10:22:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21AMlbF074399; Thu, 1 Mar 2018 10:22:47 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21AMk9g074390; Thu, 1 Mar 2018 10:22:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803011022.w21AMk9g074390@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 1 Mar 2018 10:22:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463291 - in head/audio/audacity: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio/audacity: . files X-SVN-Commit-Revision: 463291 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 10:22:48 -0000 Author: yuri Date: Thu Mar 1 10:22:46 2018 New Revision: 463291 URL: https://svnweb.freebsd.org/changeset/ports/463291 Log: audio/audacity: Update to 2.2.2 Release notes: http://wiki.audacityteam.org/wiki/Release_Notes_2.2.2 Port changes: * Added to LIB_DEPENDS * Removed ALSA option * Corrected LV2 option, added option dependencies * Use system libsoxr * Updated WWW * A lot of patch changes PR: 226136 Submitted by: xxjack12xx@gmail.com (maintainer) Approved by: tcberner (mentor, implicit) Added: head/audio/audacity/files/patch-lib-src_portmidi_porttime_ptlinux.c (contents, props changed) head/audio/audacity/files/patch-src_AudioIO.cpp (contents, props changed) head/audio/audacity/files/patch-src_MemoryX.h (contents, props changed) Deleted: head/audio/audacity/files/patch-lib-src_libmad_configure.ac head/audio/audacity/files/patch-lib-src_portmixer_configure.ac head/audio/audacity/files/patch-lib-src_portmixer_src_px__linux__alsa.c head/audio/audacity/files/patch-src_Audacity.h head/audio/audacity/files/patch-src_BatchCommands.cpp Modified: head/audio/audacity/Makefile head/audio/audacity/distinfo head/audio/audacity/files/patch-configure.ac head/audio/audacity/files/patch-include_audacity_Types.h head/audio/audacity/pkg-descr head/audio/audacity/pkg-plist Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Thu Mar 1 09:33:02 2018 (r463290) +++ head/audio/audacity/Makefile Thu Mar 1 10:22:46 2018 (r463291) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= audacity -PORTVERSION= 2.1.3 +PORTVERSION= 2.2.2 DISTVERSIONPREFIX= Audacity- -PORTREVISION= 3 CATEGORIES= audio MAINTAINER= xxjack12xx@gmail.com @@ -13,17 +12,19 @@ COMMENT= GUI editor for digital audio waveforms LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_aarch64= fails to configure: checking whether C++ compiler accepts -msse... no +BROKEN_powerpc64= fails to build + BUILD_DEPENDS= autogen:devel/autogen \ bash:shells/bash \ cmake:devel/cmake -LIB_DEPENDS= libexpat.so:textproc/expat2 \ +LIB_DEPENDS= libasound.so:audio/alsa-lib \ + libexpat.so:textproc/expat2 \ + libsoxr.so:audio/libsoxr \ libsndfile.so:audio/libsndfile -BROKEN_aarch64= fails to configure: checking whether C++ compiler accepts -msse... no -BROKEN_powerpc64= fails to build - -GNU_CONFIGURE= yes USES= autoreconf compiler:c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix localbase +GNU_CONFIGURE= yes NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_WITH= libintl-prefix="${LOCALBASE}" @@ -36,7 +37,7 @@ DOS2UNIX_GLOB= Makefile.* *.c* *.h SHEBANG_FILES= lib-src/lv2/build USE_GITHUB= yes -OPTIONS_DEFINE= NLS DEBUG DOCS ALSA DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ +OPTIONS_DEFINE= NLS DEBUG DOCS DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ MAD SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST OPTIONS_DEFAULT= FLAC ID3TAG LADSPA MAD \ SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST @@ -65,7 +66,7 @@ CONFIGURE_ARGS+= --disable-option-checking \ --with-lib-preference="local" \ --with-expat=system \ --with-libsndfile=system \ - --with-libsoxr \ + --with-libsoxr=system \ --with-midi \ --with-portaudio \ --with-portmixer=yes \ @@ -78,13 +79,6 @@ DEBUG_CONFIGURE_WITH= debug DOCS_BUILD_DEPENDS= docbook-to-man:textproc/docbook-to-man \ docbook2man:textproc/docbook-utils -ALSA_CONFIGURE_OFF= --disable-alsa -ALSA_CONFIGURE_WITH= alsa -ALSA_CFLAGS= -I${LOCALBASE}/include -ALSA_CXXFLAGS= -I${LOCALBASE}/include -ALSA_LDFLAGS= -L${LOCALBASE}/lib -ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib - DYNLOAD_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libavcodec.pc:multimedia/ffmpeg DYNLOAD_BUILD_DEPENDS= ${LOCALBASE}/include/lame/lame.h:audio/lame DYNLOAD_CONFIGURE_ENABLE= dynamic-loading @@ -114,7 +108,9 @@ LAME_CPPFLAGS= -I${LOCALBASE}/include LAME_LDFLAGS= -L${LOCALBASE}/lib LAME_LIB_DEPENDS= libmp3lame.so:audio/lame -LV2_CONFIGURE_WITH= lv2 +LV2_CONFIGURE_WITH= lv2=system +LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv \ + libsuil-0.so:audio/suil SBSMS_CONFIGURE_WITH= sbsms Modified: head/audio/audacity/distinfo ============================================================================== --- head/audio/audacity/distinfo Thu Mar 1 09:33:02 2018 (r463290) +++ head/audio/audacity/distinfo Thu Mar 1 10:22:46 2018 (r463291) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496739477 -SHA256 (audacity-audacity-Audacity-2.1.3_GH0.tar.gz) = cb30870b93c7f6f90b2ec70807ab6dcd9c3a3a29015478ae7b19af46d63bbd86 -SIZE (audacity-audacity-Audacity-2.1.3_GH0.tar.gz) = 24106855 +TIMESTAMP = 1519297034 +SHA256 (audacity-audacity-Audacity-2.2.2_GH0.tar.gz) = 759e8efd5e4ff6cc2fdd31b36bc631307330c1a6e2d3426e3f1d46ebcf8907a3 +SIZE (audacity-audacity-Audacity-2.2.2_GH0.tar.gz) = 25947462 Modified: head/audio/audacity/files/patch-configure.ac ============================================================================== --- head/audio/audacity/files/patch-configure.ac Thu Mar 1 09:33:02 2018 (r463290) +++ head/audio/audacity/files/patch-configure.ac Thu Mar 1 10:22:46 2018 (r463291) @@ -1,12 +1,12 @@ ---- configure.ac.orig 2016-01-08 22:05:48 UTC +--- configure.ac.orig 2016-01-08 22:05:48 UTC +++ configure.ac -@@ -235,20 +236,7 @@ +@@ -235,20 +235,7 @@ dnl Solaris builds, by defining HAVE_ALLOCA_H AC_CHECK_HEADERS_ONCE(alloca.h) - -dnl Enable C++ 11 support. Use gnu++11 on GCC since wxWidgets uses extensions --if test "${ax_cv_c_compiler_vendor}" = "gnu"; then +-if "${CXX}" -v 2>&1 | grep -q '^gcc version'; then - - dnl GCC < 4.9 has known bugs (#1397) and can't be used - AX_GCC_VERSION_ATLEAST(4,9,0,[gcc_ok=yes], [gcc_ok=no]) Modified: head/audio/audacity/files/patch-include_audacity_Types.h ============================================================================== --- head/audio/audacity/files/patch-include_audacity_Types.h Thu Mar 1 09:33:02 2018 (r463290) +++ head/audio/audacity/files/patch-include_audacity_Types.h Thu Mar 1 10:22:46 2018 (r463291) @@ -1,10 +1,10 @@ ---- include/audacity/Types.h.orig 2017-03-13 21:02:21 UTC +--- include/audacity/Types.h.orig 2017-03-13 21:02:21 UTC +++ include/audacity/Types.h -@@ -70,7 +70,7 @@ public: - sampleCount ( int v ) : value { v } {} - sampleCount ( unsigned v ) : value { v } {} +@@ -72,7 +72,7 @@ sampleCount ( long v ) : value { v } {} -- sampleCount ( unsigned long v ) : value { v } {} + + // unsigned long is 64 bit on some platforms. Let it narrow. +- sampleCount ( unsigned long v ) : value ( v ) {} + sampleCount ( unsigned long v ) : value { static_cast(v) } {} // Beware implicit conversions from floating point values! Added: head/audio/audacity/files/patch-lib-src_portmidi_porttime_ptlinux.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-lib-src_portmidi_porttime_ptlinux.c Thu Mar 1 10:22:46 2018 (r463291) @@ -0,0 +1,42 @@ +--- lib-src/portmidi/porttime/ptlinux.c.orig 2018-02-22 17:57:15.438232000 -0800 ++++ lib-src/portmidi/porttime/ptlinux.c 2018-02-22 19:12:15.820418000 -0800 +@@ -31,14 +31,13 @@ + #include "porttime.h" + #include "sys/time.h" + #include "sys/resource.h" +-#include "sys/timeb.h" + #include "pthread.h" + + #define TRUE 1 + #define FALSE 0 + + static int time_started_flag = FALSE; +-static struct timeb time_offset = {0, 0, 0, 0}; ++static struct timeval time_offset = {0}; + static pthread_t pt_thread_pid; + static int pt_thread_created = FALSE; + +@@ -79,7 +78,7 @@ + PtError Pt_Start(int resolution, PtCallback *callback, void *userData) + { + if (time_started_flag) return ptNoError; +- ftime(&time_offset); /* need this set before process runs */ ++ gettimeofday(&time_offset, 0); + if (callback) { + int res; + pt_callback_parameters *parms = (pt_callback_parameters *) +@@ -121,10 +120,10 @@ + PtTimestamp Pt_Time() + { + long seconds, milliseconds; +- struct timeb now; +- ftime(&now); +- seconds = now.time - time_offset.time; +- milliseconds = now.millitm - time_offset.millitm; ++ struct timeval now; ++ gettimeofday(&now, 0); ++ seconds = now.tv_sec - time_offset.tv_sec; ++ milliseconds = (now.tv_usec / 1000) - (time_offset.tv_usec / 1000); + return seconds * 1000 + milliseconds; + } + Added: head/audio/audacity/files/patch-src_AudioIO.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-src_AudioIO.cpp Thu Mar 1 10:22:46 2018 (r463291) @@ -0,0 +1,11 @@ +--- src/AudioIO.cpp.orig 2018-02-22 14:12:03.835431000 -0800 ++++ src/AudioIO.cpp 2018-02-22 14:01:49.487127000 -0800 +@@ -985,7 +985,7 @@ + if (usingAlsa) { + struct timespec now; + // CLOCK_MONOTONIC_RAW is unaffected by NTP or adj-time +- clock_gettime(CLOCK_MONOTONIC_RAW, &now); ++ clock_gettime(CLOCK_REALTIME, &now); + //return now.tv_sec + now.tv_nsec * 0.000000001; + return (now.tv_sec + now.tv_nsec * 0.000000001) - streamStartTime; + } Added: head/audio/audacity/files/patch-src_MemoryX.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/audacity/files/patch-src_MemoryX.h Thu Mar 1 10:22:46 2018 (r463291) @@ -0,0 +1,19 @@ +--- src/MemoryX.h.orig 2018-02-22 14:12:04.240599000 -0800 ++++ src/MemoryX.h 2018-02-22 14:01:53.685861000 -0800 +@@ -1,6 +1,7 @@ + #ifndef __AUDACITY_MEMORY_X_H__ + #define __AUDACITY_MEMORY_X_H__ + ++#include + // C++ standard header with a few extensions + #include + #ifndef safenew +@@ -1171,7 +1172,7 @@ + namespace tr1 + { + #endif +- template struct hash; ++ //template struct hash; + template<> struct hash< wxString > { + size_t operator () (const wxString &str) const // noexcept + { Modified: head/audio/audacity/pkg-descr ============================================================================== --- head/audio/audacity/pkg-descr Thu Mar 1 09:33:02 2018 (r463290) +++ head/audio/audacity/pkg-descr Thu Mar 1 10:22:46 2018 (r463291) @@ -8,4 +8,4 @@ also has a built-in amplitude envelope editor, a custo spectrogram mode and a frequency analysis window for audio analysis applications. -WWW: http://audacityteam.org/ +WWW: https://www.audacityteam.org/ Modified: head/audio/audacity/pkg-plist ============================================================================== --- head/audio/audacity/pkg-plist Thu Mar 1 09:33:02 2018 (r463290) +++ head/audio/audacity/pkg-plist Thu Mar 1 10:22:46 2018 (r463291) @@ -100,6 +100,7 @@ share/icons/hicolor/scalable/apps/audacity.svg %%NLS%%share/locale/el/LC_MESSAGES/audacity.mo %%NLS%%share/locale/es/LC_MESSAGES/audacity.mo %%NLS%%share/locale/eu/LC_MESSAGES/audacity.mo +%%NLS%%share/locale/eu_ES/LC_MESSAGES/audacity.mo %%NLS%%share/locale/fa/LC_MESSAGES/audacity.mo %%NLS%%share/locale/fi/LC_MESSAGES/audacity.mo %%NLS%%share/locale/fr/LC_MESSAGES/audacity.mo From owner-svn-ports-head@freebsd.org Thu Mar 1 09:26:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14D72F2AB25; Thu, 1 Mar 2018 09:26:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A15877840; Thu, 1 Mar 2018 09:26:19 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 540C926AFC; Thu, 1 Mar 2018 09:26:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w219QJeG044261; Thu, 1 Mar 2018 09:26:19 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w219QJs5044258; Thu, 1 Mar 2018 09:26:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803010926.w219QJs5044258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 1 Mar 2018 09:26:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463289 - head/devel/libunistring X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/libunistring X-SVN-Commit-Revision: 463289 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 09:26:20 -0000 Author: yuri Date: Thu Mar 1 09:26:18 2018 New Revision: 463289 URL: https://svnweb.freebsd.org/changeset/ports/463289 Log: devel/libunistring: Update to 0.9.9 PR: 226273 Submitted by: takefu@airport.fm (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/devel/libunistring/Makefile head/devel/libunistring/distinfo head/devel/libunistring/pkg-plist Modified: head/devel/libunistring/Makefile ============================================================================== --- head/devel/libunistring/Makefile Thu Mar 1 09:21:39 2018 (r463288) +++ head/devel/libunistring/Makefile Thu Mar 1 09:26:18 2018 (r463289) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libunistring -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= devel MASTER_SITES= GNU Modified: head/devel/libunistring/distinfo ============================================================================== --- head/devel/libunistring/distinfo Thu Mar 1 09:21:39 2018 (r463288) +++ head/devel/libunistring/distinfo Thu Mar 1 09:26:18 2018 (r463289) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514436136 -SHA256 (libunistring-0.9.8.tar.xz) = 7b9338cf52706facb2e18587dceda2fbc4a2a3519efa1e15a3f2a68193942f80 -SIZE (libunistring-0.9.8.tar.xz) = 2029068 +TIMESTAMP = 1519895244 +SHA256 (libunistring-0.9.9.tar.xz) = a4d993ecfce16cf503ff7579f5da64619cee66226fb3b998dafb706190d9a833 +SIZE (libunistring-0.9.9.tar.xz) = 2042992 Modified: head/devel/libunistring/pkg-plist ============================================================================== --- head/devel/libunistring/pkg-plist Thu Mar 1 09:21:39 2018 (r463288) +++ head/devel/libunistring/pkg-plist Thu Mar 1 09:26:18 2018 (r463289) @@ -11,6 +11,7 @@ %%PORTDOCS%%%%DOCSDIR%%/libunistring_19.html %%PORTDOCS%%%%DOCSDIR%%/libunistring_2.html %%PORTDOCS%%%%DOCSDIR%%/libunistring_20.html +%%PORTDOCS%%%%DOCSDIR%%/libunistring_21.html %%PORTDOCS%%%%DOCSDIR%%/libunistring_3.html %%PORTDOCS%%%%DOCSDIR%%/libunistring_4.html %%PORTDOCS%%%%DOCSDIR%%/libunistring_5.html From owner-svn-ports-head@freebsd.org Thu Mar 1 10:49:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E21D0F37025; Thu, 1 Mar 2018 10:49:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9263B7B913; Thu, 1 Mar 2018 10:49:03 +0000 (UTC) (envelope-from ehaupt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8D505277F7; Thu, 1 Mar 2018 10:49:03 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21An3Pg084741; Thu, 1 Mar 2018 10:49:03 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21An3da084738; Thu, 1 Mar 2018 10:49:03 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201803011049.w21An3da084738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 1 Mar 2018 10:49:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463292 - head/deskutils/xfce4-notifyd X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/deskutils/xfce4-notifyd X-SVN-Commit-Revision: 463292 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 10:49:04 -0000 Author: ehaupt Date: Thu Mar 1 10:49:03 2018 New Revision: 463292 URL: https://svnweb.freebsd.org/changeset/ports/463292 Log: - Update to 0.4.2 - Update WWW Modified: head/deskutils/xfce4-notifyd/Makefile head/deskutils/xfce4-notifyd/distinfo head/deskutils/xfce4-notifyd/pkg-descr Modified: head/deskutils/xfce4-notifyd/Makefile ============================================================================== --- head/deskutils/xfce4-notifyd/Makefile Thu Mar 1 10:22:46 2018 (r463291) +++ head/deskutils/xfce4-notifyd/Makefile Thu Mar 1 10:49:03 2018 (r463292) @@ -6,7 +6,7 @@ # Support of GTK+ is checked at compile time and themes directories too. PORTNAME= xfce4-notifyd -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= deskutils xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 Modified: head/deskutils/xfce4-notifyd/distinfo ============================================================================== --- head/deskutils/xfce4-notifyd/distinfo Thu Mar 1 10:22:46 2018 (r463291) +++ head/deskutils/xfce4-notifyd/distinfo Thu Mar 1 10:49:03 2018 (r463292) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513173389 -SHA256 (xfce4/xfce4-notifyd-0.4.1.tar.bz2) = 70fa9faa6e3fe0adb0d20e98316649056040a0a47ca9388a21733911284a3e81 -SIZE (xfce4/xfce4-notifyd-0.4.1.tar.bz2) = 524411 +TIMESTAMP = 1519894361 +SHA256 (xfce4/xfce4-notifyd-0.4.2.tar.bz2) = f6f28af47fdfb41db84bd003f0d76f5f4abf2137d1e27e9d378f063bb8f82356 +SIZE (xfce4/xfce4-notifyd-0.4.2.tar.bz2) = 528521 Modified: head/deskutils/xfce4-notifyd/pkg-descr ============================================================================== --- head/deskutils/xfce4-notifyd/pkg-descr Thu Mar 1 10:22:46 2018 (r463291) +++ head/deskutils/xfce4-notifyd/pkg-descr Thu Mar 1 10:49:03 2018 (r463292) @@ -6,4 +6,4 @@ Features: * Visually appealing: rounded corners, shaped windows * Supports transparency and fade effects -WWW: http://goodies.xfce.org/projects/applications/xfce4-notifyd +WWW: https://git.xfce.org/apps/xfce4-notifyd/about/ From owner-svn-ports-head@freebsd.org Thu Mar 1 10:49:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D572FF371DA; Thu, 1 Mar 2018 10:49:51 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BF0E7BA40; Thu, 1 Mar 2018 10:49:51 +0000 (UTC) (envelope-from arved@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76FA2277F9; Thu, 1 Mar 2018 10:49:51 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21AnpCm084870; Thu, 1 Mar 2018 10:49:51 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21AnpiR084869; Thu, 1 Mar 2018 10:49:51 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201803011049.w21AnpiR084869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Thu, 1 Mar 2018 10:49:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463293 - head/audio/gradio X-SVN-Group: ports-head X-SVN-Commit-Author: arved X-SVN-Commit-Paths: head/audio/gradio X-SVN-Commit-Revision: 463293 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 10:49:52 -0000 Author: arved Date: Thu Mar 1 10:49:51 2018 New Revision: 463293 URL: https://svnweb.freebsd.org/changeset/ports/463293 Log: Python3 metaport is not installed on pkgbuilder, so fix env Reported by: pkgbuilder Modified: head/audio/gradio/Makefile Modified: head/audio/gradio/Makefile ============================================================================== --- head/audio/gradio/Makefile Thu Mar 1 10:49:03 2018 (r463292) +++ head/audio/gradio/Makefile Thu Mar 1 10:49:51 2018 (r463293) @@ -17,7 +17,7 @@ BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib -USES= gettext meson pkgconfig sqlite +USES= gettext meson pkgconfig python:3.4+,env sqlite USE_GITHUB= yes GH_ACCOUNT= haecker-felix USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 @@ -26,4 +26,9 @@ INSTALLS_ICONS= yes GLIB_SCHEMAS= de.haeckerfelix.gradio.gschema.xml -.include +.include + +post-patch: + ${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD}," ${WRKSRC}/meson_post_install.sh + +.include From owner-svn-ports-head@freebsd.org Thu Mar 1 11:35:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E32C9F3D4C4; Thu, 1 Mar 2018 11:35:27 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B04637DEA6; Thu, 1 Mar 2018 11:35:27 +0000 (UTC) (envelope-from woodsb02@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AA3356C; Thu, 1 Mar 2018 11:35:27 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21BZRXc009969; Thu, 1 Mar 2018 11:35:27 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21BZRVO009965; Thu, 1 Mar 2018 11:35:27 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201803011135.w21BZRVO009965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 1 Mar 2018 11:35:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463297 - head/multimedia/xfce4-parole X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/multimedia/xfce4-parole X-SVN-Commit-Revision: 463297 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 11:35:28 -0000 Author: woodsb02 Date: Thu Mar 1 11:35:27 2018 New Revision: 463297 URL: https://svnweb.freebsd.org/changeset/ports/463297 Log: multimedia/xfce4-parole: Update to 1.0.0 - Also update WWW Changes this release: https://mail.xfce.org/pipermail/xfce-announce/2018-March/000585.html Modified: head/multimedia/xfce4-parole/Makefile head/multimedia/xfce4-parole/distinfo head/multimedia/xfce4-parole/pkg-descr head/multimedia/xfce4-parole/pkg-plist Modified: head/multimedia/xfce4-parole/Makefile ============================================================================== --- head/multimedia/xfce4-parole/Makefile Thu Mar 1 11:29:58 2018 (r463296) +++ head/multimedia/xfce4-parole/Makefile Thu Mar 1 11:35:27 2018 (r463297) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= parole -PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= multimedia xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/ DIST_SUBDIR= xfce4 @@ -14,9 +13,10 @@ COMMENT= Lightweight media player for Xfce4 based on G LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libtag.so:audio/taglib \ +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libdbus-glib-1.so:devel/dbus-glib \ libnotify.so:devel/libnotify \ - libdbus-glib-1.so:devel/dbus-glib + libtag.so:audio/taglib GNU_CONFIGURE= yes INSTALLS_ICONS= yes @@ -25,9 +25,9 @@ CONFIGURE_ARGS= --enable-notify-plugin \ --enable-taglib \ --disable-mpris2-plugin \ --without-html-dir -USE_GNOME= gtk30 glib20 intltool intlhack +USE_GNOME= cairo gtk30 glib20 intltool intlhack USE_XFCE= panel -USE_XORG= x11 sm +USE_XORG= ice sm x11 USE_LDCONFIG= yes USES= desktop-file-utils gettext-tools gmake libtool pkgconfig \ tar:bzip2 xfce:gtk3 Modified: head/multimedia/xfce4-parole/distinfo ============================================================================== --- head/multimedia/xfce4-parole/distinfo Thu Mar 1 11:29:58 2018 (r463296) +++ head/multimedia/xfce4-parole/distinfo Thu Mar 1 11:35:27 2018 (r463297) @@ -1,2 +1,3 @@ -SHA256 (xfce4/parole-0.8.1.tar.bz2) = 4b216f5200490f8d2a9bf1b3fcd9a8b20834c95249bf13b9170c82e1fcbd80f4 -SIZE (xfce4/parole-0.8.1.tar.bz2) = 814827 +TIMESTAMP = 1519901319 +SHA256 (xfce4/parole-1.0.0.tar.bz2) = 6666b335aeb690fb527f77b62c322baf34834b593659fdcd21d21ed3f1e14010 +SIZE (xfce4/parole-1.0.0.tar.bz2) = 900499 Modified: head/multimedia/xfce4-parole/pkg-descr ============================================================================== --- head/multimedia/xfce4-parole/pkg-descr Thu Mar 1 11:29:58 2018 (r463296) +++ head/multimedia/xfce4-parole/pkg-descr Thu Mar 1 11:35:27 2018 (r463297) @@ -1,4 +1,4 @@ Parole is a modern media player based on the GStreamer framework for the Xfce desktop. -WWW: http://goodies.xfce.org/projects/applications/parole +WWW: https://docs.xfce.org/apps/parole/introduction Modified: head/multimedia/xfce4-parole/pkg-plist ============================================================================== --- head/multimedia/xfce4-parole/pkg-plist Thu Mar 1 11:29:58 2018 (r463296) +++ head/multimedia/xfce4-parole/pkg-plist Thu Mar 1 11:35:27 2018 (r463297) @@ -10,10 +10,10 @@ include/parole/parole.h lib/parole-0/parole-notify.so lib/parole-0/tray-icon.so share/appdata/parole.appdata.xml -share/applications/parole.desktop -share/icons/hicolor/16x16/apps/parole-extension.png -share/icons/hicolor/16x16/apps/parole-extension-symbolic.svg +share/applications/org.xfce.Parole.desktop share/icons/hicolor/128x128/apps/parole.png +share/icons/hicolor/16x16/apps/parole-extension-symbolic.svg +share/icons/hicolor/16x16/apps/parole-extension.png share/icons/hicolor/16x16/apps/parole.png share/icons/hicolor/24x24/apps/parole.png share/icons/hicolor/32x32/apps/parole.png @@ -43,8 +43,8 @@ share/icons/hicolor/scalable/apps/parole.svg %%NLS%%share/locale/is/LC_MESSAGES/parole.mo %%NLS%%share/locale/it/LC_MESSAGES/parole.mo %%NLS%%share/locale/ja/LC_MESSAGES/parole.mo -%%NLS%%share/locale/ko/LC_MESSAGES/parole.mo %%NLS%%share/locale/kk/LC_MESSAGES/parole.mo +%%NLS%%share/locale/ko/LC_MESSAGES/parole.mo %%NLS%%share/locale/lt/LC_MESSAGES/parole.mo %%NLS%%share/locale/lv/LC_MESSAGES/parole.mo %%NLS%%share/locale/ms/LC_MESSAGES/parole.mo @@ -57,6 +57,7 @@ share/icons/hicolor/scalable/apps/parole.svg %%NLS%%share/locale/pt_BR/LC_MESSAGES/parole.mo %%NLS%%share/locale/ru/LC_MESSAGES/parole.mo %%NLS%%share/locale/sk/LC_MESSAGES/parole.mo +%%NLS%%share/locale/sq/LC_MESSAGES/parole.mo %%NLS%%share/locale/sr/LC_MESSAGES/parole.mo %%NLS%%share/locale/sv/LC_MESSAGES/parole.mo %%NLS%%share/locale/te/LC_MESSAGES/parole.mo @@ -69,4 +70,5 @@ share/icons/hicolor/scalable/apps/parole.svg %%DATADIR%%/parole-plugins-0/notify.desktop %%DATADIR%%/parole-plugins-0/system-tray.desktop share/pixmaps/no-cover.png -share/pixmaps/parole.png +share/pixmaps/play.png +share/pixmaps/replay.png From owner-svn-ports-head@freebsd.org Thu Mar 1 11:45:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 573F9F3EDEC; Thu, 1 Mar 2018 11:45:27 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E81557E7A4; Thu, 1 Mar 2018 11:45:26 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id D6F71BDD35; Thu, 1 Mar 2018 12:45:24 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id C38EEBDD31; Thu, 1 Mar 2018 12:45:24 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id 60A84A7812AA; Thu, 1 Mar 2018 12:45:23 +0100 (CET) Date: Thu, 1 Mar 2018 12:45:23 +0100 From: Mathieu Arnold To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463296 - in head: . science science/py-veusz science/veusz Message-ID: <20180301114523.two227qjk2pzlwwl@atuin.in.mat.cc> References: <201803011129.w21BTwln005025@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="aecusfagjacm6ap6" Content-Disposition: inline In-Reply-To: <201803011129.w21BTwln005025@repo.freebsd.org> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 11:45:27 -0000 --aecusfagjacm6ap6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 01, 2018 at 11:29:58AM +0000, Yuri Victorovich wrote: > Log: > science/veusz: Unbroke; Renamed to science/py-veusz. Side note, please use a present tense in commits: "Unbreak, rename to..." --=20 Mathieu Arnold --aecusfagjacm6ap6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJal+fTXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IcskP/3ZjZ0IqqmBNzWFCqVi+CaL+ 3yydDEJOaRpRfc1AaBVc/RG+I21XnDssx1NJP6qDOCOnJh6JW1NsU8dBkGFruplg 3ryu5pEcS2N3csg3fp2mDF0aFP3WN+V0bfewmkUzg9qIghDMWwY5GWom8QZvip8D sMQwo7X/ELsb6wYriVVila90MeK7okcOkFLVzdz82KTfHTQ6Nxl4CH7w3psa4qz8 FY4TJqq7qr3RSLZgfxtObsRFMDPMdngAtLnEq/3niEzUaucU9nRvIBs0Kn722Bwe 7JRljUIQ+p5s/aD88f1pmlVVn5WLN7dBt4qcCZmSAdZHBV0XTLFZNjOTCM1DxGxK B3scn29DGyyKeG2A+njszqCEIB41yTk1FyPT9ZC0w1kQ2tXxeiKUhXeJ/uqmfh5Y 6v0b+BxxWZkem0nkB0KXBymvRV5OUmRYCFSHS3jfD5PjEVnK0Lf9gcVCEQmu9gvu eRLqoBECO6uttTnat070xWpZW9ocHA817HXuonHWowg+x+2UyLLnSiMi/dAC5XvD r4J4pWAa2bafylBeevzqg6s+O70mMy5sEjjZcwem+3Ol+YmpQCQKq6RGisxIqqeD yOg0/X/rrC/I7EDKKizzYbxGjVqzlJNao60nwtqKFQxaSebwVb/TYtaP59YghN/d Fg5u4uUZsYloKpF+EFka =HaeR -----END PGP SIGNATURE----- --aecusfagjacm6ap6-- From owner-svn-ports-head@freebsd.org Thu Mar 1 11:29:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D816F3C94F; Thu, 1 Mar 2018 11:29:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C02C47D9C1; Thu, 1 Mar 2018 11:29:58 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C9B827EBA; Thu, 1 Mar 2018 11:29:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21BTwxE005028; Thu, 1 Mar 2018 11:29:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21BTwln005025; Thu, 1 Mar 2018 11:29:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803011129.w21BTwln005025@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 1 Mar 2018 11:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463296 - in head: . science science/py-veusz science/veusz X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . science science/py-veusz science/veusz X-SVN-Commit-Revision: 463296 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 11:29:59 -0000 Author: yuri Date: Thu Mar 1 11:29:58 2018 New Revision: 463296 URL: https://svnweb.freebsd.org/changeset/ports/463296 Log: science/veusz: Unbroke; Renamed to science/py-veusz. It was breaking because of wrong python shebang. This port is a python port, renamed per section 6.17. Unbroke: * Added USES=shebangfix and SHEBANG_FILES * Added stripping (post-install) Additional changes: * Added USE_QT4 * Added USE_PYTHON=concurrent Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure) Added: head/science/py-veusz/ - copied from r463295, head/science/veusz/ Deleted: head/science/veusz/ Modified: head/MOVED head/science/Makefile head/science/py-veusz/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Mar 1 11:25:03 2018 (r463295) +++ head/MOVED Thu Mar 1 11:29:58 2018 (r463296) @@ -10140,3 +10140,4 @@ devel/rubygem-google-api-client010||2018-02-28|Has exp devel/rubygem-progressbar09||2018-02-28|Has expired: Only used by deprecated sysutils/rubygem-bosh_cli sysutils/rubygem-bosh_cli||2018-02-28|Has expired: Use net/bosh-cli (CLI v2) instead www/rubygem-gon-rails4||2018-02-28|Has expired: It is actually www/rubygem-gon with PKGNAMESUFFIX +science/veusz|science/py-veusz|2018-03-01|Rename to match our py- port naming Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Thu Mar 1 11:25:03 2018 (r463295) +++ head/science/Makefile Thu Mar 1 11:29:58 2018 (r463296) @@ -182,6 +182,7 @@ SUBDIR += py-scipy SUBDIR += py-scoria SUBDIR += py-tensorflow + SUBDIR += py-veusz SUBDIR += py-ws2300 SUBDIR += pybrain SUBDIR += pycdf @@ -206,7 +207,6 @@ SUBDIR += tfel SUBDIR += udunits SUBDIR += v_sim - SUBDIR += veusz SUBDIR += vmd SUBDIR += voro++ SUBDIR += xfce4-equake-plugin Modified: head/science/py-veusz/Makefile ============================================================================== --- head/science/veusz/Makefile Thu Mar 1 11:25:03 2018 (r463295) +++ head/science/py-veusz/Makefile Thu Mar 1 11:29:58 2018 (r463296) @@ -6,22 +6,29 @@ PORTVERSION= 1.19.1 PORTREVISION= 2 CATEGORIES= science kde MASTER_SITES= http://download.gna.org/veusz/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= devel@stasyan.com COMMENT= Scientific plotting package LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYNUMPY} BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= pyqt:4 python:2.7 +USES= python pyqt:4 shebangfix USE_PYQT= gui svg -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist +USE_QT4= corelib gui xml +SHEBANG_FILES= examples/embedexample.py post-patch: @${REINPLACE_CMD} \ -e 's,distutils\.command\.install ,setuptools\.command\.install ,' \ ${WRKSRC}/setup.py + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/veusz/helpers/*.so .include From owner-svn-ports-head@freebsd.org Thu Mar 1 11:19:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CAFEF3B100; Thu, 1 Mar 2018 11:19:32 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 076807CF56; Thu, 1 Mar 2018 11:19:32 +0000 (UTC) (envelope-from woodsb02@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0268827D23; Thu, 1 Mar 2018 11:19:32 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21BJVDG099943; Thu, 1 Mar 2018 11:19:31 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21BJVvo099939; Thu, 1 Mar 2018 11:19:31 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201803011119.w21BJVvo099939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 1 Mar 2018 11:19:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463294 - head/sysutils/xfce4-settings X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/sysutils/xfce4-settings X-SVN-Commit-Revision: 463294 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 11:19:32 -0000 Author: woodsb02 Date: Thu Mar 1 11:19:31 2018 New Revision: 463294 URL: https://svnweb.freebsd.org/changeset/ports/463294 Log: sysutils/xfce4-settings: Update to 4.12.2 - Also update WWW Changes this release: https://mail.xfce.org/pipermail/xfce-announce/2018-March/000584.html Modified: head/sysutils/xfce4-settings/Makefile head/sysutils/xfce4-settings/distinfo head/sysutils/xfce4-settings/pkg-descr head/sysutils/xfce4-settings/pkg-plist Modified: head/sysutils/xfce4-settings/Makefile ============================================================================== --- head/sysutils/xfce4-settings/Makefile Thu Mar 1 10:49:51 2018 (r463293) +++ head/sysutils/xfce4-settings/Makefile Thu Mar 1 11:19:31 2018 (r463294) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-settings -PORTVERSION= 4.12.1 +PORTVERSION= 4.12.2 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 Modified: head/sysutils/xfce4-settings/distinfo ============================================================================== --- head/sysutils/xfce4-settings/distinfo Thu Mar 1 10:49:51 2018 (r463293) +++ head/sysutils/xfce4-settings/distinfo Thu Mar 1 11:19:31 2018 (r463294) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473948189 -SHA256 (xfce4/xfce4-settings-4.12.1.tar.bz2) = f6484a0b1a7dad65ba5ee4eba8e07299b7c92a2a8adb195684e0e2b959886574 -SIZE (xfce4/xfce4-settings-4.12.1.tar.bz2) = 1027325 +TIMESTAMP = 1519901394 +SHA256 (xfce4/xfce4-settings-4.12.2.tar.bz2) = af0e3c0a6501fc99e874103f2597abd1723f06c98f4d9e19a9aabf1842cc2f0d +SIZE (xfce4/xfce4-settings-4.12.2.tar.bz2) = 1029833 Modified: head/sysutils/xfce4-settings/pkg-descr ============================================================================== --- head/sysutils/xfce4-settings/pkg-descr Thu Mar 1 10:49:51 2018 (r463293) +++ head/sysutils/xfce4-settings/pkg-descr Thu Mar 1 11:19:31 2018 (r463294) @@ -1,4 +1,4 @@ The settings manager allows you to configure every detail of your desktop environment. -WWW: http://www.xfce.org/ +WWW: https://docs.xfce.org/xfce/xfce4-settings/start Modified: head/sysutils/xfce4-settings/pkg-plist ============================================================================== --- head/sysutils/xfce4-settings/pkg-plist Thu Mar 1 10:49:51 2018 (r463293) +++ head/sysutils/xfce4-settings/pkg-plist Thu Mar 1 11:19:31 2018 (r463294) @@ -1,6 +1,7 @@ bin/xfce4-accessibility-settings bin/xfce4-appearance-settings bin/xfce4-display-settings +bin/xfce4-find-cursor bin/xfce4-keyboard-settings bin/xfce4-mime-settings bin/xfce4-mouse-settings From owner-svn-ports-head@freebsd.org Thu Mar 1 11:25:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A314F3BE2C; Thu, 1 Mar 2018 11:25:04 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0EFF7D539; Thu, 1 Mar 2018 11:25:03 +0000 (UTC) (envelope-from dumbbell@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBE8727EB6; Thu, 1 Mar 2018 11:25:03 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21BP3Pl004741; Thu, 1 Mar 2018 11:25:03 GMT (envelope-from dumbbell@FreeBSD.org) Received: (from dumbbell@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21BP3BZ004739; Thu, 1 Mar 2018 11:25:03 GMT (envelope-from dumbbell@FreeBSD.org) Message-Id: <201803011125.w21BP3BZ004739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dumbbell set sender to dumbbell@FreeBSD.org using -f From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Date: Thu, 1 Mar 2018 11:25:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463295 - head/net/bosh-bootloader X-SVN-Group: ports-head X-SVN-Commit-Author: dumbbell X-SVN-Commit-Paths: head/net/bosh-bootloader X-SVN-Commit-Revision: 463295 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 11:25:04 -0000 Author: dumbbell Date: Thu Mar 1 11:25:03 2018 New Revision: 463295 URL: https://svnweb.freebsd.org/changeset/ports/463295 Log: net/bosh-bootloader: Update to 6.2.4 Sponsored by: Pivotal Software, Inc. Modified: head/net/bosh-bootloader/Makefile head/net/bosh-bootloader/distinfo Modified: head/net/bosh-bootloader/Makefile ============================================================================== --- head/net/bosh-bootloader/Makefile Thu Mar 1 11:19:31 2018 (r463294) +++ head/net/bosh-bootloader/Makefile Thu Mar 1 11:25:03 2018 (r463295) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bosh-bootloader -PORTVERSION= 6.2.2 +PORTVERSION= 6.2.4 CATEGORIES= net sysutils MAINTAINER= dumbbell@FreeBSD.org Modified: head/net/bosh-bootloader/distinfo ============================================================================== --- head/net/bosh-bootloader/distinfo Thu Mar 1 11:19:31 2018 (r463294) +++ head/net/bosh-bootloader/distinfo Thu Mar 1 11:25:03 2018 (r463295) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519640810 -SHA256 (cloudfoundry-bosh-bootloader-6.2.2-v6.2.2_GH0.tar.gz) = 2b149ae244640202333ae2e500d5029d1278d7afb85325c3c10f3e5461a0e672 -SIZE (cloudfoundry-bosh-bootloader-6.2.2-v6.2.2_GH0.tar.gz) = 4574732 +TIMESTAMP = 1519903385 +SHA256 (cloudfoundry-bosh-bootloader-6.2.4-v6.2.4_GH0.tar.gz) = a2e74198c060c475ff17b040ee3359f0fe4a02f0f4e0555920cb3554dbfe1016 +SIZE (cloudfoundry-bosh-bootloader-6.2.4-v6.2.4_GH0.tar.gz) = 4575452 From owner-svn-ports-head@freebsd.org Thu Mar 1 11:44:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A9CCF3EBE0; Thu, 1 Mar 2018 11:44:27 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AF0917E668; Thu, 1 Mar 2018 11:44:25 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 691A1BDD2F; Thu, 1 Mar 2018 12:44:23 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 29C17BDD25; Thu, 1 Mar 2018 12:44:23 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id 56C0BA78112F; Thu, 1 Mar 2018 12:44:21 +0100 (CET) Date: Thu, 1 Mar 2018 12:44:21 +0100 From: Mathieu Arnold To: Tilman Keskinoz Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463293 - head/audio/gradio Message-ID: <20180301114421.etl7tkfqyx3biwbu@atuin.in.mat.cc> References: <201803011049.w21AnpiR084869@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hliyktcfkjnmmed3" Content-Disposition: inline In-Reply-To: <201803011049.w21AnpiR084869@repo.freebsd.org> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 11:44:27 -0000 --hliyktcfkjnmmed3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 01, 2018 at 10:49:51AM +0000, Tilman Keskinoz wrote: > @@ -26,4 +26,9 @@ INSTALLS_ICONS=3D yes > =20 > GLIB_SCHEMAS=3D de.haeckerfelix.gradio.gschema.xml > =20 > -.include > +.include > + > +post-patch: > + ${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD}," ${WRKSRC}/meson_post_ins= tall.sh > + > +.include Mmmm, why the b.p.pre.m and b.p.post.m change? --=20 Mathieu Arnold --hliyktcfkjnmmed3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJal+eVXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IvEMQAIgveH9qGyLXmEI8xO17v0nC bYGT5BvehviLhS3fWWruK29xpku5RSNwvThMq+nmiFJcryVsiqLSuT55+pjnmp/7 gBec9/AJ0SGiEjtWkoh3anKbL2pmzln0wnQI9bK1kcI/7ND1iVzk5M4at5j+y6Ex Lht1hxZ3FcIvwXZ6QDUDWnJH6qsz3aIWEIqmCvxujFUg9tGm0Nd/h3OdQEpEn9Tb 11yuGsdrskOE4Z3LMOV737HWzmHBq9xLt1Y99mTbxDe97HYEc1RBPI7wsfWJwM74 t+HmJvPmKb3YzTNpYy+fgnPI8HZ91juIkZ+E3O6mC8a80Mo3KO9E5cDIHnQc0xhr FczJlwrnAvtsCwVT8mCxsiZIasJpQupQQwW9/fPXSYeCdZdGRqTwO/YWw6UCEl1M c021C2jjOEvAms62kD0YkiZrg4dx91+VzWNL+VFUrt3lUrIiu0taMUi7G7Nb2gdh Noi2pMBt1i6xUI8O20w5LUgRJX+870Lz3MMKuDkT8q3KGuVf7bRij3unO/tHE1qF X1AlJmJFVgz5eyCkV6nFOzn61VJhAdj2BfNXoIzsAl/fAeqQZi+YvAwmOppmumbe v0mu0cNGeN4mjo0STnFvsXLx+jWZTqVgpkPXLb2TzFSTigFOIEtSvEjNeehlviog uwf/0Qz1c2R6uko5qbb7 =B0UC -----END PGP SIGNATURE----- --hliyktcfkjnmmed3-- From owner-svn-ports-head@freebsd.org Thu Mar 1 12:09:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5FA2F42C13; Thu, 1 Mar 2018 12:09:49 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53C667FDF5; Thu, 1 Mar 2018 12:09:49 +0000 (UTC) (envelope-from woodsb02@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4EB115B0; Thu, 1 Mar 2018 12:09:49 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21C9nWm024860; Thu, 1 Mar 2018 12:09:49 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21C9mV2024856; Thu, 1 Mar 2018 12:09:48 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201803011209.w21C9mV2024856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 1 Mar 2018 12:09:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463298 - in head/math/ogdf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: in head/math/ogdf: . files X-SVN-Commit-Revision: 463298 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 12:09:49 -0000 Author: woodsb02 Date: Thu Mar 1 12:09:48 2018 New Revision: 463298 URL: https://svnweb.freebsd.org/changeset/ports/463298 Log: math/ogdf: unbreak build with Clang 6 (C++14 by default) The bundled version of CoinMP required the same patches as those applied to the port math/coinmp, so the patches were copied from there. Submitted by: jbeich (via commit r458136) Reported by: antoine (via bug 224669) Added: head/math/ogdf/files/patch-include_coin_CglLandPUtils.hpp - copied, changed from r463291, head/math/coinmp/files/patch-Cgl_src_CglLandP_CglLandPUtils.hpp head/math/ogdf/files/patch-src_coin_Clp_ClpModel.cpp - copied, changed from r463291, head/math/coinmp/files/patch-Clp_src_ClpModel.cpp head/math/ogdf/files/patch-src_coin_OsiClp_OsiClpSolverInterface.cpp - copied, changed from r463291, head/math/coinmp/files/patch-Clp_src_OsiClp_OsiClpSolverInterface.cpp Modified: head/math/ogdf/Makefile Modified: head/math/ogdf/Makefile ============================================================================== --- head/math/ogdf/Makefile Thu Mar 1 11:35:27 2018 (r463297) +++ head/math/ogdf/Makefile Thu Mar 1 12:09:48 2018 (r463298) @@ -3,6 +3,7 @@ PORTNAME= ogdf PORTVERSION= 2015.05 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.ogdf.net/lib/exe/fetch.php/tech: DISTNAME= ${PORTNAME}.v${PORTVERSION} Copied and modified: head/math/ogdf/files/patch-include_coin_CglLandPUtils.hpp (from r463291, head/math/coinmp/files/patch-Cgl_src_CglLandP_CglLandPUtils.hpp) ============================================================================== --- head/math/coinmp/files/patch-Cgl_src_CglLandP_CglLandPUtils.hpp Thu Mar 1 10:22:46 2018 (r463291, copy source) +++ head/math/ogdf/files/patch-include_coin_CglLandPUtils.hpp Thu Mar 1 12:09:48 2018 (r463298) @@ -4,8 +4,8 @@ In file included from ./CglLandPSimplex.hpp:31: cuts_.resize(i, reinterpret_cast (NULL)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ---- Cgl/src/CglLandP/CglLandPUtils.hpp.orig 2013-04-06 20:39:53 UTC -+++ Cgl/src/CglLandP/CglLandPUtils.hpp +--- include/coin/CglLandPUtils.hpp.orig 2015-05-29 15:36:11 UTC ++++ include/coin/CglLandPUtils.hpp @@ -85,7 +85,7 @@ struct Cuts /** resize vector.*/ void resize(unsigned int i) Copied and modified: head/math/ogdf/files/patch-src_coin_Clp_ClpModel.cpp (from r463291, head/math/coinmp/files/patch-Clp_src_ClpModel.cpp) ============================================================================== --- head/math/coinmp/files/patch-Clp_src_ClpModel.cpp Thu Mar 1 10:22:46 2018 (r463291, copy source) +++ head/math/ogdf/files/patch-src_coin_Clp_ClpModel.cpp Thu Mar 1 12:09:48 2018 (r463298) @@ -2,9 +2,9 @@ ClpModel.cpp:3848:24: error: reinterpret_cast from 'nu reinterpret_cast (NULL) /*integrality*/, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ---- Clp/src/ClpModel.cpp.orig 2015-03-19 08:09:18 UTC -+++ Clp/src/ClpModel.cpp -@@ -3845,7 +3845,7 @@ ClpModel::writeMps(const char *filename, +--- src/coin/Clp/ClpModel.cpp.orig 2015-05-29 15:36:41 UTC ++++ src/coin/Clp/ClpModel.cpp +@@ -3619,7 +3619,7 @@ ClpModel::writeMps(const char *filename, writer.setMpsData(*(matrix_->getPackedMatrix()), COIN_DBL_MAX, getColLower(), getColUpper(), objective, Copied and modified: head/math/ogdf/files/patch-src_coin_OsiClp_OsiClpSolverInterface.cpp (from r463291, head/math/coinmp/files/patch-Clp_src_OsiClp_OsiClpSolverInterface.cpp) ============================================================================== --- head/math/coinmp/files/patch-Clp_src_OsiClp_OsiClpSolverInterface.cpp Thu Mar 1 10:22:46 2018 (r463291, copy source) +++ head/math/ogdf/files/patch-src_coin_OsiClp_OsiClpSolverInterface.cpp Thu Mar 1 12:09:48 2018 (r463298) @@ -2,12 +2,12 @@ OsiClpSolverInterface.cpp:1451:50: error: reinterpret_ messagesPointer->setDetailMessages(100,10000,reinterpret_cast (NULL)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ---- Clp/src/OsiClp/OsiClpSolverInterface.cpp.orig 2015-07-14 13:16:13 UTC -+++ Clp/src/OsiClp/OsiClpSolverInterface.cpp -@@ -1448,7 +1448,7 @@ OsiClpSolverInterface::setupForRepeatedUse(int senseOf +--- src/coin/OsiClp/OsiClpSolverInterface.cpp.orig 2015-05-29 15:36:45 UTC ++++ src/coin/OsiClp/OsiClpSolverInterface.cpp +@@ -1422,7 +1422,7 @@ OsiClpSolverInterface::setupForRepeatedUse(int senseOf if (stopPrinting) { CoinMessages * messagesPointer = modelPtr_->messagesPointer(); - // won't even build messages + // won't even build messages - messagesPointer->setDetailMessages(100,10000,reinterpret_cast (NULL)); + messagesPointer->setDetailMessages(100,10000,static_cast (NULL)); } From owner-svn-ports-head@freebsd.org Thu Mar 1 12:29:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70632F23ADA; Thu, 1 Mar 2018 12:29:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 26D9E81886; Thu, 1 Mar 2018 12:29:32 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 206D4903; Thu, 1 Mar 2018 12:29:32 +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 w21CTWDt035123; Thu, 1 Mar 2018 12:29:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21CTVh5035119; Thu, 1 Mar 2018 12:29:31 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201803011229.w21CTVh5035119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 1 Mar 2018 12:29:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463300 - in head/databases: cego cegobridge X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/databases: cego cegobridge X-SVN-Commit-Revision: 463300 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 12:29:32 -0000 Author: pi Date: Thu Mar 1 12:29:31 2018 New Revision: 463300 URL: https://svnweb.freebsd.org/changeset/ports/463300 Log: databases/cego: update 2.39.1 -> 2.39.2 databases/cegobridge: update 1.3.0 -> 1.4.0 cego: - Fix in CegoTableManager::updateTuple, while setting up expression list, field list array must be setup BEFORE block ist set, since field list is needed by block setup ( in case of subqueries for prepare ) cegobridge: - Adaptions for cego-2.39 Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo head/databases/cegobridge/Makefile head/databases/cegobridge/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Thu Mar 1 12:13:05 2018 (r463299) +++ head/databases/cego/Makefile Thu Mar 1 12:29:31 2018 (r463300) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.39.1 +PORTVERSION= 2.39.2 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Thu Mar 1 12:13:05 2018 (r463299) +++ head/databases/cego/distinfo Thu Mar 1 12:29:31 2018 (r463300) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519754494 -SHA256 (cego-2.39.1.tar.gz) = 7e5aac904057e4f77a0935ef940e2965a16e1bb820fc9698d247e2baccf1e594 -SIZE (cego-2.39.1.tar.gz) = 1677898 +TIMESTAMP = 1519903659 +SHA256 (cego-2.39.2.tar.gz) = 46ce48d87713c9fb42caafd702b082a1e455b9ec5ed11bd8335b32690ebc3331 +SIZE (cego-2.39.2.tar.gz) = 1677977 Modified: head/databases/cegobridge/Makefile ============================================================================== --- head/databases/cegobridge/Makefile Thu Mar 1 12:13:05 2018 (r463299) +++ head/databases/cegobridge/Makefile Thu Mar 1 12:29:31 2018 (r463300) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cegobridge -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cegobridge/distinfo ============================================================================== --- head/databases/cegobridge/distinfo Thu Mar 1 12:13:05 2018 (r463299) +++ head/databases/cegobridge/distinfo Thu Mar 1 12:29:31 2018 (r463300) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510990874 -SHA256 (cegobridge-1.3.0.tar.gz) = 4536ea827db51f45c9146e8818378d4ea5fa138db007bf10d1c9d7f482a71682 -SIZE (cegobridge-1.3.0.tar.gz) = 576153 +TIMESTAMP = 1519903668 +SHA256 (cegobridge-1.4.0.tar.gz) = 6977cf6723b69723e4fc83067af1c44f7635960968611414b5432029bc3c7cec +SIZE (cegobridge-1.4.0.tar.gz) = 691239 From owner-svn-ports-head@freebsd.org Thu Mar 1 12:58:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 205FCF275A8; Thu, 1 Mar 2018 12:58:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8DF0A83197; Thu, 1 Mar 2018 12:58:53 +0000 (UTC) (envelope-from mat@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 84DBFE0C; Thu, 1 Mar 2018 12:58:53 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21Cwria050016; Thu, 1 Mar 2018 12:58:53 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21CwrtS050015; Thu, 1 Mar 2018 12:58:53 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201803011258.w21CwrtS050015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 1 Mar 2018 12:58:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463301 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 463301 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 12:58:54 -0000 Author: mat Date: Thu Mar 1 12:58:53 2018 New Revision: 463301 URL: https://svnweb.freebsd.org/changeset/ports/463301 Log: Fix a sub-submodule extraction problem with GH_SUBDIR. The problem is that GH_SUBDIR are handled in a somewhat random manner. (The truth is that in the end of things, they end up being sorted by the group name being used in the GH_TUPLE.) So if you have a submodule in bar/foo, and a sub-submodule in bar/foo/baz, it may happen that foo/bar/baz is handled before foo/bar and then things are messed up. This makes it so the GH_SUBDIR target handling is sorted first by the number of / in the path. (So, bar/foo is always handled before bar/foo/baz.) PR: 226221 Reported by: ygy Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14532 Modified: head/Mk/bsd.sites.mk (contents, props changed) Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Thu Mar 1 12:29:31 2018 (r463300) +++ head/Mk/bsd.sites.mk Thu Mar 1 12:58:53 2018 (r463301) @@ -486,7 +486,10 @@ DISTFILES:= ${DISTFILES} ${DISTFILE_${_group}}:${_grou MASTER_SITES:= ${MASTER_SITES} ${MASTER_SITE_GITHUB:S@%SUBDIR%@${GH_ACCOUNT_${_group}}/${GH_PROJECT_${_group}}/tar.gz/${GH_TAGNAME_${_group}}?dummy=/:${_group}@} WRKSRC_${_group}:= ${WRKDIR}/${GH_PROJECT_${_group}}-${GH_TAGNAME_${_group}_EXTRACT} . if !empty(GH_SUBDIR_${_group}) -_SITES_extract:= ${_SITES_extract} 690:post-extract-gh-${_group} +# In order to sort the subdir extraction so that foo/bar is moved in before +# foo/bar/baz, we count the number of / in the path and use it to order the +# targets. This handles up to 9 levels. The max as of r463123 is 4. +_SITES_extract:= ${_SITES_extract} 69${GH_SUBDIR_${_group}:C=[^/]+= =g:range:[-1]}:post-extract-gh-${_group} post-extract-gh-${_group}: @${RMDIR} ${WRKSRC}/${GH_SUBDIR_${_group}} 2>/dev/null || : @${MKDIR} ${WRKSRC}/${GH_SUBDIR_${_group}:H} 2>/dev/null || : From owner-svn-ports-head@freebsd.org Thu Mar 1 13:17:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79BB4F290EB; Thu, 1 Mar 2018 13:17:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B93283FB4; Thu, 1 Mar 2018 13:17: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 263551142; Thu, 1 Mar 2018 13:17: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 w21DHwvR059708; Thu, 1 Mar 2018 13:17:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DHwfB059707; Thu, 1 Mar 2018 13:17:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803011317.w21DHwfB059707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Mar 2018 13:17:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463302 - head/graphics/commons-utilities X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/commons-utilities X-SVN-Commit-Revision: 463302 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:17:58 -0000 Author: amdmi3 Date: Thu Mar 1 13:17:57 2018 New Revision: 463302 URL: https://svnweb.freebsd.org/changeset/ports/463302 Log: - Add LICENSE_FILE - Fix shebangs - Add NO_ARCH - Switch to options helpers Approved by: portmgr blanket Modified: head/graphics/commons-utilities/Makefile Modified: head/graphics/commons-utilities/Makefile ============================================================================== --- head/graphics/commons-utilities/Makefile Thu Mar 1 12:58:53 2018 (r463301) +++ head/graphics/commons-utilities/Makefile Thu Mar 1 13:17:57 2018 (r463302) @@ -3,7 +3,7 @@ PORTNAME= commons-utilities PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://devio.us/~dereckson/software/commons-utilities/ @@ -11,6 +11,7 @@ MAINTAINER= dereckson@gmail.com COMMENT= Wikimedia Commons (MediaWiki) utilities for bulk image uploading LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/gpl-3.0.txt RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool \ p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ @@ -20,9 +21,10 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-Ex exiv2:graphics/exiv2 USES= jpeg perl5 python:2.7 shebangfix -SHEBANG_FILES= commons-csv-creator +SHEBANG_FILES= commons-csv-creator commons-upload USE_PERL5= run NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/commons-csv-creator bin/commons-upload PORTDOCS= README @@ -32,6 +34,8 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/commons-csv-creator ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/commons-upload ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Thu Mar 1 13:19:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CC09F29237; Thu, 1 Mar 2018 13:19:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C3ABC840F2; Thu, 1 Mar 2018 13:19:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC9DD1146; Thu, 1 Mar 2018 13:19:04 +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 w21DJ4oc059829; Thu, 1 Mar 2018 13:19:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DJ4c6059828; Thu, 1 Mar 2018 13:19:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803011319.w21DJ4c6059828@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Mar 2018 13:19:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463303 - head/emulators/swine X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/emulators/swine X-SVN-Commit-Revision: 463303 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:19:05 -0000 Author: amdmi3 Date: Thu Mar 1 13:19:04 2018 New Revision: 463303 URL: https://svnweb.freebsd.org/changeset/ports/463303 Log: - Fix LICENSE - Add LICENSE_FILE - Fix shebangs - Add NO_ARCH - Switch to options helpers Approved by: portmgr blanket Modified: head/emulators/swine/Makefile Modified: head/emulators/swine/Makefile ============================================================================== --- head/emulators/swine/Makefile Thu Mar 1 13:17:57 2018 (r463302) +++ head/emulators/swine/Makefile Thu Mar 1 13:19:04 2018 (r463303) @@ -3,13 +3,14 @@ PORTNAME= swine PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators deskutils python MAINTAINER= koalative@gmail.com COMMENT= Qt4 graphical Wine frontend -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= xterm:x11/xterm \ cabextract:archivers/cabextract \ @@ -21,11 +22,13 @@ USE_GITHUB= yes GH_ACCOUNT= dswd GH_PROJECT= Swine -USES= gmake python:2.7 pyqt:4 +USES= gmake python:2.7 shebangfix pyqt:4 +SHEBANG_FILES= *.py NO_BUILD= yes USE_PYQT= gui_run xml_build USE_QT4= linguist_build ONLY_FOR_ARCHS= i386 amd64 +NO_ARCH= yes PORTDOCS= README OPTIONS_DEFINE= DOCS @@ -50,6 +53,7 @@ post-install: ${LN} -sf ${DATADIR}/images/swine32.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Thu Mar 1 13:19:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9B0BF29283; Thu, 1 Mar 2018 13:19:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 88BEC841C4; Thu, 1 Mar 2018 13:19:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 83A6F1147; Thu, 1 Mar 2018 13:19:19 +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 w21DJJ3i059924; Thu, 1 Mar 2018 13:19:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DJJ8E059923; Thu, 1 Mar 2018 13:19:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803011319.w21DJJ8E059923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Mar 2018 13:19:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463304 - head/editors/rox-edit X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/editors/rox-edit X-SVN-Commit-Revision: 463304 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:19:20 -0000 Author: amdmi3 Date: Thu Mar 1 13:19:19 2018 New Revision: 463304 URL: https://svnweb.freebsd.org/changeset/ports/463304 Log: - Add LICENSE - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Modified: head/editors/rox-edit/Makefile Modified: head/editors/rox-edit/Makefile ============================================================================== --- head/editors/rox-edit/Makefile Thu Mar 1 13:19:04 2018 (r463303) +++ head/editors/rox-edit/Makefile Thu Mar 1 13:19:19 2018 (r463304) @@ -2,7 +2,7 @@ PORTNAME= rox-edit PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= SF/rox/Edit/${PORTVERSION} DISTNAME= edit-${PORTVERSION} @@ -10,10 +10,15 @@ DISTNAME= edit-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= Text editor for the ROX desktop +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/Edit/Help/COPYING + RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ ${PYTHON_PKGNAMEPREFIX}roxlib>=0:devel/py-roxlib -USES= python:2.7 tar:bzip2 +USES= python:2.7 shebangfix tar:bzip2 +SHEBANG_FILES= Edit/tests/testreplace.py Edit/AppRun +NO_ARCH= yes post-extract: @${FIND} ${WRKSRC} -name .cvsignore | ${XARGS} ${RM} From owner-svn-ports-head@freebsd.org Thu Mar 1 13:20:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91F1EF293AB; Thu, 1 Mar 2018 13:20:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4094684306; Thu, 1 Mar 2018 13:20:42 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B6BC115A; Thu, 1 Mar 2018 13:20:42 +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 w21DKgnI062943; Thu, 1 Mar 2018 13:20:42 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DKgVa062942; Thu, 1 Mar 2018 13:20:42 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803011320.w21DKgVa062942@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Mar 2018 13:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463305 - head/dns/maradns X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/dns/maradns X-SVN-Commit-Revision: 463305 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:20:42 -0000 Author: amdmi3 Date: Thu Mar 1 13:20:41 2018 New Revision: 463305 URL: https://svnweb.freebsd.org/changeset/ports/463305 Log: - Add missing python run-dependency - Fix shebang Approved by: portmgr blanket Modified: head/dns/maradns/Makefile Modified: head/dns/maradns/Makefile ============================================================================== --- head/dns/maradns/Makefile Thu Mar 1 13:19:19 2018 (r463304) +++ head/dns/maradns/Makefile Thu Mar 1 13:20:41 2018 (r463305) @@ -3,6 +3,7 @@ PORTNAME= maradns PORTVERSION= 2.0.14 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://maradns.samiam.org/download/2.0/${PORTVERSION}/\ SF/${PORTNAME}/MaraDNS/${PORTVERSION}/ @@ -20,11 +21,11 @@ MAKE_ENV= FLAGS="${CFLAGS}" HAS_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} zoneserver Deadwood -USES= tar:bz2 shebangfix +USES= tar:bz2 python:2.7,run shebangfix USERS= bind GROUPS= bind INSTALL_TARGET= install PREFIX=${STAGEDIR}${PREFIX} -SHEBANG_FILES= ${WRKSRC}/tools/bind2csv2.py +SHEBANG_FILES= tools/bind2csv2.py OPTIONS_DEFINE= IPV6 DOCS EXAMPLES CONV OPTIONS_SUB= yes From owner-svn-ports-head@freebsd.org Thu Mar 1 13:21:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 319EFF295B7; Thu, 1 Mar 2018 13:21:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DBFFE8447D; Thu, 1 Mar 2018 13:21:13 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6F121296; Thu, 1 Mar 2018 13:21:13 +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 w21DLDQp063739; Thu, 1 Mar 2018 13:21:13 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DLD8V063738; Thu, 1 Mar 2018 13:21:13 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803011321.w21DLD8V063738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Mar 2018 13:21:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463306 - head/devel/py-mypy X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/py-mypy X-SVN-Commit-Revision: 463306 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:21:14 -0000 Author: amdmi3 Date: Thu Mar 1 13:21:13 2018 New Revision: 463306 URL: https://svnweb.freebsd.org/changeset/ports/463306 Log: - Fix shebangs properly Approved by: portmgr blanket Modified: head/devel/py-mypy/Makefile Modified: head/devel/py-mypy/Makefile ============================================================================== --- head/devel/py-mypy/Makefile Thu Mar 1 13:20:41 2018 (r463305) +++ head/devel/py-mypy/Makefile Thu Mar 1 13:21:13 2018 (r463306) @@ -3,6 +3,7 @@ PORTNAME= mypy PORTVERSION= 0.560 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typed-ast>=1.1.0:d NO_ARCH= yes USES= python:3.4+ shebangfix USE_PYTHON= autoplist concurrent distutils -SHEBANG_FILES= typeshed/tests/pytype_test.py +SHEBANG_FILES= typeshed/tests/*.py .include From owner-svn-ports-head@freebsd.org Thu Mar 1 13:26:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9DE8F29C24; Thu, 1 Mar 2018 13:26:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7719A8493A; Thu, 1 Mar 2018 13:26:25 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 721BB1316; Thu, 1 Mar 2018 13:26:25 +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 w21DQPlw064913; Thu, 1 Mar 2018 13:26:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DQPMA064912; Thu, 1 Mar 2018 13:26:25 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803011326.w21DQPMA064912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Mar 2018 13:26:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463307 - head/sysutils/rubygem-fluentd010 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/sysutils/rubygem-fluentd010 X-SVN-Commit-Revision: 463307 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:26:26 -0000 Author: amdmi3 Date: Thu Mar 1 13:26:25 2018 New Revision: 463307 URL: https://svnweb.freebsd.org/changeset/ports/463307 Log: - Mark BROKEN: Error: RubyGem dependency msgpack < 0.6.0 is not satisfied Approved by: portmgr blanket Modified: head/sysutils/rubygem-fluentd010/Makefile Modified: head/sysutils/rubygem-fluentd010/Makefile ============================================================================== --- head/sysutils/rubygem-fluentd010/Makefile Thu Mar 1 13:21:13 2018 (r463306) +++ head/sysutils/rubygem-fluentd010/Makefile Thu Mar 1 13:26:25 2018 (r463307) @@ -22,6 +22,8 @@ RUN_DEPENDS= \ rubygem-tzinfo>=1.0.0:devel/rubygem-tzinfo \ rubygem-tzinfo-data>=1.0.0:devel/rubygem-tzinfo-data +BROKEN= Error: RubyGem dependency msgpack < 0.6.0 is not satisfied + USE_RUBY= yes PLIST_FILES= bin/fluent-cat bin/fluent-debug bin/fluent-gem bin/fluentd \ "@sample etc/fluentd/fluent.conf.sample" From owner-svn-ports-head@freebsd.org Thu Mar 1 13:34:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDE88F2A809; Thu, 1 Mar 2018 13:34:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41B8C850E2; Thu, 1 Mar 2018 13:34:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3CA1914DB; Thu, 1 Mar 2018 13:34:50 +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 w21DYo5E070193; Thu, 1 Mar 2018 13:34:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DYn7f070187; Thu, 1 Mar 2018 13:34:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011334.w21DYn7f070187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:34:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463308 - in head/devel/msgpuck: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/msgpuck: . files X-SVN-Commit-Revision: 463308 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:34:51 -0000 Author: sunpoet Date: Thu Mar 1 13:34:49 2018 New Revision: 463308 URL: https://svnweb.freebsd.org/changeset/ports/463308 Log: Update to 2.0 - Update COMMENT - Add LICENSE_FILE - Update pkg-descr - Take maintainership Changes: https://github.com/tarantool/msgpuck/commits/master Added: head/devel/msgpuck/files/ head/devel/msgpuck/files/patch-CMakeLists.txt (contents, props changed) head/devel/msgpuck/files/patch-test-CMakeLists.txt (contents, props changed) Modified: head/devel/msgpuck/Makefile head/devel/msgpuck/distinfo head/devel/msgpuck/pkg-descr head/devel/msgpuck/pkg-plist Modified: head/devel/msgpuck/Makefile ============================================================================== --- head/devel/msgpuck/Makefile Thu Mar 1 13:26:25 2018 (r463307) +++ head/devel/msgpuck/Makefile Thu Mar 1 13:34:49 2018 (r463308) @@ -1,18 +1,19 @@ # $FreeBSD$ PORTNAME= msgpuck -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org -COMMENT= MsgPack binary serialization library in a self-contained header +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Lightweight MessagePack library LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE +USES= cmake +USE_LDCONFIG= yes + USE_GITHUB= yes GH_ACCOUNT= tarantool - -USES= cmake .include Modified: head/devel/msgpuck/distinfo ============================================================================== --- head/devel/msgpuck/distinfo Thu Mar 1 13:26:25 2018 (r463307) +++ head/devel/msgpuck/distinfo Thu Mar 1 13:34:49 2018 (r463308) @@ -1,2 +1,3 @@ -SHA256 (tarantool-msgpuck-1.0.0_GH0.tar.gz) = f49f58ea6729d52431b1f03ac715374c962cdc9f158f2a953019cce9184fb33e -SIZE (tarantool-msgpuck-1.0.0_GH0.tar.gz) = 43196 +TIMESTAMP = 1519663819 +SHA256 (tarantool-msgpuck-2.0_GH0.tar.gz) = 01e6aa55d4d52a5b19f7ce9a9845506d9ab3f5abcf844a75e880b8378150a63d +SIZE (tarantool-msgpuck-2.0_GH0.tar.gz) = 51548 Added: head/devel/msgpuck/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/msgpuck/files/patch-CMakeLists.txt Thu Mar 1 13:34:49 2018 (r463308) @@ -0,0 +1,31 @@ +--- CMakeLists.txt.orig 2017-02-07 12:14:17 UTC ++++ CMakeLists.txt +@@ -12,9 +12,12 @@ endif() + include(CheckCCompilerFlag) + check_c_compiler_flag("-mno-unaligned-access" CC_HAS_MNO_UNALIGNED_ACCESS) + +-add_library(msgpuck STATIC msgpuck.c hints.c) +-set_target_properties(msgpuck PROPERTIES VERSION 1.0 SOVERSION 1) +-set_target_properties(msgpuck PROPERTIES OUTPUT_NAME "msgpuck") ++add_library(msgpuck_shared SHARED msgpuck.c hints.c) ++set_target_properties(msgpuck_shared PROPERTIES VERSION 1.0 SOVERSION 1) ++set_target_properties(msgpuck_shared PROPERTIES OUTPUT_NAME "msgpuck") ++add_library(msgpuck_static STATIC msgpuck.c hints.c) ++set_target_properties(msgpuck_static PROPERTIES VERSION 1.0 SOVERSION 1) ++set_target_properties(msgpuck_static PROPERTIES OUTPUT_NAME "msgpuck") + + if (NOT ${PROJECT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR}) + # Embedded mode, skip tests, documentation and the install targets +@@ -32,7 +35,11 @@ endif() + add_subdirectory(test) + + include(GNUInstallDirs) +-install(TARGETS msgpuck ++install(TARGETS msgpuck_shared ++ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} ++ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} ++ COMPONENT library) ++install(TARGETS msgpuck_static + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + COMPONENT library) Added: head/devel/msgpuck/files/patch-test-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/msgpuck/files/patch-test-CMakeLists.txt Thu Mar 1 13:34:49 2018 (r463308) @@ -0,0 +1,11 @@ +--- test/CMakeLists.txt.orig 2017-02-07 12:14:17 UTC ++++ test/CMakeLists.txt +@@ -14,7 +14,7 @@ endif() + set(alltests) + foreach (test msgpuck) + add_executable(${test}.test ${test}.c test.c) +- target_link_libraries(${test}.test msgpuck) ++ target_link_libraries(${test}.test msgpuck_shared) + + list(APPEND alltests ${test}.test_run) + add_custom_target(${test}.test_run Modified: head/devel/msgpuck/pkg-descr ============================================================================== --- head/devel/msgpuck/pkg-descr Thu Mar 1 13:26:25 2018 (r463307) +++ head/devel/msgpuck/pkg-descr Thu Mar 1 13:34:49 2018 (r463308) @@ -1,11 +1,7 @@ -MsgPuck is a simple and efficient MsgPack binary serialization library in -a self-contained header file. - -* Can be easily incorporated into your project -* Is very easy to use (see examples below) -* Is fully tested and documented -* Has clean and readable C source code -* Is published under the very liberal license (BSD-2) - +MsgPuck is a compact and efficient MessagePack serialization library: +- Zero-cost abstractions and zero overhead +- Clean and readable C code ready to use +- Easy to incorporate into your project +- Fully documented and covered by unit tests WWW: https://github.com/tarantool/msgpuck Modified: head/devel/msgpuck/pkg-plist ============================================================================== --- head/devel/msgpuck/pkg-plist Thu Mar 1 13:26:25 2018 (r463307) +++ head/devel/msgpuck/pkg-plist Thu Mar 1 13:34:49 2018 (r463308) @@ -1,4 +1,4 @@ -include/msgpuck/msgpuck.h +include/msgpuck.h lib/libmsgpuck.a lib/libmsgpuck.so lib/libmsgpuck.so.1 From owner-svn-ports-head@freebsd.org Thu Mar 1 13:34:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A77D9F2A84B; Thu, 1 Mar 2018 13:34:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 43308851A1; Thu, 1 Mar 2018 13:34:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA31A14DC; Thu, 1 Mar 2018 13:34:55 +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 w21DYtwk070364; Thu, 1 Mar 2018 13:34:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DYtQV070359; Thu, 1 Mar 2018 13:34:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011334.w21DYtQV070359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:34:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463309 - in head/databases/tarantool: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases/tarantool: . files X-SVN-Commit-Revision: 463309 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:34:57 -0000 Author: sunpoet Date: Thu Mar 1 13:34:54 2018 New Revision: 463309 URL: https://svnweb.freebsd.org/changeset/ports/463309 Log: Update to 1.9.0 - Add LICENSE_FILE - Use CMAKE_BOOL and CMAKE_ON - Clean up Makefile - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/tarantool/tarantool/releases https://github.com/tarantool/tarantool/commits/1.9 Modified: head/databases/tarantool/Makefile head/databases/tarantool/distinfo head/databases/tarantool/files/pkg-message.in head/databases/tarantool/pkg-descr head/databases/tarantool/pkg-plist Modified: head/databases/tarantool/Makefile ============================================================================== --- head/databases/tarantool/Makefile Thu Mar 1 13:34:49 2018 (r463308) +++ head/databases/tarantool/Makefile Thu Mar 1 13:34:54 2018 (r463309) @@ -2,59 +2,62 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= 1.7.4.260 -PORTREVISION= 2 +PORTVERSION= 1.9.0 CATEGORIES= databases -MASTER_SITES= http://download.tarantool.org/tarantool/1.7/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= NoSQL database running in a Lua application server LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= armv6 powerpc64 sparc64 NOT_FOR_ARCHS_REASON= fails to build: Unsupported architecture -MAKE_JOBS_UNSAFE=yes -USES= cmake:noninja compiler:c++11-lang gettext gmake perl5 readline +LIB_DEPENDS= libcurl.so:ftp/curl \ + libicui18n.so:devel/icu \ + libmsgpuck.so:devel/msgpuck \ + libyaml.so:textproc/libyaml \ + libzstd.so:archivers/zstd + +CMAKE_ARGS= -DCMAKE_INSTALL_FULL_SYSCONFDIR=${ETCDIR} \ + -DCMAKE_INSTALL_LOCALSTATEDIR=/var \ + -DCMAKE_INSTALL_MANDIR=${PREFIX}/man +CMAKE_OFF= ENABLE_BUNDLED_LIBYAML ENABLE_BUNDLED_MSGPUCK ENABLE_BUNDLED_ZSTD +CMAKE_ON= ENABLE_DIST +MAKE_JOBS_UNSAFE= yes +USES= cmake:noninja compiler:c++11-lang gettext-runtime gmake perl5 readline ssl +USE_PERL5= build USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} + +PLIST_SUB= TT_DATADIR=${TT_DATADIR} \ + TT_LOGDIR=${TT_LOGDIR} SUB_FILES= pkg-message -TT_DATADIR?= /var/db/tarantool -TT_RUNDIR?= /var/run/tarantool -TT_LOGDIR?= /var/log/tarantool +GH_TUPLE= rtsisyk:luafun:04c99f9:luafun/third_party/luafun \ + tarantool:luajit:b8587fa:luajit/third_party/luajit \ + tarantool:luarocks:6e6fe62:luarocks/third_party/luarocks \ + tarantool:small:22d1bad:small/src/lib/small \ + tarantool:test-run:ff5fb4f:test_run/test-run +USE_GITHUB= yes -CMAKE_ARGS= -DCMAKE_INSTALL_FULL_SYSCONFDIR=${ETCDIR} \ - -DCMAKE_INSTALL_LOCALSTATEDIR=/var \ - -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \ - -DENABLE_DIST=ON - USERS= tarantool GROUPS= tarantool -SUB_LIST+= PORTNAME=${PORTNAME} \ - TT_USER=${USERS} \ - TT_DATADIR=${TT_DATADIR} \ - TT_LOGDIR=${TT_LOGDIR} \ - TT_RUNDIR=${TT_RUNDIR} +TT_DATADIR?= /var/db/tarantool +TT_LOGDIR?= /var/log/tarantool +TT_RUNDIR?= /var/run/tarantool -PLIST_SUB+= TT_USER=${USERS} \ - TT_GROUP=${GROUPS} \ - TT_LOGDIR=${TT_LOGDIR} \ - TT_DATADIR=${TT_DATADIR} \ - TT_RUNDIR=${TT_RUNDIR} - OPTIONS_DEFINE= DEBUG -.include +DEBUG_CMAKE_BOOL= ENABLE_BACKTRACE -.if ${PORT_OPTIONS:MDEBUG} -CMAKE_BUILD_TYPE= RelWithDebugInfo -CMAKE_ARGS+= -DENABLE_BACKTRACE=ON -.else -CMAKE_BUILD_TYPE= Rel -CMAKE_ARGS+= -DENABLE_BACKTRACE=OFF -.endif +post-patch: + @${ECHO_CMD} ${PORTVERSION}-0 > ${WRKSRC}/VERSION + @${GREP} -lr 'msgpuck/msgpuck.h' ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|msgpuck/msgpuck.h|msgpuck.h|' + +post-install: + @${RMDIR} ${STAGEDIR}${PREFIX}/lib/tarantool/ .include Modified: head/databases/tarantool/distinfo ============================================================================== --- head/databases/tarantool/distinfo Thu Mar 1 13:34:49 2018 (r463308) +++ head/databases/tarantool/distinfo Thu Mar 1 13:34:54 2018 (r463309) @@ -1,3 +1,13 @@ -TIMESTAMP = 1499692037 -SHA256 (tarantool-1.7.4.260.tar.gz) = d7247d1ba3589068187f6f18f1630da29892fd0a73e68ce52a3e4d44752a9af0 -SIZE (tarantool-1.7.4.260.tar.gz) = 6423923 +TIMESTAMP = 1519670258 +SHA256 (tarantool-tarantool-1.9.0_GH0.tar.gz) = 7f9942d9e8d7a5132cf233263039e229d5046ca3a15e44fad233bc93caa2d725 +SIZE (tarantool-tarantool-1.9.0_GH0.tar.gz) = 2356661 +SHA256 (rtsisyk-luafun-04c99f9_GH0.tar.gz) = 4f135f25a2d31116723162ec8ad54f7d4e0e1258557bb1665557532ac64dc625 +SIZE (rtsisyk-luafun-04c99f9_GH0.tar.gz) = 67326 +SHA256 (tarantool-luajit-b8587fa_GH0.tar.gz) = 620a023a5ee6a52fc5f9fb3ece568b5ff58246a807c9ba4e31a8157451e9cff2 +SIZE (tarantool-luajit-b8587fa_GH0.tar.gz) = 1027765 +SHA256 (tarantool-luarocks-6e6fe62_GH0.tar.gz) = 69091525588e4b1f19341aecd1628eaace7919eed57c7177bb8ffdba9bf27c56 +SIZE (tarantool-luarocks-6e6fe62_GH0.tar.gz) = 4027514 +SHA256 (tarantool-small-22d1bad_GH0.tar.gz) = 760e2e25e0688915f4902921c070f8c5ddba0ad85f86204c2bbc35ad9b0544eb +SIZE (tarantool-small-22d1bad_GH0.tar.gz) = 108894 +SHA256 (tarantool-test-run-ff5fb4f_GH0.tar.gz) = 78f8ac985b07138a9a35b05240cdb33a8f99948b81c1e44d0459923e87c42202 +SIZE (tarantool-test-run-ff5fb4f_GH0.tar.gz) = 55148 Modified: head/databases/tarantool/files/pkg-message.in ============================================================================== --- head/databases/tarantool/files/pkg-message.in Thu Mar 1 13:34:49 2018 (r463308) +++ head/databases/tarantool/files/pkg-message.in Thu Mar 1 13:34:54 2018 (r463309) @@ -1,14 +1,12 @@ -######################################################### -# -# -# After install you'll need: -# -# Configuration at /etc/rc.conf: -# -# * Enable tarantool on startup: -# tarantool_enable="YES" -# * Path to storage link files of instances: -# tarantool_instances="%%ETCDIR%%/instances.enabled" -# -# -######################################################### +======================================================================== + + After install, you'll need: + + Configuration at /etc/rc.conf: + + * Enable tarantool on startup: + tarantool_enable="yes" + * Path to storage link files of instances: + tarantool_instances="%%ETCDIR%%/instances.enabled" + +======================================================================== Modified: head/databases/tarantool/pkg-descr ============================================================================== --- head/databases/tarantool/pkg-descr Thu Mar 1 13:34:49 2018 (r463308) +++ head/databases/tarantool/pkg-descr Thu Mar 1 13:34:54 2018 (r463309) @@ -1,19 +1,18 @@ -Tarantool is an efficient NoSQL database and a Lua application server. +Tarantool is an in-memory database and application server. -Key features of the Lua application server: -* 100% compatible drop-in replacement for Lua 5.1, based on LuaJIT 2.0. -Simply use #!/usr/bin/tarantool instead of #!/usr/bin/lua in your script. -* full support for Lua modules and a rich set of own modules, including -cooperative multitasking, non-blocking I/O, access to external databases, -etc. +Key features of the application server: +- 100% compatible drop-in replacement for Lua 5.1, based on LuaJIT 2.1. Simply + use #!/usr/bin/tarantool instead of #!/usr/bin/lua in your script. +- full support for Lua modules and a rich set of own modules, including + cooperative multitasking, non-blocking I/O, access to external databases, etc Key features of the database: -* MsgPack data format and MsgPack based client-server protocol -* two data engines: 100% in-memory with optional persistence and a 2-level -disk-based B-tree, to use with large data sets -* multiple index types: HASH, TREE, BITSET -* asynchronous master-master replication -* authentication and access control -* the database is just a C extension to the app server and can be turned off +- MsgPack data format and MsgPack based client-server protocol +- two data engines: 100% in-memory with optional persistence and a 2-level + disk-based B-tree, to use with large data sets +- multiple index types: HASH, TREE, RTREE, BITSET +- asynchronous master-master replication +- authentication and access control +- the database is just a C extension to the app server and can be turned off -WWW: http://tarantool.org/ +WWW: https://tarantool.org/ Modified: head/databases/tarantool/pkg-plist ============================================================================== --- head/databases/tarantool/pkg-plist Thu Mar 1 13:34:49 2018 (r463308) +++ head/databases/tarantool/pkg-plist Thu Mar 1 13:34:54 2018 (r463309) @@ -1,7 +1,7 @@ bin/tarantool bin/tarantoolctl -%%ETCDIR%%/default/tarantool -%%ETCDIR%%/instances.available/example.lua +etc/tarantool/default/tarantool +etc/tarantool/instances.available/example.lua include/tarantool/lauxlib.h include/tarantool/lua.h include/tarantool/lua.hpp @@ -11,8 +11,74 @@ include/tarantool/lualib.h include/tarantool/module.h man/man1/tarantool.1.gz man/man1/tarantoolctl.1.gz -@dir %%DATADIR%% -@dir %%ETCDIR%%/instances.available -@dir lib/tarantool -@dir(%%TT_USER%%,%%TT_GROUP%%,) %%TT_DATADIR%% -@dir(%%TT_USER%%,%%TT_GROUP%%,) %%TT_LOGDIR%% +%%DATADIR%%/luarocks/add.lua +%%DATADIR%%/luarocks/admin_remove.lua +%%DATADIR%%/luarocks/build.lua +%%DATADIR%%/luarocks/build/builtin.lua +%%DATADIR%%/luarocks/build/cmake.lua +%%DATADIR%%/luarocks/build/command.lua +%%DATADIR%%/luarocks/build/make.lua +%%DATADIR%%/luarocks/cache.lua +%%DATADIR%%/luarocks/cfg.lua +%%DATADIR%%/luarocks/command_line.lua +%%DATADIR%%/luarocks/config_cmd.lua +%%DATADIR%%/luarocks/deps.lua +%%DATADIR%%/luarocks/dir.lua +%%DATADIR%%/luarocks/doc.lua +%%DATADIR%%/luarocks/download.lua +%%DATADIR%%/luarocks/fetch.lua +%%DATADIR%%/luarocks/fetch/cvs.lua +%%DATADIR%%/luarocks/fetch/git.lua +%%DATADIR%%/luarocks/fetch/git_file.lua +%%DATADIR%%/luarocks/fetch/git_http.lua +%%DATADIR%%/luarocks/fetch/git_https.lua +%%DATADIR%%/luarocks/fetch/git_ssh.lua +%%DATADIR%%/luarocks/fetch/hg.lua +%%DATADIR%%/luarocks/fetch/hg_http.lua +%%DATADIR%%/luarocks/fetch/hg_https.lua +%%DATADIR%%/luarocks/fetch/hg_ssh.lua +%%DATADIR%%/luarocks/fetch/sscm.lua +%%DATADIR%%/luarocks/fetch/svn.lua +%%DATADIR%%/luarocks/fs.lua +%%DATADIR%%/luarocks/fs/lua.lua +%%DATADIR%%/luarocks/fs/tools.lua +%%DATADIR%%/luarocks/fs/unix.lua +%%DATADIR%%/luarocks/fs/unix/tools.lua +%%DATADIR%%/luarocks/fs/win32.lua +%%DATADIR%%/luarocks/fs/win32/tools.lua +%%DATADIR%%/luarocks/help.lua +%%DATADIR%%/luarocks/index.lua +%%DATADIR%%/luarocks/install.lua +%%DATADIR%%/luarocks/lint.lua +%%DATADIR%%/luarocks/list.lua +%%DATADIR%%/luarocks/loader.lua +%%DATADIR%%/luarocks/make.lua +%%DATADIR%%/luarocks/make_manifest.lua +%%DATADIR%%/luarocks/manif.lua +%%DATADIR%%/luarocks/manif_core.lua +%%DATADIR%%/luarocks/new_version.lua +%%DATADIR%%/luarocks/pack.lua +%%DATADIR%%/luarocks/path.lua +%%DATADIR%%/luarocks/path_cmd.lua +%%DATADIR%%/luarocks/persist.lua +%%DATADIR%%/luarocks/purge.lua +%%DATADIR%%/luarocks/refresh_cache.lua +%%DATADIR%%/luarocks/remove.lua +%%DATADIR%%/luarocks/repos.lua +%%DATADIR%%/luarocks/require.lua +%%DATADIR%%/luarocks/search.lua +%%DATADIR%%/luarocks/show.lua +%%DATADIR%%/luarocks/site_config.lua +%%DATADIR%%/luarocks/tools/patch.lua +%%DATADIR%%/luarocks/tools/tar.lua +%%DATADIR%%/luarocks/tools/zip.lua +%%DATADIR%%/luarocks/type_check.lua +%%DATADIR%%/luarocks/unpack.lua +%%DATADIR%%/luarocks/upload.lua +%%DATADIR%%/luarocks/upload/api.lua +%%DATADIR%%/luarocks/upload/multipart.lua +%%DATADIR%%/luarocks/util.lua +%%DATADIR%%/luarocks/validate.lua +%%DATADIR%%/luarocks/write_rockspec.lua +@dir(tarantool,tarantool,) %%TT_DATADIR%% +@dir(tarantool,tarantool,) %%TT_LOGDIR%% From owner-svn-ports-head@freebsd.org Thu Mar 1 13:35:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FC65F2A893; Thu, 1 Mar 2018 13:35:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDD0A851D7; Thu, 1 Mar 2018 13:35:00 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA7FF14DE; Thu, 1 Mar 2018 13:35:00 +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 w21DZ0Nl070542; Thu, 1 Mar 2018 13:35:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DZ0S1070539; Thu, 1 Mar 2018 13:35:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011335.w21DZ0S1070539@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:35:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463310 - in head/databases/tarantool-c: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases/tarantool-c: . files X-SVN-Commit-Revision: 463310 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:35:01 -0000 Author: sunpoet Date: Thu Mar 1 13:35:00 2018 New Revision: 463310 URL: https://svnweb.freebsd.org/changeset/ports/463310 Log: Update to 1.0.1 - Add LICENSE - Use CMAKE_OFF - Bump PORTREVISION for package change - Take maintainership Changes: https://github.com/tarantool/tarantool-c/commits/master Added: head/databases/tarantool-c/files/patch-tnt-CMakeLists.txt (contents, props changed) Deleted: head/databases/tarantool-c/files/patch-cmake_FindMsgPuck.cmake head/databases/tarantool-c/files/patch-tnt_tnt__net.c Modified: head/databases/tarantool-c/Makefile head/databases/tarantool-c/distinfo Modified: head/databases/tarantool-c/Makefile ============================================================================== --- head/databases/tarantool-c/Makefile Thu Mar 1 13:34:54 2018 (r463309) +++ head/databases/tarantool-c/Makefile Thu Mar 1 13:35:00 2018 (r463310) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= tarantool-c -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= databases -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= C client for Tarantool 1.6+ +LICENSE= BSD2CLAUSE + LIB_DEPENDS= libmsgpuck.so:devel/msgpuck +CMAKE_OFF= ENABLE_BUNDLED_MSGPUCK +USES= cmake + USE_GITHUB= yes GH_ACCOUNT= tarantool -GH_TAGNAME= a251965 +GH_TAGNAME= 7bb49a1 -USES= cmake -CMAKE_ARGS= -DENABLE_BUNDLED_MSGPUCK=false - post-patch: - @${REINPLACE_CMD} -e '/-O3 -march=native/d' ${WRKSRC}/CMakeLists.txt + @${GREP} -lr 'msgpuck/msgpuck.h' ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|msgpuck/msgpuck.h|msgpuck.h|' .include Modified: head/databases/tarantool-c/distinfo ============================================================================== --- head/databases/tarantool-c/distinfo Thu Mar 1 13:34:54 2018 (r463309) +++ head/databases/tarantool-c/distinfo Thu Mar 1 13:35:00 2018 (r463310) @@ -1,2 +1,3 @@ -SHA256 (tarantool-tarantool-c-1.0.0-a251965_GH0.tar.gz) = dacac98acd5689a35d2f690049a0b3effd850bb4772dd3bf8d10e2f52e4d3ae7 -SIZE (tarantool-tarantool-c-1.0.0-a251965_GH0.tar.gz) = 126182 +TIMESTAMP = 1519680640 +SHA256 (tarantool-tarantool-c-1.0.1-7bb49a1_GH0.tar.gz) = 03250ab8bf2e8135e075953cef18ee5323061539056e2fff995cf34b33ea7ed2 +SIZE (tarantool-tarantool-c-1.0.1-7bb49a1_GH0.tar.gz) = 137960 Added: head/databases/tarantool-c/files/patch-tnt-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/tarantool-c/files/patch-tnt-CMakeLists.txt Thu Mar 1 13:35:00 2018 (r463310) @@ -0,0 +1,26 @@ +--- tnt/CMakeLists.txt.orig 2016-09-07 09:59:59 UTC ++++ tnt/CMakeLists.txt +@@ -42,7 +42,6 @@ set (TNT_SOURCES + ${CMAKE_SOURCE_DIR}/third_party/sha1.c + ${CMAKE_SOURCE_DIR}/third_party/base64.c + ${CMAKE_SOURCE_DIR}/third_party/PMurHash.c +- ${CMAKE_SOURCE_DIR}/third_party/msgpuck.c + ) + + #----------------------------------------------------------------------------# +@@ -52,6 +51,7 @@ set (TNT_SOURCES + ## Static library + project(tnt) + add_library(${PROJECT_NAME} STATIC ${TNT_SOURCES}) ++target_link_libraries(${PROJECT_NAME} ${MSGPUCK_LIBRARIES}) + set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${LIBTNT_VERSION}) + set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION ${LIBTNT_SOVERSION}) + set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME "tarantool") +@@ -65,6 +65,7 @@ install (TARGETS ${PROJECT_NAME} + ## Shared library + project(tnt_shared) + add_library(${PROJECT_NAME} SHARED ${TNT_SOURCES}) ++target_link_libraries(${PROJECT_NAME} ${MSGPUCK_LIBRARIES}) + set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${LIBTNT_VERSION}) + set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION ${LIBTNT_SOVERSION}) + set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME "tarantool") From owner-svn-ports-head@freebsd.org Thu Mar 1 13:35:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29F17F2A8C8; Thu, 1 Mar 2018 13:35:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 620FA852C3; Thu, 1 Mar 2018 13:35:05 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 98D2914E1; Thu, 1 Mar 2018 13:35:05 +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 w21DZ5SD070665; Thu, 1 Mar 2018 13:35:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DZ5xq070664; Thu, 1 Mar 2018 13:35:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011335.w21DZ5xq070664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463311 - head/databases/p5-DR-Tarantool X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DR-Tarantool X-SVN-Commit-Revision: 463311 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:35:09 -0000 Author: sunpoet Date: Thu Mar 1 13:35:05 2018 New Revision: 463311 URL: https://svnweb.freebsd.org/changeset/ports/463311 Log: Add missing *_DEPENDS - Strip shared library - Add CPAN as primary WWW - Bump PORTREVISION for dependency and package change - Take maintainership Modified: head/databases/p5-DR-Tarantool/Makefile head/databases/p5-DR-Tarantool/pkg-descr Modified: head/databases/p5-DR-Tarantool/Makefile ============================================================================== --- head/databases/p5-DR-Tarantool/Makefile Thu Mar 1 13:35:00 2018 (r463310) +++ head/databases/p5-DR-Tarantool/Makefile Thu Mar 1 13:35:05 2018 (r463311) @@ -3,17 +3,27 @@ PORTNAME= DR-Tarantool PORTVERSION= 0.44 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:UNERA PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl driver for Tarantool LICENSE= ART10 +BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ + p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \ + p5-JSON-XS>=0:converters/p5-JSON-XS \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils +RUN_DEPENDS:= ${BUILD_DEPENDS} + USES= perl5 USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DR/Tarantool/Tarantool.so .include Modified: head/databases/p5-DR-Tarantool/pkg-descr ============================================================================== --- head/databases/p5-DR-Tarantool/pkg-descr Thu Mar 1 13:35:00 2018 (r463310) +++ head/databases/p5-DR-Tarantool/pkg-descr Thu Mar 1 13:35:05 2018 (r463311) @@ -1,7 +1,8 @@ This module provides a synchronous and asynchronous driver for Tarantool. The driver does not have external dependencies, but includes the official -light-weight Tarantool C client (a single C header which implements all -protocol formatting) for packing requests and unpacking server responses. +light-weight Tarantool C client (a single C header which implements all protocol +formatting) for packing requests and unpacking server responses. +WWW: http://search.cpan.org/dist/DR-Tarantool/ WWW: https://github.com/dr-co/dr-tarantool From owner-svn-ports-head@freebsd.org Thu Mar 1 13:35:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41228F2A96B; Thu, 1 Mar 2018 13:35:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4394854E5; Thu, 1 Mar 2018 13:35: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD9CF14E5; Thu, 1 Mar 2018 13:35:20 +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 w21DZKCr071068; Thu, 1 Mar 2018 13:35:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DZKeD071065; Thu, 1 Mar 2018 13:35:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011335.w21DZKeD071065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:35:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463314 - head/databases/php5-tarantool X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/php5-tarantool X-SVN-Commit-Revision: 463314 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:35:21 -0000 Author: sunpoet Date: Thu Mar 1 13:35:20 2018 New Revision: 463314 URL: https://svnweb.freebsd.org/changeset/ports/463314 Log: Update to 0.1.0 - Add LICENSE - Take maintainership Changes: https://github.com/tarantool/tarantool-php/releases https://github.com/tarantool/tarantool-php/commits/master Modified: head/databases/php5-tarantool/Makefile head/databases/php5-tarantool/distinfo head/databases/php5-tarantool/pkg-descr Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Thu Mar 1 13:35:15 2018 (r463313) +++ head/databases/php5-tarantool/Makefile Thu Mar 1 13:35:20 2018 (r463314) @@ -2,22 +2,23 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= ${TR_VER} -PORTREVISION= 1 +PORTVERSION= 20160226 # 0.1.0 CATEGORIES= databases PKGNAMEPREFIX= php5- -MAINTAINER= ports@FreeBSD.org -COMMENT= PECL PHP driver for Tarantool/Box +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= PECL PHP driver for Tarantool +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= php:ext -USE_GITHUB= yes -GH_PROJECT= ${PORTNAME}-php -GH_TAGNAME= c1c5d5f -TR_VER= 20151222 -IGNORE_WITH_PHP= 70 71 72 +CONFIGURE_ARGS= --with-tarantool +IGNORE_WITH_PHP=70 71 72 -CONFIGURE_ARGS+= --with-tarantool +USE_GITHUB= yes +GH_PROJECT= ${PORTNAME}-php +GH_TAGNAME= 0.1.0 .include Modified: head/databases/php5-tarantool/distinfo ============================================================================== --- head/databases/php5-tarantool/distinfo Thu Mar 1 13:35:15 2018 (r463313) +++ head/databases/php5-tarantool/distinfo Thu Mar 1 13:35:20 2018 (r463314) @@ -1,2 +1,3 @@ -SHA256 (tarantool-tarantool-php-20151222-c1c5d5f_GH0.tar.gz) = fff3d8e83317d8b5dd3c5fdd06256f80cbc1145460e75b8b361c479df5decc3e -SIZE (tarantool-tarantool-php-20151222-c1c5d5f_GH0.tar.gz) = 604102 +TIMESTAMP = 1519683026 +SHA256 (tarantool-tarantool-php-20160226-0.1.0_GH0.tar.gz) = e8c392bcea80b081aeaea48ed39b3f94251254b06573c8927905a44d5e0ee3c3 +SIZE (tarantool-tarantool-php-20160226-0.1.0_GH0.tar.gz) = 606010 Modified: head/databases/php5-tarantool/pkg-descr ============================================================================== --- head/databases/php5-tarantool/pkg-descr Thu Mar 1 13:35:15 2018 (r463313) +++ head/databases/php5-tarantool/pkg-descr Thu Mar 1 13:35:20 2018 (r463314) @@ -1,3 +1,3 @@ -PECL PHP driver for Tarantool/Box +PECL PHP driver for Tarantool WWW: https://github.com/tarantool/tarantool-php From owner-svn-ports-head@freebsd.org Thu Mar 1 13:35:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B48D5F2A8D0; Thu, 1 Mar 2018 13:35:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65E0F8534D; Thu, 1 Mar 2018 13:35: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 60F6414E2; Thu, 1 Mar 2018 13:35: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 w21DZAAP070791; Thu, 1 Mar 2018 13:35:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DZAX5070789; Thu, 1 Mar 2018 13:35:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011335.w21DZAX5070789@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:35:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463312 - head/databases/p5-MR-Tarantool X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-MR-Tarantool X-SVN-Commit-Revision: 463312 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:35:11 -0000 Author: sunpoet Date: Thu Mar 1 13:35:09 2018 New Revision: 463312 URL: https://svnweb.freebsd.org/changeset/ports/463312 Log: Add LICENSE - Add missing *_DEPENDS - Add NO_ARCH - Sort PLIST - Bump PORTREVISION for dependency change - Take maintainership Modified: head/databases/p5-MR-Tarantool/Makefile head/databases/p5-MR-Tarantool/pkg-plist Modified: head/databases/p5-MR-Tarantool/Makefile ============================================================================== --- head/databases/p5-MR-Tarantool/Makefile Thu Mar 1 13:35:05 2018 (r463311) +++ head/databases/p5-MR-Tarantool/Makefile Thu Mar 1 13:35:09 2018 (r463312) @@ -3,20 +3,26 @@ PORTNAME= MR-Tarantool PORTVERSION= 0.0.24 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Driver for an efficient Tarantool/Box NoSQL in-memory storage -BUILD_DEPENDS= p5-AnyEvent>=7.04:devel/p5-AnyEvent \ - p5-Class-Singleton>=1.4:devel/p5-Class-Singleton \ - p5-Mouse>=1.1:devel/p5-Mouse \ - p5-String-CRC32>=1.4:devel/p5-String-CRC32 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ + p5-Class-Singleton>=0:devel/p5-Class-Singleton \ + p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-MRO-Compat>=0:devel/p5-MRO-Compat \ + p5-Mouse>=0:devel/p5-Mouse \ + p5-String-CRC32>=0:devel/p5-String-CRC32 RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/databases/p5-MR-Tarantool/pkg-plist ============================================================================== --- head/databases/p5-MR-Tarantool/pkg-plist Thu Mar 1 13:35:05 2018 (r463311) +++ head/databases/p5-MR-Tarantool/pkg-plist Thu Mar 1 13:35:09 2018 (r463312) @@ -1,21 +1,21 @@ -%%SITE_PERL%%/MR/Pending.pm %%SITE_PERL%%/MR/IProto.pm -%%SITE_PERL%%/MR/Tarantool/Box/Singleton.pm -%%SITE_PERL%%/MR/Tarantool/Box.pm +%%SITE_PERL%%/MR/IProto/Cluster.pm +%%SITE_PERL%%/MR/IProto/Cluster/Server.pm %%SITE_PERL%%/MR/IProto/Connection.pm +%%SITE_PERL%%/MR/IProto/Connection/Async.pm +%%SITE_PERL%%/MR/IProto/Connection/Sync.pm +%%SITE_PERL%%/MR/IProto/Error.pm %%SITE_PERL%%/MR/IProto/Message.pm %%SITE_PERL%%/MR/IProto/NoResponse.pm -%%SITE_PERL%%/MR/IProto/Role/Debuggable.pm -%%SITE_PERL%%/MR/IProto/Cluster.pm -%%SITE_PERL%%/MR/IProto/Cluster/Server.pm +%%SITE_PERL%%/MR/IProto/Request.pm %%SITE_PERL%%/MR/IProto/Response.pm -%%SITE_PERL%%/MR/IProto/Server/Connection.pm +%%SITE_PERL%%/MR/IProto/Role/Debuggable.pm %%SITE_PERL%%/MR/IProto/Server.pm -%%SITE_PERL%%/MR/IProto/Error.pm -%%SITE_PERL%%/MR/IProto/Request.pm -%%SITE_PERL%%/MR/IProto/Connection/Async.pm -%%SITE_PERL%%/MR/IProto/Connection/Sync.pm +%%SITE_PERL%%/MR/IProto/Server/Connection.pm +%%SITE_PERL%%/MR/Pending.pm %%SITE_PERL%%/MR/SilverBox.pm +%%SITE_PERL%%/MR/Tarantool/Box.pm +%%SITE_PERL%%/MR/Tarantool/Box/Singleton.pm %%PERL5_MAN3%%/MR::IProto.3.gz %%PERL5_MAN3%%/MR::IProto::Cluster.3.gz %%PERL5_MAN3%%/MR::IProto::Cluster::Server.3.gz From owner-svn-ports-head@freebsd.org Thu Mar 1 13:35:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9396CF2A962; Thu, 1 Mar 2018 13:35:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 61B93854D0; Thu, 1 Mar 2018 13:35:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF36914E3; Thu, 1 Mar 2018 13:35: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 w21DZF8s070929; Thu, 1 Mar 2018 13:35:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DZFw5070926; Thu, 1 Mar 2018 13:35:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011335.w21DZFw5070926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:35:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463313 - head/www/p5-Catalyst-Model-Tarantool X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-Catalyst-Model-Tarantool X-SVN-Commit-Revision: 463313 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:35:20 -0000 Author: sunpoet Date: Thu Mar 1 13:35:15 2018 New Revision: 463313 URL: https://svnweb.freebsd.org/changeset/ports/463313 Log: Update to 0.02 - Add LICENSE - Add NO_ARCH - Take maintainership Changes: http://search.cpan.org/dist/Catalyst-Model-Tarantool/Changes Modified: head/www/p5-Catalyst-Model-Tarantool/Makefile head/www/p5-Catalyst-Model-Tarantool/distinfo head/www/p5-Catalyst-Model-Tarantool/pkg-plist Modified: head/www/p5-Catalyst-Model-Tarantool/Makefile ============================================================================== --- head/www/p5-Catalyst-Model-Tarantool/Makefile Thu Mar 1 13:35:09 2018 (r463312) +++ head/www/p5-Catalyst-Model-Tarantool/Makefile Thu Mar 1 13:35:15 2018 (r463313) @@ -2,22 +2,23 @@ # $FreeBSD$ PORTNAME= Catalyst-Model-Tarantool -PORTVERSION= 0.0.1 -DISTVERSIONSUFFIX= -1 -PORTREVISION= 1 +PORTVERSION= 0.02 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tarantool interface for Catalyst based application +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Catalyst-Runtime>=5.90001:www/p5-Catalyst-Runtime \ - p5-MR-Tarantool>=0.0.24:databases/p5-MR-Tarantool + p5-DR-Tarantool>=0.37:databases/p5-DR-Tarantool RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include Modified: head/www/p5-Catalyst-Model-Tarantool/distinfo ============================================================================== --- head/www/p5-Catalyst-Model-Tarantool/distinfo Thu Mar 1 13:35:09 2018 (r463312) +++ head/www/p5-Catalyst-Model-Tarantool/distinfo Thu Mar 1 13:35:15 2018 (r463313) @@ -1,2 +1,3 @@ -SHA256 (Catalyst-Model-Tarantool-0.0.1-1.tar.gz) = 221b6ee6ab1c7dd0848163d830812aa4525051c08c867b4267e1754a6269c9bc -SIZE (Catalyst-Model-Tarantool-0.0.1-1.tar.gz) = 2693 +TIMESTAMP = 1519469630 +SHA256 (Catalyst-Model-Tarantool-0.02.tar.gz) = 96682433e2625dc700e1c8fa8ba554ec58b7a32d9966a08c9194627d55431bb8 +SIZE (Catalyst-Model-Tarantool-0.02.tar.gz) = 3192 Modified: head/www/p5-Catalyst-Model-Tarantool/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Model-Tarantool/pkg-plist Thu Mar 1 13:35:09 2018 (r463312) +++ head/www/p5-Catalyst-Model-Tarantool/pkg-plist Thu Mar 1 13:35:15 2018 (r463313) @@ -1,4 +1,2 @@ -%%SITE_PERL%%/Catalyst/Model/pod2htmd.tmp -%%SITE_PERL%%/Catalyst/Model/pod2htmi.tmp %%SITE_PERL%%/Catalyst/Model/Tarantool.pm %%PERL5_MAN3%%/Catalyst::Model::Tarantool.3.gz From owner-svn-ports-head@freebsd.org Thu Mar 1 13:35:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D31E5F2A9E4; Thu, 1 Mar 2018 13:35:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F45085770; Thu, 1 Mar 2018 13:35:26 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7FF9B14E6; Thu, 1 Mar 2018 13:35:26 +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 w21DZQi3071236; Thu, 1 Mar 2018 13:35:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DZQ6B071231; Thu, 1 Mar 2018 13:35:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011335.w21DZQ6B071231@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:35:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463315 - in head/databases: . php7-tarantool X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/databases: . php7-tarantool X-SVN-Commit-Revision: 463315 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:35:28 -0000 Author: sunpoet Date: Thu Mar 1 13:35:25 2018 New Revision: 463315 URL: https://svnweb.freebsd.org/changeset/ports/463315 Log: Add php7-tarantool 0.3.0 (copied from php5-tarantool) PECL PHP driver for Tarantool WWW: https://github.com/tarantool/tarantool-php Added: head/databases/php7-tarantool/ - copied from r463020, head/databases/php5-tarantool/ Modified: head/databases/Makefile head/databases/php7-tarantool/Makefile head/databases/php7-tarantool/distinfo head/databases/php7-tarantool/pkg-descr Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Mar 1 13:35:20 2018 (r463314) +++ head/databases/Makefile Thu Mar 1 13:35:25 2018 (r463315) @@ -626,6 +626,7 @@ SUBDIR += php56-pgsql SUBDIR += php56-sqlite3 SUBDIR += php56-sybase_ct + SUBDIR += php7-tarantool SUBDIR += php70-dba SUBDIR += php70-interbase SUBDIR += php70-memcache Modified: head/databases/php7-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Mon Feb 26 13:56:37 2018 (r463020) +++ head/databases/php7-tarantool/Makefile Thu Mar 1 13:35:25 2018 (r463315) @@ -2,22 +2,23 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= ${TR_VER} +PORTVERSION= 0.3.0 PORTREVISION= 1 CATEGORIES= databases -PKGNAMEPREFIX= php5- +PKGNAMEPREFIX= php7- -MAINTAINER= ports@FreeBSD.org -COMMENT= PECL PHP driver for Tarantool/Box +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= PECL PHP driver for Tarantool +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= php:ext -USE_GITHUB= yes -GH_PROJECT= ${PORTNAME}-php -GH_TAGNAME= c1c5d5f -TR_VER= 20151222 -IGNORE_WITH_PHP= 70 71 72 +CONFIGURE_ARGS= --with-tarantool +IGNORE_WITH_PHP=56 -CONFIGURE_ARGS+= --with-tarantool +USE_GITHUB= yes +GH_PROJECT= ${PORTNAME}-php .include Modified: head/databases/php7-tarantool/distinfo ============================================================================== --- head/databases/php5-tarantool/distinfo Mon Feb 26 13:56:37 2018 (r463020) +++ head/databases/php7-tarantool/distinfo Thu Mar 1 13:35:25 2018 (r463315) @@ -1,2 +1,3 @@ -SHA256 (tarantool-tarantool-php-20151222-c1c5d5f_GH0.tar.gz) = fff3d8e83317d8b5dd3c5fdd06256f80cbc1145460e75b8b361c479df5decc3e -SIZE (tarantool-tarantool-php-20151222-c1c5d5f_GH0.tar.gz) = 604102 +TIMESTAMP = 1519681756 +SHA256 (tarantool-tarantool-php-0.3.0_GH0.tar.gz) = 4d37d93e1553f6ce18ac09ecb975a9b7234bfeb75360959c44b98b28d64b93ba +SIZE (tarantool-tarantool-php-0.3.0_GH0.tar.gz) = 684950 Modified: head/databases/php7-tarantool/pkg-descr ============================================================================== --- head/databases/php5-tarantool/pkg-descr Mon Feb 26 13:56:37 2018 (r463020) +++ head/databases/php7-tarantool/pkg-descr Thu Mar 1 13:35:25 2018 (r463315) @@ -1,3 +1,3 @@ -PECL PHP driver for Tarantool/Box +PECL PHP driver for Tarantool WWW: https://github.com/tarantool/tarantool-php From owner-svn-ports-head@freebsd.org Thu Mar 1 13:35:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49603F2AA1C; Thu, 1 Mar 2018 13:35:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 292C485877; Thu, 1 Mar 2018 13:35:31 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B1CE914E7; Thu, 1 Mar 2018 13:35:31 +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 w21DZVRG071372; Thu, 1 Mar 2018 13:35:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DZV8D071369; Thu, 1 Mar 2018 13:35:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011335.w21DZV8D071369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:35:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463316 - head/databases/py-tarantool X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-tarantool X-SVN-Commit-Revision: 463316 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:35:34 -0000 Author: sunpoet Date: Thu Mar 1 13:35:31 2018 New Revision: 463316 URL: https://svnweb.freebsd.org/changeset/ports/463316 Log: Update to 0.5.5 - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Change WWW to PyPI - Take maintainership Changes: https://github.com/tarantool/tarantool-python/releases Modified: head/databases/py-tarantool/Makefile head/databases/py-tarantool/distinfo head/databases/py-tarantool/pkg-descr Modified: head/databases/py-tarantool/Makefile ============================================================================== --- head/databases/py-tarantool/Makefile Thu Mar 1 13:35:25 2018 (r463315) +++ head/databases/py-tarantool/Makefile Thu Mar 1 13:35:31 2018 (r463316) @@ -2,17 +2,18 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.5 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= python@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Client library for Tarantool Database LICENSE= BSD3CLAUSE +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include Modified: head/databases/py-tarantool/distinfo ============================================================================== --- head/databases/py-tarantool/distinfo Thu Mar 1 13:35:25 2018 (r463315) +++ head/databases/py-tarantool/distinfo Thu Mar 1 13:35:31 2018 (r463316) @@ -1,2 +1,3 @@ -SHA256 (tarantool-0.5.2.tar.gz) = 525cf7c5425488661c321c426593e06af4fa1655e7d7b867c24a86efe7bdf305 -SIZE (tarantool-0.5.2.tar.gz) = 17386 +TIMESTAMP = 1519850817 +SHA256 (tarantool-0.5.5.tar.gz) = 84c6959bc4f2d445b860cc3c277a60875e26bdc18214c99347907ccf5e762008 +SIZE (tarantool-0.5.5.tar.gz) = 21076 Modified: head/databases/py-tarantool/pkg-descr ============================================================================== --- head/databases/py-tarantool/pkg-descr Thu Mar 1 13:35:25 2018 (r463315) +++ head/databases/py-tarantool/pkg-descr Thu Mar 1 13:35:31 2018 (r463316) @@ -1,4 +1,4 @@ This package is a pure-python client library for Tarantool Database. -WWW: https://github.com/tarantool/tarantool-python WWW: https://pypi.python.org/pypi/tarantool +WWW: https://github.com/tarantool/tarantool-python From owner-svn-ports-head@freebsd.org Thu Mar 1 13:35:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99F5CF2AA7C; Thu, 1 Mar 2018 13:35:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A05C859BF; Thu, 1 Mar 2018 13:35:42 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 20EF914E9; Thu, 1 Mar 2018 13:35:42 +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 w21DZfho071633; Thu, 1 Mar 2018 13:35:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DZf6j071631; Thu, 1 Mar 2018 13:35:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011335.w21DZf6j071631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:35:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463318 - head/databases/rubygem-tarantool X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rubygem-tarantool X-SVN-Commit-Revision: 463318 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:35:42 -0000 Author: sunpoet Date: Thu Mar 1 13:35:41 2018 New Revision: 463318 URL: https://svnweb.freebsd.org/changeset/ports/463318 Log: Add LICENSE - Fix version requirement of RUN_DEPENDS - Fix grammar - Fix WWW - Take maintainership Modified: head/databases/rubygem-tarantool/Makefile head/databases/rubygem-tarantool/pkg-descr Modified: head/databases/rubygem-tarantool/Makefile ============================================================================== --- head/databases/rubygem-tarantool/Makefile Thu Mar 1 13:35:36 2018 (r463317) +++ head/databases/rubygem-tarantool/Makefile Thu Mar 1 13:35:41 2018 (r463318) @@ -6,11 +6,14 @@ PORTVERSION= 0.5.8 CATEGORIES= databases rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tarantool KV-storage client +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= rubygem-bin_utils>=0.0.3:devel/rubygem-bin_utils \ - rubygem-iproto>=0.3:net/rubygem-iproto \ + rubygem-iproto>=0.3.17:net/rubygem-iproto \ rubygem-murmurhash3>=0.1.1:devel/rubygem-murmurhash3 \ rubygem-sumbur>=0.0.2:devel/rubygem-sumbur Modified: head/databases/rubygem-tarantool/pkg-descr ============================================================================== --- head/databases/rubygem-tarantool/pkg-descr Thu Mar 1 13:35:36 2018 (r463317) +++ head/databases/rubygem-tarantool/pkg-descr Thu Mar 1 13:35:41 2018 (r463318) @@ -1,3 +1,3 @@ -Its ruby client for Tarantool Key-Value Storage +It's ruby client for Tarantool Key-Value Storage. -WWW: https://github.com/mailru/tarantool-ruby +WWW: https://github.com/tarantool/tarantool-ruby From owner-svn-ports-head@freebsd.org Thu Mar 1 13:35:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD5F0F2AA4B; Thu, 1 Mar 2018 13:35:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FD01858F6; Thu, 1 Mar 2018 13:35:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40F0A14E8; Thu, 1 Mar 2018 13:35:37 +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 w21DZbkp071511; Thu, 1 Mar 2018 13:35:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DZaB0071508; Thu, 1 Mar 2018 13:35:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011335.w21DZaB0071508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463317 - head/devel/py-tarantool-queue X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-tarantool-queue X-SVN-Commit-Revision: 463317 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:35:37 -0000 Author: sunpoet Date: Thu Mar 1 13:35:36 2018 New Revision: 463317 URL: https://svnweb.freebsd.org/changeset/ports/463317 Log: Update to 0.1.4 - Sort RUN_DEPENDS - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Simplify pkg-descr - Update WWW - Take maintainership Changes: https://github.com/tarantool/queue-python/commits/master Modified: head/devel/py-tarantool-queue/Makefile head/devel/py-tarantool-queue/distinfo head/devel/py-tarantool-queue/pkg-descr Modified: head/devel/py-tarantool-queue/Makefile ============================================================================== --- head/devel/py-tarantool-queue/Makefile Thu Mar 1 13:35:31 2018 (r463316) +++ head/devel/py-tarantool-queue/Makefile Thu Mar 1 13:35:36 2018 (r463317) @@ -2,23 +2,24 @@ # $FreeBSD$ PORTNAME= tarantool-queue -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= python@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python bindings for Tarantool queue LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tarantool>=0:databases/py-tarantool@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0:devel/py-msgpack-python@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0:devel/py-msgpack-python@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tarantool>=0:databases/py-tarantool@${FLAVOR} +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils -do-configure: - ${REINPLACE_CMD} -i -e "1d" ${WRKSRC}/setup.py +post-patch: + @${REINPLACE_CMD} -e 's|tarantool<0.4|tarantool|' ${WRKSRC}/setup.py .include Modified: head/devel/py-tarantool-queue/distinfo ============================================================================== --- head/devel/py-tarantool-queue/distinfo Thu Mar 1 13:35:31 2018 (r463316) +++ head/devel/py-tarantool-queue/distinfo Thu Mar 1 13:35:36 2018 (r463317) @@ -1,2 +1,3 @@ -SHA256 (tarantool-queue-0.1.0.tar.gz) = 8e99b429aaa1465fe7e818534e5f3baccca021e61bb48486e3faece83f6d5e07 -SIZE (tarantool-queue-0.1.0.tar.gz) = 6383 +TIMESTAMP = 1519464568 +SHA256 (tarantool-queue-0.1.4.tar.gz) = 07583ba16857a55fb830a0a432dcdd8bec928256481344a709033c6b3c544641 +SIZE (tarantool-queue-0.1.4.tar.gz) = 8709 Modified: head/devel/py-tarantool-queue/pkg-descr ============================================================================== --- head/devel/py-tarantool-queue/pkg-descr Thu Mar 1 13:35:31 2018 (r463316) +++ head/devel/py-tarantool-queue/pkg-descr Thu Mar 1 13:35:36 2018 (r463317) @@ -1,7 +1,4 @@ -Python Bindings for Tarantool Queue +Python Bindings for Tarantool Queue (https://github.com/tarantool/queue/) -More details about Tarantool Queue on the page: -https://github.com/tarantool/queue - -WWW: https://github.com/tarantool/tarantool-queue-python WWW: https://pypi.python.org/pypi/tarantool-queue +WWW: https://github.com/tarantool/queue-python From owner-svn-ports-head@freebsd.org Thu Mar 1 13:35:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E263F2AB0A; Thu, 1 Mar 2018 13:35:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A2E6D85A9C; Thu, 1 Mar 2018 13:35:47 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9DDBC14EB; Thu, 1 Mar 2018 13:35:47 +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 w21DZlju071756; Thu, 1 Mar 2018 13:35:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DZl3h071754; Thu, 1 Mar 2018 13:35:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011335.w21DZl3h071754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 13:35:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463319 - in head/www/nginx: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/nginx: . files X-SVN-Commit-Revision: 463319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:35:48 -0000 Author: sunpoet Date: Thu Mar 1 13:35:47 2018 New Revision: 463319 URL: https://svnweb.freebsd.org/changeset/ports/463319 Log: Fix build with msgpuck 2.0 Added: head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c (contents, props changed) Modified: head/www/nginx/Makefile Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Thu Mar 1 13:35:41 2018 (r463318) +++ head/www/nginx/Makefile Thu Mar 1 13:35:47 2018 (r463319) @@ -701,7 +701,8 @@ CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_nginx_ta .else CONFIGURE_ARGS+=--add-module=${WRKSRC_nginx_tarantool} .endif -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config \ + ${PATCHDIR}/extra-patch-ngx_http_tarantool-src-tp_transcode.c .endif .if ${PORT_OPTIONS:MHTTP_SECURE_LINK} Added: head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c Thu Mar 1 13:35:47 2018 (r463319) @@ -0,0 +1,13 @@ +--- ../nginx_upstream_module-1278ee5/src/tp_transcode.c.orig 2016-08-08 03:39:47.000000000 +0800 ++++ ../nginx_upstream_module-1278ee5/src/tp_transcode.c 2018-03-01 04:23:02.513740000 +0800 +@@ -38,10 +38,6 @@ + # define GNU_SOURCES 1 + #endif /* !GNU_SOURCES */ + +-#if !defined(MP_SOURCE) +-# define MP_SOURCE 1 +-#endif /* !MP_SOURCE */ +- + #include "tp_ext.h" + #include "tp_transcode.h" + From owner-svn-ports-head@freebsd.org Thu Mar 1 13:36:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43FB9F2ABFA; Thu, 1 Mar 2018 13:36:10 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E693185C8A; Thu, 1 Mar 2018 13:36: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E184214EC; Thu, 1 Mar 2018 13:36: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 w21Da9vO071858; Thu, 1 Mar 2018 13:36:09 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21Da931071857; Thu, 1 Mar 2018 13:36:09 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803011336.w21Da931071857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Mar 2018 13:36:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463320 - head/net/neubot X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net/neubot X-SVN-Commit-Revision: 463320 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:36:10 -0000 Author: amdmi3 Date: Thu Mar 1 13:36:09 2018 New Revision: 463320 URL: https://svnweb.freebsd.org/changeset/ports/463320 Log: - Fix LICENSE - Add LICENSE_FILE - Fix shebangs - Add NO_ARCH - Switch to options helpers Approved by: portmgr blanket Modified: head/net/neubot/Makefile Modified: head/net/neubot/Makefile ============================================================================== --- head/net/neubot/Makefile Thu Mar 1 13:35:47 2018 (r463319) +++ head/net/neubot/Makefile Thu Mar 1 13:36:09 2018 (r463320) @@ -3,19 +3,22 @@ PORTNAME= neubot PORTVERSION= 0.4.16.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://releases.neubot.org/_packages/ MAINTAINER= thierry@FreeBSD.org COMMENT= Measures neutrality of your network connection in the background -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:2.7 +USES= python:2.7 shebangfix +SHEBANG_FILES= UNIX/bin/neubot NO_BUILD= yes +NO_ARCH= yes USERS= _neubot GROUPS= _neubot @@ -38,9 +41,11 @@ OPTIONS_DEFINE= DOCS post-install: ${RM} -r ${STAGEDIR}${LSTATEDIR} (cd ${STAGEDIR}${PREFIX} \ - && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ - -d ${PREFIX} -f ${DATADIR:S;${PREFIX}/;;}) - ${MKDIR} ${STAGEDIR}${DOCSDIR} + && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ + -d ${PREFIX} -f ${DATADIR:S;${PREFIX}/;;}) + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@freebsd.org Thu Mar 1 13:42:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 819BBF2B5D2; Thu, 1 Mar 2018 13:42:37 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 196358634A; Thu, 1 Mar 2018 13:42:36 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 626F1BDD2F; Thu, 1 Mar 2018 14:42:35 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 5CA4CBDD25; Thu, 1 Mar 2018 14:42:35 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id 021DDA78BEEE; Thu, 1 Mar 2018 14:42:34 +0100 (CET) Date: Thu, 1 Mar 2018 14:42:34 +0100 From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463314 - head/databases/php5-tarantool Message-ID: <20180301134234.qwfzlrfardixnmfl@atuin.in.mat.cc> References: <201803011335.w21DZKeD071065@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="oci6wtpqlqcauce7" Content-Disposition: inline In-Reply-To: <201803011335.w21DZKeD071065@repo.freebsd.org> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:42:37 -0000 --oci6wtpqlqcauce7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 01, 2018 at 01:35:20PM +0000, Sunpoet Po-Chuan Hsieh wrote: > +PORTVERSION=3D 20160226 # 0.1.0 > +GH_TAGNAME=3D 0.1.0 Please, PORTVERSION=3D0.1.0. --=20 Mathieu Arnold --oci6wtpqlqcauce7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJamANKXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I/1IQAKB8QHJJkjk8AeRJjz0VKSF6 bTF4IZmtsEaHBl8MQln3L2V74iTtN185PbRUOcCQ/JnqzlsRC6WaUsYbhp3NMPBz YZX3FyhLp7t2PoYrSjyZBFZaDOv9ynh8pE7GeL2sZJJfbQ+ObiI8h8eBRd2+fOLn yrETLFRM+pVGg0N06awHRfJdNHvGoKufrRuylad3T2POkUjyhGcIAmfxvt47liXZ iGsrDVYAtwRKhAMJd0xlDmlhZwCqDi+fA/y3ce3vXyZctxoLeYAlHha/GqQSiBkU K+f/aQpew1eJSYGqTLb8X3C7v8FLzGgPsdUN9CYAZfGvU7gFpwCCJz6MazqMgC1m DtaUA8+Vuw+9T10XVqzbXA9yuOWizol6ek92oyaQQQqjtEXDlozvw7/vwK25hjaX PFoVmJbxMMWGOZmtg4Rh2p2HUEP+uziAcrBOTe8rcf+hRiX0bl9v3mL8Vpzrz6rM yV1upu1vsLmk4UYwQvOHa0EoljuehMnyPPiv1z8gxJU2SYepT2GfC1pRB1EwiPOf 1hMaVbw+HTCIIORft3RmDYAbih9Jj2Qy3azP9Z0uj5OtFXMoVSlYKuBV48WA8cPE v69musTOCcFtmK80rjOXN0ZUA64m1eYbZ2xHtN+gnwjGTVfgZetzYaRvq1UlicIB idrwiE0VHwmPD5ZjT8kK =hZYx -----END PGP SIGNATURE----- --oci6wtpqlqcauce7-- From owner-svn-ports-head@freebsd.org Thu Mar 1 13:47:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 508BCF2BACD; Thu, 1 Mar 2018 13:47:12 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 416DF86587; Thu, 1 Mar 2018 13:47:11 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F6B61685; Thu, 1 Mar 2018 13:47:11 +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 w21DlBv7076922; Thu, 1 Mar 2018 13:47:11 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DlBer076921; Thu, 1 Mar 2018 13:47:11 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201803011347.w21DlBer076921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 1 Mar 2018 13:47:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463321 - head/lang/python27 X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/lang/python27 X-SVN-Commit-Revision: 463321 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:47:12 -0000 Author: koobs Date: Thu Mar 1 13:47:10 2018 New Revision: 463321 URL: https://svnweb.freebsd.org/changeset/ports/463321 Log: lang/python27: Fix build regression r462630 added OpenSSL include/library paths to CFLAGS/LIBS which caused the _elementtree and pyexpat modules to fail to build. Adding paths to CFLAGS is known to cause issues [1]. Accordingly: - Switch to using CPPFLAGS for OpenSSL include/library paths (like NLS). - Move the comment describing why this is necessary to the top of the port with reasonable warning about what can happen and why. [1] https://svnweb.freebsd.org/ports?view=revision&revision=326729 PR: 226135, 222795) Reported by: many Reviewed by: sunpoet (python) Approved by: koobs (python) Modified: head/lang/python27/Makefile Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Thu Mar 1 13:36:09 2018 (r463320) +++ head/lang/python27/Makefile Thu Mar 1 13:47:10 2018 (r463321) @@ -14,12 +14,21 @@ COMMENT= Interpreted object-oriented programming langu LICENSE= PSFL +# lang/python* ports use CPPFLAGS over CFLAGS due to multiple complex +# *FLAGS and include ordering bugs/issues in the Python build, that cause +# modules such as elementtree and pyexpat to fail to build, among other +# difficult to isolate issues. Do not add to or modify global variables +# unless the implications and pitfalls are completely understood. +# See: https://bugs.python.org/issue6299#msg210189 + USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes -CFLAGS+= -I${OPENSSLINC} GNU_CONFIGURE= yes -LIBS+= -L${OPENSSLLIB} + +CPPFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} + python_CMD= ${PREFIX}/bin/python${PYTHON_PORTVERSION:R} SHEBANG_FILES= Lib/lib2to3/pgen2/*.py Lib/lib2to3/tests/*.py Lib/lib2to3/tests/data/*.py \ Lib/idlelib/*.py Lib/encodings/*.py Lib/test/*.py Lib/UserString.py \ @@ -60,9 +69,6 @@ IPV6_CONFIGURE_ENABLE= ipv6 LIBFFI_CONFIGURE_ON= --with-system-ffi LIBFFI_LIB_DEPENDS= libffi.so:devel/libffi -# Use CPPFLAGS over CFLAGS due to -I ordering, causing elementtree and pyexpat -# to break in Python 2.7, or preprocessor complaints in Python >= 3.3 -# Upstream Issue: https://bugs.python.org/issue6299 NLS_USES= gettext NLS_CPPFLAGS= -I${LOCALBASE}/include NLS_LIBS= -L${LOCALBASE}/lib -lintl From owner-svn-ports-head@freebsd.org Thu Mar 1 13:49:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4584DF2BD7B; Thu, 1 Mar 2018 13:49:00 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EBA3D86732; Thu, 1 Mar 2018 13:48:59 +0000 (UTC) (envelope-from garga@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E27CD1689; Thu, 1 Mar 2018 13:48:59 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21DmxHj077097; Thu, 1 Mar 2018 13:48:59 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21Dmxih077095; Thu, 1 Mar 2018 13:48:59 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201803011348.w21Dmxih077095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 1 Mar 2018 13:48:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463322 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 463322 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:49:00 -0000 Author: garga Date: Thu Mar 1 13:48:59 2018 New Revision: 463322 URL: https://svnweb.freebsd.org/changeset/ports/463322 Log: Document strongswan vulnerability PR: 226043 Submitted by: strongswan@Nanoteq.com Security: CVE-2018-6459 Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 1 13:47:10 2018 (r463321) +++ head/security/vuxml/vuln.xml Thu Mar 1 13:48:59 2018 (r463322) @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + strongswan - Insufficient input validation in RSASSA-PSS signature parser + + + strongswan + 5.6.1 + + + + +

Strongswan Release Notes reports:

+
+

Fixed a DoS vulnerability in the parser for PKCS#1 RSASSA-PSS signatures that + was caused by insufficient input validation. One of the configurable + parameters in algorithm identifier structures for RSASSA-PSS signatures is the + mask generation function (MGF). Only MGF1 is currently specified for this + purpose. However, this in turn takes itself a parameter that specifies the + underlying hash function. strongSwan's parser did not correctly handle the + case of this parameter being absent, causing an undefined data read. + his vulnerability has been registered as CVE-2018-6459.

+
+ +
+ + CVE-2018-6459 + https://github.com/strongswan/strongswan/commit/40da179f28b768ffcf6ff7e2f68675eb44806668 + + + 2018-01-31 + 2018-02-19 + +
+ libsndfile -- out-of-bounds read memory access From owner-svn-ports-head@freebsd.org Thu Mar 1 13:53:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A7D5F2C4D1; Thu, 1 Mar 2018 13:53:16 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 37A7A86D19; Thu, 1 Mar 2018 13:53:16 +0000 (UTC) (envelope-from garga@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3277F1829; Thu, 1 Mar 2018 13:53:16 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21DrGxP081790; Thu, 1 Mar 2018 13:53:16 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21DrFsU081787; Thu, 1 Mar 2018 13:53:15 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201803011353.w21DrFsU081787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 1 Mar 2018 13:53:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463323 - head/security/strongswan X-SVN-Group: ports-head X-SVN-Commit-Author: garga X-SVN-Commit-Paths: head/security/strongswan X-SVN-Commit-Revision: 463323 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 13:53:16 -0000 Author: garga Date: Thu Mar 1 13:53:15 2018 New Revision: 463323 URL: https://svnweb.freebsd.org/changeset/ports/463323 Log: - Update security/strongswan to 5.6.2 [1] - Enable CURL option by default [2] PR: 226043 [1], 220488 [2] Submitted by: strongswan@Nanoteq.com (maintainer) [1] karl@denninger.net [2] Approved by: maintainer [2] MFH: 2018Q1 Security: CVE-2018-6459 Sponsored by: Rubicon Communications, LLC (Netgate) Modified: head/security/strongswan/Makefile head/security/strongswan/distinfo head/security/strongswan/pkg-plist Modified: head/security/strongswan/Makefile ============================================================================== --- head/security/strongswan/Makefile Thu Mar 1 13:48:59 2018 (r463322) +++ head/security/strongswan/Makefile Thu Mar 1 13:53:15 2018 (r463323) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= strongswan -PORTVERSION= 5.6.0 +PORTVERSION= 5.6.2 CATEGORIES= security MASTER_SITES= http://download.strongswan.org/ \ http://download2.strongswan.org/ @@ -41,7 +41,7 @@ CONFIGURE_ARGS= --enable-kernel-pfkey \ OPTIONS_DEFINE= CURL EAPAKA3GPP2 EAPDYNAMIC EAPRADIUS EAPSIMFILE GCM IKEv1 \ IPSECKEY KERNELLIBIPSEC LOADTESTER LDAP MEDIATION MYSQL PKI SCEP SMP \ SQLITE SWANCTL TESTVECTOR TPM UNBOUND UNITY VICI XAUTH -OPTIONS_DEFAULT= IKEv1 BUILTIN PKI SWANCTL VICI +OPTIONS_DEFAULT= BUILTIN CURL IKEv1 PKI SWANCTL VICI OPTIONS_SINGLE= PRINTF_HOOKS OPTIONS_SINGLE_PRINTF_HOOKS= BUILTIN LIBC VSTR OPTIONS_SUB= yes Modified: head/security/strongswan/distinfo ============================================================================== --- head/security/strongswan/distinfo Thu Mar 1 13:48:59 2018 (r463322) +++ head/security/strongswan/distinfo Thu Mar 1 13:53:15 2018 (r463323) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503435125 -SHA256 (strongswan-5.6.0.tar.bz2) = a14dc0d92634ed52730bfc76a76db30943a28ed3c65a560066e1e9f785827b13 -SIZE (strongswan-5.6.0.tar.bz2) = 4850722 +TIMESTAMP = 1519043301 +SHA256 (strongswan-5.6.2.tar.bz2) = e0a60a30ebf3c534c223559e1686497a21ded709a5d605c5123c2f52bcc22e92 +SIZE (strongswan-5.6.2.tar.bz2) = 4977859 Modified: head/security/strongswan/pkg-plist ============================================================================== --- head/security/strongswan/pkg-plist Thu Mar 1 13:48:59 2018 (r463322) +++ head/security/strongswan/pkg-plist Thu Mar 1 13:53:15 2018 (r463323) @@ -1,10 +1,10 @@ lib/ipsec/libcharon.la lib/ipsec/libcharon.so lib/ipsec/libcharon.so.0 -lib/ipsec/libtpmtss.la -lib/ipsec/libtpmtss.so -lib/ipsec/libtpmtss.so.0 -lib/ipsec/libtpmtss.so.0.0.0 +%%TPM%%lib/ipsec/libtpmtss.la +%%TPM%%lib/ipsec/libtpmtss.so +%%TPM%%lib/ipsec/libtpmtss.so.0 +%%TPM%%lib/ipsec/libtpmtss.so.0.0.0 lib/ipsec/libstrongswan.la lib/ipsec/libstrongswan.so lib/ipsec/libstrongswan.so.0 @@ -23,6 +23,8 @@ lib/ipsec/plugins/libstrongswan-cmac.la lib/ipsec/plugins/libstrongswan-cmac.so lib/ipsec/plugins/libstrongswan-constraints.la lib/ipsec/plugins/libstrongswan-constraints.so +lib/ipsec/plugins/libstrongswan-counters.la +lib/ipsec/plugins/libstrongswan-counters.so lib/ipsec/plugins/libstrongswan-curve25519.la lib/ipsec/plugins/libstrongswan-curve25519.so lib/ipsec/plugins/libstrongswan-des.la @@ -111,6 +113,7 @@ sbin/charon-cmd %%DATADIR%%/templates/config/plugins/blowfish.conf %%DATADIR%%/templates/config/plugins/cmac.conf %%DATADIR%%/templates/config/plugins/constraints.conf +%%DATADIR%%/templates/config/plugins/counters.conf %%DATADIR%%/templates/config/plugins/curve25519.conf %%DATADIR%%/templates/config/plugins/des.conf %%DATADIR%%/templates/config/plugins/dnskey.conf @@ -171,12 +174,16 @@ man/man8/charon-cmd.8.gz %%EAPAKA3GPP2%%lib/ipsec/plugins/libstrongswan-eap-aka-3gpp2.so %%EAPAKA3GPP2%%lib/ipsec/plugins/libstrongswan-gmp.la %%EAPAKA3GPP2%%lib/ipsec/plugins/libstrongswan-gmp.so +%%EAPAKA3GPP2%%lib/ipsec/plugins/libstrongswan-mgf1.la +%%EAPAKA3GPP2%%lib/ipsec/plugins/libstrongswan-mgf1.so %%EAPAKA3GPP2%%%%DATADIR%%/templates/config/plugins/eap-aka-3gpp2.conf %%EAPAKA3GPP2%%@sample %%ETCDIR%%.d/charon/eap-aka-3gpp2.conf.sample %%EAPAKA3GPP2%%%%DATADIR%%/templates/config/plugins/eap-aka.conf %%EAPAKA3GPP2%%@sample %%ETCDIR%%.d/charon/eap-aka.conf.sample %%EAPAKA3GPP2%%%%DATADIR%%/templates/config/plugins/gmp.conf %%EAPAKA3GPP2%%@sample %%ETCDIR%%.d/charon/gmp.conf.sample +%%EAPAKA3GPP2%%%%DATADIR%%/templates/config/plugins/mgf1.conf +%%EAPAKA3GPP2%%@sample %%ETCDIR%%.d/charon/mgf1.conf.sample %%EAPDYNAMIC%%lib/ipsec/plugins/libstrongswan-eap-dynamic.la %%EAPDYNAMIC%%lib/ipsec/plugins/libstrongswan-eap-dynamic.so %%EAPDYNAMIC%%%%DATADIR%%/templates/config/plugins/eap-dynamic.conf @@ -279,6 +286,7 @@ man/man8/charon-cmd.8.gz %%SWANCTL%%man/man8/swanctl.8.gz %%SWANCTL%%@sample %%ETCDIR%%.d/swanctl.conf.sample %%SWANCTL%%@sample etc/swanctl/swanctl.conf.sample +%%TPM%%bin/tpm_extendpcr %%TPM%%@sample %%ETCDIR%%.d/charon/tpm.conf.sample %%TPM%%lib/ipsec/plugins/libstrongswan-tpm.la %%TPM%%lib/ipsec/plugins/libstrongswan-tpm.so @@ -317,6 +325,7 @@ man/man8/charon-cmd.8.gz @sample %%ETCDIR%%.d/charon/blowfish.conf.sample @sample %%ETCDIR%%.d/charon/cmac.conf.sample @sample %%ETCDIR%%.d/charon/constraints.conf.sample +@sample %%ETCDIR%%.d/charon/counters.conf.sample @sample %%ETCDIR%%.d/charon/curve25519.conf.sample @sample %%ETCDIR%%.d/charon/des.conf.sample @sample %%ETCDIR%%.d/charon/dnskey.conf.sample From owner-svn-ports-head@freebsd.org Thu Mar 1 14:25:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 180B7F2F32E; Thu, 1 Mar 2018 14:25:37 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C287C68703; Thu, 1 Mar 2018 14:25:36 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD48A1D26; Thu, 1 Mar 2018 14:25:36 +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 w21EPaLb097205; Thu, 1 Mar 2018 14:25:36 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21EPaYe097201; Thu, 1 Mar 2018 14:25:36 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201803011425.w21EPaYe097201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 1 Mar 2018 14:25:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463325 - in head/math: . R-cran-conf.design X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/math: . R-cran-conf.design X-SVN-Commit-Revision: 463325 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 14:25:37 -0000 Author: wen Date: Thu Mar 1 14:25:36 2018 New Revision: 463325 URL: https://svnweb.freebsd.org/changeset/ports/463325 Log: This small library contains a series of simple tools for constructing and manipulating confounded and fractional factorial designs. WWW: https://cran.r-project.org/package=conf.design PR: 220057 Submitted by: pfg@ Added: head/math/R-cran-conf.design/ head/math/R-cran-conf.design/Makefile (contents, props changed) head/math/R-cran-conf.design/distinfo (contents, props changed) head/math/R-cran-conf.design/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Mar 1 14:24:34 2018 (r463324) +++ head/math/Makefile Thu Mar 1 14:25:36 2018 (r463325) @@ -36,6 +36,7 @@ SUBDIR += R-cran-car SUBDIR += R-cran-coda SUBDIR += R-cran-combinat + SUBDIR += R-cran-conf.design SUBDIR += R-cran-ddalpha SUBDIR += R-cran-deldir SUBDIR += R-cran-dimRed Added: head/math/R-cran-conf.design/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-conf.design/Makefile Thu Mar 1 14:25:36 2018 (r463325) @@ -0,0 +1,16 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= conf.design +DISTVERSION= 2.0.0 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Construction of factorial designs + +LICENSE= GPLv2 + +USES= cran:auto-plist + +.include Added: head/math/R-cran-conf.design/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-conf.design/distinfo Thu Mar 1 14:25:36 2018 (r463325) @@ -0,0 +1,3 @@ +TIMESTAMP = 1497640847 +SHA256 (conf.design_2.0.0.tar.gz) = a178552dc68d98f9ffee5ca78379da3d58158ea0818037bb293d603925ed6d1b +SIZE (conf.design_2.0.0.tar.gz) = 8093 Added: head/math/R-cran-conf.design/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-conf.design/pkg-descr Thu Mar 1 14:25:36 2018 (r463325) @@ -0,0 +1,4 @@ +This small library contains a series of simple tools for constructing and +manipulating confounded and fractional factorial designs. + +WWW: https://cran.r-project.org/package=conf.design From owner-svn-ports-head@freebsd.org Thu Mar 1 14:37:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B008F303A8; Thu, 1 Mar 2018 14:37:09 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (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 724DE68F1F; Thu, 1 Mar 2018 14:37:08 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from phantomias.home.jochen-neumeister.de (p5B0FDE01.dip0.t-ipconnect.de [91.15.222.1]) by toco-domains.de (Postfix) with ESMTPA id 27C631AAF019; Thu, 1 Mar 2018 15:37:06 +0100 (CET) Subject: Re: svn commit: r463319 - in head/www/nginx: . files To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201803011335.w21DZl3h071754@repo.freebsd.org> From: Jochen Neumeister Message-ID: Date: Thu, 1 Mar 2018 15:37:04 +0100 MIME-Version: 1.0 In-Reply-To: <201803011335.w21DZl3h071754@repo.freebsd.org> Content-Language: de-DE Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 14:37:09 -0000 Am 01.03.2018 um 14:35 schrieb Sunpoet Po-Chuan Hsieh: > Author: sunpoet > Date: Thu Mar 1 13:35:47 2018 > New Revision: 463319 > URL: https://svnweb.freebsd.org/changeset/ports/463319 > > Log: > Fix build with msgpuck 2.0 It would be very nice of you to ask next time if that's ok! joneum > > Added: > head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c (contents, props changed) > Modified: > head/www/nginx/Makefile > > Modified: head/www/nginx/Makefile > ============================================================================== > --- head/www/nginx/Makefile Thu Mar 1 13:35:41 2018 (r463318) > +++ head/www/nginx/Makefile Thu Mar 1 13:35:47 2018 (r463319) > @@ -701,7 +701,8 @@ CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_nginx_ta > .else > CONFIGURE_ARGS+=--add-module=${WRKSRC_nginx_tarantool} > .endif > -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config > +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config \ > + ${PATCHDIR}/extra-patch-ngx_http_tarantool-src-tp_transcode.c > .endif > > .if ${PORT_OPTIONS:MHTTP_SECURE_LINK} > > Added: head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c Thu Mar 1 13:35:47 2018 (r463319) > @@ -0,0 +1,13 @@ > +--- ../nginx_upstream_module-1278ee5/src/tp_transcode.c.orig 2016-08-08 03:39:47.000000000 +0800 > ++++ ../nginx_upstream_module-1278ee5/src/tp_transcode.c 2018-03-01 04:23:02.513740000 +0800 > +@@ -38,10 +38,6 @@ > + # define GNU_SOURCES 1 > + #endif /* !GNU_SOURCES */ > + > +-#if !defined(MP_SOURCE) > +-# define MP_SOURCE 1 > +-#endif /* !MP_SOURCE */ > +- > + #include "tp_ext.h" > + #include "tp_transcode.h" > + > From owner-svn-ports-head@freebsd.org Thu Mar 1 14:42:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06A79F30C17; Thu, 1 Mar 2018 14:42:57 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD43E6948D; Thu, 1 Mar 2018 14:42:56 +0000 (UTC) (envelope-from se@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7C65207A; Thu, 1 Mar 2018 14:42:56 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21Egumd007022; Thu, 1 Mar 2018 14:42:56 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21EguP3007021; Thu, 1 Mar 2018 14:42:56 GMT (envelope-from se@FreeBSD.org) Message-Id: <201803011442.w21EguP3007021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Thu, 1 Mar 2018 14:42:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463326 - head/security/pwned-check X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: head/security/pwned-check X-SVN-Commit-Revision: 463326 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 14:42:57 -0000 Author: se Date: Thu Mar 1 14:42:56 2018 New Revision: 463326 URL: https://svnweb.freebsd.org/changeset/ports/463326 Log: Bump port-epoch after an attempted update to support the new revision of the data files had to be reverted. The new file format is incompatible and no longer suitable for quick lookup of the password hashes. Sorting the 30 GB file into a usable form took more than 4 hours on my system, which seems impractical. The port will therefore stay on the level of the "old" data files. Approved by: antoine (implicit) Modified: head/security/pwned-check/Makefile Modified: head/security/pwned-check/Makefile ============================================================================== --- head/security/pwned-check/Makefile Thu Mar 1 14:25:36 2018 (r463325) +++ head/security/pwned-check/Makefile Thu Mar 1 14:42:56 2018 (r463326) @@ -3,6 +3,7 @@ PORTNAME= pwned-check PORTVERSION= 1.0 +PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= # DISTFILES= # From owner-svn-ports-head@freebsd.org Thu Mar 1 14:45:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B078F30F2B for ; Thu, 1 Mar 2018 14:45:34 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::22a]) (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 95476696AA for ; Thu, 1 Mar 2018 14:45:33 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-it0-x22a.google.com with SMTP id w63so7865336ita.3 for ; Thu, 01 Mar 2018 06:45:33 -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; bh=yCpvFul8TUit0bIC5yF5OGhvnBPyFqPZm2uuITzyZt4=; b=y0DAAfAu0pDt2mG/JSAWVf7KyFdcKjDwimyfPHu+MoUv+kz7SIX2qwaI/+CTRWPvEn 661cC4b2CD6XVBTvBc7XadBc2Dbe7b3qI0tmSeDLLtxpSD78aEUnT+Nmngpt0v0XpY9P EZ/8NgTcqRLbz1znmkOewiRz4qbGGgqjT1rKRDMa2VqWOSBY1rbQVsGw4FQaQqV7aazV IdsD7RVttu//cyc3y0cFDF4Wk5r/Vf1q9BQ5bf6KLx5A8n8TtU2qQhH1vLCRUMZmo/bX wYECWnGN4rFiz+g2jCvIfZLVrOr9KylTReAK50QmWIjzjoObvDmFYDFiU25Hp6FOctwB Mpzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=yCpvFul8TUit0bIC5yF5OGhvnBPyFqPZm2uuITzyZt4=; b=pqHe1x2oPZgGV4weXPCQ1ImTtXk35/kSrHfNkhILK9VqgzQl8leGyrlEoEGDs5KiyJ EezW/nBJ1wHCSQCimdfpP3pWybk5BAAJyrLPfoGvD03CQvbaUL+eubYz+LRRUCwr0IkL IVX12j/ZOW0/8UWSRCsn78T0IrQ4i0Cpj0Mwm6A6D0yA1Fqo5lvgHSOXJ6jFS0MxSfLt PcGi6U8j1XbbSazMwcyP06r/GmLozTn4BvHjqtFymT8jFgvH81rtS6DxeStBWKe6PRVx hvOUOMsicKdSbgQIMT70PWwtppB+ovTfMOWVv4YDp2+//G6dad7X8PnqpzSxgG3aWyQz Bsqw== X-Gm-Message-State: AElRT7HdVmqmTifTUxjps9MegGHH7CcbN8XncPSepoSh+asoMjkO12M/ o1wHQk++AwxqXu83bIrPhtKpWVTZg2tOjzckyPngDg== X-Google-Smtp-Source: AG47ELujuSoawly88awfp/I3DtBdBTga4fGipGJCgfAYLntmpyq5r05pEBJatKvLPEXGZ7MEY8rOKeZAVlDvPiwg1j0= X-Received: by 10.36.13.8 with SMTP id 8mr3037950itx.42.1519915532843; Thu, 01 Mar 2018 06:45:32 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.2.145.7 with HTTP; Thu, 1 Mar 2018 06:44:52 -0800 (PST) In-Reply-To: References: <201803011335.w21DZl3h071754@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 22:44:52 +0800 X-Google-Sender-Auth: SJyb-aaKDLTtO-suuv1x2mfrYpc Message-ID: Subject: Re: svn commit: r463319 - in head/www/nginx: . files To: Jochen Neumeister Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 14:45:34 -0000 On Thu, Mar 1, 2018 at 10:37 PM, Jochen Neumeister wrote: > > > Am 01.03.2018 um 14:35 schrieb Sunpoet Po-Chuan Hsieh: > > Author: sunpoet > Date: Thu Mar 1 13:35:47 2018 > New Revision: 463319 > URL: https://svnweb.freebsd.org/changeset/ports/463319 > > Log: > Fix build with msgpuck 2.0 > > > It would be very nice of you to ask next time if that's ok! > > joneum > Hi, I've sent a review before. It's the simpler fix. Regards, sunpoet > > Added: > head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c (contents, props changed) > Modified: > head/www/nginx/Makefile > > Modified: head/www/nginx/Makefile > ============================================================================== > --- head/www/nginx/Makefile Thu Mar 1 13:35:41 2018 (r463318) > +++ head/www/nginx/Makefile Thu Mar 1 13:35:47 2018 (r463319) > @@ -701,7 +701,8 @@ CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_nginx_ta > .else > CONFIGURE_ARGS+=--add-module=${WRKSRC_nginx_tarantool} > .endif > -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config > +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config \ > + ${PATCHDIR}/extra-patch-ngx_http_tarantool-src-tp_transcode.c > .endif > > .if ${PORT_OPTIONS:MHTTP_SECURE_LINK} > > Added: head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c Thu Mar 1 13:35:47 2018 (r463319) > @@ -0,0 +1,13 @@ > +--- ../nginx_upstream_module-1278ee5/src/tp_transcode.c.orig 2016-08-08 03:39:47.000000000 +0800 > ++++ ../nginx_upstream_module-1278ee5/src/tp_transcode.c 2018-03-01 04:23:02.513740000 +0800 > +@@ -38,10 +38,6 @@ > + # define GNU_SOURCES 1 > + #endif /* !GNU_SOURCES */ > + > +-#if !defined(MP_SOURCE) > +-# define MP_SOURCE 1 > +-#endif /* !MP_SOURCE */ > +- > + #include "tp_ext.h" > + #include "tp_transcode.h" > + > > > > From owner-svn-ports-head@freebsd.org Thu Mar 1 15:10:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDB52F33074; Thu, 1 Mar 2018 15:10:19 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AE026A947; Thu, 1 Mar 2018 15:10:19 +0000 (UTC) (envelope-from girgen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9583823C3; Thu, 1 Mar 2018 15:10:19 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21FAJ1X017502; Thu, 1 Mar 2018 15:10:19 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FAH7G017484; Thu, 1 Mar 2018 15:10:17 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201803011510.w21FAH7G017484@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 1 Mar 2018 15:10:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463327 - in head/databases: postgresql10-server postgresql93-server postgresql94-server postgresql95-server postgresql96-server X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: in head/databases: postgresql10-server postgresql93-server postgresql94-server postgresql95-server postgresql96-server X-SVN-Commit-Revision: 463327 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:10:20 -0000 Author: girgen Date: Thu Mar 1 15:10:17 2018 New Revision: 463327 URL: https://svnweb.freebsd.org/changeset/ports/463327 Log: 2018-03-01 Security Update Release The PostgreSQL Global Development Group has released an update to all supported versions of the PostgreSQL database system, including 10.3, 9.6.8, 9.5.12, 9.4.17, and 9.3.22. The purpose of this release is to address CVE-2018-1058, which describes how a user can create like-named objects in different schemas that can change the behavior of other users' queries and cause unexpected or malicious behavior, also known as a "trojan-horse" attack. Most of this release centers around added documentation that describes the issue and how to take steps to mitigate the impact on PostgreSQL databases. We strongly encourage all of our users to please visit https://wiki.postgresql.org/wiki/A_Guide_to_CVE-2018-1058:_Protect_Your_Search_Path for a detailed explanation of CVE-2018-1058 and how to protect your PostgreSQL installations. After evaluating the documentation for CVE-2018-1058, a database administrator may need to take follow up steps on their PostgreSQL installations to ensure they are protected from exploitation. Security: CVE-2018-1058 Modified: head/databases/postgresql10-server/Makefile head/databases/postgresql10-server/distinfo head/databases/postgresql10-server/pkg-plist-client head/databases/postgresql10-server/pkg-plist-server head/databases/postgresql93-server/Makefile head/databases/postgresql93-server/distinfo head/databases/postgresql93-server/pkg-plist-client head/databases/postgresql94-server/Makefile head/databases/postgresql94-server/distinfo head/databases/postgresql94-server/pkg-plist-client head/databases/postgresql95-server/Makefile head/databases/postgresql95-server/distinfo head/databases/postgresql95-server/pkg-plist-client head/databases/postgresql96-server/Makefile head/databases/postgresql96-server/distinfo head/databases/postgresql96-server/pkg-plist-client Modified: head/databases/postgresql10-server/Makefile ============================================================================== --- head/databases/postgresql10-server/Makefile Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql10-server/Makefile Thu Mar 1 15:10:17 2018 (r463327) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= postgresql -DISTVERSION?= 10.2 +DISTVERSION?= 10.3 PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} Modified: head/databases/postgresql10-server/distinfo ============================================================================== --- head/databases/postgresql10-server/distinfo Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql10-server/distinfo Thu Mar 1 15:10:17 2018 (r463327) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518110073 -SHA256 (postgresql/postgresql-10.2.tar.bz2) = fe32009b62ddb97f7f014307ce9d0edb6972f5a698e63cb531088e147d145bad -SIZE (postgresql/postgresql-10.2.tar.bz2) = 19901836 +TIMESTAMP = 1519720433 +SHA256 (postgresql/postgresql-10.3.tar.bz2) = 6ea268780ee35e88c65cdb0af7955ad90b7d0ef34573867f223f14e43467931a +SIZE (postgresql/postgresql-10.3.tar.bz2) = 19959653 Modified: head/databases/postgresql10-server/pkg-plist-client ============================================================================== --- head/databases/postgresql10-server/pkg-plist-client Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql10-server/pkg-plist-client Thu Mar 1 15:10:17 2018 (r463327) @@ -309,6 +309,7 @@ include/postgresql/server/executor/tablefunc.h include/postgresql/server/executor/tqueue.h include/postgresql/server/executor/tstoreReceiver.h include/postgresql/server/executor/tuptable.h +include/postgresql/server/fe_utils/connect.h include/postgresql/server/fe_utils/mbprint.h include/postgresql/server/fe_utils/print.h include/postgresql/server/fe_utils/psqlscan.h @@ -1048,6 +1049,7 @@ man/man7/WITH.7.gz %%NLS%%share/locale/ja/LC_MESSAGES/pg_config-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/pg_dump-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/psql-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/ecpg-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/ecpglib6-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/libpq5-10.mo @@ -1091,6 +1093,7 @@ man/man7/WITH.7.gz %%NLS%%share/locale/tr/LC_MESSAGES/libpq5-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/pg_config-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/pg_dump-10.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pgscripts-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpg-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libpq5-10.mo Modified: head/databases/postgresql10-server/pkg-plist-server ============================================================================== --- head/databases/postgresql10-server/pkg-plist-server Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql10-server/pkg-plist-server Thu Mar 1 15:10:17 2018 (r463327) @@ -87,6 +87,7 @@ lib/libpgcommon.a %%NLS%%share/locale/es/LC_MESSAGES/pg_rewind-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_test_fsync-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_test_timing-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_waldump-10.mo %%NLS%%share/locale/es/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/es/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/initdb-10.mo @@ -113,10 +114,16 @@ lib/libpgcommon.a %%NLS%%share/locale/it/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/it/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_archivecleanup-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/pg_resetwal-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_test_timing-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_upgrade-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_waldump-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/initdb-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_archivecleanup-10.mo @@ -175,11 +182,18 @@ lib/libpgcommon.a %%NLS%%share/locale/sv/LC_MESSAGES/pg_waldump-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/postgres-10.mo +%%NLS%%share/locale/tr/LC_MESSAGES/initdb-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/pg_basebackup-10.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_controldata-10.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_ctl-10.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_resetwal-10.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_rewind-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_test_timing-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/pg_upgrade-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/pg_waldump-10.mo +%%NLS%%share/locale/tr/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-10.mo Modified: head/databases/postgresql93-server/Makefile ============================================================================== --- head/databases/postgresql93-server/Makefile Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql93-server/Makefile Thu Mar 1 15:10:17 2018 (r463327) @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.3.21 +DISTVERSION?= 9.3.22 PORTREVISION= 0 PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} Modified: head/databases/postgresql93-server/distinfo ============================================================================== --- head/databases/postgresql93-server/distinfo Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql93-server/distinfo Thu Mar 1 15:10:17 2018 (r463327) @@ -1,5 +1,5 @@ -TIMESTAMP = 1517868536 -SHA256 (postgresql/postgresql-9.3.21.tar.bz2) = b9babc5148188a410e023d7178a5678e989ec2e276498de6cd0028bc331a40e0 -SIZE (postgresql/postgresql-9.3.21.tar.bz2) = 17014472 +TIMESTAMP = 1519745501 +SHA256 (postgresql/postgresql-9.3.22.tar.bz2) = 1b18ed4aa59bab6283a0d8f3a00b9d896f4588bb2ba88ceef2816cb5c4cce91a +SIZE (postgresql/postgresql-9.3.22.tar.bz2) = 17022938 SHA256 (postgresql/pg-9314-icu-2016-08-10.diff.gz) = 4be31ad9899d5caf9f57ad7ebfc0d14f0fcf58ad539c82fb353b016fb76c0c30 SIZE (postgresql/pg-9314-icu-2016-08-10.diff.gz) = 5583 Modified: head/databases/postgresql93-server/pkg-plist-client ============================================================================== --- head/databases/postgresql93-server/pkg-plist-client Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql93-server/pkg-plist-client Thu Mar 1 15:10:17 2018 (r463327) @@ -238,6 +238,7 @@ include/postgresql/server/executor/spi.h include/postgresql/server/executor/spi_priv.h include/postgresql/server/executor/tstoreReceiver.h include/postgresql/server/executor/tuptable.h +include/postgresql/server/fe_utils/connect.h include/postgresql/server/fmgr.h include/postgresql/server/foreign/fdwapi.h include/postgresql/server/foreign/foreign.h Modified: head/databases/postgresql94-server/Makefile ============================================================================== --- head/databases/postgresql94-server/Makefile Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql94-server/Makefile Thu Mar 1 15:10:17 2018 (r463327) @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.4.16 +DISTVERSION?= 9.4.17 PORTREVISION= 0 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} Modified: head/databases/postgresql94-server/distinfo ============================================================================== --- head/databases/postgresql94-server/distinfo Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql94-server/distinfo Thu Mar 1 15:10:17 2018 (r463327) @@ -1,5 +1,5 @@ -TIMESTAMP = 1517868536 -SHA256 (postgresql/postgresql-9.4.16.tar.bz2) = dcbc62b621e4d8a445c2f33750f7d96257c38103cccebeb934e6913a3c135e81 -SIZE (postgresql/postgresql-9.4.16.tar.bz2) = 17778763 +TIMESTAMP = 1519745501 +SHA256 (postgresql/postgresql-9.4.17.tar.bz2) = 7a320cd335052b840d209dc9688f09965763351c590e3cc7bf577591179fd7c6 +SIZE (postgresql/postgresql-9.4.17.tar.bz2) = 17807762 SHA256 (postgresql/pg-949-icu-2016-10-02.diff.gz) = 34612e685a79874db04bc6b66c700bfc6412042840c532eef0da7832d1f70d43 SIZE (postgresql/pg-949-icu-2016-10-02.diff.gz) = 5289 Modified: head/databases/postgresql94-server/pkg-plist-client ============================================================================== --- head/databases/postgresql94-server/pkg-plist-client Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql94-server/pkg-plist-client Thu Mar 1 15:10:17 2018 (r463327) @@ -241,6 +241,7 @@ include/postgresql/server/executor/spi.h include/postgresql/server/executor/spi_priv.h include/postgresql/server/executor/tstoreReceiver.h include/postgresql/server/executor/tuptable.h +include/postgresql/server/fe_utils/connect.h include/postgresql/server/fmgr.h include/postgresql/server/foreign/fdwapi.h include/postgresql/server/foreign/foreign.h Modified: head/databases/postgresql95-server/Makefile ============================================================================== --- head/databases/postgresql95-server/Makefile Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql95-server/Makefile Thu Mar 1 15:10:17 2018 (r463327) @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.5.11 +DISTVERSION?= 9.5.12 PORTREVISION= 0 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} Modified: head/databases/postgresql95-server/distinfo ============================================================================== --- head/databases/postgresql95-server/distinfo Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql95-server/distinfo Thu Mar 1 15:10:17 2018 (r463327) @@ -1,5 +1,5 @@ -TIMESTAMP = 1517868536 -SHA256 (postgresql/postgresql-9.5.11.tar.bz2) = 8182cd74e27a75ae39166b2603b5014f4272855b4101b40819761b853a77c8dd -SIZE (postgresql/postgresql-9.5.11.tar.bz2) = 18572811 +TIMESTAMP = 1519745501 +SHA256 (postgresql/postgresql-9.5.12.tar.bz2) = 02e86f5c66467731bbec18fde96e0daf38c13c9141d8e7d41be663ab6fa6f698 +SIZE (postgresql/postgresql-9.5.12.tar.bz2) = 18589538 SHA256 (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5fa083ec38087d6a0961642208f012e902221270708b919b92e9eedaa755e365 SIZE (postgresql/pg-954-icu-2016-08-10.diff.gz) = 5952 Modified: head/databases/postgresql95-server/pkg-plist-client ============================================================================== --- head/databases/postgresql95-server/pkg-plist-client Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql95-server/pkg-plist-client Thu Mar 1 15:10:17 2018 (r463327) @@ -266,6 +266,7 @@ include/postgresql/server/executor/spi.h include/postgresql/server/executor/spi_priv.h include/postgresql/server/executor/tstoreReceiver.h include/postgresql/server/executor/tuptable.h +include/postgresql/server/fe_utils/connect.h include/postgresql/server/fmgr.h include/postgresql/server/foreign/fdwapi.h include/postgresql/server/foreign/foreign.h Modified: head/databases/postgresql96-server/Makefile ============================================================================== --- head/databases/postgresql96-server/Makefile Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql96-server/Makefile Thu Mar 1 15:10:17 2018 (r463327) @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 9.6.7 +DISTVERSION?= 9.6.8 PORTREVISION?= 0 PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} Modified: head/databases/postgresql96-server/distinfo ============================================================================== --- head/databases/postgresql96-server/distinfo Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql96-server/distinfo Thu Mar 1 15:10:17 2018 (r463327) @@ -1,5 +1,5 @@ -TIMESTAMP = 1517868545 -SHA256 (postgresql/postgresql-9.6.7.tar.bz2) = 2ebe3df3c1d1eab78023bdc3ffa55a154aa84300416b075ef996598d78a624c6 -SIZE (postgresql/postgresql-9.6.7.tar.bz2) = 19504886 +TIMESTAMP = 1519720435 +SHA256 (postgresql/postgresql-9.6.8.tar.bz2) = eafdb3b912e9ec34bdd28b651d00226a6253ba65036cb9a41cad2d9e82e3eb70 +SIZE (postgresql/postgresql-9.6.8.tar.bz2) = 19528927 SHA256 (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 85f81baa0fc8f692bcf802c8645196d9e3afdef4f760cef712d940b87655486e SIZE (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 5998 Modified: head/databases/postgresql96-server/pkg-plist-client ============================================================================== --- head/databases/postgresql96-server/pkg-plist-client Thu Mar 1 14:42:56 2018 (r463326) +++ head/databases/postgresql96-server/pkg-plist-client Thu Mar 1 15:10:17 2018 (r463327) @@ -279,6 +279,7 @@ include/postgresql/server/executor/spi_priv.h include/postgresql/server/executor/tqueue.h include/postgresql/server/executor/tstoreReceiver.h include/postgresql/server/executor/tuptable.h +include/postgresql/server/fe_utils/connect.h include/postgresql/server/fe_utils/mbprint.h include/postgresql/server/fe_utils/print.h include/postgresql/server/fe_utils/psqlscan.h From owner-svn-ports-head@freebsd.org Thu Mar 1 15:19:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5EA25F33EA5; Thu, 1 Mar 2018 15:19:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1477E6B1BE; Thu, 1 Mar 2018 15:19:14 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F66225A2; Thu, 1 Mar 2018 15:19:14 +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 w21FJD7R022277; Thu, 1 Mar 2018 15:19:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FJDOb022275; Thu, 1 Mar 2018 15:19:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011519.w21FJDOb022275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 15:19:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463328 - head/dns/dnscap X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/dnscap X-SVN-Commit-Revision: 463328 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:19:14 -0000 Author: sunpoet Date: Thu Mar 1 15:19:13 2018 New Revision: 463328 URL: https://svnweb.freebsd.org/changeset/ports/463328 Log: Update to 1.9.0 Changes: https://github.com/DNS-OARC/dnscap/releases Modified: head/dns/dnscap/Makefile head/dns/dnscap/distinfo Modified: head/dns/dnscap/Makefile ============================================================================== --- head/dns/dnscap/Makefile Thu Mar 1 15:10:17 2018 (r463327) +++ head/dns/dnscap/Makefile Thu Mar 1 15:19:13 2018 (r463328) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnscap -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= dns Modified: head/dns/dnscap/distinfo ============================================================================== --- head/dns/dnscap/distinfo Thu Mar 1 15:10:17 2018 (r463327) +++ head/dns/dnscap/distinfo Thu Mar 1 15:19:13 2018 (r463328) @@ -1,5 +1,5 @@ -TIMESTAMP = 1518095488 -SHA256 (DNS-OARC-dnscap-v1.8.0_GH0.tar.gz) = 388a157757e562b1318b306b31d98e8bfbf8815fdaead24e8476e75acc6de7b7 -SIZE (DNS-OARC-dnscap-v1.8.0_GH0.tar.gz) = 162001 +TIMESTAMP = 1519912444 +SHA256 (DNS-OARC-dnscap-v1.9.0_GH0.tar.gz) = 63e5851e63cbf2d0892d7816b3a15d157c217b5b5f0cc831310eddeda299f950 +SIZE (DNS-OARC-dnscap-v1.9.0_GH0.tar.gz) = 163260 SHA256 (DNS-OARC-pcap-thread-v3.1.0_GH0.tar.gz) = 6bd9cffa9a5587e5e904d8b9b50a981f5ebbc4b3b68000dd1453005f97dc1483 SIZE (DNS-OARC-pcap-thread-v3.1.0_GH0.tar.gz) = 105328 From owner-svn-ports-head@freebsd.org Thu Mar 1 15:19:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7C626F33EFD; Thu, 1 Mar 2018 15:19:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CF2C6B25D; Thu, 1 Mar 2018 15:19: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4642325A3; Thu, 1 Mar 2018 15:19: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 w21FJIYG022400; Thu, 1 Mar 2018 15:19:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FJIFN022398; Thu, 1 Mar 2018 15:19:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011519.w21FJIFN022398@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 15:19:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463329 - head/misc/help2man X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/help2man X-SVN-Commit-Revision: 463329 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:19:21 -0000 Author: sunpoet Date: Thu Mar 1 15:19:18 2018 New Revision: 463329 URL: https://svnweb.freebsd.org/changeset/ports/463329 Log: Update to 1.47.6 - Update to debhelper v11. - Move repository to salsa.debian.org. - Update Vcs-Git/Vcs-Browser. - Update standards version to 4.1.3: - update config.{guess,sub} at build time - Add Brazilian Portuguese translation of info page (thanks to Rafael Fontenelle). - Update Hungarian translation (thanks to Balázs Úr) - Update Brazilian Portuguese translation (thanks to Rafael Fontenelle). Modified: head/misc/help2man/Makefile head/misc/help2man/distinfo Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Thu Mar 1 15:19:13 2018 (r463328) +++ head/misc/help2man/Makefile Thu Mar 1 15:19:18 2018 (r463329) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= help2man -PORTVERSION= 1.47.5 +PORTVERSION= 1.47.6 CATEGORIES= misc MASTER_SITES= GNU @@ -28,7 +28,7 @@ NLS_RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale- NLS_USES= gettext NLS_VARS= CONFIGURE_FAIL_MESSAGE="Rebuild lang/${PERL_PORT} and devel/p5-Locale-gettext manually before contacting maintainer." -.for lang in de es fr pl uk zh_CN +.for lang in de es fr pl pt_BR uk zh_CN NLS_INFO+= ${PORTNAME}-${lang} .endfor Modified: head/misc/help2man/distinfo ============================================================================== --- head/misc/help2man/distinfo Thu Mar 1 15:19:13 2018 (r463328) +++ head/misc/help2man/distinfo Thu Mar 1 15:19:18 2018 (r463329) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506260928 -SHA256 (help2man-1.47.5.tar.xz) = 7ca60b2519fdbe97f463fe2df66a6188d18b514bfd44127d985f0234ee2461b1 -SIZE (help2man-1.47.5.tar.xz) = 186044 +TIMESTAMP = 1519911577 +SHA256 (help2man-1.47.6.tar.xz) = d91b0295b72a638e4a564f643e4e6d1928779131f628c00f356c13bf336de46f +SIZE (help2man-1.47.6.tar.xz) = 192980 From owner-svn-ports-head@freebsd.org Thu Mar 1 15:19:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 608A3F33F22; Thu, 1 Mar 2018 15:19:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EADF56B289; Thu, 1 Mar 2018 15:19:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E5E9F25A4; Thu, 1 Mar 2018 15:19:23 +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 w21FJNQu022502; Thu, 1 Mar 2018 15:19:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FJNpb022501; Thu, 1 Mar 2018 15:19:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011519.w21FJNpb022501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 15:19:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463330 - head/net/mtr X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/mtr X-SVN-Commit-Revision: 463330 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:19:24 -0000 Author: sunpoet Date: Thu Mar 1 15:19:23 2018 New Revision: 463330 URL: https://svnweb.freebsd.org/changeset/ports/463330 Log: Update WWW Modified: head/net/mtr/pkg-descr Modified: head/net/mtr/pkg-descr ============================================================================== --- head/net/mtr/pkg-descr Thu Mar 1 15:19:18 2018 (r463329) +++ head/net/mtr/pkg-descr Thu Mar 1 15:19:23 2018 (r463330) @@ -9,4 +9,4 @@ it prints running statistics about each machine. Official mtr repository is at https://github.com/traviscross/mtr -WWW: http://www.bitwizard.nl/mtr/ +WWW: https://www.bitwizard.nl/mtr/ From owner-svn-ports-head@freebsd.org Thu Mar 1 15:19:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8F72F33F5B; Thu, 1 Mar 2018 15:19:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 212FF6B355; Thu, 1 Mar 2018 15:19:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BEA2825A6; Thu, 1 Mar 2018 15:19:28 +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 w21FJSdF022627; Thu, 1 Mar 2018 15:19:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FJSCW022625; Thu, 1 Mar 2018 15:19:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011519.w21FJSCW022625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 15:19:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463331 - head/www/tinymce X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/tinymce X-SVN-Commit-Revision: 463331 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:19:29 -0000 Author: sunpoet Date: Thu Mar 1 15:19:28 2018 New Revision: 463331 URL: https://svnweb.freebsd.org/changeset/ports/463331 Log: Update to 4.7.9 Changes: https://github.com/tinymce/tinymce/blob/master/changelog.txt Modified: head/www/tinymce/Makefile head/www/tinymce/distinfo Modified: head/www/tinymce/Makefile ============================================================================== --- head/www/tinymce/Makefile Thu Mar 1 15:19:23 2018 (r463330) +++ head/www/tinymce/Makefile Thu Mar 1 15:19:28 2018 (r463331) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinymce -PORTVERSION= 4.7.8 +PORTVERSION= 4.7.9 CATEGORIES= www MASTER_SITES= http://download.ephox.com/${PORTNAME}/community/ \ LOCAL/sunpoet Modified: head/www/tinymce/distinfo ============================================================================== --- head/www/tinymce/distinfo Thu Mar 1 15:19:23 2018 (r463330) +++ head/www/tinymce/distinfo Thu Mar 1 15:19:28 2018 (r463331) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519823218 -SHA256 (tinymce_4.7.8.zip) = be9eb155fa5782cc59bfaf938496fb0fd670eb4139977ac525a6ee76bb2d7e94 -SIZE (tinymce_4.7.8.zip) = 554122 +TIMESTAMP = 1519911586 +SHA256 (tinymce_4.7.9.zip) = 30dc797f42ea561cf0c1db6aeeb7902ce3ebafdaf2884f0c8ec0803203c1ec26 +SIZE (tinymce_4.7.9.zip) = 554158 From owner-svn-ports-head@freebsd.org Thu Mar 1 15:19:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3240F33F94; Thu, 1 Mar 2018 15:19:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48F7C6B423; Thu, 1 Mar 2018 15:19:34 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3957225A7; Thu, 1 Mar 2018 15:19:34 +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 w21FJYHX022750; Thu, 1 Mar 2018 15:19:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FJXBm022747; Thu, 1 Mar 2018 15:19:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011519.w21FJXBm022747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 15:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463332 - head/devel/py-packaging X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-packaging X-SVN-Commit-Revision: 463332 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:19:35 -0000 Author: sunpoet Date: Thu Mar 1 15:19:33 2018 New Revision: 463332 URL: https://svnweb.freebsd.org/changeset/ports/463332 Log: Update to 17.0 Changes: https://github.com/pypa/packaging/blob/master/CHANGELOG.rst Modified: head/devel/py-packaging/Makefile head/devel/py-packaging/distinfo Modified: head/devel/py-packaging/Makefile ============================================================================== --- head/devel/py-packaging/Makefile Thu Mar 1 15:19:28 2018 (r463331) +++ head/devel/py-packaging/Makefile Thu Mar 1 15:19:33 2018 (r463332) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= packaging -PORTVERSION= 16.8 +PORTVERSION= 17.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-packaging/distinfo ============================================================================== --- head/devel/py-packaging/distinfo Thu Mar 1 15:19:28 2018 (r463331) +++ head/devel/py-packaging/distinfo Thu Mar 1 15:19:33 2018 (r463332) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517592054 -SHA256 (packaging-16.8.tar.gz) = 5d50835fdf0a7edf0b55e311b7c887786504efea1177abd7e69329a8e5ea619e -SIZE (packaging-16.8.tar.gz) = 44706 +TIMESTAMP = 1519911607 +SHA256 (packaging-17.0.tar.gz) = e9f654a6854321ac39d2e6745b820773ba9efa394e71dea1b387cc717d439f93 +SIZE (packaging-17.0.tar.gz) = 49719 From owner-svn-ports-head@freebsd.org Thu Mar 1 15:19:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F928F34014; Thu, 1 Mar 2018 15:19:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7E8A6B517; Thu, 1 Mar 2018 15:19:39 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C01825A8; Thu, 1 Mar 2018 15:19:39 +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 w21FJdpA022874; Thu, 1 Mar 2018 15:19:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FJdlq022872; Thu, 1 Mar 2018 15:19:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011519.w21FJdlq022872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 15:19:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463333 - head/net/rubygem-fog-aws X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-fog-aws X-SVN-Commit-Revision: 463333 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:19:42 -0000 Author: sunpoet Date: Thu Mar 1 15:19:39 2018 New Revision: 463333 URL: https://svnweb.freebsd.org/changeset/ports/463333 Log: Update to 2.0.1 Changes: https://github.com/fog/fog-aws/blob/master/CHANGELOG.md Modified: head/net/rubygem-fog-aws/Makefile head/net/rubygem-fog-aws/distinfo Modified: head/net/rubygem-fog-aws/Makefile ============================================================================== --- head/net/rubygem-fog-aws/Makefile Thu Mar 1 15:19:33 2018 (r463332) +++ head/net/rubygem-fog-aws/Makefile Thu Mar 1 15:19:39 2018 (r463333) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fog-aws -PORTVERSION= 2.0.0 -PORTREVISION= 2 +PORTVERSION= 2.0.1 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-aws/distinfo ============================================================================== --- head/net/rubygem-fog-aws/distinfo Thu Mar 1 15:19:33 2018 (r463332) +++ head/net/rubygem-fog-aws/distinfo Thu Mar 1 15:19:39 2018 (r463333) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512157758 -SHA256 (rubygem/fog-aws-2.0.0.gem) = 3dece0b694f00de8224110ae572f6774181c721ea94d219a3eb8bebac1f27046 -SIZE (rubygem/fog-aws-2.0.0.gem) = 539136 +TIMESTAMP = 1519911622 +SHA256 (rubygem/fog-aws-2.0.1.gem) = e3c5fa9cbff08115f5c0bee527f7f0c171604f4980d7ffee33f863b8df5a5303 +SIZE (rubygem/fog-aws-2.0.1.gem) = 540160 From owner-svn-ports-head@freebsd.org Thu Mar 1 15:19:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC164F34062; Thu, 1 Mar 2018 15:19:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23E526B5D0; Thu, 1 Mar 2018 15:19:45 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 096A925AA; Thu, 1 Mar 2018 15:19:45 +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 w21FJiaM022999; Thu, 1 Mar 2018 15:19:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FJifK022997; Thu, 1 Mar 2018 15:19:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011519.w21FJifK022997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 15:19:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463334 - head/net/rubygem-gitaly-proto X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-gitaly-proto X-SVN-Commit-Revision: 463334 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:19:46 -0000 Author: sunpoet Date: Thu Mar 1 15:19:44 2018 New Revision: 463334 URL: https://svnweb.freebsd.org/changeset/ports/463334 Log: Update to 0.87.0 Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master Modified: head/net/rubygem-gitaly-proto/Makefile head/net/rubygem-gitaly-proto/distinfo Modified: head/net/rubygem-gitaly-proto/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto/Makefile Thu Mar 1 15:19:39 2018 (r463333) +++ head/net/rubygem-gitaly-proto/Makefile Thu Mar 1 15:19:44 2018 (r463334) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitaly-proto -PORTVERSION= 0.86.0 +PORTVERSION= 0.87.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-gitaly-proto/distinfo ============================================================================== --- head/net/rubygem-gitaly-proto/distinfo Thu Mar 1 15:19:39 2018 (r463333) +++ head/net/rubygem-gitaly-proto/distinfo Thu Mar 1 15:19:44 2018 (r463334) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519732295 -SHA256 (rubygem/gitaly-proto-0.86.0.gem) = ea699a327cc2f6b2ed1c61da1bd5cf5c5f0d9ea979d4c3e6eda1cc40409ff003 -SIZE (rubygem/gitaly-proto-0.86.0.gem) = 15872 +TIMESTAMP = 1519911633 +SHA256 (rubygem/gitaly-proto-0.87.0.gem) = c3cbd9e4b7e521ed8a851006927218197be5b89a9227d6a348e5fc6fdc7026a3 +SIZE (rubygem/gitaly-proto-0.87.0.gem) = 15872 From owner-svn-ports-head@freebsd.org Thu Mar 1 15:19:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58047F340AF; Thu, 1 Mar 2018 15:19:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD8FA6B693; Thu, 1 Mar 2018 15:19:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A381C25AB; Thu, 1 Mar 2018 15:19:50 +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 w21FJo0b023121; Thu, 1 Mar 2018 15:19:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FJo7d023119; Thu, 1 Mar 2018 15:19:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011519.w21FJo7d023119@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 15:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463335 - head/net/rubygem-rbvmomi X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-rbvmomi X-SVN-Commit-Revision: 463335 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:19:51 -0000 Author: sunpoet Date: Thu Mar 1 15:19:50 2018 New Revision: 463335 URL: https://svnweb.freebsd.org/changeset/ports/463335 Log: Update to 1.11.7 Changes: https://github.com/vmware/rbvmomi/releases https://github.com/vmware/rbvmomi/commits/master Modified: head/net/rubygem-rbvmomi/Makefile head/net/rubygem-rbvmomi/distinfo Modified: head/net/rubygem-rbvmomi/Makefile ============================================================================== --- head/net/rubygem-rbvmomi/Makefile Thu Mar 1 15:19:44 2018 (r463334) +++ head/net/rubygem-rbvmomi/Makefile Thu Mar 1 15:19:50 2018 (r463335) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rbvmomi -PORTVERSION= 1.11.6 +PORTVERSION= 1.11.7 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-rbvmomi/distinfo ============================================================================== --- head/net/rubygem-rbvmomi/distinfo Thu Mar 1 15:19:44 2018 (r463334) +++ head/net/rubygem-rbvmomi/distinfo Thu Mar 1 15:19:50 2018 (r463335) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513077471 -SHA256 (rubygem/rbvmomi-1.11.6.gem) = d67897c8c88ea82b8e2a66b1c172bfc939266be6ee53b6c003de42cd36b76847 -SIZE (rubygem/rbvmomi-1.11.6.gem) = 219136 +TIMESTAMP = 1519911645 +SHA256 (rubygem/rbvmomi-1.11.7.gem) = c0ead506e41e560ae9cf1341f701a21c12f35813f1922afbf9105d3fd5480028 +SIZE (rubygem/rbvmomi-1.11.7.gem) = 219136 From owner-svn-ports-head@freebsd.org Thu Mar 1 15:19:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54853F340F1; Thu, 1 Mar 2018 15:19:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 272E26B772; Thu, 1 Mar 2018 15:19:56 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1628225AC; Thu, 1 Mar 2018 15:19:56 +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 w21FJtMj023246; Thu, 1 Mar 2018 15:19:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FJtow023244; Thu, 1 Mar 2018 15:19:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011519.w21FJtow023244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 15:19:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463336 - head/databases/p5-DBD-SQLite X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DBD-SQLite X-SVN-Commit-Revision: 463336 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:19:57 -0000 Author: sunpoet Date: Thu Mar 1 15:19:55 2018 New Revision: 463336 URL: https://svnweb.freebsd.org/changeset/ports/463336 Log: Update to 1.56 Changes: http://search.cpan.org/dist/DBD-SQLite/Changes Modified: head/databases/p5-DBD-SQLite/Makefile head/databases/p5-DBD-SQLite/distinfo Modified: head/databases/p5-DBD-SQLite/Makefile ============================================================================== --- head/databases/p5-DBD-SQLite/Makefile Thu Mar 1 15:19:50 2018 (r463335) +++ head/databases/p5-DBD-SQLite/Makefile Thu Mar 1 15:19:55 2018 (r463336) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-SQLite -PORTVERSION= 1.54 +PORTVERSION= 1.56 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBD-SQLite/distinfo ============================================================================== --- head/databases/p5-DBD-SQLite/distinfo Thu Mar 1 15:19:50 2018 (r463335) +++ head/databases/p5-DBD-SQLite/distinfo Thu Mar 1 15:19:55 2018 (r463336) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482609818 -SHA256 (DBD-SQLite-1.54.tar.gz) = 3929a6dbd8d71630f0cb57f85dcef9588cd7ac4c9fa12db79df77b9d3a4d7269 -SIZE (DBD-SQLite-1.54.tar.gz) = 2136219 +TIMESTAMP = 1519911554 +SHA256 (DBD-SQLite-1.56.tar.gz) = c5f831a67a94f9bb2fb3c44051f309fc7994b2725d1896c018ad5d4cd865e991 +SIZE (DBD-SQLite-1.56.tar.gz) = 2248699 From owner-svn-ports-head@freebsd.org Thu Mar 1 15:20:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 946B3F34121; Thu, 1 Mar 2018 15:20:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6DF66B844; Thu, 1 Mar 2018 15:20:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F4EF25B0; Thu, 1 Mar 2018 15:20:01 +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 w21FK1dx023403; Thu, 1 Mar 2018 15:20:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FK1ZG023401; Thu, 1 Mar 2018 15:20:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011520.w21FK1ZG023401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 15:20:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463337 - head/devel/p5-Minion X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Minion X-SVN-Commit-Revision: 463337 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:20:02 -0000 Author: sunpoet Date: Thu Mar 1 15:20:01 2018 New Revision: 463337 URL: https://svnweb.freebsd.org/changeset/ports/463337 Log: Update to 8.11 Changes: http://search.cpan.org/dist/Minion/Changes Modified: head/devel/p5-Minion/Makefile head/devel/p5-Minion/distinfo Modified: head/devel/p5-Minion/Makefile ============================================================================== --- head/devel/p5-Minion/Makefile Thu Mar 1 15:19:55 2018 (r463336) +++ head/devel/p5-Minion/Makefile Thu Mar 1 15:20:01 2018 (r463337) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Minion -PORTVERSION= 8.10 +PORTVERSION= 8.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SRI Modified: head/devel/p5-Minion/distinfo ============================================================================== --- head/devel/p5-Minion/distinfo Thu Mar 1 15:19:55 2018 (r463336) +++ head/devel/p5-Minion/distinfo Thu Mar 1 15:20:01 2018 (r463337) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518960490 -SHA256 (Minion-8.10.tar.gz) = 9374e24217c9dbfdf11ccdd6fbebda12559be923824324714dd3cdf602c75dc2 -SIZE (Minion-8.10.tar.gz) = 768473 +TIMESTAMP = 1519912262 +SHA256 (Minion-8.11.tar.gz) = a188e3c615958d61840f56274282a44542281a8d48c77a798637d761e48deca4 +SIZE (Minion-8.11.tar.gz) = 768393 From owner-svn-ports-head@freebsd.org Thu Mar 1 15:20:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C81CFF34151; Thu, 1 Mar 2018 15:20:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A88BE6B933; Thu, 1 Mar 2018 15:20:07 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DEE4A25B1; Thu, 1 Mar 2018 15:20: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 w21FK6n8023525; Thu, 1 Mar 2018 15:20:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FK6ir023523; Thu, 1 Mar 2018 15:20:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011520.w21FK6ir023523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 15:20:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463338 - head/devel/p5-Test-Harness X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Test-Harness X-SVN-Commit-Revision: 463338 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:20:09 -0000 Author: sunpoet Date: Thu Mar 1 15:20:06 2018 New Revision: 463338 URL: https://svnweb.freebsd.org/changeset/ports/463338 Log: Update to 3.41 Changes: http://search.cpan.org/dist/Test-Harness/Changes Modified: head/devel/p5-Test-Harness/Makefile head/devel/p5-Test-Harness/distinfo Modified: head/devel/p5-Test-Harness/Makefile ============================================================================== --- head/devel/p5-Test-Harness/Makefile Thu Mar 1 15:20:01 2018 (r463337) +++ head/devel/p5-Test-Harness/Makefile Thu Mar 1 15:20:06 2018 (r463338) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Harness -PORTVERSION= 3.39 +PORTVERSION= 3.41 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Harness/distinfo ============================================================================== --- head/devel/p5-Test-Harness/distinfo Thu Mar 1 15:20:01 2018 (r463337) +++ head/devel/p5-Test-Harness/distinfo Thu Mar 1 15:20:06 2018 (r463338) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491510496 -SHA256 (Test-Harness-3.39.tar.gz) = 69bd44c81c6e1d2db18e298ecf631852608893ddfddb332a7d55285bbfc51132 -SIZE (Test-Harness-3.39.tar.gz) = 211555 +TIMESTAMP = 1519912277 +SHA256 (Test-Harness-3.41.tar.gz) = a88e9d4a936d5f492971a443f385b31473593415ad3610d3da8be9cdfd7fed31 +SIZE (Test-Harness-3.41.tar.gz) = 213180 From owner-svn-ports-head@freebsd.org Thu Mar 1 15:20:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60098F34186; Thu, 1 Mar 2018 15:20:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 604C96B9DA; Thu, 1 Mar 2018 15:20:12 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4420725B2; Thu, 1 Mar 2018 15:20:12 +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 w21FKCcu023650; Thu, 1 Mar 2018 15:20:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FKCWv023648; Thu, 1 Mar 2018 15:20:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011520.w21FKCWv023648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 15:20:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463339 - head/security/rubygem-ruby-saml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-ruby-saml X-SVN-Commit-Revision: 463339 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:20:13 -0000 Author: sunpoet Date: Thu Mar 1 15:20:11 2018 New Revision: 463339 URL: https://svnweb.freebsd.org/changeset/ports/463339 Log: Update to 1.7.1 Changes: https://github.com/onelogin/ruby-saml/releases Modified: head/security/rubygem-ruby-saml/Makefile head/security/rubygem-ruby-saml/distinfo Modified: head/security/rubygem-ruby-saml/Makefile ============================================================================== --- head/security/rubygem-ruby-saml/Makefile Thu Mar 1 15:20:06 2018 (r463338) +++ head/security/rubygem-ruby-saml/Makefile Thu Mar 1 15:20:11 2018 (r463339) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ruby-saml -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-ruby-saml/distinfo ============================================================================== --- head/security/rubygem-ruby-saml/distinfo Thu Mar 1 15:20:06 2018 (r463338) +++ head/security/rubygem-ruby-saml/distinfo Thu Mar 1 15:20:11 2018 (r463339) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519823364 -SHA256 (rubygem/ruby-saml-1.7.0.gem) = 30e80446593989109abe6dd7448c80b917352e01778c250f94b82ec9b1ddf71f -SIZE (rubygem/ruby-saml-1.7.0.gem) = 279040 +TIMESTAMP = 1519912289 +SHA256 (rubygem/ruby-saml-1.7.1.gem) = d8078b3e6cf870e4a1255f3cf3b3479174dd3489f9bcb8466f4df33182e389b5 +SIZE (rubygem/ruby-saml-1.7.1.gem) = 281088 From owner-svn-ports-head@freebsd.org Thu Mar 1 15:20:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE26FF341C0; Thu, 1 Mar 2018 15:20:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 76A5E6BA92; Thu, 1 Mar 2018 15:20:17 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E27625B3; Thu, 1 Mar 2018 15:20:17 +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 w21FKH3e023744; Thu, 1 Mar 2018 15:20:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FKHWB023743; Thu, 1 Mar 2018 15:20:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803011520.w21FKHWB023743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 15:20:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463340 - head/security/xmlsec1 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/xmlsec1 X-SVN-Commit-Revision: 463340 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:20:18 -0000 Author: sunpoet Date: Thu Mar 1 15:20:17 2018 New Revision: 463340 URL: https://svnweb.freebsd.org/changeset/ports/463340 Log: Update WWW Approved by: portmgr (blanket) Modified: head/security/xmlsec1/pkg-descr Modified: head/security/xmlsec1/pkg-descr ============================================================================== --- head/security/xmlsec1/pkg-descr Thu Mar 1 15:20:11 2018 (r463339) +++ head/security/xmlsec1/pkg-descr Thu Mar 1 15:20:17 2018 (r463340) @@ -6,4 +6,4 @@ major XML security standards: - Canonical XML (was included in libxml2) - Exclusive Canonical XML (was included in libxml2) -WWW: http://www.aleksey.com/xmlsec/ +WWW: https://www.aleksey.com/xmlsec/ From owner-svn-ports-head@freebsd.org Thu Mar 1 15:25:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24CA3F3498C for ; Thu, 1 Mar 2018 15:25:28 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) 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 AE3476C211 for ; Thu, 1 Mar 2018 15:25:27 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-io0-x22b.google.com with SMTP id u84so7473995iod.9 for ; Thu, 01 Mar 2018 07:25:27 -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; bh=9IF9OpvP3e5fAGMu58Sz/koWkvfW0mpHJ4BTXK5fg5w=; b=hWKrx5/zqst67MylvRGT/NiJzPQVUq+dohAsnTDtq7ZoWbmewLSif9pziNJmfzDhQO fuHI3NfqEaS5pv4BM3mE3IyVuIV2W+emvXQWu/oZ8vWjXNIPe2Ob/NEAr5f+JBynV/kS mrDFsmKByjCdtVj8O3G4Y0DEzRy8h5vZjVlJ7PhQUrguEYKqt0vQcMpjvNxjFEc/k+sC IrIUNYhXs2Ld164+IboWAOUV9M1/uOYYxQXYPkGj9qshUrIpPYQ9dk0Ja/Z/cFW2Hvyv cdAalYcSW0aVYk+hVzSSg7Ey6t3ilSGoL7d3538mz9RIX+tKb4en3nAXXSKhh5l2f+wB CRjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=9IF9OpvP3e5fAGMu58Sz/koWkvfW0mpHJ4BTXK5fg5w=; b=CFRvTGkHMAh4BRK7DR54F6uoJBZ5fSGBzqy+IJHsbT68M33H6YdbBkS7gr29++RY5C ZqE8j7kxt+RvzqczlAyljBpeDocOEIWQje1GuImRjE5JEhVCroT3veyBaH+uqyuIHjc3 qODgtz0ljOe1ZllE2LMcau7G8x+GPU6cBhoVcN81KvCtQWsVuG4i8zPJm7L7KyWg/2Tb 1S3xZfGARi6WMR2uHCE0/pp9aYEAQzERXBHjzJGEIZEj1aOGVJscHCU3uMPUieCcSgZv k1VgvylftAvSMcERD0cffCq7/OnW5AMMA5Xp2Rjf8LgNHRi46KLl+uz84J+6yZC3MEbK 7yxA== X-Gm-Message-State: AElRT7GiFIt82OI5gyJp/d/LRFJpjH/94PrI6R33OsKSFraqFAxccdI1 gq8ZVfbeo2y9Eh3597QEZrQj1T9QfVRwreytcVkIGg== X-Google-Smtp-Source: AG47ELtZfIFtac72uPm5iWhf6l4565ycq855Qqm3kj/l9iTeFXZ2Y955FhvaZns0mCM7Bc7hU+Ar435XK6lVOGAWKJI= X-Received: by 10.107.152.144 with SMTP id a138mr2348763ioe.264.1519917926950; Thu, 01 Mar 2018 07:25:26 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.2.145.7 with HTTP; Thu, 1 Mar 2018 07:24:46 -0800 (PST) In-Reply-To: <20180301134234.qwfzlrfardixnmfl@atuin.in.mat.cc> References: <201803011335.w21DZKeD071065@repo.freebsd.org> <20180301134234.qwfzlrfardixnmfl@atuin.in.mat.cc> From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Mar 2018 23:24:46 +0800 X-Google-Sender-Auth: z8RJz3JWygkWTfjEgN1B88MX8Vc Message-ID: Subject: Re: svn commit: r463314 - head/databases/php5-tarantool To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:25:28 -0000 On Thu, Mar 1, 2018 at 9:42 PM, Mathieu Arnold wrote: > On Thu, Mar 01, 2018 at 01:35:20PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > +PORTVERSION= 20160226 # 0.1.0 > > +GH_TAGNAME= 0.1.0 > > Please, PORTVERSION=0.1.0. > It's was intended to avoid PORTEPOCH. I'll change it. Regards, sunpoet > -- > Mathieu Arnold > From owner-svn-ports-head@freebsd.org Thu Mar 1 15:58:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A8F9F3757F; Thu, 1 Mar 2018 15:58:01 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CD536D803; Thu, 1 Mar 2018 15:58:01 +0000 (UTC) (envelope-from pizzamig@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46A3F2C42; Thu, 1 Mar 2018 15:58:01 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21Fw1Qe043592; Thu, 1 Mar 2018 15:58:01 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21Fw1S6043590; Thu, 1 Mar 2018 15:58:01 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201803011558.w21Fw1S6043590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Thu, 1 Mar 2018 15:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463341 - head/sysutils/node_exporter X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/sysutils/node_exporter X-SVN-Commit-Revision: 463341 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:58:01 -0000 Author: pizzamig Date: Thu Mar 1 15:58:00 2018 New Revision: 463341 URL: https://svnweb.freebsd.org/changeset/ports/463341 Log: sysutils/node_exporter: Update to 0.15.2 PR: 224981 Submitted by: David O'Rourke Approved by: ports@ecadlabs.com (maintainer) Modified: head/sysutils/node_exporter/Makefile head/sysutils/node_exporter/distinfo Modified: head/sysutils/node_exporter/Makefile ============================================================================== --- head/sysutils/node_exporter/Makefile Thu Mar 1 15:20:17 2018 (r463340) +++ head/sysutils/node_exporter/Makefile Thu Mar 1 15:58:00 2018 (r463341) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node_exporter -PORTVERSION= 0.15.0 +PORTVERSION= 0.15.2 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/node_exporter/distinfo ============================================================================== --- head/sysutils/node_exporter/distinfo Thu Mar 1 15:20:17 2018 (r463340) +++ head/sysutils/node_exporter/distinfo Thu Mar 1 15:58:00 2018 (r463341) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508926478 -SHA256 (prometheus-node_exporter-v0.15.0_GH0.tar.gz) = 87a057081e2034f85e997f9e1343aaf45e1b6ad9fa51411caf97a03fe1c46ccb -SIZE (prometheus-node_exporter-v0.15.0_GH0.tar.gz) = 1324698 +TIMESTAMP = 1515361500 +SHA256 (prometheus-node_exporter-v0.15.2_GH0.tar.gz) = 940b850376f94580e88b5e99926d92899975d5792d05709cbd9c48dab0a848ad +SIZE (prometheus-node_exporter-v0.15.2_GH0.tar.gz) = 1327204 From owner-svn-ports-head@freebsd.org Thu Mar 1 15:58:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD618F37615; Thu, 1 Mar 2018 15:58:44 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62DF66D8FD; Thu, 1 Mar 2018 15:58:44 +0000 (UTC) (envelope-from girgen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5DA702C44; Thu, 1 Mar 2018 15:58:44 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21FwitJ043737; Thu, 1 Mar 2018 15:58:44 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21FwiMd043735; Thu, 1 Mar 2018 15:58:44 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201803011558.w21FwiMd043735@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Thu, 1 Mar 2018 15:58:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463342 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 463342 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 15:58:44 -0000 Author: girgen Date: Thu Mar 1 15:58:43 2018 New Revision: 463342 URL: https://svnweb.freebsd.org/changeset/ports/463342 Log: Document PostgreSQL vulnerability Security: CVE-2018-1058 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 1 15:58:00 2018 (r463341) +++ head/security/vuxml/vuln.xml Thu Mar 1 15:58:43 2018 (r463342) @@ -58,6 +58,50 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + PostgreSQL vulnerabilities + + + postgresql93-server + 9.3.09.3.22 + + + postgresql94-server + 9.4.09.4.17 + + + postgresql95-server + 9.5.09.5.12 + + + postgresql96-server + 9.6.09.6.8 + + + postgresql10-server + 10.010.3 + + + + +

The PostgreSQL project reports:

+
+
    +
  • CVE-2018-1058: Uncontrolled search path element in pg_dump and other client applications
  • +
+
+ +
+ + https://wiki.postgresql.org/wiki/A_Guide_to_CVE-2018-1058:_Protect_Your_Search_Path + CVE-2018-1058 + + + 2018-03-01 + 2018-03-01 + +
+ strongswan - Insufficient input validation in RSASSA-PSS signature parser From owner-svn-ports-head@freebsd.org Thu Mar 1 16:15:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E03D1F38AE5; Thu, 1 Mar 2018 16:15:00 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (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 5B4266E6BE; Thu, 1 Mar 2018 16:15:00 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from phantomias.home.jochen-neumeister.de (p5B0FDE01.dip0.t-ipconnect.de [91.15.222.1]) by toco-domains.de (Postfix) with ESMTPA id D097A1AAF019; Thu, 1 Mar 2018 17:14:56 +0100 (CET) Subject: Re: svn commit: r463319 - in head/www/nginx: . files To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201803011335.w21DZl3h071754@repo.freebsd.org> From: Jochen Neumeister Message-ID: Date: Thu, 1 Mar 2018 17:14:55 +0100 MIME-Version: 1.0 In-Reply-To: Content-Language: de-DE Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 16:15:01 -0000 Am 01.03.2018 um 15:44 schrieb Sunpoet Po-Chuan Hsieh: > On Thu, Mar 1, 2018 at 10:37 PM, Jochen Neumeister > wrote: > > > > Am 01.03.2018 um 14:35 schrieb Sunpoet Po-Chuan Hsieh: >> Author: sunpoet >> Date: Thu Mar 1 13:35:47 2018 >> New Revision: 463319 >> URL:https://svnweb.freebsd.org/changeset/ports/463319 >> >> >> Log: >> Fix build with msgpuck 2.0 > > It would be very nice of you to ask next time if that's ok! > > joneum > > > Hi, > > I've sent a review before. It's the simpler fix. > > Regards, > sunpoet Then it would be even better if you wait until you get an okay! I have not given the review a go yet. joneum > > > >> Added: >> head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c (contents, props changed) >> Modified: >> head/www/nginx/Makefile >> >> Modified: head/www/nginx/Makefile >> ============================================================================== >> --- head/www/nginx/Makefile Thu Mar 1 13:35:41 2018 (r463318) >> +++ head/www/nginx/Makefile Thu Mar 1 13:35:47 2018 (r463319) >> @@ -701,7 +701,8 @@ CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_nginx_ta >> .else >> CONFIGURE_ARGS+=--add-module=${WRKSRC_nginx_tarantool} >> .endif >> -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config >> +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config \ >> + ${PATCHDIR}/extra-patch-ngx_http_tarantool-src-tp_transcode.c >> .endif >> >> .if ${PORT_OPTIONS:MHTTP_SECURE_LINK} >> >> Added: head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c Thu Mar 1 13:35:47 2018 (r463319) >> @@ -0,0 +1,13 @@ >> +--- ../nginx_upstream_module-1278ee5/src/tp_transcode.c.orig 2016-08-08 03:39:47.000000000 +0800 >> ++++ ../nginx_upstream_module-1278ee5/src/tp_transcode.c 2018-03-01 04:23:02.513740000 +0800 >> +@@ -38,10 +38,6 @@ >> + # define GNU_SOURCES 1 >> + #endif /* !GNU_SOURCES */ >> + >> +-#if !defined(MP_SOURCE) >> +-# define MP_SOURCE 1 >> +-#endif /* !MP_SOURCE */ >> +- >> + #include "tp_ext.h" >> + #include "tp_transcode.h" >> + >> > > From owner-svn-ports-head@freebsd.org Thu Mar 1 17:12:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30CA5F3CBB4; Thu, 1 Mar 2018 17:12:08 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D283A70BDD; Thu, 1 Mar 2018 17:12:07 +0000 (UTC) (envelope-from jkim@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD4293D33; Thu, 1 Mar 2018 17:12:07 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21HC7gV082794; Thu, 1 Mar 2018 17:12:07 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21HC7AB082792; Thu, 1 Mar 2018 17:12:07 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201803011712.w21HC7AB082792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 1 Mar 2018 17:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463344 - in head/editors/libreoffice: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in head/editors/libreoffice: . files X-SVN-Commit-Revision: 463344 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 17:12:08 -0000 Author: jkim Date: Thu Mar 1 17:12:07 2018 New Revision: 463344 URL: https://svnweb.freebsd.org/changeset/ports/463344 Log: Display selected VCL backend as Linux. Added: head/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx (contents, props changed) Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Thu Mar 1 16:01:45 2018 (r463343) +++ head/editors/libreoffice/Makefile Thu Mar 1 17:12:07 2018 (r463344) @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 4 +PORTREVISION= 5 MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/src/:src \ http://dev-www.libreoffice.org/extern/:ext Added: head/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice/files/patch-vcl_source_app_svapp.cxx Thu Mar 1 17:12:07 2018 (r463344) @@ -0,0 +1,11 @@ +--- vcl/source/app/svapp.cxx.orig 2017-10-25 14:25:39 UTC ++++ vcl/source/app/svapp.cxx +@@ -1212,7 +1212,7 @@ OUString Application::GetHWOSConfInfo() + aDetails.append( VclResId(SV_APP_DEFAULT).toString() ); + aDetails.append( "; " ); + +-#ifdef LINUX ++#if defined UNX && !defined MACOSX && !defined IOS && !defined ANDROID + // Only linux has different backends, so don't show blank for others. + aDetails.append( VclResId(SV_APP_VCLBACKEND).toString() ); + aDetails.append( GetToolkitName() ); From owner-svn-ports-head@freebsd.org Thu Mar 1 17:19:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E99CF3D309; Thu, 1 Mar 2018 17:19:11 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B805170FFF; Thu, 1 Mar 2018 17:19:10 +0000 (UTC) (envelope-from hrs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEF433D56; Thu, 1 Mar 2018 17:19:10 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21HJAfE084060; Thu, 1 Mar 2018 17:19:10 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21HJAlD084058; Thu, 1 Mar 2018 17:19:10 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201803011719.w21HJAlD084058@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 1 Mar 2018 17:19:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463345 - head/japanese/p5-nkf X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: head/japanese/p5-nkf X-SVN-Commit-Revision: 463345 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 17:19:11 -0000 Author: hrs Date: Thu Mar 1 17:19:10 2018 New Revision: 463345 URL: https://svnweb.freebsd.org/changeset/ports/463345 Log: Update to 2.1.4. Submitted by: Yasuhiro KIMURA PR: 226259 Modified: head/japanese/p5-nkf/Makefile head/japanese/p5-nkf/distinfo Modified: head/japanese/p5-nkf/Makefile ============================================================================== --- head/japanese/p5-nkf/Makefile Thu Mar 1 17:12:07 2018 (r463344) +++ head/japanese/p5-nkf/Makefile Thu Mar 1 17:19:10 2018 (r463345) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= nkf -PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTVERSION= 2.1.4 PORTEPOCH= 1 CATEGORIES= japanese perl5 -MASTER_SITES= SFJP/${PORTNAME}/53171 +MASTER_SITES= SFJP/${PORTNAME}/64158 PKGNAMEPREFIX= ja-p5- MAINTAINER= hrs@FreeBSD.org @@ -22,5 +21,8 @@ LICENSE_PERMS_NKF= dist-mirror dist-sell pkg-mirror pk USES= perl5 USE_PERL5= configure WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/NKF.mod + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/NKF/NKF.so .include Modified: head/japanese/p5-nkf/distinfo ============================================================================== --- head/japanese/p5-nkf/distinfo Thu Mar 1 17:12:07 2018 (r463344) +++ head/japanese/p5-nkf/distinfo Thu Mar 1 17:19:10 2018 (r463345) @@ -1,2 +1,3 @@ -SHA256 (nkf-2.1.2.tar.gz) = 034e8b676160fa7cfaf023ad130ce2d7a7309e917c8f41b308e9dc2f6218a0a6 -SIZE (nkf-2.1.2.tar.gz) = 158127 +TIMESTAMP = 1519924270 +SHA256 (nkf-2.1.4.tar.gz) = b4175070825deb3e98577186502a8408c05921b0c8ff52e772219f9d2ece89cb +SIZE (nkf-2.1.4.tar.gz) = 232479 From owner-svn-ports-head@freebsd.org Thu Mar 1 17:37:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B51F1F3E6BE; Thu, 1 Mar 2018 17:37:52 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6081371B4E; Thu, 1 Mar 2018 17:37:52 +0000 (UTC) (envelope-from danfe@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56EC140D3; Thu, 1 Mar 2018 17:37:52 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21HbqgI094089; Thu, 1 Mar 2018 17:37:52 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21HbpuC094085; Thu, 1 Mar 2018 17:37:51 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201803011737.w21HbpuC094085@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 1 Mar 2018 17:37:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463346 - in head/benchmarks: . apib X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/benchmarks: . apib X-SVN-Commit-Revision: 463346 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 17:37:53 -0000 Author: danfe Date: Thu Mar 1 17:37:51 2018 New Revision: 463346 URL: https://svnweb.freebsd.org/changeset/ports/463346 Log: apib is a tool that makes it easy to test API servers. It is supported on Unix systems that include the Apache Portable Runtime and OpenSSL. WWW: https://github.com/apigee/apib Added: head/benchmarks/apib/ head/benchmarks/apib/Makefile (contents, props changed) head/benchmarks/apib/distinfo (contents, props changed) head/benchmarks/apib/pkg-descr (contents, props changed) Modified: head/benchmarks/Makefile Modified: head/benchmarks/Makefile ============================================================================== --- head/benchmarks/Makefile Thu Mar 1 17:19:10 2018 (r463345) +++ head/benchmarks/Makefile Thu Mar 1 17:37:51 2018 (r463346) @@ -3,6 +3,7 @@ COMMENT = Benchmarking tools + SUBDIR += apib SUBDIR += autobench SUBDIR += blogbench SUBDIR += bombardier Added: head/benchmarks/apib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/apib/Makefile Thu Mar 1 17:37:51 2018 (r463346) @@ -0,0 +1,36 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= apib +PORTVERSION= 1.0 +CATEGORIES= benchmarks www + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Simple, fast HTTP performance-testing tool + +LICENSE= APACHE20 + +LIB_DEPENDS= libapr-1.so:devel/apr1 + +USE_GITHUB= yes +GH_ACCOUNT= apigee +GH_TAGNAME= 7e8dea9 + +USES= localbase ssl +GNU_CONFIGURE= yes +CONFIGURE_ENV= APR_LOC="${LOCALBASE}/include/apr-1" + +PLIST_FILES= bin/apib bin/apibmon +PORTEXAMPLES= env.sh pivot run.sh rungroup.sh tojson + +OPTIONS_DEFINE= EXAMPLES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/apib ${WRKSRC}/apibmon \ + ${STAGEDIR}${PREFIX}/bin + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/samplescripts/* ${STAGEDIR}${EXAMPLESDIR} + +.include Added: head/benchmarks/apib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/apib/distinfo Thu Mar 1 17:37:51 2018 (r463346) @@ -0,0 +1,3 @@ +TIMESTAMP = 1503959917 +SHA256 (apigee-apib-1.0-7e8dea9_GH0.tar.gz) = d54d3abef0123071d349aff47b6bf7477ad45056c876a704e6693c894da3611e +SIZE (apigee-apib-1.0-7e8dea9_GH0.tar.gz) = 77363 Added: head/benchmarks/apib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/apib/pkg-descr Thu Mar 1 17:37:51 2018 (r463346) @@ -0,0 +1,16 @@ +apib is a tool that makes it easy to test API servers. It is supported +on Unix systems that include the Apache Portable Runtime and OpenSSL. + +apib has most of the features of Apache Bench (ab), but is also intended +to be a more modern replacement. In particular, it supports: + + - Proper HTTP 1.1 support including keep-alives and chunked encoding + - Ability to spawn multiple I/O threads to take advantage of multiple + CPU cores + - Non-blocking I/O for high concurrency + - Support for POST and PUT of large objects + - Support for OAuth 1.0 signatures + - Ability to output results to a file so they may be automated + - Remote CPU monitoring + +WWW: https://github.com/apigee/apib From owner-svn-ports-head@freebsd.org Thu Mar 1 18:56:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E24E6F43798; Thu, 1 Mar 2018 18:56:40 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FB7F74C5D; Thu, 1 Mar 2018 18:56:40 +0000 (UTC) (envelope-from crees@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 85E494E06; Thu, 1 Mar 2018 18:56:40 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21Iue8Z033698; Thu, 1 Mar 2018 18:56:40 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21IueeW033697; Thu, 1 Mar 2018 18:56:40 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201803011856.w21IueeW033697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Thu, 1 Mar 2018 18:56:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463347 - head/net-p2p/transmission-cli/files X-SVN-Group: ports-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: head/net-p2p/transmission-cli/files X-SVN-Commit-Revision: 463347 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 18:56:41 -0000 Author: crees Date: Thu Mar 1 18:56:40 2018 New Revision: 463347 URL: https://svnweb.freebsd.org/changeset/ports/463347 Log: Fix build if libressl is used instead of openssl Submitted by: Walter Schwarzenfeld Added: head/net-p2p/transmission-cli/files/patch-fix-with-libressl (contents, props changed) Added: head/net-p2p/transmission-cli/files/patch-fix-with-libressl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/transmission-cli/files/patch-fix-with-libressl Thu Mar 1 18:56:40 2018 (r463347) @@ -0,0 +1,23 @@ +--- libtransmission/crypto-utils-openssl.c.orig 2018-03-01 00:44:45 UTC ++++ libtransmission/crypto-utils-openssl.c +@@ -147,7 +147,7 @@ tr_sha1_final (tr_sha1_ctx_t handle, + **** + ***/ + +-#if OPENSSL_VERSION_NUMBER < 0x0090802fL ++#if OPENSSL_VERSION_NUMBER < 0x0090802fL || defined(LIBRESSL_VERSION_NUMBER) + + static EVP_CIPHER_CTX * + openssl_evp_cipher_context_new (void) +@@ -230,7 +230,7 @@ tr_rc4_process (tr_rc4_ctx_t handle, + **** + ***/ + +-#if OPENSSL_VERSION_NUMBER < 0x10100000 ++#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_NUMBER) + static inline int + DH_set0_pqg (DH * dh, + BIGNUM * p, + + + From owner-svn-ports-head@freebsd.org Thu Mar 1 18:58:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43162F43920; Thu, 1 Mar 2018 18:58:04 +0000 (UTC) (envelope-from crees@bayofrum.net) Received: from mail33c50.megamailservers.eu (mail163c50.megamailservers.eu [91.136.10.173]) (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 5100774DA1; Thu, 1 Mar 2018 18:58:02 +0000 (UTC) (envelope-from crees@bayofrum.net) X-Authenticated-User: bayofrum.uwclub.net Received: from pegasus.bayofrum.net (host-80-41-58-170.as13285.net [80.41.58.170]) (authenticated bits=0) by mail33c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id w21IvxvU010238; Thu, 1 Mar 2018 18:58:00 +0000 Received: from [192.168.1.121] (POSEIDON.bayofrum.net [192.168.1.121]) by pegasus.bayofrum.net (Postfix) with ESMTPSA id CE51B66808; Thu, 1 Mar 2018 18:57:55 +0000 (GMT) Subject: Re: svn commit: r463314 - head/databases/php5-tarantool To: Mathieu Arnold , Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201803011335.w21DZKeD071065@repo.freebsd.org> <20180301134234.qwfzlrfardixnmfl@atuin.in.mat.cc> From: Chris Rees Message-ID: <57ae0309-a57a-1a4a-216a-e6b19b8277e0@bayofrum.net> Date: Thu, 1 Mar 2018 18:57:51 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180301134234.qwfzlrfardixnmfl@atuin.in.mat.cc> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Content-Language: en-GB X-bayofrum-MailScanner-Information: Please contact the ISP for more information X-bayofrum-MailScanner-ID: CE51B66808.A6EEC X-bayofrum-MailScanner: Found to be clean X-bayofrum-MailScanner-From: crees@bayofrum.net X-Spam-Status: No X-CTCH-RefID: str=0001.0A0B0204.5A984D38.00E7, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.2 cv=DPv/22Fb c=1 sm=1 tr=0 a=klSefi/98f8c4kzdtN0ogQ==:117 a=klSefi/98f8c4kzdtN0ogQ==:17 a=N659UExz7-8A:10 a=v2DPQv5-lfwA:10 a=7vVUahm2ZMNCygwcEdQA:9 a=pILNOxqGKmIA:10 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 18:58:04 -0000 On 01/03/2018 13:42, Mathieu Arnold wrote: > On Thu, Mar 01, 2018 at 01:35:20PM +0000, Sunpoet Po-Chuan Hsieh wrote: >> +PORTVERSION= 20160226 # 0.1.0 >> +GH_TAGNAME= 0.1.0 > Please, PORTVERSION=0.1.0. > Also, if you do use a date, 0.0.20160226 avoids the need for PORTEPOCH once a proper release is made. Cheers, Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-svn-ports-head@freebsd.org Thu Mar 1 19:22:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 478C1F4501D; Thu, 1 Mar 2018 19:22:39 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAD1075D9D; Thu, 1 Mar 2018 19:22:38 +0000 (UTC) (envelope-from rene@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D5B5B5306; Thu, 1 Mar 2018 19:22:38 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21JMcw1048313; Thu, 1 Mar 2018 19:22:38 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21JMcfJ048311; Thu, 1 Mar 2018 19:22:38 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201803011922.w21JMcfJ048311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 1 Mar 2018 19:22:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463348 - head/emulators/fuse X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/emulators/fuse X-SVN-Commit-Revision: 463348 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 19:22:39 -0000 Author: rene Date: Thu Mar 1 19:22:38 2018 New Revision: 463348 URL: https://svnweb.freebsd.org/changeset/ports/463348 Log: emulators/fuse: update to 1.5.1 Bugfix release Submitted by: portscout Modified: head/emulators/fuse/Makefile head/emulators/fuse/distinfo Modified: head/emulators/fuse/Makefile ============================================================================== --- head/emulators/fuse/Makefile Thu Mar 1 18:56:40 2018 (r463347) +++ head/emulators/fuse/Makefile Thu Mar 1 19:22:38 2018 (r463348) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fuse -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} Modified: head/emulators/fuse/distinfo ============================================================================== --- head/emulators/fuse/distinfo Thu Mar 1 18:56:40 2018 (r463347) +++ head/emulators/fuse/distinfo Thu Mar 1 19:22:38 2018 (r463348) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513076504 -SHA256 (fuse-1.5.0.tar.gz) = b1134a9f4d211cf9dbf845dd5b28a4a58a4ab69f3bf1f7d04d1c26147e0daefd -SIZE (fuse-1.5.0.tar.gz) = 1619748 +TIMESTAMP = 1519761224 +SHA256 (fuse-1.5.1.tar.gz) = 5e99a67776e39534130235cb79d23d7678c44f39a864d157fdc5c4063291bd3c +SIZE (fuse-1.5.1.tar.gz) = 1623081 From owner-svn-ports-head@freebsd.org Thu Mar 1 19:25:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0254F4523C; Thu, 1 Mar 2018 19:25:15 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B80575F5B; Thu, 1 Mar 2018 19:25:15 +0000 (UTC) (envelope-from rene@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 52CD15332; Thu, 1 Mar 2018 19:25:15 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21JPFks048504; Thu, 1 Mar 2018 19:25:15 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21JPFnV048503; Thu, 1 Mar 2018 19:25:15 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201803011925.w21JPFnV048503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Thu, 1 Mar 2018 19:25:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463349 - head/net-im/cjc X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/net-im/cjc X-SVN-Commit-Revision: 463349 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 19:25:15 -0000 Author: rene Date: Thu Mar 1 19:25:14 2018 New Revision: 463349 URL: https://svnweb.freebsd.org/changeset/ports/463349 Log: net-im/cjc: schedule for removal on 2018-04-01, depends on expired port. Pet portlint while here. Modified: head/net-im/cjc/Makefile Modified: head/net-im/cjc/Makefile ============================================================================== --- head/net-im/cjc/Makefile Thu Mar 1 19:22:38 2018 (r463348) +++ head/net-im/cjc/Makefile Thu Mar 1 19:25:14 2018 (r463349) @@ -13,14 +13,17 @@ COMMENT= Console Jabber Client LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on expired net-im/py-xmpp +EXPIRATION_DATE=2018-04-01 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyxmpp>=0:net-im/py-pyxmpp@${PY_FLAVOR} -USE_GITHUB= yes -GH_ACCOUNT= Jajcus - USES= python:2.7 shebangfix SHEBANG_FILES= cjc.in cjc.py cjc/main.py NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= Jajcus PORTDOCS= * From owner-svn-ports-head@freebsd.org Thu Mar 1 19:41:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07054F2304B; Thu, 1 Mar 2018 19:41:30 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7B90767FB; Thu, 1 Mar 2018 19:41:29 +0000 (UTC) (envelope-from stephen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A1B655561; Thu, 1 Mar 2018 19:41:29 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21JfTnp054613; Thu, 1 Mar 2018 19:41:29 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21JfTe2054611; Thu, 1 Mar 2018 19:41:29 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201803011941.w21JfTe2054611@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Thu, 1 Mar 2018 19:41:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463350 - in head/math/octave: . files X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: in head/math/octave: . files X-SVN-Commit-Revision: 463350 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 19:41:30 -0000 Author: stephen Date: Thu Mar 1 19:41:29 2018 New Revision: 463350 URL: https://svnweb.freebsd.org/changeset/ports/463350 Log: - Make sure qscintilla links correctly to octave (otherwise the built in text editor doesn't work in the GUI version). Modified: head/math/octave/Makefile head/math/octave/files/patch-configure Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Thu Mar 1 19:25:14 2018 (r463349) +++ head/math/octave/Makefile Thu Mar 1 19:41:29 2018 (r463350) @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 4.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math java MASTER_SITES= GNU Modified: head/math/octave/files/patch-configure ============================================================================== --- head/math/octave/files/patch-configure Thu Mar 1 19:25:14 2018 (r463349) +++ head/math/octave/files/patch-configure Thu Mar 1 19:41:29 2018 (r463350) @@ -225,6 +225,15 @@ soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no +@@ -34697,7 +34697,7 @@ $as_echo_n "checking Qt version $ver... + case "$qt_version" in + 4) + QT_MODULES="QtCore QtGui QtNetwork QtOpenGL" +- octave_qscintilla_libnames=qscintilla2 ++ octave_qscintilla_libnames=qscintilla2_qt4 + ;; + 5) + QT_MODULES="Qt5Core Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport" @@ -35738,7 +35738,7 @@ esac fi From owner-svn-ports-head@freebsd.org Thu Mar 1 20:18:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD071F260F2; Thu, 1 Mar 2018 20:18:15 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F7F27834C; Thu, 1 Mar 2018 20:18:15 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 55D295B9D; Thu, 1 Mar 2018 20:18:15 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21KIFIg073651; Thu, 1 Mar 2018 20:18:15 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21KIFds073650; Thu, 1 Mar 2018 20:18:15 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803012018.w21KIFds073650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 1 Mar 2018 20:18:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463351 - head/sysutils/synergy/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/synergy/files X-SVN-Commit-Revision: 463351 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 20:18:15 -0000 Author: yuri Date: Thu Mar 1 20:18:14 2018 New Revision: 463351 URL: https://svnweb.freebsd.org/changeset/ports/463351 Log: sysutils/synergy: Unbreak with libressl. New patch does it. PR: 226202 Submitted by: w.schwarzenfeld@utanet.at Approved by: tcberner (mentor, implicit) Added: head/sysutils/synergy/files/patch-src_lib_net_SecureSocket.cpp (contents, props changed) Added: head/sysutils/synergy/files/patch-src_lib_net_SecureSocket.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/synergy/files/patch-src_lib_net_SecureSocket.cpp Thu Mar 1 20:18:14 2018 (r463351) @@ -0,0 +1,11 @@ +--- src/lib/net/SecureSocket.cpp.orig 2018-03-01 20:07:30 UTC ++++ src/lib/net/SecureSocket.cpp +@@ -807,7 +807,7 @@ SecureSocket::showSecureCipherInfo() + showCipherStackDesc(sStack); + } + +-#if OPENSSL_VERSION_NUMBER < 0x10100000L ++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) + // m_ssl->m_ssl->session->ciphers is not forward compatable, + // In future release of OpenSSL, it's not visible, + STACK_OF(SSL_CIPHER) * cStack = m_ssl->m_ssl->session->ciphers; From owner-svn-ports-head@freebsd.org Thu Mar 1 20:38:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77015F27CB1; Thu, 1 Mar 2018 20:38:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 27A9D792A3; Thu, 1 Mar 2018 20:38:59 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E4165ED4; Thu, 1 Mar 2018 20:38:59 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21Kcwle083382; Thu, 1 Mar 2018 20:38:58 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21Kcwrx083380; Thu, 1 Mar 2018 20:38:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803012038.w21Kcwrx083380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 1 Mar 2018 20:38:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463352 - head/databases/cockroach X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/cockroach X-SVN-Commit-Revision: 463352 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 20:38:59 -0000 Author: yuri Date: Thu Mar 1 20:38:58 2018 New Revision: 463352 URL: https://svnweb.freebsd.org/changeset/ports/463352 Log: databases/cockroach: Update to 1.1.5 Port changes: * Changed to DISTVERSION * Adjusted do-build PR: 226270 Submitted by: James Nugent Approved by: tcberner (mentor, implicit) Modified: head/databases/cockroach/Makefile head/databases/cockroach/distinfo Modified: head/databases/cockroach/Makefile ============================================================================== --- head/databases/cockroach/Makefile Thu Mar 1 20:18:14 2018 (r463351) +++ head/databases/cockroach/Makefile Thu Mar 1 20:38:58 2018 (r463352) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= cockroach -PORTVERSION= 1.1.4 DISTVERSIONPREFIX= v +DISTVERSION= 1.1.5 CATEGORIES= databases MASTER_SITES= https://binaries.cockroachdb.com/ EXTRACT_SUFX= .src.tgz @@ -38,7 +38,7 @@ post-patch: do-build: @${SETENV} -i PATH="${PATH}" \ - ${MAKE_CMD} -C ${WRKSRC} buildoss + ${MAKE_CMD} -C ${WRKSRC} buildoss GOVERS=.* do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/cockroachdb/cockroach/cockroach ${STAGEDIR}${PREFIX}/bin/ Modified: head/databases/cockroach/distinfo ============================================================================== --- head/databases/cockroach/distinfo Thu Mar 1 20:18:14 2018 (r463351) +++ head/databases/cockroach/distinfo Thu Mar 1 20:38:58 2018 (r463352) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516931142 -SHA256 (cockroach-v1.1.4.src.tgz) = e60949bdc319593a94aeb3282bd5a0458ee4b5aa764e819d5ad779669d5714e6 -SIZE (cockroach-v1.1.4.src.tgz) = 79644320 +TIMESTAMP = 1519854541 +SHA256 (cockroach-v1.1.5.src.tgz) = 4da8746971329840531bc9512e9a5ad44a5587d7ee2ad8d2f321124180795444 +SIZE (cockroach-v1.1.5.src.tgz) = 79650058 From owner-svn-ports-head@freebsd.org Thu Mar 1 21:11:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F084F2A9A7; Thu, 1 Mar 2018 21:11:24 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4E3B7A6C6; Thu, 1 Mar 2018 21:11:23 +0000 (UTC) (envelope-from bhughes@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D0191645C; Thu, 1 Mar 2018 21:11:23 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21LBNcl001649; Thu, 1 Mar 2018 21:11:23 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21LBNl3001573; Thu, 1 Mar 2018 21:11:23 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201803012111.w21LBNl3001573@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Thu, 1 Mar 2018 21:11:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463353 - head/devel/py-botocore X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/devel/py-botocore X-SVN-Commit-Revision: 463353 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 21:11:24 -0000 Author: bhughes Date: Thu Mar 1 21:11:23 2018 New Revision: 463353 URL: https://svnweb.freebsd.org/changeset/ports/463353 Log: devel/py-botocore: Update 1.8.50 -> 1.9.2 Modified: head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Thu Mar 1 20:38:58 2018 (r463352) +++ head/devel/py-botocore/Makefile Thu Mar 1 21:11:23 2018 (r463353) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 1.8.50 +PORTVERSION= 1.9.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Thu Mar 1 20:38:58 2018 (r463352) +++ head/devel/py-botocore/distinfo Thu Mar 1 21:11:23 2018 (r463353) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519589123 -SHA256 (botocore-1.8.50.tar.gz) = a80a23e080f4a93d11a1c067a69304dd407d18c358cba1e0df8c96f56c9e98b4 -SIZE (botocore-1.8.50.tar.gz) = 4205003 +TIMESTAMP = 1519903855 +SHA256 (botocore-1.9.2.tar.gz) = 4957da363f0a903767257b7ecc74396225fc2e736ba663c2f465ca9795a5785a +SIZE (botocore-1.9.2.tar.gz) = 4206541 From owner-svn-ports-head@freebsd.org Thu Mar 1 21:12:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78F3CF2AAB3; Thu, 1 Mar 2018 21:12:37 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2CB9F7A9DC; Thu, 1 Mar 2018 21:12:37 +0000 (UTC) (envelope-from bhughes@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2792A65AD; Thu, 1 Mar 2018 21:12:37 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21LCboG003402; Thu, 1 Mar 2018 21:12:37 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21LCabb003400; Thu, 1 Mar 2018 21:12:36 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201803012112.w21LCabb003400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Thu, 1 Mar 2018 21:12:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463354 - head/devel/awscli X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/devel/awscli X-SVN-Commit-Revision: 463354 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 21:12:37 -0000 Author: bhughes Date: Thu Mar 1 21:12:36 2018 New Revision: 463354 URL: https://svnweb.freebsd.org/changeset/ports/463354 Log: devel/awscli: Update 1.4.46 -> 1.4.49 Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Thu Mar 1 21:11:23 2018 (r463353) +++ head/devel/awscli/Makefile Thu Mar 1 21:12:36 2018 (r463354) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.14.46 +PORTVERSION= 1.14.49 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -12,7 +12,7 @@ COMMENT= Universal Command Line Interface for Amazon W LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.8.50:devel/py-botocore@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.9.2:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.12:net/py-s3transfer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} \ Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Thu Mar 1 21:11:23 2018 (r463353) +++ head/devel/awscli/distinfo Thu Mar 1 21:12:36 2018 (r463354) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519589159 -SHA256 (awscli-1.14.46.tar.gz) = 87812debf22b2dea8ea9d85dfa18212b12401e360183da130ddc60bcb63a33d4 -SIZE (awscli-1.14.46.tar.gz) = 587814 +TIMESTAMP = 1519903846 +SHA256 (awscli-1.14.49.tar.gz) = 26fae8df847de017716d15ee36ace2c0b5ea755e510c98903180d3e269049c3e +SIZE (awscli-1.14.49.tar.gz) = 587857 From owner-svn-ports-head@freebsd.org Thu Mar 1 21:16:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 741AAF2AE6D; Thu, 1 Mar 2018 21:16:13 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 160BB7ABC7; Thu, 1 Mar 2018 21:16:13 +0000 (UTC) (envelope-from bhughes@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CC2A65AE; Thu, 1 Mar 2018 21:16:13 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21LGCZQ003638; Thu, 1 Mar 2018 21:16:12 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21LGC1R003636; Thu, 1 Mar 2018 21:16:12 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201803012116.w21LGC1R003636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Thu, 1 Mar 2018 21:16:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463355 - head/www/node X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node X-SVN-Commit-Revision: 463355 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 21:16:13 -0000 Author: bhughes Date: Thu Mar 1 21:16:12 2018 New Revision: 463355 URL: https://svnweb.freebsd.org/changeset/ports/463355 Log: www/node: Update 9.6.1 -> 9.7.0 https://nodejs.org/en/blog/release/v9.7.0/ Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Thu Mar 1 21:12:36 2018 (r463354) +++ head/www/node/Makefile Thu Mar 1 21:16:12 2018 (r463355) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 9.6.1 +PORTVERSION= 9.7.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Thu Mar 1 21:12:36 2018 (r463354) +++ head/www/node/distinfo Thu Mar 1 21:16:12 2018 (r463355) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519589061 -SHA256 (node-v9.6.1.tar.gz) = d3ddf10fd009a73e84e9990a9b057ea7de6645b3513471a84f188301b27062cf -SIZE (node-v9.6.1.tar.gz) = 31440598 +TIMESTAMP = 1519903768 +SHA256 (node-v9.7.0.tar.gz) = 9ef89425bfc3f14a5a27b5443997c237afe4fe00602f0abb1d5f42aa6426e5f3 +SIZE (node-v9.7.0.tar.gz) = 31454096 From owner-svn-ports-head@freebsd.org Thu Mar 1 22:52:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92C0BF31811; Thu, 1 Mar 2018 22:52:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 431657E984; Thu, 1 Mar 2018 22:52:05 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DF297584; Thu, 1 Mar 2018 22:52:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21Mq5Rt052189; Thu, 1 Mar 2018 22:52:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21Mq4DE052187; Thu, 1 Mar 2018 22:52:04 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201803012252.w21Mq4DE052187@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 1 Mar 2018 22:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463356 - in head/databases/memcached: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/databases/memcached: . files X-SVN-Commit-Revision: 463356 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 22:52:05 -0000 Author: swills Date: Thu Mar 1 22:52:04 2018 New Revision: 463356 URL: https://svnweb.freebsd.org/changeset/ports/463356 Log: databases/memcached: update to 1.5.6 Deleted: head/databases/memcached/files/patch-memcached_dtrace.d Modified: head/databases/memcached/Makefile (contents, props changed) head/databases/memcached/distinfo (contents, props changed) Modified: head/databases/memcached/Makefile ============================================================================== --- head/databases/memcached/Makefile Thu Mar 1 21:16:12 2018 (r463355) +++ head/databases/memcached/Makefile Thu Mar 1 22:52:04 2018 (r463356) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= memcached -PORTVERSION= 1.5.5 +PORTVERSION= 1.5.6 CATEGORIES= databases MASTER_SITES= http://www.memcached.org/files/ \ GENTOO Modified: head/databases/memcached/distinfo ============================================================================== --- head/databases/memcached/distinfo Thu Mar 1 21:16:12 2018 (r463355) +++ head/databases/memcached/distinfo Thu Mar 1 22:52:04 2018 (r463356) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518786272 -SHA256 (memcached-1.5.5.tar.gz) = e2c466222debe39ad8d451d4d691493a0c655b6b3f5d06c456b2c0d8e17e07ed -SIZE (memcached-1.5.5.tar.gz) = 449297 +TIMESTAMP = 1519944014 +SHA256 (memcached-1.5.6.tar.gz) = 9675ee859d7d81f7a950f190a6812720b26f08228d356044ec517d4d5af25f03 +SIZE (memcached-1.5.6.tar.gz) = 452038 From owner-svn-ports-head@freebsd.org Thu Mar 1 23:05:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A44CEF325E7; Thu, 1 Mar 2018 23:05:41 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 58BF07F3A3; Thu, 1 Mar 2018 23:05:41 +0000 (UTC) (envelope-from woodsb02@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F6E4773A; Thu, 1 Mar 2018 23:05:41 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21N5fFG058514; Thu, 1 Mar 2018 23:05:41 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21N5f0u058512; Thu, 1 Mar 2018 23:05:41 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201803012305.w21N5f0u058512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 1 Mar 2018 23:05:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463357 - head/multimedia/xfce4-parole X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/multimedia/xfce4-parole X-SVN-Commit-Revision: 463357 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 23:05:41 -0000 Author: woodsb02 Date: Thu Mar 1 23:05:40 2018 New Revision: 463357 URL: https://svnweb.freebsd.org/changeset/ports/463357 Log: multimedia/xfce4-parole: Remove GST01 and CLUTTER options - GStreamer 0.10 API has been removed since the 0.9.2 release. - Clutter backend is blacklisted (it induces crash) with Gtk >= 3.22. Inform users that they need to switch to 'xvimagesink' or 'ximagesink' - Add RUN_DEPENDS=devel/xdg-utils, as xdg-screensaver is used to inhibit the screensaver Reported by: Olivier Duchateau Added: head/multimedia/xfce4-parole/pkg-message (contents, props changed) Modified: head/multimedia/xfce4-parole/Makefile Modified: head/multimedia/xfce4-parole/Makefile ============================================================================== --- head/multimedia/xfce4-parole/Makefile Thu Mar 1 22:52:04 2018 (r463356) +++ head/multimedia/xfce4-parole/Makefile Thu Mar 1 23:05:40 2018 (r463357) @@ -3,6 +3,7 @@ PORTNAME= parole PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= multimedia xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}/ DIST_SUBDIR= xfce4 @@ -17,6 +18,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libnotify.so:devel/libnotify \ libtag.so:audio/taglib +RUN_DEPENDS= xdg-screensaver:devel/xdg-utils GNU_CONFIGURE= yes INSTALLS_ICONS= yes @@ -24,8 +26,10 @@ CONFIGURE_ARGS= --enable-notify-plugin \ --enable-tray-plugin \ --enable-taglib \ --disable-mpris2-plugin \ - --without-html-dir + --without-html-dir \ + --with-gstreamer=1.0 USE_GNOME= cairo gtk30 glib20 intltool intlhack +USE_GSTREAMER1= core faad flac wavpack rtmp x USE_XFCE= panel USE_XORG= ice sm x11 USE_LDCONFIG= yes @@ -33,56 +37,18 @@ USES= desktop-file-utils gettext-tools gmake libtool tar:bzip2 xfce:gtk3 INSTALL_TARGET= install-strip -OPTIONS_DEFINE= CLUTTER NLS -OPTIONS_SINGLE= GSTREAMER -# GST01 (GStreamer 0.10), GST10 (GStreamer 1.0) -OPTIONS_SINGLE_GSTREAMER= GST01 GST10 -OPTIONS_GROUP= GST_PLUG +OPTIONS_DEFINE= NLS +OPTIONS_GROUP= GST_PLUG OPTIONS_GROUP_GST_PLUG= CDDA HTTP -# Since 0.5.91 release, GStreamer 1.0 is enabled by default -OPTIONS_DEFAULT= GST10 HTTP -CLUTTER_LIB_DEPENDS= libclutter-gst-2.0.so:multimedia/clutter-gst \ - libclutter-gtk-1.0.so:graphics/clutter-gtk3 -CLUTTER_IMPLIES= GST10 -CLUTTER_CONFIGURE_ENABLE= clutter -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls -HTTP_DESC= HTTP streaming (libsoup) -GST01_DESC= GStreamer 0.10 -GST10_DESC= GStreamer 1.0 -GST_PLUG_DESC= Additional GStreamer plugins -CLUTTER_DESC= Clutter (OpenGL) backend -OPTIONS_SUB= yes +OPTIONS_DEFAULT= HTTP +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MGST01} -USE_GSTREAMER= core faad flac wavpack -CONFIGURE_ARGS+=--with-gstreamer=0.10 -.endif - -.if ${PORT_OPTIONS:MGST10} -USE_GSTREAMER1= core faad flac wavpack rtmp x -CONFIGURE_ARGS+=--with-gstreamer=1.0 -.endif - -.if ${PORT_OPTIONS:MCDDA} -.if ${PORT_OPTIONS:MGST01} -USE_GSTREAMER+= cdparanoia -.endif -.if ${PORT_OPTIONS:MGST10} -USE_GSTREAMER1+= cdparanoia -.endif -.endif - -.if ${PORT_OPTIONS:MHTTP} -.if ${PORT_OPTIONS:MGST01} -USE_GSTREAMER+= soup -.endif -.if ${PORT_OPTIONS:MGST10} -USE_GSTREAMER1+= soup -.endif -.endif +CDDA_USE= gstreamer1=cdparanoia +GST_PLUG_DESC= Additional GStreamer plugins +HTTP_DESC= HTTP streaming (libsoup) +HTTP_USE= gstreamer1=soup +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime post-patch: # Fix .rc files path Added: head/multimedia/xfce4-parole/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/xfce4-parole/pkg-message Thu Mar 1 23:05:40 2018 (r463357) @@ -0,0 +1,13 @@ +------------------------------------------------------------------------ +The Clutter backend has been removed from the multimedia/xfce4-parole +port, as it induces a crash with Gtk >= 3.22. + +If you had manually configured parole to use the Clutter backend, you +must switch to 'xvimagesink' or 'ximagesink'. + +You can use the 'xfconf-query' command in order to change the backend: +$ xfconf-query -c parole -p /video/videosink -s "xvimagesink" +You can choose 'xvimagesink' or 'ximagesink'. +Alternatively you can remove previously specified backend: +$ xfconf-query -c parole -p /video/videosink -r +------------------------------------------------------------------------ From owner-svn-ports-head@freebsd.org Thu Mar 1 23:37:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F621F3447B; Thu, 1 Mar 2018 23:37:21 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2ABA080306; Thu, 1 Mar 2018 23:37:21 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 25BA97C08; Thu, 1 Mar 2018 23:37:21 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21NbLXS073549; Thu, 1 Mar 2018 23:37:21 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21NbK2u073545; Thu, 1 Mar 2018 23:37:20 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201803012337.w21NbK2u073545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 1 Mar 2018 23:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463358 - in head/textproc/elasticsearch6: . files X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/textproc/elasticsearch6: . files X-SVN-Commit-Revision: 463358 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 23:37:21 -0000 Author: feld Date: Thu Mar 1 23:37:20 2018 New Revision: 463358 URL: https://svnweb.freebsd.org/changeset/ports/463358 Log: textproc/elasticsearch6: Fix run issues - Elastic no longer accepts -Epath.conf argument. Change to ES_PATH_CONF env - Elastic was not honoring the elasticsearch_tmpdir rc.conf variable. Remove. The default behavior is to use mktemp for a unique tmpdir in /tmp. This seems sane, especially when running multiple profiles. - Patch jvm.options to set a writable location for gc.log, which will be the tmpdir. There is not an easy way to automatically point this to the log dir, so it needs a unique location when running muliple profiles. - devel/jca is also a BUILD dependency to fix build outside poudriere PR: 226265 Added: head/textproc/elasticsearch6/files/patch-config_jvm.options (contents, props changed) Modified: head/textproc/elasticsearch6/Makefile head/textproc/elasticsearch6/files/elasticsearch.in head/textproc/elasticsearch6/files/patch-config_elasticsearch.yml Modified: head/textproc/elasticsearch6/Makefile ============================================================================== --- head/textproc/elasticsearch6/Makefile Thu Mar 1 23:05:40 2018 (r463357) +++ head/textproc/elasticsearch6/Makefile Thu Mar 1 23:37:20 2018 (r463358) @@ -3,7 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 6.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -14,6 +14,7 @@ COMMENT= Full-text search engine for Java LICENSE= APACHE20 +BUILD_DEPENDS= jna>0:devel/jna RUN_DEPENDS= bash>0:shells/bash \ jna>0:devel/jna @@ -25,8 +26,9 @@ USE_JAVA= yes NO_BUILD= yes JAVA_VERSION= 1.8+ USE_RC_SUBR= ${PORTNAME} -SHEBANG_FILES= bin/elasticsearch-plugin \ - bin/elasticsearch +SHEBANG_FILES= bin/elasticsearch \ + bin/elasticsearch-env \ + bin/elasticsearch-plugin OPTIONS_DEFINE= DOCS @@ -34,6 +36,7 @@ OPTIONS_DEFINE= DOCS CONFIG_FILES= elasticsearch.yml log4j2.properties jvm.options BINS= elasticsearch \ + elasticsearch-env \ elasticsearch-plugin PORTDOCS= LICENSE.txt \ Modified: head/textproc/elasticsearch6/files/elasticsearch.in ============================================================================== --- head/textproc/elasticsearch6/files/elasticsearch.in Thu Mar 1 23:05:40 2018 (r463357) +++ head/textproc/elasticsearch6/files/elasticsearch.in Thu Mar 1 23:37:20 2018 (r463358) @@ -17,8 +17,6 @@ # Set it to required group. # elasticsearch_config (path): Set to %%PREFIX%%/etc/elasticsearch/elasticsearch.yml by default. # Set it to the config file location. -# elasticsearch_tmp (path): Set to /var/tmp/elasticsearch by default. -# Set it to the path to be used for temp files. # . /etc/rc.subr @@ -31,7 +29,6 @@ load_rc_config ${name} : ${elasticsearch_user=elasticsearch} : ${elasticsearch_group=elasticsearch} : ${elasticsearch_config=%%PREFIX%%/etc/elasticsearch} -: ${elasticsearch_tmp=/var/tmp/elasticsearch} required_files="${elasticsearch_config}/elasticsearch.yml" _pidprefix=/var/run/elasticsearch @@ -42,12 +39,13 @@ extra_commands="console status" console_cmd=elasticsearch_console start_precmd=elasticsearch_precmd command=%%PREFIX%%/lib/elasticsearch/bin/elasticsearch -command_args="-d --pidfile=${pidfile} -Epath.conf=${elasticsearch_config}" +command_args="-d --pidfile=${pidfile}" +export ES_PATH_CONF=${elasticsearch_config} + elasticsearch_precmd() { /usr/bin/install -o ${elasticsearch_user} -g ${elasticsearch_group} /dev/null ${pidfile} - /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 755 ${elasticsearch_tmp} /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 755 /var/db/elasticsearch /usr/bin/install -d -o ${elasticsearch_user} -g ${elasticsearch_group} -m 755 /var/log/elasticsearch } @@ -66,15 +64,12 @@ if [ -n "$2" ]; then echo "You must define a configuration (elasticsearch_${profile}_config)" exit 1 fi + export ES_PATH_CONF=${elasticsearch_config} required_files="${elasticsearch_config}/elasticsearch.yml" required_files="${elasticsearch_config}/jvm.options" eval elasticsearch_enable="\${elasticsearch_${profile}_enable:-${elasticsearch_enable}}" - eval elasticsearch_tmp="\${elasticsearch_${profile}_args:-${elasticsearch_tmp}}" pidfile="${_pidprefix}.${profile}.pid" - if [ -e ${elasticsearch_config}/jvm.options ]; then - export ES_JVM_OPTIONS=${elasticsearch_config}/jvm.options - fi - command_args="-d --pidfile=${pidfile} -Epath.conf=${elasticsearch_config}" + command_args="-d --pidfile=${pidfile}" echo "===> elasticsearch profile: ${profile}" else echo "$0: extra argument ignored" Modified: head/textproc/elasticsearch6/files/patch-config_elasticsearch.yml ============================================================================== --- head/textproc/elasticsearch6/files/patch-config_elasticsearch.yml Thu Mar 1 23:05:40 2018 (r463357) +++ head/textproc/elasticsearch6/files/patch-config_elasticsearch.yml Thu Mar 1 23:37:20 2018 (r463358) @@ -1,13 +1,15 @@ ---- config/elasticsearch.yml.orig 2018-02-06 00:13:22 UTC +--- config/elasticsearch.yml.orig 2018-02-16 18:57:55 UTC +++ config/elasticsearch.yml -@@ -35,6 +35,10 @@ +@@ -31,10 +31,12 @@ + # Path to directory where to store the data (separate multiple locations by comma): + # + #path.data: /path/to/data ++path.data: /var/db/elasticsearch + # # Path to log files: # #path.logs: /path/to/logs +path.logs: /var/log/elasticsearch -+# -+# Path to scripts dir: -+path.scripts: /usr/local/libexec/elasticsearch # # ----------------------------------- Memory ----------------------------------- # Added: head/textproc/elasticsearch6/files/patch-config_jvm.options ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/elasticsearch6/files/patch-config_jvm.options Thu Mar 1 23:37:20 2018 (r463358) @@ -0,0 +1,11 @@ +--- config/jvm.options.orig 2018-03-01 23:04:45 UTC ++++ config/jvm.options +@@ -87,7 +87,7 @@ + 8:-XX:+PrintGCDateStamps + 8:-XX:+PrintTenuringDistribution + 8:-XX:+PrintGCApplicationStoppedTime +-8:-Xloggc:logs/gc.log ++8:-Xloggc:${ES_TMPDIR}/gc.log + 8:-XX:+UseGCLogFileRotation + 8:-XX:NumberOfGCLogFiles=32 + 8:-XX:GCLogFileSize=64m From owner-svn-ports-head@freebsd.org Thu Mar 1 23:39:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B3FFF346AB; Thu, 1 Mar 2018 23:39:29 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AF12F8046E; Thu, 1 Mar 2018 23:39:28 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 3DDA2BDD25; Fri, 2 Mar 2018 00:39:26 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 159AABDD1E; Fri, 2 Mar 2018 00:39:26 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id 4C4BEA7993BB; Fri, 2 Mar 2018 00:39:24 +0100 (CET) Date: Fri, 2 Mar 2018 00:39:24 +0100 From: Mathieu Arnold To: Chris Rees Cc: Mathieu Arnold , Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463314 - head/databases/php5-tarantool Message-ID: <20180301233924.v5pkn6yemwb5mvlk@atuin.in.mat.cc> References: <201803011335.w21DZKeD071065@repo.freebsd.org> <20180301134234.qwfzlrfardixnmfl@atuin.in.mat.cc> <57ae0309-a57a-1a4a-216a-e6b19b8277e0@bayofrum.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="rzfu3pgvnflnmmk5" Content-Disposition: inline In-Reply-To: <57ae0309-a57a-1a4a-216a-e6b19b8277e0@bayofrum.net> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 23:39:29 -0000 --rzfu3pgvnflnmmk5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 01, 2018 at 06:57:51PM +0000, Chris Rees wrote: >=20 >=20 > On 01/03/2018 13:42, Mathieu Arnold wrote: > > On Thu, Mar 01, 2018 at 01:35:20PM +0000, Sunpoet Po-Chuan Hsieh wrote: > >> +PORTVERSION=3D 20160226 # 0.1.0 > >> +GH_TAGNAME=3D 0.1.0 > > Please, PORTVERSION=3D0.1.0. > > > Also, if you do use a date, 0.0.20160226 avoids the need for PORTEPOCH > once a proper release is made. No, it's better to set the version to something like g20160226, or s20160226, or anything starting with a letter. That way, whatever the first release number is, the snapshot will be before it. $ pkg version -t g20160226 0 < --=20 Mathieu Arnold --rzfu3pgvnflnmmk5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJamI8sXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IJr0QAKp2j1A5DCPXFBS+3y6bS6h3 S7oz4MPlgHxb2jlGzrrfVKA6zkw1sSsv5vMC0Mjc1fTkqdPpIqG0qqdGhJakHxh4 RM7OsGco4E3ZQGUEoaWC46glZ57JdQazZhhUj+KCFcUcnCccFkDM3FjK7cfgoCId 2WTfD117FEa6V/IqL+alUyqUD9JZAMEkbRN+lIrYdB6Lyz0DOYJwiUPAYuOrCImf XsiZx2q2W0fl/Ne0WmVWYUmxr4Eh4+kW7BStVa4tUOdt/tAwGov/0VYtD8d9KPQH mwupb088GHag12iboc80S1vPuiVClP02NmXCRmQK4lu8VhXKIVEyNVgBXav6IuQz 7HLDnFwakYFY/REl5Ck4ivHejkkwCfZKib8Tgz/40z8Bw3kbhT0cayGXbCOaHq3N Nxu6iO9EZf9Ttdu4y1XVNsHMQuWyKSpUp+p/7XIaWHQDF1169y++UVFLfnzDUnx6 tquVpOiQgkxniWVQtwyHn607Y6RtZBAcQn4UXzLTW7aGbI5IFFKeOo3+s66jrA+E njmfhmpmoxkSAEV5a2TpHI9VGf25/n2noxLK6YkB/dsK9V/bTJ1SqmJVM7Sdp/uP EBeYR9qxjxK62nAhkC8q64dq3pyZfxO24feVQYx82XQBvJsmeErue2VjCx9NXstk G/Kgh7gHEOOWjfhLPHvT =RuLK -----END PGP SIGNATURE----- --rzfu3pgvnflnmmk5-- From owner-svn-ports-head@freebsd.org Thu Mar 1 23:46:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAE0FF34E0E; Thu, 1 Mar 2018 23:46:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E9C080B0F; Thu, 1 Mar 2018 23:46:17 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 991FF7D98; Thu, 1 Mar 2018 23:46:17 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21NkHwO078446; Thu, 1 Mar 2018 23:46:17 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21NkHUZ078445; Thu, 1 Mar 2018 23:46:17 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201803012346.w21NkHUZ078445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 1 Mar 2018 23:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463359 - head/textproc/elasticsearch5 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/textproc/elasticsearch5 X-SVN-Commit-Revision: 463359 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 23:46:18 -0000 Author: feld Date: Thu Mar 1 23:46:17 2018 New Revision: 463359 URL: https://svnweb.freebsd.org/changeset/ports/463359 Log: textproc/elasticsearch5: Fix build devel/jca needs to be a BUILD_DEPEND or install fails to find the path for creating the symlink. Poudriere seemed to not notice as it had already installed devel/jca. PR: 222261 Modified: head/textproc/elasticsearch5/Makefile Modified: head/textproc/elasticsearch5/Makefile ============================================================================== --- head/textproc/elasticsearch5/Makefile Thu Mar 1 23:37:20 2018 (r463358) +++ head/textproc/elasticsearch5/Makefile Thu Mar 1 23:46:17 2018 (r463359) @@ -3,7 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 5.6.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -14,6 +14,7 @@ COMMENT= Full-text search engine for Java LICENSE= APACHE20 +BUILD_DEPENDS= jna>0:devel/jna RUN_DEPENDS= bash>0:shells/bash \ jna>0:devel/jna From owner-svn-ports-head@freebsd.org Thu Mar 1 23:52:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F336F35687; Thu, 1 Mar 2018 23:52:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F7D38109B; Thu, 1 Mar 2018 23:52:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 49C277F26; Thu, 1 Mar 2018 23:52:57 +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 w21NqvEB083176; Thu, 1 Mar 2018 23:52:57 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21NquaS083174; Thu, 1 Mar 2018 23:52:56 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201803012352.w21NquaS083174@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 1 Mar 2018 23:52:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463360 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 463360 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 23:52:58 -0000 Author: jhale Date: Thu Mar 1 23:52:56 2018 New Revision: 463360 URL: https://svnweb.freebsd.org/changeset/ports/463360 Log: Document additional vulnerabilities in audio/libsndfile Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 1 23:46:17 2018 (r463359) +++ head/security/vuxml/vuln.xml Thu Mar 1 23:52:56 2018 (r463360) @@ -58,6 +58,135 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + libsndfile -- out-of-bounds reads + + + libsndfile + linux-c6-libsndfile + linux-c7-libsndfile + 1.0.29 + + + + +

Xin-Jiang on Github reports:

+
+

CVE-2017-14245 (Medium): An out of bounds read in the function + d2alaw_array() in alaw.c of libsndfile 1.0.28 may lead to a remote + DoS attack or information disclosure, related to mishandling of + the NAN and INFINITY floating-point values.

+

CVE-2017-14246 (Medium): An out of bounds read in the function + d2ulaw_array() in ulaw.c of libsndfile 1.0.28 may lead to a remote + DoS attack or information disclosure, related to mishandling of the + NAN and INFINITY floating-point values.

+
+

my123px on Github reports:

+
+

CVE-2017-17456 (Medium): The function d2alaw_array() in alaw.c of + libsndfile 1.0.29pre1 may lead to a remote DoS attack (SEGV on unknown + address 0x000000000000), a different vulnerability than CVE-2017-14245.

+

CVE-2017-17457 (Medium): The function d2ulaw_array() in ulaw.c of + libsndfile 1.0.29pre1 may lead to a remote DoS attack (SEGV on unknown + address 0x000000000000), a different vulnerability than CVE-2017-14246.

+
+ +
+ + CVE-2017-14245 + CVE-2017-14246 + https://github.com/erikd/libsndfile/issues/317 + CVE-2017-17456 + CVE-2017-17457 + https://github.com/erikd/libsndfile/issues/344 + + + 2017-09-11 + 2018-03-01 + +
+ + + libsndfile -- multiple vulnerabilities + + + libsndfile + linux-c6-libsndfile + linux-c7-libsndfile + 1.0.28 + + + + +

Agostino Sarubbo, Gentoo reports:

+
+

CVE-2017-8361 (Medium): The flac_buffer_copy function in flac.c in + libsndfile 1.0.28 allows remote attackers to cause a denial of service + (buffer overflow and application crash) or possibly have unspecified + other impact via a crafted audio file.

+
+
+

CVE-2017-8362 (Medium): The flac_buffer_copy function in flac.c in + libsndfile 1.0.28 allows remote attackers to cause a denial of service + (invalid read and application crash) via a crafted audio file.

+
+
+

CVE-2017-8363 (Medium): The flac_buffer_copy function in flac.c in + libsndfile 1.0.28 allows remote attackers to cause a denial of service + (heap-based buffer over-read and application crash) via a crafted audio + file.

+
+
+

CVE-2017-8365 (Medium): The i2les_array function in pcm.c in libsndfile + 1.0.28 allows remote attackers to cause a denial of service (buffer + over-read and application crash) via a crafted audio file.

+
+

manxorist on Github reports:

+
+

CVE-2017-12562 (High): Heap-based Buffer Overflow in the + psf_binheader_writef function in common.c in libsndfile through + 1.0.28 allows remote attackers to cause a denial of service + (application crash) or possibly have unspecified other impact.

+
+

Xin-Jiang on Github reports:

+
+

CVE-2017-14634 (Medium): In libsndfile 1.0.28, a divide-by-zero + error exists in the function double64_init() in double64.c, which + may lead to DoS when playing a crafted audio file.

+
+ +
+ + CVE-2017-8361 + https://blogs.gentoo.org/ago/2017/04/29/libsndfile-global-buffer-overflow-in-flac_buffer_copy-flac-c/ + https://github.com/erikd/libsndfile/issues/232 + https://github.com/erikd/libsndfile/commit/fd0484aba8e51d16af1e3a880f9b8b857b385eb3 + CVE-2017-8362 + https://blogs.gentoo.org/ago/2017/04/29/libsndfile-invalid-memory-read-in-flac_buffer_copy-flac-c/ + https://github.com/erikd/libsndfile/issues/231 + https://github.com/erikd/libsndfile/commit/ef1dbb2df1c0e741486646de40bd638a9c4cd808 + CVE-2017-8363 + https://blogs.gentoo.org/ago/2017/04/29/libsndfile-heap-based-buffer-overflow-in-flac_buffer_copy-flac-c/ + https://github.com/erikd/libsndfile/issues/233 + https://github.com/erikd/libsndfile/commit/fd0484aba8e51d16af1e3a880f9b8b857b385eb3 + https://github.com/erikd/libsndfile/commit/cd7da8dbf6ee4310d21d9e44b385d6797160d9e8 + CVE-2017-8365 + https://blogs.gentoo.org/ago/2017/04/29/libsndfile-global-buffer-overflow-in-i2les_array-pcm-c/ + https://github.com/erikd/libsndfile/issues/230 + https://github.com/erikd/libsndfile/commit/fd0484aba8e51d16af1e3a880f9b8b857b385eb3 + CVE-2017-12562 + https://github.com/erikd/libsndfile/issues/292/ + https://github.com/erikd/libsndfile/commit/cf7a8182c2642c50f1cf90dddea9ce96a8bad2e8 + CVE-2017-14634 + https://github.com/erikd/libsndfile/issues/318 + https://github.com/erikd/libsndfile/commit/85c877d5072866aadbe8ed0c3e0590fbb5e16788 + + + 2017-04-12 + 2018-03-01 + +
+ PostgreSQL vulnerabilities From owner-svn-ports-head@freebsd.org Fri Mar 2 00:01:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B115F35F85; Fri, 2 Mar 2018 00:01:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F56D813CA; Fri, 2 Mar 2018 00:01:10 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27A0210062; Fri, 2 Mar 2018 00:01:10 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2201Ako083640; Fri, 2 Mar 2018 00:01:10 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2201Aop083639; Fri, 2 Mar 2018 00:01:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803020001.w2201Aop083639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 2 Mar 2018 00:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463361 - head/net-mgmt/sx X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net-mgmt/sx X-SVN-Commit-Revision: 463361 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 00:01:10 -0000 Author: yuri Date: Fri Mar 2 00:01:09 2018 New Revision: 463361 URL: https://svnweb.freebsd.org/changeset/ports/463361 Log: neel@neelc.org: neel@neelc.org takes maintainership PR: 226285 Submitted by: Neel Chauhan Approved by: tcberner (mentor, implicit) Modified: head/net-mgmt/sx/Makefile Modified: head/net-mgmt/sx/Makefile ============================================================================== --- head/net-mgmt/sx/Makefile Thu Mar 1 23:52:56 2018 (r463360) +++ head/net-mgmt/sx/Makefile Fri Mar 2 00:01:09 2018 (r463361) @@ -6,7 +6,7 @@ PORTVERSION= 2.3 CATEGORIES= net-mgmt MASTER_SITES= http://cdn.skylable.com/source/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= neel@neelc.org COMMENT= Skylable Sx is a reliable, fully distributed cluster solution LICENSE= GPLv2 From owner-svn-ports-head@freebsd.org Fri Mar 2 00:42:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59E5BF38A4C; Fri, 2 Mar 2018 00:42:08 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 09EF9829F7; Fri, 2 Mar 2018 00:42:08 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E076910616; Fri, 2 Mar 2018 00:42:07 +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 w220g7La007608; Fri, 2 Mar 2018 00:42:07 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w220g7Ut007601; Fri, 2 Mar 2018 00:42:07 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201803020042.w220g7Ut007601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 2 Mar 2018 00:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463363 - in head/audio/libsndfile: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: in head/audio/libsndfile: . files X-SVN-Commit-Revision: 463363 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 00:42:08 -0000 Author: jhale Date: Fri Mar 2 00:42:07 2018 New Revision: 463363 URL: https://svnweb.freebsd.org/changeset/ports/463363 Log: Add several security fixes addressing: - CVE-2017-6892 - CVE-2017-8361 - CVE-2017-8362 - CVE-2017-8363 - CVE-2017-8365 - CVE-2017-12562 - CVE-2017-14634 Note: - Fix for CVE-2017-8365 is included in files/patch-CVE-2017-8361 While here: - Fix LICENSE and add LICENSE_FILE PR: 226271 Submitted by: jhale Reviewed by: koobs, eadler, jbeich Approved by: ports-secteam (eadler) Obtained from: upstream (https://github.com/erikd/libsndfile) MFH: 2018Q1 Security: 004debf9-1d16-11e8-b6aa-4ccc6adda413 Security: 2b386075-1d9c-11e8-b6aa-4ccc6adda413 Differential Revision: https://reviews.freebsd.org/D14552 Added: head/audio/libsndfile/files/ head/audio/libsndfile/files/patch-CVE-2017-12562 (contents, props changed) head/audio/libsndfile/files/patch-CVE-2017-14634 (contents, props changed) head/audio/libsndfile/files/patch-CVE-2017-6892 (contents, props changed) head/audio/libsndfile/files/patch-CVE-2017-8361 (contents, props changed) head/audio/libsndfile/files/patch-CVE-2017-8362 (contents, props changed) head/audio/libsndfile/files/patch-CVE-2017-8363 (contents, props changed) Modified: head/audio/libsndfile/Makefile Modified: head/audio/libsndfile/Makefile ============================================================================== --- head/audio/libsndfile/Makefile Fri Mar 2 00:38:45 2018 (r463362) +++ head/audio/libsndfile/Makefile Fri Mar 2 00:42:07 2018 (r463363) @@ -3,13 +3,15 @@ PORTNAME= libsndfile PORTVERSION= 1.0.28 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe gmake libtool localbase pkgconfig CPE_VENDOR= ${CPE_PRODUCT}_project Added: head/audio/libsndfile/files/patch-CVE-2017-12562 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libsndfile/files/patch-CVE-2017-12562 Fri Mar 2 00:42:07 2018 (r463363) @@ -0,0 +1,82 @@ +From cf7a8182c2642c50f1cf90dddea9ce96a8bad2e8 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= +Date: Wed, 14 Jun 2017 12:25:40 +0200 +Subject: [PATCH] src/common.c: Fix heap buffer overflows when writing strings + in binheader + +Fixes the following problems: + 1. Case 's' only enlarges the buffer by 16 bytes instead of size bytes. + 2. psf_binheader_writef() enlarges the header buffer (if needed) prior to the + big switch statement by an amount (16 bytes) which is enough for all cases + where only a single value gets added. Cases 's', 'S', 'p' however + additionally write an arbitrary length block of data and again enlarge the + buffer to the required amount. However, the required space calculation does + not take into account the size of the length field which gets output before + the data. + 3. Buffer size requirement calculation in case 'S' does not account for the + padding byte ("size += (size & 1) ;" happens after the calculation which + uses "size"). + 4. Case 'S' can overrun the header buffer by 1 byte when no padding is + involved + ("memcpy (&(psf->header.ptr [psf->header.indx]), strptr, size + 1) ;" while + the buffer is only guaranteed to have "size" space available). + 5. "psf->header.ptr [psf->header.indx] = 0 ;" in case 'S' always writes 1 byte + beyond the space which is guaranteed to be allocated in the header buffer. + 6. Case 's' can overrun the provided source string by 1 byte if padding is + involved ("memcpy (&(psf->header.ptr [psf->header.indx]), strptr, size) ;" + where "size" is "strlen (strptr) + 1" (which includes the 0 terminator, + plus optionally another 1 which is padding and not guaranteed to be + readable via the source string pointer). + +Closes: https://github.com/erikd/libsndfile/issues/292 +--- src/common.c.orig 2017-04-02 06:33:16 UTC ++++ src/common.c +@@ -681,16 +681,16 @@ psf_binheader_writef (SF_PRIVATE *psf, const char *format, ...) + /* Write a C string (guaranteed to have a zero terminator). */ + strptr = va_arg (argptr, char *) ; + size = strlen (strptr) + 1 ; +- size += (size & 1) ; + +- if (psf->header.indx + (sf_count_t) size >= psf->header.len && psf_bump_header_allocation (psf, 16)) ++ if (psf->header.indx + 4 + (sf_count_t) size + (sf_count_t) (size & 1) > psf->header.len && psf_bump_header_allocation (psf, 4 + size + (size & 1))) + return count ; + + if (psf->rwf_endian == SF_ENDIAN_BIG) +- header_put_be_int (psf, size) ; ++ header_put_be_int (psf, size + (size & 1)) ; + else +- header_put_le_int (psf, size) ; ++ header_put_le_int (psf, size + (size & 1)) ; + memcpy (&(psf->header.ptr [psf->header.indx]), strptr, size) ; ++ size += (size & 1) ; + psf->header.indx += size ; + psf->header.ptr [psf->header.indx - 1] = 0 ; + count += 4 + size ; +@@ -703,16 +703,15 @@ psf_binheader_writef (SF_PRIVATE *psf, const char *format, ...) + */ + strptr = va_arg (argptr, char *) ; + size = strlen (strptr) ; +- if (psf->header.indx + (sf_count_t) size > psf->header.len && psf_bump_header_allocation (psf, size)) ++ if (psf->header.indx + 4 + (sf_count_t) size + (sf_count_t) (size & 1) > psf->header.len && psf_bump_header_allocation (psf, 4 + size + (size & 1))) + return count ; + if (psf->rwf_endian == SF_ENDIAN_BIG) + header_put_be_int (psf, size) ; + else + header_put_le_int (psf, size) ; +- memcpy (&(psf->header.ptr [psf->header.indx]), strptr, size + 1) ; ++ memcpy (&(psf->header.ptr [psf->header.indx]), strptr, size + (size & 1)) ; + size += (size & 1) ; + psf->header.indx += size ; +- psf->header.ptr [psf->header.indx] = 0 ; + count += 4 + size ; + break ; + +@@ -724,7 +723,7 @@ psf_binheader_writef (SF_PRIVATE *psf, const char *format, ...) + size = (size & 1) ? size : size + 1 ; + size = (size > 254) ? 254 : size ; + +- if (psf->header.indx + (sf_count_t) size > psf->header.len && psf_bump_header_allocation (psf, size)) ++ if (psf->header.indx + 1 + (sf_count_t) size > psf->header.len && psf_bump_header_allocation (psf, 1 + size)) + return count ; + + header_put_byte (psf, size) ; Added: head/audio/libsndfile/files/patch-CVE-2017-14634 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libsndfile/files/patch-CVE-2017-14634 Fri Mar 2 00:42:07 2018 (r463363) @@ -0,0 +1,29 @@ +From 85c877d5072866aadbe8ed0c3e0590fbb5e16788 Mon Sep 17 00:00:00 2001 +From: Fabian Greffrath +Date: Thu, 28 Sep 2017 12:15:04 +0200 +Subject: [PATCH] double64_init: Check psf->sf.channels against upper bound + +This prevents division by zero later in the code. + +While the trivial case to catch this (i.e. sf.channels < 1) has already +been covered, a crafted file may report a number of channels that is +so high (i.e. > INT_MAX/sizeof(double)) that it "somehow" gets +miscalculated to zero (if this makes sense) in the determination of the +blockwidth. Since we only support a limited number of channels anyway, +make sure to check here as well. + +CVE-2017-14634 + +Closes: https://github.com/erikd/libsndfile/issues/318 +Signed-off-by: Erik de Castro Lopo +--- src/double64.c.orig 2016-04-01 21:08:53 UTC ++++ src/double64.c +@@ -91,7 +91,7 @@ int + double64_init (SF_PRIVATE *psf) + { static int double64_caps ; + +- if (psf->sf.channels < 1) ++ if (psf->sf.channels < 1 || psf->sf.channels > SF_MAX_CHANNELS) + { psf_log_printf (psf, "double64_init : internal error : channels = %d\n", psf->sf.channels) ; + return SFE_INTERNAL ; + } ; Added: head/audio/libsndfile/files/patch-CVE-2017-6892 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libsndfile/files/patch-CVE-2017-6892 Fri Mar 2 00:42:07 2018 (r463363) @@ -0,0 +1,19 @@ +From f833c53cb596e9e1792949f762e0b33661822748 Mon Sep 17 00:00:00 2001 +From: Erik de Castro Lopo +Date: Tue, 23 May 2017 20:15:24 +1000 +Subject: [PATCH] src/aiff.c: Fix a buffer read overflow + +Secunia Advisory SA76717. + +Found by: Laurent Delosieres, Secunia Research at Flexera Software +--- src/aiff.c.orig 2017-04-01 07:18:02 UTC ++++ src/aiff.c +@@ -1905,7 +1905,7 @@ aiff_read_chanmap (SF_PRIVATE * psf, unsigned dword) + psf_binheader_readf (psf, "j", dword - bytesread) ; + + if (map_info->channel_map != NULL) +- { size_t chanmap_size = psf->sf.channels * sizeof (psf->channel_map [0]) ; ++ { size_t chanmap_size = SF_MIN (psf->sf.channels, layout_tag & 0xffff) * sizeof (psf->channel_map [0]) ; + + free (psf->channel_map) ; + Added: head/audio/libsndfile/files/patch-CVE-2017-8361 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libsndfile/files/patch-CVE-2017-8361 Fri Mar 2 00:42:07 2018 (r463363) @@ -0,0 +1,53 @@ +From fd0484aba8e51d16af1e3a880f9b8b857b385eb3 Mon Sep 17 00:00:00 2001 +From: Erik de Castro Lopo +Date: Wed, 12 Apr 2017 19:45:30 +1000 +Subject: [PATCH] FLAC: Fix a buffer read overrun + +Buffer read overrun occurs when reading a FLAC file that switches +from 2 channels to one channel mid-stream. Only option is to +abort the read. + +Closes: https://github.com/erikd/libsndfile/issues/230 +Addresses: CVE-2017-8361 CVE-2017-8363 CVE-2017-8365 +--- src/common.h.orig 2017-04-01 09:40:45 UTC ++++ src/common.h +@@ -725,6 +725,7 @@ enum + SFE_FLAC_INIT_DECODER, + SFE_FLAC_LOST_SYNC, + SFE_FLAC_BAD_SAMPLE_RATE, ++ SFE_FLAC_CHANNEL_COUNT_CHANGED, + SFE_FLAC_UNKOWN_ERROR, + + SFE_WVE_NOT_WVE, +--- src/flac.c.orig 2018-03-01 19:51:26 UTC ++++ src/flac.c +@@ -434,6 +434,19 @@ sf_flac_meta_callback (const FLAC__StreamDecoder * UNUSED (decoder), const FLAC_ + + switch (metadata->type) + { case FLAC__METADATA_TYPE_STREAMINFO : ++ if (psf->sf.channels > 0 && psf->sf.channels != (int) metadata->data.stream_info.channels) ++ { psf_log_printf (psf, "Error: FLAC stream changed from %d to %d channels\n" ++ "Nothing to be but to error out.\n" , ++ psf->sf.channels, metadata->data.stream_info.channels) ; ++ psf->error = SFE_FLAC_CHANNEL_COUNT_CHANGED ; ++ return ; ++ } ; ++ ++ if (psf->sf.channels > 0 && psf->sf.samplerate != (int) metadata->data.stream_info.sample_rate) ++ { psf_log_printf (psf, "Warning: FLAC stream changed sample rates from %d to %d.\n" ++ "Carrying on as if nothing happened.", ++ psf->sf.samplerate, metadata->data.stream_info.sample_rate) ; ++ } ; + psf->sf.channels = metadata->data.stream_info.channels ; + psf->sf.samplerate = metadata->data.stream_info.sample_rate ; + psf->sf.frames = metadata->data.stream_info.total_samples ; +--- src/sndfile.c.orig 2017-04-02 06:33:16 UTC ++++ src/sndfile.c +@@ -245,6 +245,7 @@ ErrorStruct SndfileErrors [] = + { SFE_FLAC_INIT_DECODER , "Error : problem with initialization of the flac decoder." }, + { SFE_FLAC_LOST_SYNC , "Error : flac decoder lost sync." }, + { SFE_FLAC_BAD_SAMPLE_RATE, "Error : flac does not support this sample rate." }, ++ { SFE_FLAC_CHANNEL_COUNT_CHANGED, "Error : flac channel changed mid stream." }, + { SFE_FLAC_UNKOWN_ERROR , "Error : unknown error in flac decoder." }, + + { SFE_WVE_NOT_WVE , "Error : not a WVE file." }, Added: head/audio/libsndfile/files/patch-CVE-2017-8362 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libsndfile/files/patch-CVE-2017-8362 Fri Mar 2 00:42:07 2018 (r463363) @@ -0,0 +1,44 @@ +From ef1dbb2df1c0e741486646de40bd638a9c4cd808 Mon Sep 17 00:00:00 2001 +From: Erik de Castro Lopo +Date: Fri, 14 Apr 2017 15:19:16 +1000 +Subject: [PATCH] src/flac.c: Fix a buffer read overflow + +A file (generated by a fuzzer) which increased the number of channels +from one frame to the next could cause a read beyond the end of the +buffer provided by libFLAC. Only option is to abort the read. + +Closes: https://github.com/erikd/libsndfile/issues/231 +--- src/flac.c.orig 2017-04-01 09:40:45 UTC ++++ src/flac.c +@@ -169,6 +169,14 @@ flac_buffer_copy (SF_PRIVATE *psf) + const int32_t* const *buffer = pflac->wbuffer ; + unsigned i = 0, j, offset, channels, len ; + ++ if (psf->sf.channels != (int) frame->header.channels) ++ { psf_log_printf (psf, "Error: FLAC frame changed from %d to %d channels\n" ++ "Nothing to do but to error out.\n" , ++ psf->sf.channels, frame->header.channels) ; ++ psf->error = SFE_FLAC_CHANNEL_COUNT_CHANGED ; ++ return 0 ; ++ } ; ++ + /* + ** frame->header.blocksize is variable and we're using a constant blocksize + ** of FLAC__MAX_BLOCK_SIZE. +@@ -202,7 +210,6 @@ flac_buffer_copy (SF_PRIVATE *psf) + return 0 ; + } ; + +- + len = SF_MIN (pflac->len, frame->header.blocksize) ; + + if (pflac->remain % channels != 0) +@@ -436,7 +443,7 @@ sf_flac_meta_callback (const FLAC__StreamDecoder * UNUSED (decoder), const FLAC_ + { case FLAC__METADATA_TYPE_STREAMINFO : + if (psf->sf.channels > 0 && psf->sf.channels != (int) metadata->data.stream_info.channels) + { psf_log_printf (psf, "Error: FLAC stream changed from %d to %d channels\n" +- "Nothing to be but to error out.\n" , ++ "Nothing to do but to error out.\n" , + psf->sf.channels, metadata->data.stream_info.channels) ; + psf->error = SFE_FLAC_CHANNEL_COUNT_CHANGED ; + return ; Added: head/audio/libsndfile/files/patch-CVE-2017-8363 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/libsndfile/files/patch-CVE-2017-8363 Fri Mar 2 00:42:07 2018 (r463363) @@ -0,0 +1,22 @@ +From cd7da8dbf6ee4310d21d9e44b385d6797160d9e8 Mon Sep 17 00:00:00 2001 +From: Erik de Castro Lopo +Date: Wed, 12 Apr 2017 20:19:34 +1000 +Subject: [PATCH] src/flac.c: Fix another memory leak + +When the FLAC decoder was passed a malformed file, the associated +`FLAC__StreamDecoder` object was not getting released. + +Closes: https://github.com/erikd/libsndfile/issues/233 +--- src/flac.c.orig 2018-03-01 09:40:45 UTC ++++ src/flac.c +@@ -841,7 +841,9 @@ flac_read_header (SF_PRIVATE *psf) + + psf_log_printf (psf, "End\n") ; + +- if (psf->error == 0) ++ if (psf->error != 0) ++ FLAC__stream_decoder_delete (pflac->fsd) ; ++ else + { FLAC__uint64 position ; + + FLAC__stream_decoder_get_decode_position (pflac->fsd, &position) ; From owner-svn-ports-head@freebsd.org Fri Mar 2 02:43:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22E70F405EB; Fri, 2 Mar 2018 02:43:51 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4DB386CBF; Fri, 2 Mar 2018 02:43:50 +0000 (UTC) (envelope-from zi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFC5F11A49; Fri, 2 Mar 2018 02:43:50 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w222hoXH067767; Fri, 2 Mar 2018 02:43:50 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w222hoUG067764; Fri, 2 Mar 2018 02:43:50 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201803020243.w222hoUG067764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 2 Mar 2018 02:43:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463364 - in head/sysutils/osquery: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/sysutils/osquery: . files X-SVN-Commit-Revision: 463364 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 02:43:51 -0000 Author: zi Date: Fri Mar 2 02:43:50 2018 New Revision: 463364 URL: https://svnweb.freebsd.org/changeset/ports/463364 Log: - Update to 2.11.2 PR: 224180 Added: head/sysutils/osquery/files/patch-CMakeLists.txt (contents, props changed) Modified: head/sysutils/osquery/Makefile head/sysutils/osquery/distinfo Modified: head/sysutils/osquery/Makefile ============================================================================== --- head/sysutils/osquery/Makefile Fri Mar 2 00:42:07 2018 (r463363) +++ head/sysutils/osquery/Makefile Fri Mar 2 02:43:50 2018 (r463364) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= osquery -PORTVERSION= 2.10.2 -PORTREVISION= 1 +PORTVERSION= 2.11.2 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org @@ -12,10 +11,7 @@ COMMENT= SQL powered OS instrumentation, monitoring, a LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= fails to link -#BROKEN= fails to build with boost 1.66, see bug 224180 - -BUILD_DEPENDS= thrift>0:devel/thrift \ +BUILD_DEPENDS= thrift>=0.11.0:devel/thrift \ bash>0:shells/bash \ linenoise-ng>0:devel/linenoise-ng \ asio>0:net/asio \ @@ -41,7 +37,7 @@ CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" SKIP_TESTS="yes" CC="${CC}" CXX="${CXX}" CMAKE_ARGS+= -DFREEBSD=awesome -DCMAKE_SYSTEM_NAME="FreeBSD" BLDDIR= ${WRKDIR}/.build/${PORTNAME} -TPVERSION= ${PORTVERSION} +TPVERSION= 2.11.0 USE_RC_SUBR= ${PORTNAME}d USE_GITHUB= yes GH_ACCOUNT= facebook ${PORTNAME}:tp Modified: head/sysutils/osquery/distinfo ============================================================================== --- head/sysutils/osquery/distinfo Fri Mar 2 00:42:07 2018 (r463363) +++ head/sysutils/osquery/distinfo Fri Mar 2 02:43:50 2018 (r463364) @@ -1,5 +1,5 @@ -TIMESTAMP = 1510683800 -SHA256 (facebook-osquery-2.10.2_GH0.tar.gz) = cf4e809a8667a2155fdd99de26baf3f3774693bcf04db74323e3a9af0a78d40b -SIZE (facebook-osquery-2.10.2_GH0.tar.gz) = 2352646 -SHA256 (osquery-third-party-2.10.2_GH0.tar.gz) = d11ad89e277a43278c65ffff89f538f3c47e52f5716287f7f0944cdcf2f3730d -SIZE (osquery-third-party-2.10.2_GH0.tar.gz) = 3496837 +TIMESTAMP = 1519958114 +SHA256 (facebook-osquery-2.11.2_GH0.tar.gz) = f1214cffe694a61857aa9fd111d1d7baadab90f6c8737d23becc831e8e631045 +SIZE (facebook-osquery-2.11.2_GH0.tar.gz) = 2396376 +SHA256 (osquery-third-party-2.11.0_GH0.tar.gz) = 0499456a7e70dabe283c3dc221a65544b0c5c08710905e1f7339bba45c1f1ffa +SIZE (osquery-third-party-2.11.0_GH0.tar.gz) = 3496854 Added: head/sysutils/osquery/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/osquery/files/patch-CMakeLists.txt Fri Mar 2 02:43:50 2018 (r463364) @@ -0,0 +1,14 @@ +--- CMakeLists.txt.orig 2018-03-02 02:36:38 UTC ++++ CMakeLists.txt +@@ -523,11 +523,6 @@ if(POSIX) + include_directories("${BUILD_DEPS}/include/openssl") + endif() + +-if(NOT LINUX AND NOT APPLE) +- # Including Boost Beast within third-party until it's merged into boot 1.66. +- include_directories("${CMAKE_SOURCE_DIR}/third-party/beast") +-endif() +- + include_directories("${CMAKE_SOURCE_DIR}/third-party/sqlite3") + include_directories("${CMAKE_SOURCE_DIR}/include") + include_directories("${CMAKE_SOURCE_DIR}") From owner-svn-ports-head@freebsd.org Fri Mar 2 03:00:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DC20F4171E; Fri, 2 Mar 2018 03:00:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FDED874C6; Fri, 2 Mar 2018 03:00:23 +0000 (UTC) (envelope-from linimon@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46B5511BDA; Fri, 2 Mar 2018 03:00:23 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2230NXL073020; Fri, 2 Mar 2018 03:00:23 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2230NUg073019; Fri, 2 Mar 2018 03:00:23 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201803020300.w2230NUg073019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Fri, 2 Mar 2018 03:00:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463365 - head/devel/upp X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: head/devel/upp X-SVN-Commit-Revision: 463365 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 03:00:23 -0000 Author: linimon Date: Fri Mar 2 03:00:22 2018 New Revision: 463365 URL: https://svnweb.freebsd.org/changeset/ports/463365 Log: Also broken the same way as powerpc on powerpc64. Reformat for readability. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build machines Modified: head/devel/upp/Makefile Modified: head/devel/upp/Makefile ============================================================================== --- head/devel/upp/Makefile Fri Mar 2 02:43:50 2018 (r463364) +++ head/devel/upp/Makefile Fri Mar 2 03:00:22 2018 (r463365) @@ -13,9 +13,10 @@ COMMENT= Ultimate++, a BSD-licensed, cross-platform, C LICENSE= BSD2CLAUSE LICENSE_FILE= ${BUILD_WRKSRC}/Core/Copying -BROKEN_aarch64= Does not compile on ${ARCH}: error Unknown CPU architecture -BROKEN_powerpc= Does not compile on ${ARCH} -BROKEN_sparc64= Does not compile on ${ARCH} +BROKEN_aarch64= Does not compile on ${ARCH}: error Unknown CPU architecture +BROKEN_powerpc= Does not compile on ${ARCH}: error Unknown CPU architecture +BROKEN_powerpc64= Does not compile on ${ARCH}: error Unknown CPU architecture +BROKEN_sparc64= Does not compile on ${ARCH} USES= compiler:c++11-lib From owner-svn-ports-head@freebsd.org Fri Mar 2 04:33:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D54B9F47729; Fri, 2 Mar 2018 04:33:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 781726B136; Fri, 2 Mar 2018 04:33:29 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E02C12C39; Fri, 2 Mar 2018 04:33:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w224XT3v023328; Fri, 2 Mar 2018 04:33:29 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w224XTQu023326; Fri, 2 Mar 2018 04:33:29 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803020433.w224XTQu023326@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 2 Mar 2018 04:33:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463366 - head/dns/py-dns-lexicon X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/dns/py-dns-lexicon X-SVN-Commit-Revision: 463366 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 04:33:30 -0000 Author: yuri Date: Fri Mar 2 04:33:29 2018 New Revision: 463366 URL: https://svnweb.freebsd.org/changeset/ports/463366 Log: dns/py-dns-lexicon: Update to 2.1.20 Also removed version numbers of dependencies. PR: 226280 Submitted by: Goran Mekić Approved by: tcberner (mentor, implicit) Modified: head/dns/py-dns-lexicon/Makefile head/dns/py-dns-lexicon/distinfo Modified: head/dns/py-dns-lexicon/Makefile ============================================================================== --- head/dns/py-dns-lexicon/Makefile Fri Mar 2 03:00:22 2018 (r463365) +++ head/dns/py-dns-lexicon/Makefile Fri Mar 2 04:33:29 2018 (r463366) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dns-lexicon -DISTVERSION= 2.1.19 +DISTVERSION= 2.1.20 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,9 @@ COMMENT= Manipulate DNS records on various DNS provide LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.16:devel/py-future@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tldextract>=1.7.5:dns/py-tldextract@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.11:www/py-requests@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tldextract>0:dns/py-tldextract@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} USES= python USE_PYTHON= distutils autoplist concurrent Modified: head/dns/py-dns-lexicon/distinfo ============================================================================== --- head/dns/py-dns-lexicon/distinfo Fri Mar 2 03:00:22 2018 (r463365) +++ head/dns/py-dns-lexicon/distinfo Fri Mar 2 04:33:29 2018 (r463366) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519502787 -SHA256 (dns-lexicon-2.1.19.tar.gz) = dd56ace1f229a9e4636405d926aafa4a6b9a7ac83b40a8e29742ee1604290722 -SIZE (dns-lexicon-2.1.19.tar.gz) = 39911 +TIMESTAMP = 1519964873 +SHA256 (dns-lexicon-2.1.20.tar.gz) = b2223e598af46c5aac504f4466b6a46509179164a933113f259a3e85ef7f37ed +SIZE (dns-lexicon-2.1.20.tar.gz) = 40752 From owner-svn-ports-head@freebsd.org Fri Mar 2 04:59:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24804F23345; Fri, 2 Mar 2018 04:59:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC1C46C077; Fri, 2 Mar 2018 04:59:40 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C16EA12F6E; Fri, 2 Mar 2018 04:59:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w224xeNS033755; Fri, 2 Mar 2018 04:59:40 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w224xel3033752; Fri, 2 Mar 2018 04:59:40 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803020459.w224xel3033752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 2 Mar 2018 04:59:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463367 - head/graphics/phototonic X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/phototonic X-SVN-Commit-Revision: 463367 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 04:59:41 -0000 Author: yuri Date: Fri Mar 2 04:59:40 2018 New Revision: 463367 URL: https://svnweb.freebsd.org/changeset/ports/463367 Log: graphics/phototonic: Update to 2.0 Port changes: * Changed to DISTVERSION * Added LICENSE_FILE * Added USE_GL=gl * Added to USE_QT5 Approved by: tcberner (mentor, implicit) Modified: head/graphics/phototonic/Makefile head/graphics/phototonic/distinfo Modified: head/graphics/phototonic/Makefile ============================================================================== --- head/graphics/phototonic/Makefile Fri Mar 2 04:33:29 2018 (r463366) +++ head/graphics/phototonic/Makefile Fri Mar 2 04:59:40 2018 (r463367) @@ -2,23 +2,23 @@ # $FreeBSD$ PORTNAME= phototonic -PORTVERSION= 1.7.20 DISTVERSIONPREFIX= v -PORTREVISION= 1 +DISTVERSION= 2.0 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Image viewer and organizer LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexiv2.so:graphics/exiv2 +USES= desktop-file-utils gettext qmake USE_GITHUB= yes GH_ACCOUNT= oferkv - -USES= desktop-file-utils gettext qmake -USE_QT5= buildtools_build imageformats svg widgets +USE_GL= gl +USE_QT5= core gui imageformats svg widgets buildtools_build post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ Modified: head/graphics/phototonic/distinfo ============================================================================== --- head/graphics/phototonic/distinfo Fri Mar 2 04:33:29 2018 (r463366) +++ head/graphics/phototonic/distinfo Fri Mar 2 04:59:40 2018 (r463367) @@ -1,2 +1,3 @@ -SHA256 (oferkv-phototonic-v1.7.20_GH0.tar.gz) = f90b597bb45970991ea9e0849e62502d6557862786b735f460dcd03f9eaae86b -SIZE (oferkv-phototonic-v1.7.20_GH0.tar.gz) = 284944 +TIMESTAMP = 1519966073 +SHA256 (oferkv-phototonic-v2.0_GH0.tar.gz) = ed0ff4a9cf8d984a16e09ae82f8e7d9ae7e287d5d9ea9e799b4d179ee902db52 +SIZE (oferkv-phototonic-v2.0_GH0.tar.gz) = 283185 From owner-svn-ports-head@freebsd.org Fri Mar 2 05:08:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CC49F23DF4; Fri, 2 Mar 2018 05:08:33 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4A7126C5A8; Fri, 2 Mar 2018 05:08:33 +0000 (UTC) (envelope-from eugen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4107413119; Fri, 2 Mar 2018 05:08:33 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2258X7U038790; Fri, 2 Mar 2018 05:08:33 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2258W4p038786; Fri, 2 Mar 2018 05:08:32 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201803020508.w2258W4p038786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Fri, 2 Mar 2018 05:08:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463368 - in head/sysutils: . cpupdate X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: in head/sysutils: . cpupdate X-SVN-Commit-Revision: 463368 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 05:08:33 -0000 Author: eugen Date: Fri Mar 2 05:08:32 2018 New Revision: 463368 URL: https://svnweb.freebsd.org/changeset/ports/463368 Log: New port: sysutils/cpupdate This is new microcode updating utility. At the moment, it is for Intel processors only with AMD and VIA support pending. For details, look at https://forums.freebsd.org/threads/introducing-cpupdate-a-microcode-tool-for-freebsd.64588/ Added: head/sysutils/cpupdate/ head/sysutils/cpupdate/Makefile (contents, props changed) head/sysutils/cpupdate/distinfo (contents, props changed) head/sysutils/cpupdate/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Mar 2 04:59:40 2018 (r463367) +++ head/sysutils/Makefile Fri Mar 2 05:08:32 2018 (r463368) @@ -200,6 +200,7 @@ SUBDIR += cpuburn SUBDIR += cpuid SUBDIR += cpulimit + SUBDIR += cpupdate SUBDIR += cramfs SUBDIR += crashme SUBDIR += createrepo Added: head/sysutils/cpupdate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cpupdate/Makefile Fri Mar 2 05:08:32 2018 (r463368) @@ -0,0 +1,24 @@ +# Created by: Eugene Grosbein +# $FreeBSD$ + +PORTNAME= cpupdate +DISTVERSION= g20180302 +CATEGORIES= sysutils + +MAINTAINER= eugen@FreeBSD.org +COMMENT= Microcode utility for BSD + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= kernschmelze +GH_TAGNAME= 58bc0ca + +PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 + +.include Added: head/sysutils/cpupdate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cpupdate/distinfo Fri Mar 2 05:08:32 2018 (r463368) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519964401 +SHA256 (kernschmelze-cpupdate-g20180302-58bc0ca_GH0.tar.gz) = a44ff576290051b68241cb8e5af8874db8dbdb1d728a349d9ba1a174a5fc2483 +SIZE (kernschmelze-cpupdate-g20180302-58bc0ca_GH0.tar.gz) = 12574 Added: head/sysutils/cpupdate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cpupdate/pkg-descr Fri Mar 2 05:08:32 2018 (r463368) @@ -0,0 +1,6 @@ +Microcode utility for BSD. + +As of March 2018, it is still work in progress +but should do its job for most cases already. + +WWW: https://github.com/kernschmelze/cpupdate From owner-svn-ports-head@freebsd.org Fri Mar 2 05:13:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2BE7F2453E; Fri, 2 Mar 2018 05:13:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 864796CA94; Fri, 2 Mar 2018 05:13:39 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81370132A6; Fri, 2 Mar 2018 05:13:39 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w225Dd8S043575; Fri, 2 Mar 2018 05:13:39 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w225Dd1M043572; Fri, 2 Mar 2018 05:13:39 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803020513.w225Dd1M043572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 2 Mar 2018 05:13:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463369 - head/sysutils/py-tmuxp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/py-tmuxp X-SVN-Commit-Revision: 463369 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 05:13:40 -0000 Author: yuri Date: Fri Mar 2 05:13:39 2018 New Revision: 463369 URL: https://svnweb.freebsd.org/changeset/ports/463369 Log: sysutils/py-tmuxp: Update to 1.3.5 Port changes: * Updated RUN_DEPENDS * Added USE_PYTHON=concurrent * Replaced WWW with the real project homepage (GitHub) Approved by: tcberner (mentor, implicit) Modified: head/sysutils/py-tmuxp/Makefile head/sysutils/py-tmuxp/distinfo head/sysutils/py-tmuxp/pkg-descr Modified: head/sysutils/py-tmuxp/Makefile ============================================================================== --- head/sysutils/py-tmuxp/Makefile Fri Mar 2 05:08:32 2018 (r463368) +++ head/sysutils/py-tmuxp/Makefile Fri Mar 2 05:13:39 2018 (r463369) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tmuxp -PORTVERSION= 0.9.3 +DISTVERSION= 1.3.5 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,14 @@ COMMENT= Session manager for tmux LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:devel/py-argcomplete@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}kaptan>=0.5.7:devel/py-kaptan@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.3:devel/py-colorama@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}kaptan>=0.5.7:devel/py-kaptan@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libtmux>0:devel/py-libtmux@${FLAVOR} \ tmux:sysutils/tmux -NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes .include Modified: head/sysutils/py-tmuxp/distinfo ============================================================================== --- head/sysutils/py-tmuxp/distinfo Fri Mar 2 05:08:32 2018 (r463368) +++ head/sysutils/py-tmuxp/distinfo Fri Mar 2 05:13:39 2018 (r463369) @@ -1,2 +1,3 @@ -SHA256 (tmuxp-0.9.3.tar.gz) = a9376038f5c03b3ee4be740fbe08604a97f76f0282cfaed8d6dae00fe28567ed -SIZE (tmuxp-0.9.3.tar.gz) = 80846 +TIMESTAMP = 1519966949 +SHA256 (tmuxp-1.3.5.tar.gz) = bdbbbf5980d6ec21838396a46cd5b599787e8540782b8e2e3f20d2135560a5d3 +SIZE (tmuxp-1.3.5.tar.gz) = 46905 Modified: head/sysutils/py-tmuxp/pkg-descr ============================================================================== --- head/sysutils/py-tmuxp/pkg-descr Fri Mar 2 05:08:32 2018 (r463368) +++ head/sysutils/py-tmuxp/pkg-descr Fri Mar 2 05:13:39 2018 (r463369) @@ -1,4 +1,4 @@ Load and save tmux sessions in JSON or YAML. Control tmux through python API. -WWW: https://pypi.python.org/pypi/tmuxp +WWW: https://github.com/tony/tmuxp/ From owner-svn-ports-head@freebsd.org Fri Mar 2 05:15:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EA6BF246C9; Fri, 2 Mar 2018 05:15:08 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E58416CBD3; Fri, 2 Mar 2018 05:15:07 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E05C8132A7; Fri, 2 Mar 2018 05:15:07 +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 w225F7gN043839; Fri, 2 Mar 2018 05:15:07 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w225F7D3043832; Fri, 2 Mar 2018 05:15:07 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201803020515.w225F7D3043832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 2 Mar 2018 05:15:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463370 - in head/net: . py-flask-xml-rpc py-flask-xml-rpc/files X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/net: . py-flask-xml-rpc py-flask-xml-rpc/files X-SVN-Commit-Revision: 463370 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 05:15:08 -0000 Author: koobs Date: Fri Mar 2 05:15:06 2018 New Revision: 463370 URL: https://svnweb.freebsd.org/changeset/ports/463370 Log: [NEW] net/py-flask-xml-rpc: Adds support for creating XML-RPC APIs to Flask Flask-XML-RPC is an extension for Flask that makes it easy to create APIs based on the XML-RPC standard. It features easy registration of methods and namespacing, connects seamlessly to your Flask app, and includes plenty of testing helpers. WWW: https://bitbucket.org/leafstorm/flask-xml-rpc/ PR: 211435 Submitted by: John W. O'Brien Added: head/net/py-flask-xml-rpc/ head/net/py-flask-xml-rpc/Makefile (contents, props changed) head/net/py-flask-xml-rpc/distinfo (contents, props changed) head/net/py-flask-xml-rpc/files/ head/net/py-flask-xml-rpc/files/patch-flaskext_xmlrpc.py (contents, props changed) head/net/py-flask-xml-rpc/files/patch-tests_test-xmlrpc.py (contents, props changed) head/net/py-flask-xml-rpc/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Mar 2 05:13:39 2018 (r463369) +++ head/net/Makefile Fri Mar 2 05:15:06 2018 (r463370) @@ -999,6 +999,7 @@ SUBDIR += py-dugong SUBDIR += py-ec2-cli-tools SUBDIR += py-eventlet + SUBDIR += py-flask-xml-rpc SUBDIR += py-gntp SUBDIR += py-gspread SUBDIR += py-gspreadsheet Added: head/net/py-flask-xml-rpc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-flask-xml-rpc/Makefile Fri Mar 2 05:15:06 2018 (r463370) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= Flask-XML-RPC +PORTVERSION= 0.1.2 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= john@saltant.com +COMMENT= Adds support for creating XML-RPC APIs to Flask + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR} + +NO_ARCH= yes + +# 2.7,3.4+ +USES= python +USE_PYTHON= autoplist distutils + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + +.include Added: head/net/py-flask-xml-rpc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-flask-xml-rpc/distinfo Fri Mar 2 05:15:06 2018 (r463370) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487439353 +SHA256 (Flask-XML-RPC-0.1.2.tar.gz) = 4adc7482240a916e8c2205cba38b4bd6e648692d189419686a3116768fa48ab7 +SIZE (Flask-XML-RPC-0.1.2.tar.gz) = 5756 Added: head/net/py-flask-xml-rpc/files/patch-flaskext_xmlrpc.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-flask-xml-rpc/files/patch-flaskext_xmlrpc.py Fri Mar 2 05:15:06 2018 (r463370) @@ -0,0 +1,56 @@ +Obtained-From: https://bitbucket.org/leafstorm/flask-xml-rpc/pull-requests/2/added-python3-support-alongside-python2/commits + +# HG changeset patch +# User Maxime "Pepe_" Buquet +# Date 1425540278 -32400 +# Node ID 9da0e2bcfe5e32a1db95b639f41f67d3e1a43b80 +# Parent 06a6c81e3a98ecb647e729e239f5de11814901d3 +Added Python3 support alongside Python2 + +--- flaskext/xmlrpc.py.orig 2015-03-05 00:00:00 UTC ++++ flaskext/xmlrpc.py +@@ -10,9 +10,16 @@ + """ + + from flask import request, current_app +-from SimpleXMLRPCServer import SimpleXMLRPCDispatcher as Dispatcher + import sys +-import xmlrpclib ++ ++if sys.version_info[0] == 2: ++ from SimpleXMLRPCServer import SimpleXMLRPCDispatcher as Dispatcher ++ import xmlrpclib ++ string_types = basestring ++else: ++ from xmlrpc.server import SimpleXMLRPCDispatcher as Dispatcher ++ import xmlrpc.client as xmlrpclib ++ string_types = str + + Fault = xmlrpclib.Fault + +@@ -97,7 +104,7 @@ + If not given, the function's :obj:`__name__` attribute + will be used. + """ +- if isinstance(function, basestring): ++ if isinstance(function, string_types): + return lambda fn: self.register_function(fn, function) + return Dispatcher.register_function(self, function, name) + +@@ -198,7 +205,7 @@ + If not given, the function's :obj:`__name__` attribute + will be used. + """ +- if isinstance(function, basestring): ++ if isinstance(function, string_types): + return lambda fn: self.register_function(fn, function) + if name is None: + name = function.__name__ +@@ -249,7 +256,8 @@ + """ + try: + return xmlrpclib.loads(response)[0][0] +- except Fault, fault: ++ except Fault: ++ _, fault = sys.exec_info()[:2] + return fault Added: head/net/py-flask-xml-rpc/files/patch-tests_test-xmlrpc.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-flask-xml-rpc/files/patch-tests_test-xmlrpc.py Fri Mar 2 05:15:06 2018 (r463370) @@ -0,0 +1,45 @@ +Obtained-From: https://bitbucket.org/leafstorm/flask-xml-rpc/pull-requests/2/added-python3-support-alongside-python2/commits + +# HG changeset patch +# User Maxime "Pepe_" Buquet +# Date 1425540278 -32400 +# Node ID 9da0e2bcfe5e32a1db95b639f41f67d3e1a43b80 +# Parent 06a6c81e3a98ecb647e729e239f5de11814901d3 +Added Python3 support alongside Python2 + +--- tests/test-xmlrpc.py.orig 2015-03-05 00:00:00 UTC ++++ tests/test-xmlrpc.py +@@ -7,12 +7,19 @@ + :copyright: (c) 2010 by Matthew "LeafStorm" Frazier. + :license: MIT, see LICENSE for more details. + """ +-import xmlrpclib + from flask import Flask + from flaskext.xmlrpc import (XMLRPCHandler, XMLRPCNamespace, Fault, + dump_method_call, load_method_response, + test_xmlrpc_call, XMLRPCTester) + ++import sys ++PY2 = sys.version_info[0] == 2 ++ ++if PY2: ++ import xmlrpclib ++else: ++ import xmlrpc.client as xmlrpclib ++ + + def hello(name='world'): + if not name: +@@ -39,7 +46,11 @@ + handler = XMLRPCHandler('api') + app = Flask(__name__) + handler.connect(app, '/api') +- assert app.view_functions[handler.endpoint_name].im_self is handler ++ if PY2: ++ app_handler = app.view_functions[handler.endpoint_name].im_self ++ else: ++ app_handler = app.view_functions[handler.endpoint_name].__self__ ++ assert app_handler is handler + + def test_register(self): + handler = XMLRPCHandler('api') Added: head/net/py-flask-xml-rpc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-flask-xml-rpc/pkg-descr Fri Mar 2 05:15:06 2018 (r463370) @@ -0,0 +1,6 @@ +Flask-XML-RPC is an extension for Flask that makes it easy to create APIs +based on the XML-RPC standard. It features easy registration of methods +and namespacing, connects seamlessly to your Flask app, and includes +plenty of testing helpers. + +WWW: https://bitbucket.org/leafstorm/flask-xml-rpc/ From owner-svn-ports-head@freebsd.org Fri Mar 2 05:26:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28EB9F254FA; Fri, 2 Mar 2018 05:26:38 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD5476D2A8; Fri, 2 Mar 2018 05:26:37 +0000 (UTC) (envelope-from hrs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C389A1344B; Fri, 2 Mar 2018 05:26:37 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w225QbFe048893; Fri, 2 Mar 2018 05:26:37 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w225QbDk048892; Fri, 2 Mar 2018 05:26:37 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201803020526.w225QbDk048892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 2 Mar 2018 05:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463371 - head/net/kea/files X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: head/net/kea/files X-SVN-Commit-Revision: 463371 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 05:26:38 -0000 Author: hrs Date: Fri Mar 2 05:26:37 2018 New Revision: 463371 URL: https://svnweb.freebsd.org/changeset/ports/463371 Log: Fix build. PR: 226272 Added: head/net/kea/files/patch-src-lib-asiolink-io_acceptor.h (contents, props changed) Added: head/net/kea/files/patch-src-lib-asiolink-io_acceptor.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/kea/files/patch-src-lib-asiolink-io_acceptor.h Fri Mar 2 05:26:37 2018 (r463371) @@ -0,0 +1,14 @@ +--- src/lib/asiolink/io_acceptor.h.orig 2017-10-05 13:00:03 UTC ++++ src/lib/asiolink/io_acceptor.h +@@ -47,7 +47,11 @@ public: + + /// @brief Returns file descriptor of the underlying socket. + virtual int getNative() const { ++#if BOOST_VERSION < 106600 + return (acceptor_->native()); ++#else ++ return (acceptor_->native_handle()); ++#endif + } + + /// @brief Opens acceptor socket given the endpoint. From owner-svn-ports-head@freebsd.org Fri Mar 2 06:20:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DCCDF27E58; Fri, 2 Mar 2018 06:20:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E00C06F1FF; Fri, 2 Mar 2018 06:20:55 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DAEFF13C86; Fri, 2 Mar 2018 06:20:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w226Kt9F074063; Fri, 2 Mar 2018 06:20:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w226Ktdv074061; Fri, 2 Mar 2018 06:20:55 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803020620.w226Ktdv074061@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 2 Mar 2018 06:20:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463372 - in head: emulators/gem5 www/mongrel2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: emulators/gem5 www/mongrel2 X-SVN-Commit-Revision: 463372 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 06:20:56 -0000 Author: yuri Date: Fri Mar 2 06:20:55 2018 New Revision: 463372 URL: https://svnweb.freebsd.org/changeset/ports/463372 Log: emulators/gem5 www/mongrel2: neel@neelc.org takes maintainership PR: 226288 226287 Submitted by: Neel Chauhan Approved by: tcberner (mentor, implicit) Modified: head/emulators/gem5/Makefile head/www/mongrel2/Makefile Modified: head/emulators/gem5/Makefile ============================================================================== --- head/emulators/gem5/Makefile Fri Mar 2 05:26:37 2018 (r463371) +++ head/emulators/gem5/Makefile Fri Mar 2 06:20:55 2018 (r463372) @@ -5,7 +5,7 @@ PORTNAME= gem5 PORTVERSION= 0.0.${DATE} CATEGORIES= emulators -MAINTAINER= ports@FreeBSD.org +MAINTAINER= neel@neelc.org COMMENT= gem5 Simulator System BUILD_DEPENDS= swig3.0:devel/swig30 \ Modified: head/www/mongrel2/Makefile ============================================================================== --- head/www/mongrel2/Makefile Fri Mar 2 05:26:37 2018 (r463371) +++ head/www/mongrel2/Makefile Fri Mar 2 06:20:55 2018 (r463372) @@ -7,7 +7,7 @@ PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://mongrel2.org/static/downloads/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= neel@neelc.org COMMENT= Is an application, language, and network arch LICENSE= BSD3CLAUSE From owner-svn-ports-head@freebsd.org Fri Mar 2 06:31:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C62CF28667; Fri, 2 Mar 2018 06:31:48 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D2FFC6F8EE; Fri, 2 Mar 2018 06:31:47 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CDF0113E72; Fri, 2 Mar 2018 06:31:47 +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 w226Vlbj082203; Fri, 2 Mar 2018 06:31:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w226Vl0q082202; Fri, 2 Mar 2018 06:31:47 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201803020631.w226Vl0q082202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 2 Mar 2018 06:31:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463373 - head/lang/python27 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/lang/python27 X-SVN-Commit-Revision: 463373 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 06:31:48 -0000 Author: antoine Date: Fri Mar 2 06:31:47 2018 New Revision: 463373 URL: https://svnweb.freebsd.org/changeset/ports/463373 Log: Revert r463321, it breaks lang/python27 on at least vanilla FreeBSD 10.x Reported by: pkg-fallout With hat: portmgr Modified: head/lang/python27/Makefile Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Fri Mar 2 06:20:55 2018 (r463372) +++ head/lang/python27/Makefile Fri Mar 2 06:31:47 2018 (r463373) @@ -14,21 +14,12 @@ COMMENT= Interpreted object-oriented programming langu LICENSE= PSFL -# lang/python* ports use CPPFLAGS over CFLAGS due to multiple complex -# *FLAGS and include ordering bugs/issues in the Python build, that cause -# modules such as elementtree and pyexpat to fail to build, among other -# difficult to isolate issues. Do not add to or modify global variables -# unless the implications and pitfalls are completely understood. -# See: https://bugs.python.org/issue6299#msg210189 - USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes +CFLAGS+= -I${OPENSSLINC} GNU_CONFIGURE= yes - -CPPFLAGS+= -I${OPENSSLINC} -LDFLAGS+= -L${OPENSSLLIB} - +LIBS+= -L${OPENSSLLIB} python_CMD= ${PREFIX}/bin/python${PYTHON_PORTVERSION:R} SHEBANG_FILES= Lib/lib2to3/pgen2/*.py Lib/lib2to3/tests/*.py Lib/lib2to3/tests/data/*.py \ Lib/idlelib/*.py Lib/encodings/*.py Lib/test/*.py Lib/UserString.py \ @@ -69,6 +60,9 @@ IPV6_CONFIGURE_ENABLE= ipv6 LIBFFI_CONFIGURE_ON= --with-system-ffi LIBFFI_LIB_DEPENDS= libffi.so:devel/libffi +# Use CPPFLAGS over CFLAGS due to -I ordering, causing elementtree and pyexpat +# to break in Python 2.7, or preprocessor complaints in Python >= 3.3 +# Upstream Issue: https://bugs.python.org/issue6299 NLS_USES= gettext NLS_CPPFLAGS= -I${LOCALBASE}/include NLS_LIBS= -L${LOCALBASE}/lib -lintl From owner-svn-ports-head@freebsd.org Fri Mar 2 06:46:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03B4AF2904A; Fri, 2 Mar 2018 06:46:11 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pg0-x22c.google.com (mail-pg0-x22c.google.com [IPv6:2607:f8b0:400e:c05::22c]) (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 8798B7009F; Fri, 2 Mar 2018 06:46:10 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pg0-x22c.google.com with SMTP id r26so3388288pgv.13; Thu, 01 Mar 2018 22:46:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=/f6eNdqPqg62sWLSSh8TaxluzpJ167T8TJkB9Nx7iMs=; b=M2nyeCqGqpKoaAgsRW15qsUp+wZ3S6SDFbdcjr0clSewDbZwFBu5xIzApIxTwwEgbb W/Z25z5071zlZvpaYTOrdXkwugL8L0s3dHaAF07Kw5sCWGWKrLoPMVFKJp3mJh77TkhW zsRmJeLDZSeuN/C06ta9N4qBkdtrF6CBhM8CMzhEQsaQT0w3+eknN1D04/KCdrrIqloG r2dedH1Wvq2RTQe4tOMWk3KDmDdO/woYiNzjN2SWqrGjPZj0QA+wcEzQluQHvs1jfWr9 fnsh845tqflDOuKronqUysQXAKeGzokqBtOxSSTOsMgvsbdOKGxVAqThUTKnPIBDkHI2 QmSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=/f6eNdqPqg62sWLSSh8TaxluzpJ167T8TJkB9Nx7iMs=; b=qHdUGMhBHBYitY2uty/5C4FPkfhWZ0r6N+rOTulTe0QFmgLwYiF0TLlAfq8WhiqRL0 A9rNNnQ7DwH/NShMgBNOlNtYv1cQvlAyevknoBK3NDCU4JAHDJOAOpZwj6iZhoX/WKPE n8addsVS9O6sila6t/thM986zO9SeGkauSL4fmH+RFww7HgnxCM5TYV9na8ZwzdREacp C4gzEKki5RxZje5Rv2M80iAQAbyGIb6WZvYsx3YvxkTDLl7AX34Wfn5mHuH2+uJhKGwj MfgHN2YwPPVXoBYQZhYXUSEoaW7vwmTd1uhZ0UbeepH6uA4mbFWgjpAm/6yT90OUfR7L +VLQ== X-Gm-Message-State: APf1xPD4xX5aoUgTQ8Yymc7j/+F0V27p4NpWKwhFKJo9o9h6qQNo1JY2 ucUcPGzrA5KBJYTy6qP58/YDydK1 X-Google-Smtp-Source: AG47ELsWb9gfIR0vZAS8Aee/Pat75SdMoxnkTwXY4flzMHYmS5fMBj3IdgceJXnnWH1UFmFneL0GjA== X-Received: by 10.99.125.69 with SMTP id m5mr3692748pgn.77.1519973169134; Thu, 01 Mar 2018 22:46:09 -0800 (PST) Received: from [192.168.1.100] (152.94.214.218.sta.wbroadband.net.au. [218.214.94.152]) by smtp.gmail.com with ESMTPSA id 14sm12789825pfi.132.2018.03.01.22.46.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Mar 2018 22:46:08 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r463373 - head/lang/python27 To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python , Sunpoet Po-Chuan Hsieh References: <201803020631.w226Vl0q082202@repo.freebsd.org> From: Kubilay Kocak Message-ID: Date: Fri, 2 Mar 2018 17:46:04 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Thunderbird/54.0a2 MIME-Version: 1.0 In-Reply-To: <201803020631.w226Vl0q082202@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 06:46:11 -0000 On 3/2/18 5:31 PM, Antoine Brodin wrote: > Author: antoine > Date: Fri Mar 2 06:31:47 2018 > New Revision: 463373 > URL: https://svnweb.freebsd.org/changeset/ports/463373 > > Log: > Revert r463321, it breaks lang/python27 on at least vanilla FreeBSD 10.x Please also revert r462630 as well (referencing: PR: 226135). It was the original regression that prompted this commit. I'll investigate the new readline regression in the meantime. > Reported by: pkg-fallout > With hat: portmgr > > Modified: > head/lang/python27/Makefile > > Modified: head/lang/python27/Makefile > ============================================================================== > --- head/lang/python27/Makefile Fri Mar 2 06:20:55 2018 (r463372) > +++ head/lang/python27/Makefile Fri Mar 2 06:31:47 2018 (r463373) > @@ -14,21 +14,12 @@ COMMENT= Interpreted object-oriented programming langu > > LICENSE= PSFL > > -# lang/python* ports use CPPFLAGS over CFLAGS due to multiple complex > -# *FLAGS and include ordering bugs/issues in the Python build, that cause > -# modules such as elementtree and pyexpat to fail to build, among other > -# difficult to isolate issues. Do not add to or modify global variables > -# unless the implications and pitfalls are completely understood. > -# See: https://bugs.python.org/issue6299#msg210189 > - > USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz > PATHFIX_MAKEFILEIN= Makefile.pre.in > USE_LDCONFIG= yes > +CFLAGS+= -I${OPENSSLINC} > GNU_CONFIGURE= yes > - > -CPPFLAGS+= -I${OPENSSLINC} > -LDFLAGS+= -L${OPENSSLLIB} > - > +LIBS+= -L${OPENSSLLIB} > python_CMD= ${PREFIX}/bin/python${PYTHON_PORTVERSION:R} > SHEBANG_FILES= Lib/lib2to3/pgen2/*.py Lib/lib2to3/tests/*.py Lib/lib2to3/tests/data/*.py \ > Lib/idlelib/*.py Lib/encodings/*.py Lib/test/*.py Lib/UserString.py \ > @@ -69,6 +60,9 @@ IPV6_CONFIGURE_ENABLE= ipv6 > LIBFFI_CONFIGURE_ON= --with-system-ffi > LIBFFI_LIB_DEPENDS= libffi.so:devel/libffi > > +# Use CPPFLAGS over CFLAGS due to -I ordering, causing elementtree and pyexpat > +# to break in Python 2.7, or preprocessor complaints in Python >= 3.3 > +# Upstream Issue: https://bugs.python.org/issue6299 > NLS_USES= gettext > NLS_CPPFLAGS= -I${LOCALBASE}/include > NLS_LIBS= -L${LOCALBASE}/lib -lintl > From owner-svn-ports-head@freebsd.org Fri Mar 2 06:51:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10EE5F29455; Fri, 2 Mar 2018 06:51:56 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B3D9170431; Fri, 2 Mar 2018 06:51:55 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEBE41428A; Fri, 2 Mar 2018 06:51:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w226pt62091276; Fri, 2 Mar 2018 06:51:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w226ptn3091275; Fri, 2 Mar 2018 06:51:55 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803020651.w226ptn3091275@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 2 Mar 2018 06:51:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463374 - head/security/nyx X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/nyx X-SVN-Commit-Revision: 463374 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 06:51:56 -0000 Author: yuri Date: Fri Mar 2 06:51:55 2018 New Revision: 463374 URL: https://svnweb.freebsd.org/changeset/ports/463374 Log: security/nyx: Add USE_PYTHON=noflavors; Add LICENSE_FILE nyx is an app, therefore noflavors. Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure) Modified: head/security/nyx/Makefile Modified: head/security/nyx/Makefile ============================================================================== --- head/security/nyx/Makefile Fri Mar 2 06:31:47 2018 (r463373) +++ head/security/nyx/Makefile Fri Mar 2 06:51:55 2018 (r463374) @@ -12,12 +12,13 @@ MAINTAINER= cs@FreeBSD.org COMMENT= Command-line monitor for Tor LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes PLIST_FILES= man/man1/nyx.1.gz From owner-svn-ports-head@freebsd.org Fri Mar 2 06:54:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0438F29526; Fri, 2 Mar 2018 06:54:14 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7CCE3705C1; Fri, 2 Mar 2018 06:54:14 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 75EF2142BA; Fri, 2 Mar 2018 06:54:14 +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 w226sEEb093608; Fri, 2 Mar 2018 06:54:14 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w226sEeh093607; Fri, 2 Mar 2018 06:54:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201803020654.w226sEeh093607@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 2 Mar 2018 06:54:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463375 - head/lang/python27 X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/lang/python27 X-SVN-Commit-Revision: 463375 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 06:54:15 -0000 Author: antoine Date: Fri Mar 2 06:54:14 2018 New Revision: 463375 URL: https://svnweb.freebsd.org/changeset/ports/463375 Log: Revert r462630, it introduced regressions PR: 226135 With hat: portmgr Modified: head/lang/python27/Makefile Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Fri Mar 2 06:51:55 2018 (r463374) +++ head/lang/python27/Makefile Fri Mar 2 06:54:14 2018 (r463375) @@ -17,9 +17,7 @@ LICENSE= PSFL USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes -CFLAGS+= -I${OPENSSLINC} GNU_CONFIGURE= yes -LIBS+= -L${OPENSSLLIB} python_CMD= ${PREFIX}/bin/python${PYTHON_PORTVERSION:R} SHEBANG_FILES= Lib/lib2to3/pgen2/*.py Lib/lib2to3/tests/*.py Lib/lib2to3/tests/data/*.py \ Lib/idlelib/*.py Lib/encodings/*.py Lib/test/*.py Lib/UserString.py \ From owner-svn-ports-head@freebsd.org Fri Mar 2 06:58:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFDDFF297D1; Fri, 2 Mar 2018 06:58:58 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DADA7083A; Fri, 2 Mar 2018 06:58:58 +0000 (UTC) (envelope-from eugen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 39C44142BC; Fri, 2 Mar 2018 06:58:58 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w226wvvr093953; Fri, 2 Mar 2018 06:58:57 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w226wv2j093950; Fri, 2 Mar 2018 06:58:57 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201803020658.w226wv2j093950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Fri, 2 Mar 2018 06:58:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463376 - in head/sysutils/cpupdate: . files X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: in head/sysutils/cpupdate: . files X-SVN-Commit-Revision: 463376 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 06:58:59 -0000 Author: eugen Date: Fri Mar 2 06:58:57 2018 New Revision: 463376 URL: https://svnweb.freebsd.org/changeset/ports/463376 Log: sysutils/cpupdate: - polish COMMENT a bit; - add an option (disabled by default) to download and extract CPU microcode collection from https://github.com/platomav/CPUMicrocodes while building the port. These files do not get installed nor put into the package that has not changed, so no PORTREVISON bump. Added: head/sysutils/cpupdate/files/ head/sysutils/cpupdate/files/pkg-message.in (contents, props changed) Modified: head/sysutils/cpupdate/Makefile head/sysutils/cpupdate/distinfo Modified: head/sysutils/cpupdate/Makefile ============================================================================== --- head/sysutils/cpupdate/Makefile Fri Mar 2 06:54:14 2018 (r463375) +++ head/sysutils/cpupdate/Makefile Fri Mar 2 06:58:57 2018 (r463376) @@ -6,16 +6,29 @@ DISTVERSION= g20180302 CATEGORIES= sysutils MAINTAINER= eugen@FreeBSD.org -COMMENT= Microcode utility for BSD +COMMENT= CPU microcode update utility LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= kernschmelze +GH_PROJECT= ${PORTNAME} GH_TAGNAME= 58bc0ca PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz + +CPM_ACCOUNT= platomav +CPM_PROJECT= CPUMicrocodes +CPM_TAGNAME= 18a85ff + +OPTIONS_DEFINE= CPM +CPM_DESC= Download platomav/CPUMicrocodes collection +CPM_GH_ACCOUNT= ${CPM_ACCOUNT}:cpm +CPM_GH_PROJECT= ${CPM_PROJECT}:cpm +CPM_GH_TAGNAME= ${CPM_TAGNAME}:cpm +CPM_SUB_FILES= pkg-message +CPM_SUB_LIST= DIR=${WRKDIR}/${CPM_PROJECT}-${CPM_TAGNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Modified: head/sysutils/cpupdate/distinfo ============================================================================== --- head/sysutils/cpupdate/distinfo Fri Mar 2 06:54:14 2018 (r463375) +++ head/sysutils/cpupdate/distinfo Fri Mar 2 06:58:57 2018 (r463376) @@ -1,3 +1,5 @@ -TIMESTAMP = 1519964401 +TIMESTAMP = 1519969642 SHA256 (kernschmelze-cpupdate-g20180302-58bc0ca_GH0.tar.gz) = a44ff576290051b68241cb8e5af8874db8dbdb1d728a349d9ba1a174a5fc2483 SIZE (kernschmelze-cpupdate-g20180302-58bc0ca_GH0.tar.gz) = 12574 +SHA256 (platomav-CPUMicrocodes-18a85ff_GH0.tar.gz) = 9ac44fd18a0ea348dcc0ed8056634289ffa89df0a9a17e26438e63971cdb64bd +SIZE (platomav-CPUMicrocodes-18a85ff_GH0.tar.gz) = 4568755 Added: head/sysutils/cpupdate/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cpupdate/files/pkg-message.in Fri Mar 2 06:58:57 2018 (r463376) @@ -0,0 +1,8 @@ +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +NOTE: The following directory + +%%DIR%% + +contains platomav/CPUMicrocodes collection +if you have just built the port with CPM option enabled. +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! From owner-svn-ports-head@freebsd.org Fri Mar 2 07:05:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66A80F29C4C; Fri, 2 Mar 2018 07:05:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1885870DA8; Fri, 2 Mar 2018 07:05:14 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id EA0656DC4; Fri, 2 Mar 2018 07:05:13 +0000 (UTC) Date: Fri, 2 Mar 2018 07:05:13 +0000 From: Alexey Dokuchaev To: Rene Ladan Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463348 - head/emulators/fuse Message-ID: <20180302070513.GA16752@FreeBSD.org> References: <201803011922.w21JMcfJ048311@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201803011922.w21JMcfJ048311@repo.freebsd.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 07:05:14 -0000 On Thu, Mar 01, 2018 at 07:22:38PM +0000, Rene Ladan wrote: > New Revision: 463348 > URL: https://svnweb.freebsd.org/changeset/ports/463348 > > Log: > emulators/fuse: update to 1.5.1 > > Submitted by: portscout Perhaps "reported by" would be more appropriate here; it's unlikely that portscout had actually provided you with with an actual patch. :-) ./danfe From owner-svn-ports-head@freebsd.org Fri Mar 2 07:23:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73024F2ADE0; Fri, 2 Mar 2018 07:23:22 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pl0-x22f.google.com (mail-pl0-x22f.google.com [IPv6:2607:f8b0:400e:c01::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 EA571718D1; Fri, 2 Mar 2018 07:23:21 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pl0-x22f.google.com with SMTP id m22-v6so1701477pls.5; Thu, 01 Mar 2018 23:23:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:references:from:cc:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=fbGaYQEWEsdjkg9e0v45faSH+wj5KmiFrKPoNDeh+Ck=; b=GToF2ML5fy7ogfpytQxoV3q+iVj+zfe9iSjXgs9cRvnq/ycs+D8jsLUvroblaLtH50 aoeqnNqvwvZJuxpJtePMHAVqZGNAWgveTrVE48iK8hBp6NZy7yK8M80e3itlXAZldhZ8 NbSD1PPc+SwMepk0q+60igFCs3bnezH/heghzo0uzLbGm4FZr7BEnixiGs8pTJKd+JuP dvgIOhPtuCvTcu4xfxMr8ha32/2BcQhzu+ceee/bKbTXt94/sA0/Pns7K7fHGZBZcIuS 6IZGaAa7ZwXFpdP495uept5lm8hieW6S0CJ+TPIHYhc0LptM8Zd/k8j/qdqu5Vom0jgB 2pnw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:references:from:cc :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=fbGaYQEWEsdjkg9e0v45faSH+wj5KmiFrKPoNDeh+Ck=; b=c1xrIjEf0bzd9+L7/lmjeRxGBB480kTmfoZpKuSIS2Znh8v8eTwBQdj8txQYiVnIC+ npOL+JApmtANNUXM4gG8BOdw44NheR07ku0BSmDutcYifqKf+7yzAcaEDLRnUt7njEeX t5lLYRPPtw/2vwevH/VwNIUgaHn8zaQaB1hyuZKIZuSqdt8z7gTbYmJHTgWN7x/azBaD vaGFwyUS6TbE5PZOrkKo880uOQvWCPq9MKrmL6Z7aYP2PFFOnt3Gns63kcITxBVOVzBF WRwPMSrdz+YR0/uV/ZLfkCNqvkqXkLINEPhyjLaeJjZW1jMKPN9flDQyLY1yu6JfKVa+ ImZQ== X-Gm-Message-State: APf1xPDAc8kDU1jaKLBr8ABiQ22wE5K1/WdVBRYWVyU0nppK8OtkHOxg imZ3d+6hE0OYGFKUXnR7CM+LMDvh X-Google-Smtp-Source: AG47ELv1nvTfwiN6k/RHyY61ax0FOSwRydvVr770TaRHlsoazln1P8MRiLKAyQqOR29Y2VrtXkNRew== X-Received: by 2002:a17:902:599b:: with SMTP id p27-v6mr4281087pli.289.1519975400676; Thu, 01 Mar 2018 23:23:20 -0800 (PST) Received: from [192.168.1.100] (152.94.214.218.sta.wbroadband.net.au. [218.214.94.152]) by smtp.gmail.com with ESMTPSA id p128sm8921403pga.45.2018.03.01.23.23.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Mar 2018 23:23:20 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r463374 - head/security/nyx To: Yuri Victorovich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python References: <201803020651.w226ptn3091275@repo.freebsd.org> From: Kubilay Kocak Cc: "Tobias C. Berner" Message-ID: <6f698e1f-a5d5-2cd7-b2b7-c288a3c65bb6@FreeBSD.org> Date: Fri, 2 Mar 2018 18:23:16 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Thunderbird/54.0a2 MIME-Version: 1.0 In-Reply-To: <201803020651.w226ptn3091275@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 07:23:22 -0000 On 3/2/18 5:51 PM, Yuri Victorovich wrote: > Author: yuri > Date: Fri Mar 2 06:51:55 2018 > New Revision: 463374 > URL: https://svnweb.freebsd.org/changeset/ports/463374 > > Log: > security/nyx: Add USE_PYTHON=noflavors; Add LICENSE_FILE > > nyx is an app, therefore noflavors. This reason doesn't sound correct. Could you explain this further? Context: FLAVORS are for package building infrastructure to produce multiple variations of the same underlying port, within the same repository/run, in Pythons case, for multiple python versions (pyXY-foo). Whether something is an 'app' or not (by some definition, though i'm assuming it means 'end user program not library'), does not factor into whether or not it has or needs flavors, just whether it supports multiple versions. Note: Whether or not a port has flavor's is orthogonal (in pythons case) to whether or not said packages are, or desired to be by the user, concurrently installable or not. > > Approved by: tcberner (mentor, implicit) > Approved by: portmgr (port compliance, infrastructure) > > Modified: > head/security/nyx/Makefile > > Modified: head/security/nyx/Makefile > ============================================================================== > --- head/security/nyx/Makefile Fri Mar 2 06:31:47 2018 (r463373) > +++ head/security/nyx/Makefile Fri Mar 2 06:51:55 2018 (r463374) > @@ -12,12 +12,13 @@ MAINTAINER= cs@FreeBSD.org > COMMENT= Command-line monitor for Tor > > LICENSE= GPLv3 > +LICENSE_FILE= ${WRKSRC}/LICENSE > > -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${FLAVOR} \ > - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} > +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${PY_FLAVOR} \ > + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} > > USES= python > -USE_PYTHON= distutils autoplist > +USE_PYTHON= distutils autoplist noflavors > NO_ARCH= yes > > PLIST_FILES= man/man1/nyx.1.gz > From owner-svn-ports-head@freebsd.org Fri Mar 2 07:35:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 556C3F2B9BA; Fri, 2 Mar 2018 07:35:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0277671E80; Fri, 2 Mar 2018 07:35:26 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA40114941; Fri, 2 Mar 2018 07:35:25 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w227ZP5g013692; Fri, 2 Mar 2018 07:35:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w227ZP2h013685; Fri, 2 Mar 2018 07:35:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803020735.w227ZP2h013685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 2 Mar 2018 07:35:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463377 - in head: . security security/obfsproxy security/py-obfsproxy-tor security/py-obfsproxy-tor/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . security security/obfsproxy security/py-obfsproxy-tor security/py-obfsproxy-tor/files X-SVN-Commit-Revision: 463377 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 07:35:26 -0000 Author: yuri Date: Fri Mar 2 07:35:25 2018 New Revision: 463377 URL: https://svnweb.freebsd.org/changeset/ports/463377 Log: security/obfsproxy: Unbreak; Rename to security/py-obfsproxy-tor Port changes: * Unbreak: removed unnecessary lines in setup.py that were failing * Changed MASTER_SITES to CHEESESHOP * Added PKGNAMEPREFIX as every python port should have * Added PKGNAMESUFFIX=-tor to easily identify as being for Tor * Added LICENSE_FILE * Deleted pkg-plist * Added USE_PYTHON=autoplist instead of pkg-plist * Added USE_PYTHON=noflavors (an app) * Added NO_ARCH * Updated WWW Approved by: tcberner (mentor, implicit) Approved by: portmgr (port compliance, infrastructure) Added: head/security/py-obfsproxy-tor/ - copied from r463376, head/security/obfsproxy/ Deleted: head/security/obfsproxy/ head/security/py-obfsproxy-tor/pkg-plist Modified: head/MOVED head/security/Makefile head/security/py-obfsproxy-tor/Makefile head/security/py-obfsproxy-tor/distinfo head/security/py-obfsproxy-tor/files/patch-setup.py head/security/py-obfsproxy-tor/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Fri Mar 2 06:58:57 2018 (r463376) +++ head/MOVED Fri Mar 2 07:35:25 2018 (r463377) @@ -10141,3 +10141,4 @@ devel/rubygem-progressbar09||2018-02-28|Has expired: O sysutils/rubygem-bosh_cli||2018-02-28|Has expired: Use net/bosh-cli (CLI v2) instead www/rubygem-gon-rails4||2018-02-28|Has expired: It is actually www/rubygem-gon with PKGNAMESUFFIX science/veusz|science/py-veusz|2018-03-01|Rename to match our py- port naming +security/obfsproxy|security/py-obfsproxy-tor|2018-03-01|Rename to match our py- port naming Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Mar 2 06:58:57 2018 (r463376) +++ head/security/Makefile Fri Mar 2 07:35:25 2018 (r463377) @@ -432,7 +432,6 @@ SUBDIR += oath-toolkit SUBDIR += obfs4proxy-tor SUBDIR += obfsclient - SUBDIR += obfsproxy SUBDIR += ocaml-cryptgps SUBDIR += ocaml-cryptokit SUBDIR += ocaml-ssl @@ -945,6 +944,7 @@ SUBDIR += py-mnemonic SUBDIR += py-oauth2client SUBDIR += py-oauthlib + SUBDIR += py-obfsproxy-tor SUBDIR += py-onetime SUBDIR += py-openssl SUBDIR += py-paramiko Modified: head/security/py-obfsproxy-tor/Makefile ============================================================================== --- head/security/obfsproxy/Makefile Fri Mar 2 06:58:57 2018 (r463376) +++ head/security/py-obfsproxy-tor/Makefile Fri Mar 2 07:35:25 2018 (r463377) @@ -6,23 +6,26 @@ PORTVERSION= 0.2.13 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security net python -MASTER_SITES= http://www.c-s.li/ports/ +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= -tor MAINTAINER= cs@FreeBSD.org COMMENT= Pluggable transport proxy LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= fails to configure +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR} - USES= python:2.7 -USE_PYTHON= distutils +USE_PYTHON= distutils autoplist noflavors SUB_FILES= pkg-message -PYDISTUTILS_PKGNAME=obfsproxy +NO_ARCH= yes + +PYDISTUTILS_PKGNAME= obfsproxy .include Modified: head/security/py-obfsproxy-tor/distinfo ============================================================================== --- head/security/obfsproxy/distinfo Fri Mar 2 06:58:57 2018 (r463376) +++ head/security/py-obfsproxy-tor/distinfo Fri Mar 2 07:35:25 2018 (r463377) @@ -1,2 +1,3 @@ +TIMESTAMP = 1519975368 SHA256 (obfsproxy-0.2.13.tar.gz) = c29582f2f5b0316cbc7184e0529a5b246dfeeabd4e6c4dcb05b800256d6c9dd6 SIZE (obfsproxy-0.2.13.tar.gz) = 95813 Modified: head/security/py-obfsproxy-tor/files/patch-setup.py ============================================================================== --- head/security/obfsproxy/files/patch-setup.py Fri Mar 2 06:58:57 2018 (r463376) +++ head/security/py-obfsproxy-tor/files/patch-setup.py Fri Mar 2 07:35:25 2018 (r463377) @@ -1,4 +1,4 @@ ---- setup.py.orig 2017-11-03 11:21:18 UTC +--- setup.py.orig 2014-12-31 15:34:31 UTC +++ setup.py @@ -31,12 +31,14 @@ setup( install_requires = [ @@ -11,8 +11,8 @@ 'pyyaml' ], -+ if sys.version_info < (2, 7): -+ install_requires.append('argparse') ++ #if sys.version_info < (2, 7): ++ # install_requires.append('argparse') + extras_require = { 'SOCKS': ["txsocksx"] Modified: head/security/py-obfsproxy-tor/pkg-descr ============================================================================== --- head/security/obfsproxy/pkg-descr Fri Mar 2 06:58:57 2018 (r463376) +++ head/security/py-obfsproxy-tor/pkg-descr Fri Mar 2 07:35:25 2018 (r463377) @@ -1,3 +1,3 @@ Obfsproxy is a pluggable transport proxy written in Python. -WWW: https://www.torproject.org/projects/obfsproxy.html.en +WWW: https://www.torproject.org/docs/pluggable-transports From owner-svn-ports-head@freebsd.org Fri Mar 2 07:40:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1AACF2BE79; Fri, 2 Mar 2018 07:40:18 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7294672182; Fri, 2 Mar 2018 07:40:17 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w227eFwe048194 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 1 Mar 2018 23:40:16 -0800 (PST) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Reply-To: yuri@freebsd.org Subject: Re: svn commit: r463374 - head/security/nyx To: koobs@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python Cc: "Tobias C. Berner" References: <201803020651.w226ptn3091275@repo.freebsd.org> <6f698e1f-a5d5-2cd7-b2b7-c288a3c65bb6@FreeBSD.org> From: Yuri Message-ID: <6dd4b973-fbcb-8fa8-fb3e-1cece416898f@freebsd.org> Date: Thu, 1 Mar 2018 23:40:14 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <6f698e1f-a5d5-2cd7-b2b7-c288a3c65bb6@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 07:40:19 -0000 On 03/01/18 23:23, Kubilay Kocak wrote: > This reason doesn't sound correct. Could you explain this further? If the port can only be used as an app, as opposed to library, multiple flavors aren't needed. All users care about is an executable. It doesn't matter what python version is used. Yuri From owner-svn-ports-head@freebsd.org Fri Mar 2 07:57:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A501F2CFFD; Fri, 2 Mar 2018 07:57:57 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pf0-x22a.google.com (mail-pf0-x22a.google.com [IPv6:2607:f8b0:400e:c00::22a]) (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 D35EE72BCB; Fri, 2 Mar 2018 07:57:56 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pf0-x22a.google.com with SMTP id f80so3665444pfa.8; Thu, 01 Mar 2018 23:57:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ddW9UYeOAgPqhbmGGKVvAZljYZMpPyKE5QYt+zav5v4=; b=PkOUX/tBE6Vza+5j97qSVUMFUws+69jENXVcGgpLEZcIyG6guyPvJh5xC1Ltc8gxaB pMlBYSrqqKl9UEO7oG7Wy9WHLKi1DoYmkTHYgZLX4EbP7ur50BcsFqp17JHKHLW1yKUd H09Pzk0uMdKBcRS5FzUBb1PLpHABwZ5wijunf+uBFbfjQrsiMLzYWO0mGBZNn2CPWdZE qFhRrenxPOAG8VxkoHeFpwFRXeWs6M4XEcKPITp9xkrCxaxjPmTrNLY6FomBtJ1knUPG aw0nyaZTaakiVstg02WqZMcTjyvjWGEM903ZMMDLvdkY+CsNNcUU8Yg3HAQ1G+qN+fCq TF4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:cc:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=ddW9UYeOAgPqhbmGGKVvAZljYZMpPyKE5QYt+zav5v4=; b=mVAlLjWeEqr57PHjoNqGtgUCFSW6/gCZ2rg63GRGYR6x/XzFxRoKlCw6/acWagdUpL HSnFnIEbuKIEz4xC2j470khjDrg3y8/N5jNVfxf9NMn/qZwjBHgYWLg8SAgNZm6J+YOT 6qN7lq+p+Re2d9kfSrmPsyZI1uVjl3NUuDUrtKP3vQCygb3GE2VMwQQZYwQQFQInjaEh mF4woZMlJSGetdXhyyHmTKoYJs4KxGbdIeIl2Ev/XByiUdBfc3K8VwbczrUgORnOqjON VdQ00IybVK0/bThOMXo2gSQ4/hSro3HbvFjYk/V6I9fYPzJBP5FDzlh9LQ7GLg9m/w7r 4F6Q== X-Gm-Message-State: APf1xPDZN5hXre1HPI36Jr4y0oqDm//zn/Sit42I0DERJY+qFQlN7hIN ZyLSORWXlKgKhdyM9/jd9VY/p1uX X-Google-Smtp-Source: AG47ELv0SJSCW/BOMKE6kMN7GQoDUX0trKSAKdLhh1e1e1TeNh9hA0zMX0IQI2Pf9K16wkSl7vObwA== X-Received: by 10.99.122.12 with SMTP id v12mr3918996pgc.128.1519977475667; Thu, 01 Mar 2018 23:57:55 -0800 (PST) Received: from [192.168.1.100] (152.94.214.218.sta.wbroadband.net.au. [218.214.94.152]) by smtp.gmail.com with ESMTPSA id i11sm8846869pgq.34.2018.03.01.23.57.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Mar 2018 23:57:55 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r463374 - head/security/nyx To: yuri@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python Cc: "Tobias C. Berner" References: <201803020651.w226ptn3091275@repo.freebsd.org> <6f698e1f-a5d5-2cd7-b2b7-c288a3c65bb6@FreeBSD.org> <6dd4b973-fbcb-8fa8-fb3e-1cece416898f@freebsd.org> From: Kubilay Kocak Message-ID: <531069af-c0fc-1b2c-0c91-52cd73ba001e@FreeBSD.org> Date: Fri, 2 Mar 2018 18:57:51 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Thunderbird/54.0a2 MIME-Version: 1.0 In-Reply-To: <6dd4b973-fbcb-8fa8-fb3e-1cece416898f@freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 07:57:57 -0000 On 3/2/18 6:40 PM, Yuri wrote: > On 03/01/18 23:23, Kubilay Kocak wrote: >> This reason doesn't sound correct. Could you explain this further? > > > If the port can only be used as an app, as opposed to library, multiple > flavors aren't needed. All users care about is an executable. It doesn't > matter what python version is used. 1) Assuming what users care about is risky business. 2) The 'app vs library' distinction is not sound here. It wasn't sound for python package prefixing in the past either. 3) The change introduces and increases inconsistency among Python ports without an upside, without precluding downsides. 4) It feels similar to the PORTVERSION/DISTVERSION changes being introduced. Just because you can, doesn't mean you should. The bottom and most important line however, is that preventing Python port flavors from being produced precludes the user from choosing what version of the package they may want. lastly, the only reason the noflavors knob exists is because its not terribly pleasant as a developer to have features that cant be disabled, and because our framework can't imagine all the possible scenarios where a feature may cause issues. This isn't one of those scenarios. Could you please revert that specific change in both security/py-obfsproxy-tor and security/nyx? > > Yuri > From owner-svn-ports-head@freebsd.org Fri Mar 2 08:07:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8AD7F2D9BD; Fri, 2 Mar 2018 08:07:31 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D43D7314B; Fri, 2 Mar 2018 08:07:31 +0000 (UTC) (envelope-from ale@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 935B414DE6; Fri, 2 Mar 2018 08:07:31 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2287VZA028648; Fri, 2 Mar 2018 08:07:31 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2287Vud028646; Fri, 2 Mar 2018 08:07:31 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201803020807.w2287Vud028646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Fri, 2 Mar 2018 08:07:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463378 - head/lang/php56 X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/lang/php56 X-SVN-Commit-Revision: 463378 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 08:07:32 -0000 Author: ale Date: Fri Mar 2 08:07:31 2018 New Revision: 463378 URL: https://svnweb.freebsd.org/changeset/ports/463378 Log: Update to 5.6.34 release. Modified: head/lang/php56/Makefile head/lang/php56/distinfo Modified: head/lang/php56/Makefile ============================================================================== --- head/lang/php56/Makefile Fri Mar 2 07:35:25 2018 (r463377) +++ head/lang/php56/Makefile Fri Mar 2 08:07:31 2018 (r463378) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php56 -PORTVERSION= 5.6.33 +PORTVERSION= 5.6.34 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php56/distinfo ============================================================================== --- head/lang/php56/distinfo Fri Mar 2 07:35:25 2018 (r463377) +++ head/lang/php56/distinfo Fri Mar 2 08:07:31 2018 (r463378) @@ -1,5 +1,5 @@ -TIMESTAMP = 1516704899 -SHA256 (php-5.6.33.tar.xz) = 9004995fdf55f111cd9020e8b8aff975df3d8d4191776c601a46988c375f3553 -SIZE (php-5.6.33.tar.xz) = 12465256 +TIMESTAMP = 1519977104 +SHA256 (php-5.6.34.tar.xz) = 21453be3a045204cd2717543ef42771324f411f40962ecda4fe841930a933128 +SIZE (php-5.6.34.tar.xz) = 12465748 SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed SIZE (php-5.5.x-mail-header.patch) = 4426 From owner-svn-ports-head@freebsd.org Fri Mar 2 08:10:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DA03F2DBBF; Fri, 2 Mar 2018 08:10:07 +0000 (UTC) (envelope-from crees@bayofrum.net) Received: from mail36c50.megamailservers.eu (mail164c50.megamailservers.eu [91.136.10.174]) (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 A1B3673285; Fri, 2 Mar 2018 08:10:05 +0000 (UTC) (envelope-from crees@bayofrum.net) X-Authenticated-User: bayofrum.uwclub.net Received: from pegasus.bayofrum.net (host-80-41-58-170.as13285.net [80.41.58.170]) (authenticated bits=0) by mail36c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id w2281tuG014615; Fri, 2 Mar 2018 08:01:57 +0000 Received: from android-4497c5999ce4d9aa.bayofrum.net (android-4497c5999ce4d9aa.bayofrum.net [192.168.1.115]) by pegasus.bayofrum.net (Postfix) with ESMTPSA id CD0887D590; Fri, 2 Mar 2018 08:01:53 +0000 (GMT) Date: Fri, 02 Mar 2018 08:01:53 +0000 User-Agent: K-9 Mail for Android In-Reply-To: <20180301233924.v5pkn6yemwb5mvlk@atuin.in.mat.cc> References: <201803011335.w21DZKeD071065@repo.freebsd.org> <20180301134234.qwfzlrfardixnmfl@atuin.in.mat.cc> <57ae0309-a57a-1a4a-216a-e6b19b8277e0@bayofrum.net> <20180301233924.v5pkn6yemwb5mvlk@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Autocrypt: addr=crees@bayofrum.net; keydata=mQENBFA55DwBCADLmiSSORwcGwNoCi2X 02jPmS2lcZXWp5uCtzx0ybPM65tIQAIIL5e8QzyrV+r/yyNdGJIKtl4ty69aVodQ6n6Xf2BGqmm/ x6jlvg2BrJgNHYfAjkIVtugkbwsMQxHkNmOlB+fURVPJk9xub4pz9kRRdtXJ3DiImQRw5XVe2ZvB XZuu2nOzjw2zArEaBSLbjo1MlXWJvvuyA2ktaKcAjFyfz/VJ8M/RDbJdfYDB9Q78jrr4uwIMlyWS WUD8RxAvbWw0My2tr1Nu9FDvsydbKygGnZ+7oo4zvqncGZ+0am6D3XSsOcaf/bzB8pIGJ1hsSe9J HvYpLvnWCwP+AJtKTPwFABEBAAG0H0NocmlzIFJlZXMgPGNyZWVzQGJheW9mcnVtLm5ldD6JATAE EwEKABoECwkIBwIVCgIWAQIZAAWCWmYTXwKeAQKbAwAKCRCQD0WmHhLpahN+B/oDtdfiUySoB/tU TqHb06EFcCLt3xpl9vmgZhmEwja0QTJKmIF8i9Nj9Nq0MBeja3g53rMuj7VY6Qob1hp8pP1PcObh 9tIU64bC7VHzOlVTOEFi9OPj+T1MhN2wuu1FfwEWi/WQ0H+/tHbKPEeaKp5aiaBYeglSnPOsrNkS l5dMc84E88Q/DjiTg37deTcxy6kUhHgP+LC9cw1SFJcn+cZmX2tNWmoVNltVAmydVlLhoBYOHRjD YCpd1V2Iu6LXdaf6ZNb+jMVx7TjA7G+qrtIlZlBkZjh5dEvdnc1YCGGL7nfjD2dnacNUfaTlUxMq mkRFE+3IKlhhzmqoY/NXnFbUuQENBFT8W3IBCACegySZhKII6BlGYRiZf4/zyHd6vwJitfR65+ms oWmQ8VjN9bVFg9/dn9Hc7OzwfudgJPoAt3W6UczTKII1YadkAmOKD/FXovvzi2f6P51N5AmfI23o 1uIUP69mF2zp9w01wyPEKO5TG/51oHIPAF5fgsiDAFtoRPVOVvQ3PaAPfl3H70fwvffILZcFWPiz 0rNOBQ+HGwn+cU3A9buXLKpnw90gJFmGqPSa8/zBBKpWcuSxI5MfGkYMbt+0w8dWXJl5SncJhwBr YOZVK31lZAwEM0+F8nHtzRzzKc7wVC5wF9LeUzb2Z2Q/mYvRVRF6tct3JC+4r18UoJx5ufS6BJ0v ABEBAAGJASUEGAECAA8FAlT8W3ICGwwFCQWjmoAACgkQkA9Fph4S6WotKAf8DRN1SujnHYuEpJOk QrLDYPXud9YDhseRi0cLqeYFDsD+XrebMVC334xSSXnWftAsyBQeNaRY0HwLWbSUWVa8bBXMgngR 8AfbVT9Nnsu0i9SPH1XZDdacHmm5hsbMGRLMamnjID+rPYbgwDPargv3ssdkJd+O+iD5SudHQ0r7 mAiHnNSxIHs8QzNEC9SxsglyiFWOU8yV5aIHApcehCxaJuNFWcEOJrGcfEb3MDifdgCVmNdY57AS caqU5f2lPrIP5kkjHmft87Kva40KgRggmiKEfXpmXthQlnIEaizmfPITd/BsJoEZCxHK1ySAcuC8 KqR+ByIcA1dyfwyShc1svg== Subject: Re: svn commit: r463314 - head/databases/php5-tarantool To: Mathieu Arnold CC: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Chris Rees Message-ID: <26A33548-A837-4AD8-907E-569BA12A3E38@bayofrum.net> X-bayofrum-MailScanner-Information: Please contact the ISP for more information X-bayofrum-MailScanner-ID: CD0887D590.A833B X-bayofrum-MailScanner: Found to be clean X-bayofrum-MailScanner-From: crees@bayofrum.net X-Spam-Status: No X-CTCH-RefID: str=0001.0A0B0206.5A9904F6.000C, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.2 cv=LbNM0nXi c=1 sm=1 tr=0 a=klSefi/98f8c4kzdtN0ogQ==:117 a=klSefi/98f8c4kzdtN0ogQ==:17 a=IkcTkHD0fZMA:10 a=v2DPQv5-lfwA:10 a=6I5d2MoRAAAA:8 a=DMl4ZGUgT8g2vApMxGEA:9 a=QEXdDO2ut3YA:10 a=FOEuV9nIDrkA:10 a=9oSraeKvlzEA:10 a=IjZwj45LgO3ly-622nXo:22 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 08:10:07 -0000 On 1 March 2018 23:39:24 GMT+00:00, Mathieu Arnold wrote: >On Thu, Mar 01, 2018 at 06:57:51PM +0000, Chris Rees wrote: >>=20 >>=20 >> On 01/03/2018 13:42, Mathieu Arnold wrote: >> > On Thu, Mar 01, 2018 at 01:35:20PM +0000, Sunpoet Po-Chuan Hsieh >wrote: >> >> +PORTVERSION=3D 20160226 # 0.1.0 >> >> +GH_TAGNAME=3D 0.1.0 >> > Please, PORTVERSION=3D0.1.0. >> > >> Also, if you do use a date, 0.0.20160226 avoids the need for >PORTEPOCH >> once a proper release is made. > >No, it's better to set the version to something like g20160226, or >s20160226, or anything starting with a letter. That way, whatever the >first release number is, the snapshot will be before it. > >$ pkg version -t g20160226 0 >< Please update PH then. https://www.freebsd.org/doc/en/books/porters-handbook/book.html#idp57134696 Chris --=20 Sent from my Android device with K-9 Mail. Please excuse my brevity. --=20 This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-svn-ports-head@freebsd.org Fri Mar 2 08:16:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3B46F2E5CB; Fri, 2 Mar 2018 08:16:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 675B7738DE; Fri, 2 Mar 2018 08:16:22 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5DFDF14F89; Fri, 2 Mar 2018 08:16:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w228GMg2033451; Fri, 2 Mar 2018 08:16:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w228GMEJ033449; Fri, 2 Mar 2018 08:16:22 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803020816.w228GMEJ033449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 2 Mar 2018 08:16:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463379 - in head/security: nyx py-obfsproxy-tor X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/security: nyx py-obfsproxy-tor X-SVN-Commit-Revision: 463379 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 08:16:22 -0000 Author: yuri Date: Fri Mar 2 08:16:21 2018 New Revision: 463379 URL: https://svnweb.freebsd.org/changeset/ports/463379 Log: security/py-obfsproxy-tor security/nyx: Revert noflavors Requested by: koobs Approved by: tcberner (mentor, implicit) Modified: head/security/nyx/Makefile head/security/py-obfsproxy-tor/Makefile Modified: head/security/nyx/Makefile ============================================================================== --- head/security/nyx/Makefile Fri Mar 2 08:07:31 2018 (r463378) +++ head/security/nyx/Makefile Fri Mar 2 08:16:21 2018 (r463379) @@ -14,11 +14,11 @@ COMMENT= Command-line monitor for Tor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:security/py-stem@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR} USES= python -USE_PYTHON= distutils autoplist noflavors +USE_PYTHON= distutils autoplist NO_ARCH= yes PLIST_FILES= man/man1/nyx.1.gz Modified: head/security/py-obfsproxy-tor/Makefile ============================================================================== --- head/security/py-obfsproxy-tor/Makefile Fri Mar 2 08:07:31 2018 (r463378) +++ head/security/py-obfsproxy-tor/Makefile Fri Mar 2 08:16:21 2018 (r463379) @@ -16,13 +16,13 @@ COMMENT= Pluggable transport proxy LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR} USES= python:2.7 -USE_PYTHON= distutils autoplist noflavors +USE_PYTHON= distutils autoplist SUB_FILES= pkg-message NO_ARCH= yes From owner-svn-ports-head@freebsd.org Fri Mar 2 08:17:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E46BF2E819; Fri, 2 Mar 2018 08:17:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D31FB73A7D; Fri, 2 Mar 2018 08:17:45 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id CA3437EEF; Fri, 2 Mar 2018 08:17:45 +0000 (UTC) Date: Fri, 2 Mar 2018 08:17:45 +0000 From: Alexey Dokuchaev To: Kubilay Kocak Cc: yuri@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python , "Tobias C. Berner" Subject: Re: svn commit: r463374 - head/security/nyx Message-ID: <20180302081745.GA13658@FreeBSD.org> References: <201803020651.w226ptn3091275@repo.freebsd.org> <6f698e1f-a5d5-2cd7-b2b7-c288a3c65bb6@FreeBSD.org> <6dd4b973-fbcb-8fa8-fb3e-1cece416898f@freebsd.org> <531069af-c0fc-1b2c-0c91-52cd73ba001e@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <531069af-c0fc-1b2c-0c91-52cd73ba001e@FreeBSD.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 08:17:46 -0000 On 3/2/18 6:40 PM, Yuri wrote: > If the port can only be used as an app, as opposed to library, multiple > flavors aren't needed. All users care about is an executable. It doesn't > matter what python version is used. That's what sane^Wyou and I would think. :-) On Fri, Mar 02, 2018 at 06:57:51PM +1100, Kubilay Kocak wrote: > 2) The 'app vs library' distinction is not sound here. It wasn't sound > for python package prefixing in the past either. It was always sound and meaningful, but FreeBSD Python cabal had decided otherwise (and adopted that stupid "prefix everything with py-" rule which is counterintuitive and makes looking for programs harder). But oh well, we've argued over this years ago Kubilay. ./danfe From owner-svn-ports-head@freebsd.org Fri Mar 2 08:23:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F760F2EF29; Fri, 2 Mar 2018 08:23:42 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F11D73F60; Fri, 2 Mar 2018 08:23:42 +0000 (UTC) (envelope-from ale@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3ACD15116; Fri, 2 Mar 2018 08:23:41 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w228Nffx038646; Fri, 2 Mar 2018 08:23:41 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w228NfGw038642; Fri, 2 Mar 2018 08:23:41 GMT (envelope-from ale@FreeBSD.org) Message-Id: <201803020823.w228NfGw038642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Fri, 2 Mar 2018 08:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463380 - head/java/proguard X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/java/proguard X-SVN-Commit-Revision: 463380 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 08:23:42 -0000 Author: ale Date: Fri Mar 2 08:23:41 2018 New Revision: 463380 URL: https://svnweb.freebsd.org/changeset/ports/463380 Log: Update to 6.0 release. Modified: head/java/proguard/Makefile head/java/proguard/distinfo head/java/proguard/pkg-descr head/java/proguard/pkg-plist Modified: head/java/proguard/Makefile ============================================================================== --- head/java/proguard/Makefile Fri Mar 2 08:16:21 2018 (r463379) +++ head/java/proguard/Makefile Fri Mar 2 08:23:41 2018 (r463380) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= proguard -PORTVERSION= 5.3.3 +PORTVERSION= 6.0 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:C/.[0-9]$//} DISTNAME= ${PORTNAME}${PORTVERSION} Modified: head/java/proguard/distinfo ============================================================================== --- head/java/proguard/distinfo Fri Mar 2 08:16:21 2018 (r463379) +++ head/java/proguard/distinfo Fri Mar 2 08:23:41 2018 (r463380) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492014929 -SHA256 (proguard5.3.3.tar.gz) = 95bf9580107f00d0e26f01026dcfe9e7a772e5449488b03ba832836c3760b3af -SIZE (proguard5.3.3.tar.gz) = 2321169 +TIMESTAMP = 1519977600 +SHA256 (proguard6.0.tar.gz) = fcbcff3c9ff8bb661f94d47c6612d9ff88e9db4f6ed47f817cac65e34bbcd170 +SIZE (proguard6.0.tar.gz) = 2700564 Modified: head/java/proguard/pkg-descr ============================================================================== --- head/java/proguard/pkg-descr Fri Mar 2 08:16:21 2018 (r463379) +++ head/java/proguard/pkg-descr Fri Mar 2 08:23:41 2018 (r463380) @@ -6,4 +6,4 @@ remaining classes, fields, and methods using short meaningless names. The resulting jars are smaller and harder to reverse-engineer. -WWW: http://proguard.sourceforge.net/ +WWW: https://www.guardsquare.com/proguard Modified: head/java/proguard/pkg-plist ============================================================================== --- head/java/proguard/pkg-plist Fri Mar 2 08:16:21 2018 (r463379) +++ head/java/proguard/pkg-plist Fri Mar 2 08:23:41 2018 (r463380) @@ -1,6 +1,7 @@ bin/proguard bin/proguard-gui bin/retrace +%%DATADIR%%/annotations.jar %%DATADIR%%/proguard.jar %%DATADIR%%/proguardgui.jar %%DATADIR%%/retrace.jar From owner-svn-ports-head@freebsd.org Fri Mar 2 08:32:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EED6F2F962; Fri, 2 Mar 2018 08:32:27 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 90F3F74653; Fri, 2 Mar 2018 08:32:26 +0000 (UTC) (envelope-from yuri@freebsd.org) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w228WPoG052302 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 2 Mar 2018 00:32:25 -0800 (PST) (envelope-from yuri@freebsd.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Reply-To: yuri@freebsd.org Subject: Re: svn commit: r463374 - head/security/nyx To: koobs@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python Cc: "Tobias C. Berner" References: <201803020651.w226ptn3091275@repo.freebsd.org> <6f698e1f-a5d5-2cd7-b2b7-c288a3c65bb6@FreeBSD.org> <6dd4b973-fbcb-8fa8-fb3e-1cece416898f@freebsd.org> <531069af-c0fc-1b2c-0c91-52cd73ba001e@FreeBSD.org> From: Yuri Message-ID: <848460b9-1e0b-2a36-abc8-bfa130dee349@freebsd.org> Date: Fri, 2 Mar 2018 00:32:24 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <531069af-c0fc-1b2c-0c91-52cd73ba001e@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 08:32:27 -0000 On 03/01/18 23:57, Kubilay Kocak wrote: > 1) Assuming what users care about is risky business. Port has to provide to users functionality that they expect. If port is an app, executable provides this functionality. Executables based on different python versions are expected to work the same way. If they don't work the same way, this is a bug. Packages aren't created in order to allow users to detect bugs, or to compare performance, therefore there should be no need to build multiple packages for apps. If some expert user will want to test with some other python versions, he still can do this by rebuilding it locally. This was the logic why I added noflavors. For libraries though functionality is a set of python modules, therefore they should be in all flavors. What you suggest (to have flavors for apps) just doesn't seem to have any benefit. :) Yuri From owner-svn-ports-head@freebsd.org Fri Mar 2 08:33:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 523F1F2FB86; Fri, 2 Mar 2018 08:33:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 04D3C74779; Fri, 2 Mar 2018 08:33:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F3DD8152A3; Fri, 2 Mar 2018 08:33:03 +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 w228X3Sa043517; Fri, 2 Mar 2018 08:33:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w228X3hl043516; Fri, 2 Mar 2018 08:33:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803020833.w228X3hl043516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 2 Mar 2018 08:33:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463381 - head/net/libzmq2 X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/net/libzmq2 X-SVN-Commit-Revision: 463381 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 08:33:04 -0000 Author: amdmi3 Date: Fri Mar 2 08:33:03 2018 New Revision: 463381 URL: https://svnweb.freebsd.org/changeset/ports/463381 Log: - Fix LICENSE - Add LICENSE_FILE - Switch to new test framework - WITH_DEBUG is already properly set by the framework Approved by: portmgr blanket Modified: head/net/libzmq2/Makefile Modified: head/net/libzmq2/Makefile ============================================================================== --- head/net/libzmq2/Makefile Fri Mar 2 08:23:41 2018 (r463380) +++ head/net/libzmq2/Makefile Fri Mar 2 08:33:03 2018 (r463381) @@ -11,26 +11,18 @@ DISTNAME= zeromq-${DISTVERSION} MAINTAINER= koobs@FreeBSD.org COMMENT= ZeroMQ core library (Version 2) -LICENSE= LGPL3 +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool pathfix USE_LDCONFIG= yes +TEST_TARGET= check CONFLICTS= libzmq[^2]-[0-9]* OPTIONS_DEFINE= DEBUG DEBUG_CONFIGURE_ON= --enable-debug - -.include - -.if ${PORT_OPTIONS:MDEBUG} -WITH_DEBUG= yes -.endif - -regression-test: build - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} check) .include From owner-svn-ports-head@freebsd.org Fri Mar 2 08:37:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1645EF2FF72; Fri, 2 Mar 2018 08:37:27 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AB0FA74930; Fri, 2 Mar 2018 08:37:25 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 08A11BDD2D; Fri, 2 Mar 2018 09:37:24 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id C463EBDD1E; Fri, 2 Mar 2018 09:37:23 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id 54CC8A7A3D44; Fri, 2 Mar 2018 09:37:21 +0100 (CET) Date: Fri, 2 Mar 2018 09:37:21 +0100 From: Mathieu Arnold To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463346 - in head/benchmarks: . apib Message-ID: <20180302083721.xz2piujwi3rz6fup@atuin.in.mat.cc> References: <201803011737.w21HbpuC094085@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3e2rfww7gmt6i765" Content-Disposition: inline In-Reply-To: <201803011737.w21HbpuC094085@repo.freebsd.org> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 08:37:27 -0000 --3e2rfww7gmt6i765 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 01, 2018 at 05:37:51PM +0000, Alexey Dokuchaev wrote: > +PORTNAME=3D apib > +PORTVERSION=3D 1.0 > +GH_TAGNAME=3D 7e8dea9 Calling this 1.0 is a bit strange, there is a APIB_1_0 tag, but it is not for this commit. So, this is not really 1.0. To learn how to correctly set the version, see: https://www.freebsd.org/doc/en/books/porters-handbook/makefile-distfiles.ht= ml#makefile-master_sites-github-ex5 --=20 Mathieu Arnold --3e2rfww7gmt6i765 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJamQ1BXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IcwMQALEmMDk0GLGrr0d33//WluOx cdDB4HNJIug5UU7HDlWzn/YkicpQ3n+F/VkDFtcq9N4CoJSbdX3ZscogAWNZ0D91 7iuVonBocDeqOAlOpXLSKdjJ5d2vj0P2cuVqVPAwJFGTTrx4sLRD7Axkh9Zn5tHF yo1vK/hJbV7Ui2SMOELxzFG/Z/flaP3/5sERElEAAceFiqVzdsuYpWT3mRq37KDz xSAUwyWVdTJMC6lIdUwToxGBYX6HLoLaYYzTuyV5B0YKjhY98vdW71hJJ8nuzTrd InKcGwNBo8WH6nE5X4FA8WR43SkJ4mIDQ3ij14RZODVoV/hcXt9Y/E+/E4P16QDZ tps8JrX/VD+6/Ie2m3SDN/0lEAq3YandMNOACvkhBmh3fBJGf+8PqASsHoauillb faQ1qVC1bdtdOQE74Jvif0yhv+Pj91IrULAFH34sOzvlFh7cnE+G7ERkkN8+p2Gc luTod3+acCqfGWXoQMnA1KZmdXddt6PGwo8APC1jFucj9+B7jalPZwd9jz/n5Jzd uwox55DdiJEISMo0lXBnd85WLLrExheZ0EYOSVYoVvx3vylKVNRNX3agveMNZmss x5kJf69D5wPYjUcybSJw02oUtgfGnMOZfBuboZ9wb4eKebjxm0xPgWoGx8ClTiwX AklPtBQ8I5RB29au+B4x =wJzG -----END PGP SIGNATURE----- --3e2rfww7gmt6i765-- From owner-svn-ports-head@freebsd.org Fri Mar 2 08:51:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AF80F30CDC; Fri, 2 Mar 2018 08:51:01 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C279E75085; Fri, 2 Mar 2018 08:51:00 +0000 (UTC) (envelope-from ehaupt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD71315565; Fri, 2 Mar 2018 08:51:00 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w228p06Y049477; Fri, 2 Mar 2018 08:51:00 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w228p0Gi049475; Fri, 2 Mar 2018 08:51:00 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201803020851.w228p0Gi049475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 2 Mar 2018 08:51:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463382 - in head/net-p2p/xmrig: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/net-p2p/xmrig: . files X-SVN-Commit-Revision: 463382 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 08:51:01 -0000 Author: ehaupt Date: Fri Mar 2 08:51:00 2018 New Revision: 463382 URL: https://svnweb.freebsd.org/changeset/ports/463382 Log: - Make libmicrohttpd support optional but on by default - Provide an option to build a statically linked version Added: head/net-p2p/xmrig/files/extra-patch-CMakeLists.txt (contents, props changed) Modified: head/net-p2p/xmrig/Makefile Modified: head/net-p2p/xmrig/Makefile ============================================================================== --- head/net-p2p/xmrig/Makefile Fri Mar 2 08:33:03 2018 (r463381) +++ head/net-p2p/xmrig/Makefile Fri Mar 2 08:51:00 2018 (r463382) @@ -4,7 +4,7 @@ PORTNAME= xmrig PORTVERSION= 2.4.5 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MAINTAINER= ehaupt@FreeBSD.org @@ -13,9 +13,13 @@ COMMENT= High performance Monero (XMR) CPU miner LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libmicrohttpd.so:www/libmicrohttpd \ - libuv.so:devel/libuv +OPTIONS_DEFINE= STATIC MICROHTTPD +MICROHTTPD_DESC=Build with libmicrohttpd support +OPTIONS_DEFAULT=MICROHTTPD +STATIC_PREVENTS=MICROHTTPD +STATIC_PREVENTS_MSG= libmicrohttpd support cannot be built static + USES= cmake:outsource USE_GITHUB= yes @@ -23,6 +27,16 @@ USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} USERS=${USERS} USERS= xmrig + +MICROHTTPD_LIB_DEPENDS+= libmicrohttpd.so:www/libmicrohttpd \ + libuv.so:devel/libuv + +STATIC_BUILD_DEPENDS+= ${LOCALBASE}/lib/libuv.a:devel/libuv +STATIC_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-CMakeLists.txt + +post-patch-MICROHTTPD-off: + @${REINPLACE_CMD} -e 's|\(.*WITH_HTTPD.*\)\(ON\)|\1OFF|' \ + ${WRKSRC}/CMakeLists.txt do-install: ${INSTALL_PROGRAM} ${WRKDIR}/.build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Added: head/net-p2p/xmrig/files/extra-patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/xmrig/files/extra-patch-CMakeLists.txt Fri Mar 2 08:51:00 2018 (r463382) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2018-02-18 21:31:50 UTC ++++ CMakeLists.txt +@@ -8,6 +8,8 @@ option(WITH_HTTPD "HTTP REST API" ON) + include (CheckIncludeFile) + include (cmake/cpu.cmake) + ++set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static") ++set(CMAKE_FIND_LIBRARY_SUFFIXES ".a") + + set(HEADERS + src/3rdparty/align.h From owner-svn-ports-head@freebsd.org Fri Mar 2 08:51:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E36DEF30D7E; Fri, 2 Mar 2018 08:51:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E8647529B; Fri, 2 Mar 2018 08:51:19 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 896BE15577; Fri, 2 Mar 2018 08:51:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w228pJPX052810; Fri, 2 Mar 2018 08:51:19 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w228pIjs052801; Fri, 2 Mar 2018 08:51:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803020851.w228pIjs052801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 2 Mar 2018 08:51:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463383 - in head/sysutils/freefilesync: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/sysutils/freefilesync: . files X-SVN-Commit-Revision: 463383 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 08:51:20 -0000 Author: yuri Date: Fri Mar 2 08:51:18 2018 New Revision: 463383 URL: https://svnweb.freebsd.org/changeset/ports/463383 Log: sysutils/freefilesync: Update to 9.8 Port changes: * Updated LICENSE_FILE * Added IGNORE_FreeBSD_10 because of missing _cxa_thread_atexit() * Added to LIB_DEPENDS * Added USE_GNOME * Removed USE_LDCONFIG * Updated post-patch PR: 226276 Submitted by: Olexandr Davydenko Approved by: tcberner (mentor, implicit) Added: head/sysutils/freefilesync/files/patch-lib_dir__lock.h (contents, props changed) head/sysutils/freefilesync/files/patch-ui_main__dlg.cpp (contents, props changed) head/sysutils/freefilesync/files/patch-zen_file__io.cpp (contents, props changed) head/sysutils/freefilesync/files/patch-zen_thread.h (contents, props changed) Deleted: head/sysutils/freefilesync/files/patch-fs_native.cpp head/sysutils/freefilesync/files/patch-zen_scope__guard.h Modified: head/sysutils/freefilesync/Makefile head/sysutils/freefilesync/distinfo head/sysutils/freefilesync/files/patch-Makefile head/sysutils/freefilesync/files/patch-ui_version__check.cpp head/sysutils/freefilesync/pkg-plist Modified: head/sysutils/freefilesync/Makefile ============================================================================== --- head/sysutils/freefilesync/Makefile Fri Mar 2 08:51:00 2018 (r463382) +++ head/sysutils/freefilesync/Makefile Fri Mar 2 08:51:18 2018 (r463383) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freefilesync -PORTVERSION= 8.3 -PORTREVISION= 9 +DISTVERSION= 9.8 CATEGORIES= sysutils MASTER_SITES= https://www.freefilesync.org/download/ \ https://www.freefilesync.org/archive/ @@ -13,23 +12,25 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Backup software to synchronize files and folders LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKDIR}/License.txt -BROKEN= fails to build +IGNORE_FreeBSD_10= "FreeBSD 10.0 doesn't have _cxa_thread_atexit() implemeneted in libc, it has been implemented since 11 BUILD_DEPENDS= ${LOCALBASE}/include/zenxml/xml.h:textproc/zenxml LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ libnotify.so:devel/libnotify FETCH_ARGS= --user-agent=firefox WRKSRC= ${WRKDIR}/FreeFileSync/Source -DOS2UNIX_WRKSRC=${WRKDIR} -DOS2UNIX_GLOB= *.cpp *.h USES= compiler:c++14-lang dos2unix gmake pkgconfig zip -USE_LDCONFIG= yes USE_WX= 3.0+ +USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango +DOS2UNIX_WRKSRC= ${WRKDIR} +DOS2UNIX_GLOB= *.cpp *.h post-patch: @${REINPLACE_CMD} -e 's/wx-config/$${WX_CONFIG:T}/' \ @@ -38,7 +39,5 @@ post-patch: ${WRKDIR}/zen/file_access.cpp @${REINPLACE_CMD} -e 's|WEXITSTATUS||' ${WRKDIR}/zen/shell_execute.h @${REINPLACE_CMD} -e 's| noexcept;|;|' ${WRKDIR}/zen/scope_guard.h - @${REINPLACE_CMD} -e 's|CLOCK_MONOTONIC_RAW|CLOCK_MONOTONIC|' \ - ${WRKDIR}/zen/tick_count.h .include Modified: head/sysutils/freefilesync/distinfo ============================================================================== --- head/sysutils/freefilesync/distinfo Fri Mar 2 08:51:00 2018 (r463382) +++ head/sysutils/freefilesync/distinfo Fri Mar 2 08:51:18 2018 (r463383) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469892304 -SHA256 (FreeFileSync_8.3_Source.zip) = bbde3eaa345d20a088746b14dc6e0721984d316a6f3dbbe54be646b84d60e7a6 -SIZE (FreeFileSync_8.3_Source.zip) = 3020292 +TIMESTAMP = 1519893735 +SHA256 (FreeFileSync_9.8_Source.zip) = 77a59586284a518d6df6c0cc934c3efa434f247acce70452ab9fe37e7747b96d +SIZE (FreeFileSync_9.8_Source.zip) = 2866149 Modified: head/sysutils/freefilesync/files/patch-Makefile ============================================================================== --- head/sysutils/freefilesync/files/patch-Makefile Fri Mar 2 08:51:00 2018 (r463382) +++ head/sysutils/freefilesync/files/patch-Makefile Fri Mar 2 08:51:18 2018 (r463383) @@ -1,6 +1,6 @@ ---- Makefile.orig 2016-04-21 22:53:00.000000000 +0800 -+++ Makefile 2016-06-30 13:33:16.633078000 +0800 -@@ -1,14 +1,14 @@ +--- Makefile.orig 2018-02-06 16:36:07 UTC ++++ Makefile +@@ -1,13 +1,13 @@ APPNAME = FreeFileSync -prefix = /usr +prefix = $(PREFIX) @@ -9,16 +9,15 @@ APPSHAREDIR = $(SHAREDIR)/$(APPNAME) DOCSHAREDIR = $(SHAREDIR)/doc/$(APPNAME) - CXXFLAGS = -std=c++14 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -Wall \ ---O3 -DNDEBUG `wx-config --cxxflags --debug=no` -DZEN_LINUX -pthread -+-O3 -DNDEBUG `${WX_CONFIG} --cxxflags --debug=no` -DZEN_LINUX -pthread +-CXXFLAGS = -std=c++14 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -Wall -O3 -DNDEBUG `wx-config --cxxflags --debug=no` -pthread ++CXXFLAGS = -std=c++14 -pipe -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -Wall -O3 -DNDEBUG `${WX_CONFIG} --cxxflags --debug=no` -pthread -LINKFLAGS = -s `wx-config --libs std, aui --debug=no` -lboost_thread -lboost_chrono -lboost_system -lz -pthread +LINKFLAGS = -s `${WX_CONFIG} --libs std, aui --debug=no` -lboost_thread -lboost_chrono -lboost_system -lz -pthread #Gtk - support recycler/icon loading/no button border/grid scrolling CXXFLAGS += `pkg-config --cflags gtk+-2.0` -@@ -97,10 +97,10 @@ +@@ -99,10 +99,10 @@ launchpad: FreeFileSync ../Obj/FFS_GCC_Make_Release/ffs/src/%.o : %.cpp mkdir -p $(dir $@) @@ -31,7 +30,7 @@ clean: rm -rf ../Obj/FFS_GCC_Make_Release -@@ -109,7 +109,7 @@ +@@ -111,7 +111,7 @@ clean: install: mkdir -p $(BINDIR) @@ -40,7 +39,7 @@ mkdir -p $(APPSHAREDIR) cp -R ../Build/Languages/ \ -@@ -120,6 +120,3 @@ +@@ -122,6 +122,3 @@ install: ../Build/Resources.zip \ $(APPSHAREDIR) Added: head/sysutils/freefilesync/files/patch-lib_dir__lock.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/freefilesync/files/patch-lib_dir__lock.h Fri Mar 2 08:51:18 2018 (r463383) @@ -0,0 +1,10 @@ +--- lib/dir_lock.h.orig 2018-03-02 05:46:44 UTC ++++ lib/dir_lock.h +@@ -11,6 +11,7 @@ + #include + #include + #include ++#include + + + namespace fff Added: head/sysutils/freefilesync/files/patch-ui_main__dlg.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/freefilesync/files/patch-ui_main__dlg.cpp Fri Mar 2 08:51:18 2018 (r463383) @@ -0,0 +1,10 @@ +--- ui/main_dlg.cpp.orig 2018-03-02 05:46:44 UTC ++++ ui/main_dlg.cpp +@@ -28,6 +28,7 @@ + #include + #include "cfg_grid.h" + #include "version_check.h" ++#include "version_check_impl.h" + #include "gui_status_handler.h" + #include "small_dlgs.h" + #include "progress_indicator.h" Modified: head/sysutils/freefilesync/files/patch-ui_version__check.cpp ============================================================================== --- head/sysutils/freefilesync/files/patch-ui_version__check.cpp Fri Mar 2 08:51:00 2018 (r463382) +++ head/sysutils/freefilesync/files/patch-ui_version__check.cpp Fri Mar 2 08:51:18 2018 (r463383) @@ -1,22 +1,22 @@ ---- ui/version_check.cpp.orig 2016-06-30 13:33:44.614966000 +0800 -+++ ui/version_check.cpp 2016-06-30 13:36:17.540454000 +0800 -@@ -104,16 +104,10 @@ - const auto osvMinor = getOsVersion().minor; +--- ui/version_check.cpp.orig 2018-03-02 05:46:44 UTC ++++ ui/version_check.cpp +@@ -70,16 +70,10 @@ std::vector digits = split(distribInfo.Release, L'.'); //e.g. "15.04" +- std::vector digits = split(distribInfo.Release, L'.', SplitType::ALLOW_EMPTY); //e.g. "15.04" - digits.resize(2); - //distribInfo.Id //e.g. "Ubuntu" -- ++ params.emplace_back("os_name", "FreeBSD"); + - const int osvMajor = stringTo(digits[0]); - const int osvMinor = stringTo(digits[1]); + const int osvMajor = 0; + const int osvMinor = 0; - #elif defined ZEN_MAC - params.emplace_back("os_name", "Mac"); + params.emplace_back("os_version", numberTo(osvMajor) + "." + numberTo(osvMinor)); + Added: head/sysutils/freefilesync/files/patch-zen_file__io.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/freefilesync/files/patch-zen_file__io.cpp Fri Mar 2 08:51:18 2018 (r463383) @@ -0,0 +1,12 @@ +--- ../../zen/file_io.cpp.orig 2018-03-01 11:10:56.764684000 +0200 ++++ ../../zen/file_io.cpp 2018-03-01 11:12:35.599889000 +0200 +@@ -305,8 +305,7 @@ + { + const FileHandle fh = getHandle(); + //don't use potentially inefficient ::posix_fallocate! +- const int rv = ::fallocate(fh, //int fd, +- 0, //int mode, ++ const int rv = ::posix_fallocate(fh, //int fd, + 0, //off_t offset + expectedSize); //off_t len + if (rv != 0) Added: head/sysutils/freefilesync/files/patch-zen_thread.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/freefilesync/files/patch-zen_thread.h Fri Mar 2 08:51:18 2018 (r463383) @@ -0,0 +1,21 @@ +--- ../../zen/thread.h.orig 2018-03-01 11:48:04.473377000 +0200 ++++ ../../zen/thread.h 2018-03-01 11:48:51.214192000 +0200 +@@ -12,8 +12,7 @@ + #include "scope_guard.h" + #include "type_traits.h" + #include "optional.h" +- #include +- ++#include + + namespace zen + { +@@ -407,7 +406,7 @@ + inline + void setCurrentThreadName(const char* threadName) + { +- ::prctl(PR_SET_NAME, threadName, 0, 0, 0); ++ pthread_set_name_np(pthread_self(), threadName); + + } + Modified: head/sysutils/freefilesync/pkg-plist ============================================================================== --- head/sysutils/freefilesync/pkg-plist Fri Mar 2 08:51:00 2018 (r463382) +++ head/sysutils/freefilesync/pkg-plist Fri Mar 2 08:51:18 2018 (r463383) @@ -47,6 +47,7 @@ share/FreeFileSync/images/basic-step-start-sync.png share/FreeFileSync/images/basic-step-sync-config.png share/FreeFileSync/images/calendar-job-added.png share/FreeFileSync/images/com-settings-context.png +share/FreeFileSync/images/command-line-syntax.png share/FreeFileSync/images/comparison-settings.png share/FreeFileSync/images/comparison-variant-double-click.png share/FreeFileSync/images/config-double-click.png @@ -54,9 +55,9 @@ share/FreeFileSync/images/config-multiple-selection.pn share/FreeFileSync/images/copy-alternative-path.png share/FreeFileSync/images/dialog-drag-move.png share/FreeFileSync/images/direct-synchronize.png -share/FreeFileSync/images/donate.png share/FreeFileSync/images/explorer-context.png share/FreeFileSync/images/filter-context.png +share/FreeFileSync/images/filter-zero-file-size.png share/FreeFileSync/images/filter.png share/FreeFileSync/images/freefilesync-logo.png share/FreeFileSync/images/gnome-scheduler.png @@ -77,7 +78,9 @@ share/FreeFileSync/images/remove-local-settings.png share/FreeFileSync/images/save-automator.png share/FreeFileSync/images/select-time-span.png share/FreeFileSync/images/setup-batch-job.png +share/FreeFileSync/images/sftp-cloud-picker.png share/FreeFileSync/images/sftp-login.png +share/FreeFileSync/images/sftp-performance.png share/FreeFileSync/images/show-thumbnails.png share/FreeFileSync/images/sync-settings-context.png share/FreeFileSync/images/synchronization-settings.png @@ -91,13 +94,12 @@ share/FreeFileSync/italian.lng share/FreeFileSync/japanese.lng share/FreeFileSync/korean.lng share/FreeFileSync/lithuanian.lng -share/FreeFileSync/outdated/norwegian.lng +share/FreeFileSync/norwegian.lng share/FreeFileSync/polish.lng share/FreeFileSync/portuguese.lng share/FreeFileSync/portuguese_br.lng share/FreeFileSync/romanian.lng share/FreeFileSync/russian.lng -share/FreeFileSync/serbian.lng share/FreeFileSync/slovak.lng share/FreeFileSync/slovenian.lng share/FreeFileSync/spanish.lng From owner-svn-ports-head@freebsd.org Fri Mar 2 09:03:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1450F31DB9; Fri, 2 Mar 2018 09:03:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83A9C75FC4; Fri, 2 Mar 2018 09:03:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7EB5F15767; Fri, 2 Mar 2018 09:03:04 +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 w22934OI058859; Fri, 2 Mar 2018 09:03:04 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22934Qh058858; Fri, 2 Mar 2018 09:03:04 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803020903.w22934Qh058858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 2 Mar 2018 09:03:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463384 - head/devel/p5-Filesys-Notify-Simple X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/p5-Filesys-Notify-Simple X-SVN-Commit-Revision: 463384 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 09:03:05 -0000 Author: amdmi3 Date: Fri Mar 2 09:03:04 2018 New Revision: 463384 URL: https://svnweb.freebsd.org/changeset/ports/463384 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/devel/p5-Filesys-Notify-Simple/Makefile Modified: head/devel/p5-Filesys-Notify-Simple/Makefile ============================================================================== --- head/devel/p5-Filesys-Notify-Simple/Makefile Fri Mar 2 08:51:18 2018 (r463383) +++ head/devel/p5-Filesys-Notify-Simple/Makefile Fri Mar 2 09:03:04 2018 (r463384) @@ -11,7 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for simple and dumb file system watcher -USES= perl5 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include From owner-svn-ports-head@freebsd.org Fri Mar 2 09:03:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C9ADF31DEB; Fri, 2 Mar 2018 09:03:11 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E6D4E76075; Fri, 2 Mar 2018 09:03:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id EF4BF914B; Fri, 2 Mar 2018 09:03:09 +0000 (UTC) Date: Fri, 2 Mar 2018 09:03:09 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463346 - in head/benchmarks: . apib Message-ID: <20180302090309.GA53578@FreeBSD.org> References: <201803011737.w21HbpuC094085@repo.freebsd.org> <20180302083721.xz2piujwi3rz6fup@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180302083721.xz2piujwi3rz6fup@atuin.in.mat.cc> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 09:03:11 -0000 On Fri, Mar 02, 2018 at 09:37:21AM +0100, Mathieu Arnold wrote: > On Thu, Mar 01, 2018 at 05:37:51PM +0000, Alexey Dokuchaev wrote: > > +PORTNAME= apib > > +PORTVERSION= 1.0 > > +GH_TAGNAME= 7e8dea9 > > Calling this 1.0 is a bit strange, It would seem so, and usually is, but not in this case. Their latest (declared) version is 1.0. > there is a APIB_1_0 tag, but it is not for this commit. Because it's from Nov 8, 2013. > So, this is not really 1.0. It's only 4 commits behind the master. > To learn how to correctly set the version, see: I know that very well, thank you. ./danfe From owner-svn-ports-head@freebsd.org Fri Mar 2 09:04:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D148DF31F55; Fri, 2 Mar 2018 09:04:13 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 710AE76214; Fri, 2 Mar 2018 09:04:12 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id C5BA3BDD2F; Fri, 2 Mar 2018 10:04:11 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 7BF51BDD2D; Fri, 2 Mar 2018 10:04:11 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id E6427A7A6875; Fri, 2 Mar 2018 10:04:10 +0100 (CET) Date: Fri, 2 Mar 2018 10:04:10 +0100 From: Mathieu Arnold To: Chris Rees Cc: Mathieu Arnold , Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463314 - head/databases/php5-tarantool Message-ID: <20180302090410.wa3wweby3bxsdaia@atuin.in.mat.cc> References: <201803011335.w21DZKeD071065@repo.freebsd.org> <20180301134234.qwfzlrfardixnmfl@atuin.in.mat.cc> <57ae0309-a57a-1a4a-216a-e6b19b8277e0@bayofrum.net> <20180301233924.v5pkn6yemwb5mvlk@atuin.in.mat.cc> <26A33548-A837-4AD8-907E-569BA12A3E38@bayofrum.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="5unxprowbue6dk6f" Content-Disposition: inline In-Reply-To: <26A33548-A837-4AD8-907E-569BA12A3E38@bayofrum.net> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 09:04:14 -0000 --5unxprowbue6dk6f Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 02, 2018 at 08:01:53AM +0000, Chris Rees wrote: >=20 >=20 > On 1 March 2018 23:39:24 GMT+00:00, Mathieu Arnold wrot= e: > >On Thu, Mar 01, 2018 at 06:57:51PM +0000, Chris Rees wrote: > >>=20 > >>=20 > >> On 01/03/2018 13:42, Mathieu Arnold wrote: > >> > On Thu, Mar 01, 2018 at 01:35:20PM +0000, Sunpoet Po-Chuan Hsieh > >wrote: > >> >> +PORTVERSION=3D 20160226 # 0.1.0 > >> >> +GH_TAGNAME=3D 0.1.0 > >> > Please, PORTVERSION=3D0.1.0. > >> > > >> Also, if you do use a date, 0.0.20160226 avoids the need for > >PORTEPOCH > >> once a proper release is made. > > > >No, it's better to set the version to something like g20160226, or > >s20160226, or anything starting with a letter. That way, whatever the > >first release number is, the snapshot will be before it. > > > >$ pkg version -t g20160226 0 > >< >=20 > Please update PH then. >=20 > https://www.freebsd.org/doc/en/books/porters-handbook/book.html#idp571346= 96 Done. --=20 Mathieu Arnold --5unxprowbue6dk6f Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJamROKXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I8bsP+wT+ztANayYMUK39E9kbMI2l lSOXX0M0H82SST1DDf632cEJr9lVdZIVr8Z0ngnKx05z8dUO1EEHtug8qIQ11ckP AETmASoHV1z3nZ2lf6hHrAG1JuhUwrEkPrzIER73Ux/mPpNB8DN/+PKYow1Etn/y 9Kh+rV8GmC/h6gdxMYDOTSERcbhIxx2sEQSBQm4ZCG4RJzQDiw7epZ57IprtXdHD k906oUSRyCxAqm9bKw0W9oYryHXpHdu4MBuFQ+e/Tp4TebhL+L+H1zhW7W2I/wct hNHanpZBwJYSjWgKJJ9UMwb4LG3cOlFy4U8ZmBbPWSJG4JiBG+tt5OR9f73tX02l xzYvPkqtY1JA5FpGYlm/90VPkgSqYvnA3huebch4n18PSAXgE8JdZy8L7ica3v+f ZZJ+IbezfZyKDHV6dvA5oBDQQ494Kn3FyNMQvQ/+DUVx1PQ7KT4bto9FyHG+HKOK ThNcYUDt5i15CGhEkHW0UXx/Oh6cBF1V3J9TiwFFiX2mB0PgSz+vN3F7AxlEwT1M 0D+tfPedQaQ5zcI29Vpqu2yDHGyU5ZneSyuCcZgpekWaEThXVoBLBQjA0HiyftjR dWuaYI8s0t0JBg2/kqpj9eS0UnnN8EKgFlwWxhKq2yeNZlg6V9wy4FubUrokL89V wDw3zWn+s6XcKt/vmAXk =tlwU -----END PGP SIGNATURE----- --5unxprowbue6dk6f-- From owner-svn-ports-head@freebsd.org Fri Mar 2 09:26:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55181F336B7; Fri, 2 Mar 2018 09:26:48 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E166576DF7; Fri, 2 Mar 2018 09:26:47 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 571EEBDD25; Fri, 2 Mar 2018 10:26:46 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 0F27DBDD1E; Fri, 2 Mar 2018 10:26:46 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id CE245A7A8BF2; Fri, 2 Mar 2018 10:26:45 +0100 (CET) Date: Fri, 2 Mar 2018 10:26:45 +0100 From: Mathieu Arnold To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463383 - in head/sysutils/freefilesync: . files Message-ID: <20180302092645.z6uyanne5yqvkk2y@atuin.in.mat.cc> References: <201803020851.w228pIjs052801@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="c7c4bsjrmw4h4ppp" Content-Disposition: inline In-Reply-To: <201803020851.w228pIjs052801@repo.freebsd.org> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 09:26:48 -0000 --c7c4bsjrmw4h4ppp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 02, 2018 at 08:51:18AM +0000, Yuri Victorovich wrote: > +IGNORE_FreeBSD_10=3D "FreeBSD 10.0 doesn't have _cxa_thread_atexit() imp= lemeneted in libc, it has been implemented since 11 That ^ is never closed. --=20 Mathieu Arnold --c7c4bsjrmw4h4ppp Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJamRjVXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IZ44P/2Oc+teQkcKvvQmBURMd7g1A 01u9XdZ2tX77SBnbMUKo4G3KSrJIGg9nLrm8nltfbJwliTDJpnO6jKxaQvDqeiZa UMfsT010hGPzug0iuQYuCCdKKb9t9HFPII8tqlgc1aQeeqq/+nj0i9YJqxEs7I2b 0AUkuzzTUHl/peHhgXDZnk7DsWNhKF2gTztakcDQr/OpeZd5z1koj63f2I5Q1ZpX DkMNv2WnVtr3xZb5t0vSua6qdzx4hZy56yP4OoE5mr1eaO+1BpplG9c8lrI2XD6y EOsSt8OqKXESDbMRN/zdkJyf3e7pyxij1gebkDazoSOezWjgFUnKsJnGI66NqCEs cZQ+MFI8b7XTeNNHaU6BjwKTJc2uZM0yo5bugQMNKGs+jC+MVfFzKnAESLKJ07Kx SyeSO2zHRsQuCQTvp7xSWRDSegQeI6u4XOhFn5EBFdIWO81/97Mu3LZQU1y42G1k L+YG4bUvT3TfNSTZdjpcKPqyv4X1twpYNtxlQY65fpZLILeQEznjhiLSR8TSqKck g2PO/DIGIRQB+lkbSfwsfNHrPavV3uayPAxWJFj2LlH9RKCAYE5XdN2bNTv9Xzj5 163d0i8K8bt3waEShTyWjyoSrPy8T7cGW3cU3QXY7NwFGrK3BkMlT4of0U0bodek QfFjRwxaW9YrT2zcJoWG =cmYh -----END PGP SIGNATURE----- --c7c4bsjrmw4h4ppp-- From owner-svn-ports-head@freebsd.org Fri Mar 2 09:33:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 070BDF33E67; Fri, 2 Mar 2018 09:33:04 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE41F772C3; Fri, 2 Mar 2018 09:33:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A93C715C40; Fri, 2 Mar 2018 09:33:03 +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 w229X3q7073637; Fri, 2 Mar 2018 09:33:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w229X3xb073636; Fri, 2 Mar 2018 09:33:03 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803020933.w229X3xb073636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 2 Mar 2018 09:33:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463385 - head/multimedia/vdr-plugin-vdrmanager X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/multimedia/vdr-plugin-vdrmanager X-SVN-Commit-Revision: 463385 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 09:33:04 -0000 Author: amdmi3 Date: Fri Mar 2 09:33:03 2018 New Revision: 463385 URL: https://svnweb.freebsd.org/changeset/ports/463385 Log: - Update WWW Modified: head/multimedia/vdr-plugin-vdrmanager/pkg-descr Modified: head/multimedia/vdr-plugin-vdrmanager/pkg-descr ============================================================================== --- head/multimedia/vdr-plugin-vdrmanager/pkg-descr Fri Mar 2 09:03:04 2018 (r463384) +++ head/multimedia/vdr-plugin-vdrmanager/pkg-descr Fri Mar 2 09:33:03 2018 (r463385) @@ -1,4 +1,4 @@ This helper plugin allows remote programming VDR using VDR-Manager running on Android devices. -WWW: http://projects.vdr-developer.org/projects/vdr-manager/wiki +WWW: https://projects.vdr-developer.org/projects/vdr-manager/wiki From owner-svn-ports-head@freebsd.org Fri Mar 2 09:40:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9774F34823; Fri, 2 Mar 2018 09:40:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E30777803; Fri, 2 Mar 2018 09:40:38 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8911915C4C; Fri, 2 Mar 2018 09:40:38 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w229ecmj074038; Fri, 2 Mar 2018 09:40:38 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w229ecsh074037; Fri, 2 Mar 2018 09:40:38 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803020940.w229ecsh074037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 2 Mar 2018 09:40:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463386 - head/sysutils/freefilesync X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/freefilesync X-SVN-Commit-Revision: 463386 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 09:40:39 -0000 Author: yuri Date: Fri Mar 2 09:40:38 2018 New Revision: 463386 URL: https://svnweb.freebsd.org/changeset/ports/463386 Log: sysutils/freefilesync: Remove unnecessary unclosed quote in IGNORE_FreeBSD_10 Reported by: mat Approved by: tcberner (mentor, implicit) Modified: head/sysutils/freefilesync/Makefile Modified: head/sysutils/freefilesync/Makefile ============================================================================== --- head/sysutils/freefilesync/Makefile Fri Mar 2 09:33:03 2018 (r463385) +++ head/sysutils/freefilesync/Makefile Fri Mar 2 09:40:38 2018 (r463386) @@ -14,7 +14,7 @@ COMMENT= Backup software to synchronize files and fold LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/License.txt -IGNORE_FreeBSD_10= "FreeBSD 10.0 doesn't have _cxa_thread_atexit() implemeneted in libc, it has been implemented since 11 +IGNORE_FreeBSD_10= FreeBSD 10.0 doesn't have _cxa_thread_atexit() implemeneted in libc, it has been implemented since 11 BUILD_DEPENDS= ${LOCALBASE}/include/zenxml/xml.h:textproc/zenxml LIB_DEPENDS= libboost_system.so:devel/boost-libs \ From owner-svn-ports-head@freebsd.org Fri Mar 2 09:45:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37AD7F34F8A; Fri, 2 Mar 2018 09:45:51 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D43DE77D35; Fri, 2 Mar 2018 09:45:50 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id A822BBDD25; Fri, 2 Mar 2018 10:45:49 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 6BFA7BDD1E; Fri, 2 Mar 2018 10:45:49 +0100 (CET) Received: by atuin.in.mat.cc (Postfix, from userid 501) id E5DADA7AA7F8; Fri, 2 Mar 2018 10:45:48 +0100 (CET) Date: Fri, 2 Mar 2018 10:45:48 +0100 From: Mathieu Arnold To: Kubilay Kocak Cc: yuri@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python , "Tobias C. Berner" Subject: Re: svn commit: r463374 - head/security/nyx Message-ID: <20180302094548.23bjlc3v53zt6of5@atuin.in.mat.cc> References: <201803020651.w226ptn3091275@repo.freebsd.org> <6f698e1f-a5d5-2cd7-b2b7-c288a3c65bb6@FreeBSD.org> <6dd4b973-fbcb-8fa8-fb3e-1cece416898f@freebsd.org> <531069af-c0fc-1b2c-0c91-52cd73ba001e@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6jzfh4a6hxdxr3in" Content-Disposition: inline In-Reply-To: <531069af-c0fc-1b2c-0c91-52cd73ba001e@FreeBSD.org> User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 09:45:51 -0000 --6jzfh4a6hxdxr3in Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 02, 2018 at 07:57:51AM +0000, Kubilay Kocak wrote: > 1) Assuming what users care about is risky business. > 2) The 'app vs library' distinction is not sound here. It wasn't sound > for python package prefixing in the past either. > 3) The change introduces and increases inconsistency among Python ports > without an upside, without precluding downsides. The downside is more packages, and longer build times. Thus, it was decided to not flavorize ports that do not provide modules. > The bottom and most important line however, is that preventing Python > port flavors from being produced precludes the user from choosing what > version of the package they may want. The dozen people who will really, really want to have a cli supporting more than one Python version with the non default version can probably build it themselves. > lastly, the only reason the noflavors knob exists is because its not > terribly pleasant as a developer to have features that cant be disabled, > and because our framework can't imagine all the possible scenarios where > a feature may cause issues. No, the noflavors knob was added after a failed experiment with the optsuffix knob, to accomodate ports which do not need flavors, like big applications that only needs python for small features, or cli that do not really care which Python version is running them. --=20 Mathieu Arnold --6jzfh4a6hxdxr3in Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJamR1MXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IcgsP/1sBdwU/N3JuQAadTj9cs1ww 0Rv+7M8oJxPfE+jX7i023JJ5LSm1DZrgMmusdXM7zKONA2UyPN30CQXN9yBZuHec 6tlT/KYYzQif4VDnlsnhU7M8JbNOAbJjI26WYAtpgrQF12r8vmJ85NZq7v9PoYiU I0PNZtbdGtxeZSFs+upgVnBh10FZ8F8vJNk47hqcOAl1Q/pEK6FSEODHAe4V8muS xcHmX6cKN/j2QibiEwXCPd2gdsoQtt9NSIxK23sIJdejyRD723nnBEftQitn4bXr tIgejX2AwnNPJv+nQcJ9vCY03/3pAy7EEwm2ojc47trSpSU4GPVFMUHdwC7Ctxmh P9t2VNhxHq5dNbufQOaKmu5ihgiIu4alAfeRPXq4MixmzJK1bTj/0D7QVuiv7tzI 1+PFHAwTzqpJojvM7KQrLiObdrYfxlB+3g+dgpzVQ0mmfi5ja9Y61GfBOhV2TUEn 5Ea/LGxnvVLApOXwjv4uVeSC4SZIJh64A97d87IOZvbyOJRyZP7RJW4J5AHMzFOx Ou6SXtviRHotQL1aWfz3JEhsffroic7Uelu7AL90E2uYPQFjkMxLsCSOUXYII391 V1p0im5UiYzqeLDlo8OazMIkGhnEjTdLpWYTLndyjBHMfm3aBuTWRKONmSyqJkI2 vg1LMM6mv4ClWLnLhuxS =wy7z -----END PGP SIGNATURE----- --6jzfh4a6hxdxr3in-- From owner-svn-ports-head@freebsd.org Fri Mar 2 09:53:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB144F3594F; Fri, 2 Mar 2018 09:53:17 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pg0-x22f.google.com (mail-pg0-x22f.google.com [IPv6:2607:f8b0:400e: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 4E89D78301; Fri, 2 Mar 2018 09:53:17 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pg0-x22f.google.com with SMTP id g12so3587516pgs.0; Fri, 02 Mar 2018 01:53:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=QQX7RWOFpDvNoo/NZsdrC9UgKgMaWxjmNCaBPiPPu9g=; b=KpA+lh5VRj74eIBexE5IDBCv7SrYUlND/+qfIQkcu3NTB4/Z2eY3c6rfQ3aNfflA3I G8Y0gIs8lmtd0TV9kmf+qOrI3x/NY5MHPYBxLihKwKdxB21z01ctJZMH+oI+8qq47Djo wNpkYvbueLVnnbF4EbSQSYCxnC53TXHJpX2EUPkk9amNTz5vieKxwMmoSKIX8rf7d+5p TBib7d8cefj+Sd0GzzHSkEwmqfhF5Knon0uC1pKf8psI58svdNVYb+PyBMCc0sQIviWa ep2RMjfNlF1mQ9euqmzW/g6XQDgRzFtcNSXUzz/PfNwTctKluWGlHvhIkbl3DrtHM+CG KtmQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:cc:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=QQX7RWOFpDvNoo/NZsdrC9UgKgMaWxjmNCaBPiPPu9g=; b=ULbGZHIzK6ZQY71ete0Sfr+4DnjTVB5xKnvD1itay4g+rYWR5yKOjiVE0gYQZx7TAl AedDvdi/Hxc8sH/M9RIe2lnnGS46rP/THdBXiGM9AfbI9Rd4eznl/gBLfWjG9JBzXExJ 2jONyLhVoaDL2nczP2dWvVdGBpcGtGfPR1LuWpJpXRTMVlG9kNsCbUrkFc8a3yx9F1fO ahfu+1HGPmmeGMUbMg4k6OmdHfzqAHypDKsvejwzXxpVDVGUmxP/G8XK5CP8NsScm5EE 0m3wYtowIoMIwSNVhU/5ndkGb4QvfqS39vFuBRoGIIFXTwnZIqP1ShngeBpBdOLuNSGF H8CQ== X-Gm-Message-State: APf1xPDKclPuFO3Gqq0UJEv+C2fFsd6rd0lJ5mWXEa3H6Issgj7ttLJc w1UKaG9bMh/W+mKvahFTGcXIN1I2 X-Google-Smtp-Source: AG47ELuq16nRQkJd1DiwYqRM++IMsc9LPYFln6NReJ10zktqy1joB6fgiyn0DfPIseNRhn30fZcTCQ== X-Received: by 10.99.166.10 with SMTP id t10mr4087877pge.198.1519984396004; Fri, 02 Mar 2018 01:53:16 -0800 (PST) Received: from [192.168.1.100] (152.94.214.218.sta.wbroadband.net.au. [218.214.94.152]) by smtp.gmail.com with ESMTPSA id f186sm13779330pfc.86.2018.03.02.01.53.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Mar 2018 01:53:15 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r463374 - head/security/nyx To: yuri@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python Cc: "Tobias C. Berner" References: <201803020651.w226ptn3091275@repo.freebsd.org> <6f698e1f-a5d5-2cd7-b2b7-c288a3c65bb6@FreeBSD.org> <6dd4b973-fbcb-8fa8-fb3e-1cece416898f@freebsd.org> <531069af-c0fc-1b2c-0c91-52cd73ba001e@FreeBSD.org> <848460b9-1e0b-2a36-abc8-bfa130dee349@freebsd.org> From: Kubilay Kocak Message-ID: Date: Fri, 2 Mar 2018 20:53:10 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Thunderbird/54.0a2 MIME-Version: 1.0 In-Reply-To: <848460b9-1e0b-2a36-abc8-bfa130dee349@freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 09:53:18 -0000 On 3/2/18 7:32 PM, Yuri wrote: > On 03/01/18 23:57, Kubilay Kocak wrote: >> 1) Assuming what users care about is risky business. > > > Port has to provide to users functionality that they expect. If port is > an app, executable provides this functionality. Executables based on > different python versions are expected to work the same way. If they In Python land, there is categorically no established expectation that 'apps' work identically between versions, nor do they actually in reality in the vast majority of cases, in particularly between major versions. Beyond that: 1. user sees software foo supports Python X - Y 2. user wants to use foo for Y, the stack for which they have already have installed (not X) 3. user cannot find said package 4. user is forced to install foo for X and foo's dependencies for X unnecessarily 1. user wants to migrate from X to Y 2. user wants to replace foo for X with foo for Y 3. user cannot do what they want > don't work the same way, this is a bug. Packages aren't created in order > to allow users to detect bugs, or to compare performance, therefore > there should be no need to build multiple packages for apps. If some But what if that's what users want to do? I know I and many others have. > expert user will want to test with some other python versions, he still > can do this by rebuilding it locally. This was the logic why I added Why should that be necessary? Why would we introduce that barrier? > noflavors. For libraries though functionality is a set of python > modules, therefore they should be in all flavors. What you suggest (to > have flavors for apps) just doesn't seem to have any benefit. :) POLA also applies. From owner-svn-ports-head@freebsd.org Fri Mar 2 10:03:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C544F3639D; Fri, 2 Mar 2018 10:03:43 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pl0-x22e.google.com (mail-pl0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (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 99A0178888; Fri, 2 Mar 2018 10:03:42 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pl0-x22e.google.com with SMTP id v9-v6so5430926plp.12; Fri, 02 Mar 2018 02:03:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=5fXsOlXZLDjEyeoFmJD3Xk0G4Ib3xfp/xL4w7JnQ94E=; b=egQdCLVqL0hGYchiPRmA9KIK0wVOLqj7I+ZNQe9gainO0r+uGiH0SqqVKNGnj/z34Y uM8mlc/fXyA1gwLPFkM+5MJxZeYnxkZIwA3cha8JsNw/5UdVUwGESRQZjQTwpdIAuAVI pCWXWzvtTHwXYfi/enQPp45nifrakLXucgin1x6X8Z4lW8JwhQJQs/w4S2Mx8wIlBbfK /HM0D6yiYppY+04iP9f7YroOkUUlkW8dgWI1AxPaJhT3FW4YoGonKEqCwL4geWJIiOYE hZdZVPzsEr7/GUdqPdKHiw6Y6ZhzalKqFvdLQkaY5kSonQCNlpX/dV0XwWqAmHhsP2FV 1ITQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:to:cc:references:from :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=5fXsOlXZLDjEyeoFmJD3Xk0G4Ib3xfp/xL4w7JnQ94E=; b=c/HPN5d+elDWD9bkSWWb+v0momD6HGtedcyzinJgdCF7hUIhY7Wc1l9sD9irfGKb9W yexJfFMDXzLB7VSmd2Hf7ktEZk9sDUSslFOUeIydAtunik3bn3EDPiUrWVqEbVA1ilF/ J/AxuoZyLJ8/VZkbGq7kykbky1OBqnS0bQmfV4OCdDASwnBf3uupkecgX4aiIav/kBdy 51I7AA7x+Am26msogeD5O7/G19EGc2Nn4t2/O3Cu9zOrGaFuH4EIlmttX5m+H48fAvRE mrp40zd5q6pOgUbosg4EoTqS7nuknAjZLrzEUUti6tAPOOyg5vVfJfdK75xeCrk1OvxD YuUg== X-Gm-Message-State: APf1xPALIYG2xs/QwQps4IBtyrMjkBgm9muqqxwzwgaVeBlZYpsxv1KS yAt4NHXYTmzEfo19aTJyI73uCi5t X-Google-Smtp-Source: AG47ELuK7Jq8mi2BMi33xDsjaRIWg8uFkxR8sxwG1g5sbMecgkm3lH81s8caeadM9p0osZKgKwpJpQ== X-Received: by 2002:a17:902:96a:: with SMTP id 97-v6mr4812950plm.183.1519985021545; Fri, 02 Mar 2018 02:03:41 -0800 (PST) Received: from [192.168.1.100] (152.94.214.218.sta.wbroadband.net.au. [218.214.94.152]) by smtp.gmail.com with ESMTPSA id o82sm13762934pfj.163.2018.03.02.02.03.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Mar 2018 02:03:41 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r463374 - head/security/nyx To: Mathieu Arnold Cc: yuri@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python , "Tobias C. Berner" References: <201803020651.w226ptn3091275@repo.freebsd.org> <6f698e1f-a5d5-2cd7-b2b7-c288a3c65bb6@FreeBSD.org> <6dd4b973-fbcb-8fa8-fb3e-1cece416898f@freebsd.org> <531069af-c0fc-1b2c-0c91-52cd73ba001e@FreeBSD.org> <20180302094548.23bjlc3v53zt6of5@atuin.in.mat.cc> From: Kubilay Kocak Message-ID: Date: Fri, 2 Mar 2018 21:03:15 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Thunderbird/54.0a2 MIME-Version: 1.0 In-Reply-To: <20180302094548.23bjlc3v53zt6of5@atuin.in.mat.cc> Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 10:03:43 -0000 On 3/2/18 8:45 PM, Mathieu Arnold wrote: > On Fri, Mar 02, 2018 at 07:57:51AM +0000, Kubilay Kocak wrote: >> 1) Assuming what users care about is risky business. >> 2) The 'app vs library' distinction is not sound here. It wasn't sound >> for python package prefixing in the past either. >> 3) The change introduces and increases inconsistency among Python ports >> without an upside, without precluding downsides. > > The downside is more packages, and longer build times. Thus, it was > decided to not flavorize ports that do not provide modules. Posing the upside (for python/freebsd users) as a downside is odd. We signed up to resource utilisation when we decided we'd produce binary packages, and flavors. But that derailment aside, it's also a slippery slope. >> The bottom and most important line however, is that preventing Python >> port flavors from being produced precludes the user from choosing what >> version of the package they may want. > > The dozen people who will really, really want to have a cli supporting > more than one Python version with the non default version can probably > build it themselves. Python pushed for variants/flavors to support the flexibility and choice of python port consumers for a diverse annd complex ecosystem as well as to reduce maintenance/development overhead for port maintainers and the python team. All that is being said is that the special case is not special enough. #PEP20 >> lastly, the only reason the noflavors knob exists is because its not >> terribly pleasant as a developer to have features that cant be disabled, >> and because our framework can't imagine all the possible scenarios where >> a feature may cause issues. > > No, the noflavors knob was added after a failed experiment with the > optsuffix knob, to accomodate ports which do not need flavors, like big > applications that only needs python for small features, or cli that do > not really care which Python version is running them. This is a separate use-case (the exception for which was made for prefixing as well) users care, that software someone does is not in question. ./koobs From owner-svn-ports-head@freebsd.org Fri Mar 2 10:05:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF188F3664D; Fri, 2 Mar 2018 10:05:38 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pg0-x231.google.com (mail-pg0-x231.google.com [IPv6:2607:f8b0:400e:c05::231]) (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 401FB78A0E; Fri, 2 Mar 2018 10:05:38 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by mail-pg0-x231.google.com with SMTP id q27so3587824pgn.8; Fri, 02 Mar 2018 02:05:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:reply-to:subject:from:to:cc:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=BCGJlhSiw87DA3ZHALpNLfcJJAHH+YBygg5+omqqAN4=; b=SkckjibskXp/RP9XI6xytx83dbxhfYELBZ3H/zivfmS+fPe6WOoY+MQKNcsMGtie7K 7e4VpU5nEorpg/oEUf1lxiffleoBySY8yF6zWzEjnFBxb62p3LmWDLA18Zr0MT5RHH8B WYFGZpmUCalU6fv72F0BgUfgHJGB1oR7KnLq26qtsv5QJLZ3xIZlOaK2CtTngz6poNNE ECUzDBmlRpg7/ZS5hXY/yDuadAtebT6mZaDANZzrhNe2lwRL/ZEO1oej8Ar9w15c37xC WoKQd6tUL2zbrMTOh0zjXpW8Zf+iBBi8p7QTWpH7bX7X3TMoXzbP+8yq3isZ/d0AkZ/A mzVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:reply-to:subject:from:to:cc:references :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=BCGJlhSiw87DA3ZHALpNLfcJJAHH+YBygg5+omqqAN4=; b=VFumujXDj2Fpk6eaJzGcSJOhoprK/qlFabBV5p0/p0DvDoVcAhYO50sOB8Myu3E3uG IGF6SaQpBmIf0IoVcCwbTGIBIlJ0T1IGX60eFDOMvvR0lMFBXe21Tl1HWe+PmxpUqYzI uqS0CnG2W5xqmc54vbefINTsmCvJl6QHzO8qMUdqDWn4gO6y7JfhFIV8hOAoHQivu0Yy 44pGKwFSOm2JpoN/XFHaWonYULzsTRLG0vtItfH1m6Z13b922PQRf6T29lq6g5B1d3p1 GLMiWAM3bLTgiY9HXL+dKfFhg4IXeXFsMQwAjdooNK0pW6UYHK0LJfWMauNjcl8PSxzx l6Eg== X-Gm-Message-State: APf1xPCA5JQpsUyrJE1s2dOWZuCKRpRcmGxxbetTbGVuMTzMuf/W1ozU TTLLjOuXmY2DWKkQh2WIl+j+lET7 X-Google-Smtp-Source: AG47ELtA4ZPoL8+sxrUVV8iFwmj+H+O7d2turQpzfvyWb4UvN13OYa7pZU+fqP4LeECyMaEGm1ZOWQ== X-Received: by 10.99.191.78 with SMTP id i14mr3968970pgo.95.1519985137184; Fri, 02 Mar 2018 02:05:37 -0800 (PST) Received: from [192.168.1.100] (152.94.214.218.sta.wbroadband.net.au. [218.214.94.152]) by smtp.gmail.com with ESMTPSA id b68sm6289518pfg.59.2018.03.02.02.05.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Mar 2018 02:05:36 -0800 (PST) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r463374 - head/security/nyx From: Kubilay Kocak To: Mathieu Arnold Cc: yuri@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, python , "Tobias C. Berner" References: <201803020651.w226ptn3091275@repo.freebsd.org> <6f698e1f-a5d5-2cd7-b2b7-c288a3c65bb6@FreeBSD.org> <6dd4b973-fbcb-8fa8-fb3e-1cece416898f@freebsd.org> <531069af-c0fc-1b2c-0c91-52cd73ba001e@FreeBSD.org> <20180302094548.23bjlc3v53zt6of5@atuin.in.mat.cc> Message-ID: <2839a61a-6963-3806-46fc-47743a30a627@FreeBSD.org> Date: Fri, 2 Mar 2018 21:05:32 +1100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Thunderbird/54.0a2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-AU Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 10:05:38 -0000 On 3/2/18 9:03 PM, Kubilay Kocak wrote: > > users care, that software someone does is not in question. ^W -----------------------^ > > ./koobs > From owner-svn-ports-head@freebsd.org Fri Mar 2 11:41:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4AA52F3D302; Fri, 2 Mar 2018 11:41:49 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EE41E7BE4F; Fri, 2 Mar 2018 11:41:48 +0000 (UTC) (envelope-from gahr@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8C3D16FB3; Fri, 2 Mar 2018 11:41:48 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22BfmmQ035803; Fri, 2 Mar 2018 11:41:48 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22Bfm6R035800; Fri, 2 Mar 2018 11:41:48 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201803021141.w22Bfm6R035800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Fri, 2 Mar 2018 11:41:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463387 - head/databases/cassandra-cpp-driver X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/databases/cassandra-cpp-driver X-SVN-Commit-Revision: 463387 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 11:41:49 -0000 Author: gahr Date: Fri Mar 2 11:41:48 2018 New Revision: 463387 URL: https://svnweb.freebsd.org/changeset/ports/463387 Log: databases/cassandra-cpp-driver: update to 2.8.1 Changelog: https://github.com/datastax/cpp-driver/blob/2.8.1/CHANGELOG.md Modified: head/databases/cassandra-cpp-driver/Makefile head/databases/cassandra-cpp-driver/distinfo Modified: head/databases/cassandra-cpp-driver/Makefile ============================================================================== --- head/databases/cassandra-cpp-driver/Makefile Fri Mar 2 09:40:38 2018 (r463386) +++ head/databases/cassandra-cpp-driver/Makefile Fri Mar 2 11:41:48 2018 (r463387) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cassandra-cpp-driver -PORTVERSION= 2.8.0 +PORTVERSION= 2.8.1 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org Modified: head/databases/cassandra-cpp-driver/distinfo ============================================================================== --- head/databases/cassandra-cpp-driver/distinfo Fri Mar 2 09:40:38 2018 (r463386) +++ head/databases/cassandra-cpp-driver/distinfo Fri Mar 2 11:41:48 2018 (r463387) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511426693 -SHA256 (datastax-cpp-driver-2.8.0_GH0.tar.gz) = bd437734921c8ad45fe2e81ae0ddf52cc16565a5a82eae5d3295426266c59b47 -SIZE (datastax-cpp-driver-2.8.0_GH0.tar.gz) = 1515087 +TIMESTAMP = 1519988768 +SHA256 (datastax-cpp-driver-2.8.1_GH0.tar.gz) = c90b1871ee66d2589a9c297c82b3e541ae574c43cce0560f0f253e5023b30413 +SIZE (datastax-cpp-driver-2.8.1_GH0.tar.gz) = 1526453 From owner-svn-ports-head@freebsd.org Fri Mar 2 11:53:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F3CBF3E093; Fri, 2 Mar 2018 11:53:36 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10EBC7C6D9; Fri, 2 Mar 2018 11:53:36 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BBF01727F; Fri, 2 Mar 2018 11:53:36 +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 w22BrZmX043747; Fri, 2 Mar 2018 11:53:35 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22BrZaG043744; Fri, 2 Mar 2018 11:53:35 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201803021153.w22BrZaG043744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 2 Mar 2018 11:53:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463388 - in head/www/py-requests: . files X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/www/py-requests: . files X-SVN-Commit-Revision: 463388 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 11:53:36 -0000 Author: koobs Date: Fri Mar 2 11:53:35 2018 New Revision: 463388 URL: https://svnweb.freebsd.org/changeset/ports/463388 Log: www/py-requests: Update to 2.18.4 While I'm here: Add note about test suite issue. There's no clear & quick way to resolve this in the short term without further investigation/yak shaving. Changelog: https://github.com/requests/requests/blob/v2.18.4/HISTORY.rst PR: 226078 Submitted by: yuri Modified: head/www/py-requests/Makefile head/www/py-requests/distinfo head/www/py-requests/files/patch-setup.py Modified: head/www/py-requests/Makefile ============================================================================== --- head/www/py-requests/Makefile Fri Mar 2 11:41:48 2018 (r463387) +++ head/www/py-requests/Makefile Fri Mar 2 11:53:35 2018 (r463388) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= requests -PORTVERSION= 2.18.1 -PORTREVISION= 1 +PORTVERSION= 2.18.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0.2:tex ${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.1:devel/py-pytest@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}execnet>=1.1:sysutils/py-execnet@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${FLAVOR} # Actually 2.6-2.7,3.3+ USES= python @@ -30,6 +28,9 @@ USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= py*-requests1-* NO_ARCH= yes + +# Automated tests failinng due to httpbin issue +# https://github.com/kennethreitz/httpbin/issues/403 do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/www/py-requests/distinfo ============================================================================== --- head/www/py-requests/distinfo Fri Mar 2 11:41:48 2018 (r463387) +++ head/www/py-requests/distinfo Fri Mar 2 11:53:35 2018 (r463388) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500092996 -SHA256 (requests-2.18.1.tar.gz) = c6f3bdf4a4323ac7b45d01e04a6f6c20e32a052cd04de81e05103abc049ad9b9 -SIZE (requests-2.18.1.tar.gz) = 124229 +TIMESTAMP = 1519435351 +SHA256 (requests-2.18.4.tar.gz) = 9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e +SIZE (requests-2.18.4.tar.gz) = 126224 Modified: head/www/py-requests/files/patch-setup.py ============================================================================== --- head/www/py-requests/files/patch-setup.py Fri Mar 2 11:41:48 2018 (r463387) +++ head/www/py-requests/files/patch-setup.py Fri Mar 2 11:53:35 2018 (r463388) @@ -1,22 +1,8 @@ -From 8d1228cd1943bfe89ffaae32e15b2feb3f8479f5 Mon Sep 17 00:00:00 2001 -From: Cory Benfield -Date: Thu, 20 Jul 2017 10:08:50 +0100 -Subject: [PATCH] Allow urllib3 1.22 - ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - # pytest-cov and its dependencies are not compulsory ---- setup.py.orig 2017-06-14 17:44:15 UTC +--- setup.py.orig 2018-02-24 01:49:05 UTC +++ setup.py -@@ -44,11 +44,11 @@ packages = ['requests'] - requires = [ - 'chardet>=3.0.2,<3.1.0', - 'idna>=2.5,<2.6', -- 'urllib3>=1.21.1,<1.22', -+ 'urllib3>=1.21.1,<1.23', +@@ -48,7 +48,7 @@ requires = [ 'certifi>=2017.4.17' ] From owner-svn-ports-head@freebsd.org Fri Mar 2 12:09:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10202F3FB64; Fri, 2 Mar 2018 12:09:47 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7C257D2D6; Fri, 2 Mar 2018 12:09:46 +0000 (UTC) (envelope-from bhughes@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2AA01740F; Fri, 2 Mar 2018 12:09:46 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22C9kne048801; Fri, 2 Mar 2018 12:09:46 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22C9kGF048799; Fri, 2 Mar 2018 12:09:46 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201803021209.w22C9kGF048799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Fri, 2 Mar 2018 12:09:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463389 - head/devel/py-botocore X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/devel/py-botocore X-SVN-Commit-Revision: 463389 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 12:09:47 -0000 Author: bhughes Date: Fri Mar 2 12:09:46 2018 New Revision: 463389 URL: https://svnweb.freebsd.org/changeset/ports/463389 Log: devel/py-botocore: Update 1.9.2 -> 1.9.3 Modified: head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Fri Mar 2 11:53:35 2018 (r463388) +++ head/devel/py-botocore/Makefile Fri Mar 2 12:09:46 2018 (r463389) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 1.9.2 +PORTVERSION= 1.9.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Fri Mar 2 11:53:35 2018 (r463388) +++ head/devel/py-botocore/distinfo Fri Mar 2 12:09:46 2018 (r463389) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519903855 -SHA256 (botocore-1.9.2.tar.gz) = 4957da363f0a903767257b7ecc74396225fc2e736ba663c2f465ca9795a5785a -SIZE (botocore-1.9.2.tar.gz) = 4206541 +TIMESTAMP = 1519976059 +SHA256 (botocore-1.9.3.tar.gz) = d5b892ab86cd3e8d6cb570dd5275bf1c600cbbf9f07a40a22bcdd9023c0e844f +SIZE (botocore-1.9.3.tar.gz) = 4207955 From owner-svn-ports-head@freebsd.org Fri Mar 2 12:10:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3249DF3FBDC; Fri, 2 Mar 2018 12:10:12 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D843E7D3C5; Fri, 2 Mar 2018 12:10:11 +0000 (UTC) (envelope-from bhughes@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D313017413; Fri, 2 Mar 2018 12:10:11 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22CABDv048969; Fri, 2 Mar 2018 12:10:11 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22CABGF048967; Fri, 2 Mar 2018 12:10:11 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201803021210.w22CABGF048967@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Fri, 2 Mar 2018 12:10:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463390 - head/devel/awscli X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/devel/awscli X-SVN-Commit-Revision: 463390 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 12:10:12 -0000 Author: bhughes Date: Fri Mar 2 12:10:11 2018 New Revision: 463390 URL: https://svnweb.freebsd.org/changeset/ports/463390 Log: devel/awscli: Update 1.4.49 -> 1.4.50 Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Fri Mar 2 12:09:46 2018 (r463389) +++ head/devel/awscli/Makefile Fri Mar 2 12:10:11 2018 (r463390) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.14.49 +PORTVERSION= 1.14.50 CATEGORIES= devel MASTER_SITES= CHEESESHOP @@ -12,7 +12,7 @@ COMMENT= Universal Command Line Interface for Amazon W LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.9.2:devel/py-botocore@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.9.3:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.1.12:net/py-s3transfer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:textproc/py-docutils@${PY_FLAVOR} \ Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Fri Mar 2 12:09:46 2018 (r463389) +++ head/devel/awscli/distinfo Fri Mar 2 12:10:11 2018 (r463390) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519903846 -SHA256 (awscli-1.14.49.tar.gz) = 26fae8df847de017716d15ee36ace2c0b5ea755e510c98903180d3e269049c3e -SIZE (awscli-1.14.49.tar.gz) = 587857 +TIMESTAMP = 1519976078 +SHA256 (awscli-1.14.50.tar.gz) = 6c1440ee6b61e5b4dfa7638436ee9984009d2bbb06b76a844833e444d9913cfa +SIZE (awscli-1.14.50.tar.gz) = 587829 From owner-svn-ports-head@freebsd.org Fri Mar 2 12:11:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71F80F3FFA1; Fri, 2 Mar 2018 12:11:52 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23AFD7D75B; Fri, 2 Mar 2018 12:11:52 +0000 (UTC) (envelope-from bhughes@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1EB051756A; Fri, 2 Mar 2018 12:11:52 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22CBq5X053330; Fri, 2 Mar 2018 12:11:52 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22CBpd9053328; Fri, 2 Mar 2018 12:11:51 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201803021211.w22CBpd9053328@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Fri, 2 Mar 2018 12:11:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463391 - head/www/node X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node X-SVN-Commit-Revision: 463391 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 12:11:52 -0000 Author: bhughes Date: Fri Mar 2 12:11:51 2018 New Revision: 463391 URL: https://svnweb.freebsd.org/changeset/ports/463391 Log: www/node: Update 9.7.0 -> 9.7.1 There are not changes in the release. A new version was published due to a bad node-v9.7.0.pkg (macOS installer) file that was published to nodejs.org in the previous release. https://nodejs.org/en/blog/release/v9.7.1/ Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Fri Mar 2 12:10:11 2018 (r463390) +++ head/www/node/Makefile Fri Mar 2 12:11:51 2018 (r463391) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 9.7.0 +PORTVERSION= 9.7.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Fri Mar 2 12:10:11 2018 (r463390) +++ head/www/node/distinfo Fri Mar 2 12:11:51 2018 (r463391) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519903768 -SHA256 (node-v9.7.0.tar.gz) = 9ef89425bfc3f14a5a27b5443997c237afe4fe00602f0abb1d5f42aa6426e5f3 -SIZE (node-v9.7.0.tar.gz) = 31454096 +TIMESTAMP = 1519976096 +SHA256 (node-v9.7.1.tar.gz) = 42e81c0bd790541f60145c0e443c61ec32aeea8d8c77e494679bfe737fd7d6ea +SIZE (node-v9.7.1.tar.gz) = 31453341 From owner-svn-ports-head@freebsd.org Fri Mar 2 12:42:20 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8697F423F6 for ; Fri, 2 Mar 2018 12:42:19 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-it0-x22b.google.com (mail-it0-x22b.google.com [IPv6:2607:f8b0:4001:c0b::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 30A907E8AA for ; Fri, 2 Mar 2018 12:42:18 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-it0-x22b.google.com with SMTP id c11so1551292ith.4 for ; Fri, 02 Mar 2018 04:42:18 -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; bh=qG+iPsKUrhVaVDYnaPM6MvpAfaFD73JVD0kNMGjvNps=; b=cxy7bBUVhs2pVhX0s1pZfgGrKAFpEjxiVYY9VYTRkvz/EliAYCUQE7XAi6uR38uqMw 1oVFkRmizGEfcLahjWDEj7PypowbeyMTVYZ7emnPgnsVcZ5injbuulQ4qTBXxqko8UgG ypubRKuibz7oIxy4L0VZQ8VyhE4Vk5CO+ZY40ccIT2CoHsDdmCzXGOfRntNBKe34NTxS 0emLAbcek8y19nOXA+6rjiWYbfjwBgadSstbAQZ2/1KgzoPdpAlcjADjvNX0uc1vaKAx zVSHqjwQdeOOLh/a41JT/6vXNZuaR1mHs2SGbtJB69EQ5yaMtSilzIVeKHfwERBETAA4 xVmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=qG+iPsKUrhVaVDYnaPM6MvpAfaFD73JVD0kNMGjvNps=; b=URZcGrhfB9kLkm8W0xVlL1cdNDOx4TwTo6t7bdwJESz0qEHmo42+oUFI84dWP6c8T9 t0cINNwvIoxgBS6PU652lqit/BJ1ceMire3bG31mtQHGhvd2wt6chAl5okD179Is6qCa L8efeVUqin4dmIu6/ThTqT415lDh4OZyk96VcgB2L9OVo2F+tR41sYaUoHrRJIjb0EDM /sEjcsFgiqXJvAnOPzTWpKN821gI5cm7bIu7c1O/dynOdu36PC2UqVDNOShZz7ViPpPd bWkYcEIrX5uEyAQh6VSqmlewiTiIhfbOQVgfHXEp5nQSVwGdQdhPvbw4JZS9p6vkUfZS iY6g== X-Gm-Message-State: AElRT7EziNErzDctp9A9JQLLXRxadCmhH0wHGZ8GZeoyyp2cA1QrP8LF ifD29gVTA36JksiOOQ2Um2jnCM8IhJoPHNz+MNPJMg== X-Google-Smtp-Source: AG47ELv/ZVsH7xguqUymsrXb8Pap6xKoPV/L/Fg2ZgH9DyF/UwDzKMc6mmBZktddjuls4H1kMSQI6Yen14kqFC+G3AA= X-Received: by 10.36.148.204 with SMTP id j195mr2172132ite.1.1519994538228; Fri, 02 Mar 2018 04:42:18 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.2.145.7 with HTTP; Fri, 2 Mar 2018 04:41:37 -0800 (PST) In-Reply-To: <57ae0309-a57a-1a4a-216a-e6b19b8277e0@bayofrum.net> References: <201803011335.w21DZKeD071065@repo.freebsd.org> <20180301134234.qwfzlrfardixnmfl@atuin.in.mat.cc> <57ae0309-a57a-1a4a-216a-e6b19b8277e0@bayofrum.net> From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 20:41:37 +0800 X-Google-Sender-Auth: IC3Wh8iUcA_bPf-Kl8l2hHcT8JM Message-ID: Subject: Re: svn commit: r463314 - head/databases/php5-tarantool To: Chris Rees Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 12:42:20 -0000 On Fri, Mar 2, 2018 at 2:57 AM, Chris Rees wrote: > > > On 01/03/2018 13:42, Mathieu Arnold wrote: > > On Thu, Mar 01, 2018 at 01:35:20PM +0000, Sunpoet Po-Chuan Hsieh wrote: > >> +PORTVERSION= 20160226 # 0.1.0 > >> +GH_TAGNAME= 0.1.0 > > Please, PORTVERSION=0.1.0. > > > Also, if you do use a date, 0.0.20160226 avoids the need for PORTEPOCH > once a proper release is made. > > Hi, But it was "20151222" before I took this port. -PORTVERSION= ${TR_VER} +PORTVERSION= 20160226 # 0.1.0 -TR_VER= 20151222 > Cheers, > > Chris > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > From owner-svn-ports-head@freebsd.org Fri Mar 2 12:57:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 411BDF432C1 for ; Fri, 2 Mar 2018 12:57:03 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) 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 C53F17F2B5 for ; Fri, 2 Mar 2018 12:57:02 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-io0-x22b.google.com with SMTP id m22so10488752iob.12 for ; Fri, 02 Mar 2018 04:57:02 -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; bh=puEvGddXKbpM5qBHTsXLTX0DfXSGiAWcj+iGD5EeOH0=; b=BR6SxolRg0+p44fBEOgqlCjkpcKY+BSP2oDIHJaP1kbTUXv/P+94EfmCxr+DjjemQT mqpVc9+fjUTOrg6mUTrKn7klPMQ+/HjLdzaUuLvBXS5YJq+ht2jishzXwORK4z3lwOYQ Ry+92Aj1HbGwiGsnJO6H+hpvA5imPIo3/sBfguzQylsAuNk6grqLEIMyrGOgnUK4mjLx yFi1h1X2wpAOoizOV4v0Tfh915pefmwzSfW6bNHL+OhOiclmwN8brbC4jV0aoM0bESck pvHyrnJgL9k3Mcsqr7ukNVhsv2yr6YtAZ2/ZDCcCuLE0DTW1p0gHh57mNCVR8aXnvgPR cJng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=puEvGddXKbpM5qBHTsXLTX0DfXSGiAWcj+iGD5EeOH0=; b=aR5WrqqVWxmXT9ca1QS+59tTvMOQtaqtIVEXWXo5DxbXnq4uIz5EGmbhimbGqphJey DVyDQETa6ZGO4xLoUJN3Aoay2pdA2Fpm+LcFVfSLmk6CVC4PvJWVmduPEY6/etq8QR58 tknnyqKVfh0tcj4JabDu86TTo8ddrr2NhxA3+4wXp4xfBS+zYswGvtNFn+rYFxILAxDD 16DCXK5vS+MvqdDOSsD9+qHE4M8dNz6Lt0EY3ZS1Q9I23abIzPoH0jraRaYebe7Cx6Bw /UaZnE30bQEwl4nwAjnSt4Jdv7hOfNJ8NYH/pIKeC/Z2QVAarpeZ0Ox562BvCfre5NRA 6zIg== X-Gm-Message-State: APf1xPDOkjDeAW8/jZARJ5IReI4BgDYbTmpFe5Ja/ooR3LBSc9PJe8Z+ 4kSJh4L6ulOJ/ZDzBWlCMvtwFtE6lb2uwSmh35oAzg== X-Google-Smtp-Source: AG47ELt6tczJbxxHoL36f5R9c6i6AVU6vIyxZPYBT+IXH0ohXWVUT5+/nEVinOwkUMB4ANV8q+/ac06xJGzimLmar4o= X-Received: by 10.107.128.77 with SMTP id b74mr6409453iod.233.1519995422090; Fri, 02 Mar 2018 04:57:02 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.2.145.7 with HTTP; Fri, 2 Mar 2018 04:56:21 -0800 (PST) In-Reply-To: <201803020851.w228pIjs052801@repo.freebsd.org> References: <201803020851.w228pIjs052801@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 20:56:21 +0800 X-Google-Sender-Auth: XKe5Jaqup1WSlU8vKnDhaeAQlao Message-ID: Subject: Re: svn commit: r463383 - in head/sysutils/freefilesync: . files To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 12:57:03 -0000 On Fri, Mar 2, 2018 at 4:51 PM, Yuri Victorovich wrote: > Author: yuri > Date: Fri Mar 2 08:51:18 2018 > New Revision: 463383 > URL: https://svnweb.freebsd.org/changeset/ports/463383 > > Log: > sysutils/freefilesync: Update to 9.8 > > Port changes: > * Updated LICENSE_FILE > * Added IGNORE_FreeBSD_10 because of missing _cxa_thread_atexit() FYI, here it is. https://svnweb.freebsd.org/base?view=revision&revision=304527 Regards, sunpoet > * Added to LIB_DEPENDS > * Added USE_GNOME > * Removed USE_LDCONFIG > * Updated post-patch > > PR: 226276 > Submitted by: Olexandr Davydenko > Approved by: tcberner (mentor, implicit) > > Added: > head/sysutils/freefilesync/files/patch-lib_dir__lock.h (contents, > props changed) > head/sysutils/freefilesync/files/patch-ui_main__dlg.cpp (contents, > props changed) > head/sysutils/freefilesync/files/patch-zen_file__io.cpp (contents, > props changed) > head/sysutils/freefilesync/files/patch-zen_thread.h (contents, props > changed) > Deleted: > head/sysutils/freefilesync/files/patch-fs_native.cpp > head/sysutils/freefilesync/files/patch-zen_scope__guard.h > Modified: > head/sysutils/freefilesync/Makefile > head/sysutils/freefilesync/distinfo > head/sysutils/freefilesync/files/patch-Makefile > head/sysutils/freefilesync/files/patch-ui_version__check.cpp > head/sysutils/freefilesync/pkg-plist > From owner-svn-ports-head@freebsd.org Fri Mar 2 13:06:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B356F43DB9; Fri, 2 Mar 2018 13:06:25 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF09A7FAEE; Fri, 2 Mar 2018 13:06:24 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BA9D17D75; Fri, 2 Mar 2018 13:06:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22D6O98079055; Fri, 2 Mar 2018 13:06:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22D6Osm079053; Fri, 2 Mar 2018 13:06:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201803021306.w22D6Osm079053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 2 Mar 2018 13:06:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463392 - in head/textproc: elasticsearch5 elasticsearch6 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/textproc: elasticsearch5 elasticsearch6 X-SVN-Commit-Revision: 463392 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 13:06:25 -0000 Author: feld Date: Fri Mar 2 13:06:24 2018 New Revision: 463392 URL: https://svnweb.freebsd.org/changeset/ports/463392 Log: textproc/elasticsearch{5,6}: Fix symlink Relative symlinks should only be used when both files are in the STAGEDIR. In this situation poudriere was producing usable packages because of the unique location of WRKSRC (/wrksrc/...) which caused the relative symlink to be deep enough "../../../../../" to hit the root of the filesystem and then point to the location of the file. However, users who were building the port directory with "make" or "portmaster" were getting symlinks that did not point to the right location. PR: 226234 226265 222261 Modified: head/textproc/elasticsearch5/Makefile head/textproc/elasticsearch6/Makefile Modified: head/textproc/elasticsearch5/Makefile ============================================================================== --- head/textproc/elasticsearch5/Makefile Fri Mar 2 12:11:51 2018 (r463391) +++ head/textproc/elasticsearch5/Makefile Fri Mar 2 13:06:24 2018 (r463392) @@ -3,7 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 5.6.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -74,7 +74,7 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/elasticsearch ${INSTALL} -lrs ${STAGEDIR}${PREFIX}/lib/elasticsearch/bin/elasticsearch-plugin ${STAGEDIR}${PREFIX}/bin/elasticsearch-plugin - ${INSTALL} -lrs ${JAVASHAREDIR}/classes/jna.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib/jna.jar + ${LN} -s ${JAVASHAREDIR}/classes/jna.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib/jna.jar do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/textproc/elasticsearch6/Makefile ============================================================================== --- head/textproc/elasticsearch6/Makefile Fri Mar 2 12:11:51 2018 (r463391) +++ head/textproc/elasticsearch6/Makefile Fri Mar 2 13:06:24 2018 (r463392) @@ -3,7 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 6.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -74,7 +74,7 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/elasticsearch/plugins ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/elasticsearch ${INSTALL} -lrs ${STAGEDIR}${PREFIX}/lib/elasticsearch/bin/elasticsearch-plugin ${STAGEDIR}${PREFIX}/bin/elasticsearch-plugin - ${INSTALL} -lrs ${JAVASHAREDIR}/classes/jna.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib/jna.jar + ${LN} -s ${JAVASHAREDIR}/classes/jna.jar ${STAGEDIR}${PREFIX}/lib/elasticsearch/lib/jna.jar do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Mar 2 13:07:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08B92F43FB7; Fri, 2 Mar 2018 13:07:45 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B27357FCB2; Fri, 2 Mar 2018 13:07:44 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD87717D79; Fri, 2 Mar 2018 13:07:44 +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 w22D7iOj079254; Fri, 2 Mar 2018 13:07:44 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22D7imk079252; Fri, 2 Mar 2018 13:07:44 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201803021307.w22D7imk079252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Fri, 2 Mar 2018 13:07:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463393 - head/net/gnatsd X-SVN-Group: ports-head X-SVN-Commit-Author: olgeni X-SVN-Commit-Paths: head/net/gnatsd X-SVN-Commit-Revision: 463393 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 13:07:45 -0000 Author: olgeni Date: Fri Mar 2 13:07:44 2018 New Revision: 463393 URL: https://svnweb.freebsd.org/changeset/ports/463393 Log: Update net/gnatsd to version 1.0.6. Modified: head/net/gnatsd/Makefile head/net/gnatsd/distinfo Modified: head/net/gnatsd/Makefile ============================================================================== --- head/net/gnatsd/Makefile Fri Mar 2 13:06:24 2018 (r463392) +++ head/net/gnatsd/Makefile Fri Mar 2 13:07:44 2018 (r463393) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnatsd -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.6 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= net Modified: head/net/gnatsd/distinfo ============================================================================== --- head/net/gnatsd/distinfo Fri Mar 2 13:06:24 2018 (r463392) +++ head/net/gnatsd/distinfo Fri Mar 2 13:07:44 2018 (r463393) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506579905 -SHA256 (nats-io-gnatsd-v1.0.4_GH0.tar.gz) = 860479e3fcac18402737533da39018f784e56f28e55b7e2067a0f78ea9793717 -SIZE (nats-io-gnatsd-v1.0.4_GH0.tar.gz) = 312504 +TIMESTAMP = 1519995996 +SHA256 (nats-io-gnatsd-v1.0.6_GH0.tar.gz) = 1e1250591008c59df609f4714f1e91bc97984902cfe2007bc0d042f25cc1ed80 +SIZE (nats-io-gnatsd-v1.0.6_GH0.tar.gz) = 321056 From owner-svn-ports-head@freebsd.org Fri Mar 2 13:07:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77B85F44002; Fri, 2 Mar 2018 13:07:58 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24AB17FD8A; Fri, 2 Mar 2018 13:07:58 +0000 (UTC) (envelope-from adridg@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05F6017D7A; Fri, 2 Mar 2018 13:07:58 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22D7vH5079406; Fri, 2 Mar 2018 13:07:57 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22D7vOc079403; Fri, 2 Mar 2018 13:07:57 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201803021307.w22D7vOc079403@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Fri, 2 Mar 2018 13:07:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463394 - in head: Mk databases/qt4-ibase-plugin devel/qt4 X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head: Mk databases/qt4-ibase-plugin devel/qt4 X-SVN-Commit-Revision: 463394 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 13:07:58 -0000 Author: adridg Date: Fri Mar 2 13:07:57 2018 New Revision: 463394 URL: https://svnweb.freebsd.org/changeset/ports/463394 Log: Disable Qt4 sql-ibase plugin on not-(i386|amd64) ibase is Firebird, which only builds on i386 and amd64. This patch squashes the ibase plugin for Qt4. PR: 216943 Submitted by: linimon Reported by: linimon Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14326 Modified: head/Mk/bsd.qt.mk head/databases/qt4-ibase-plugin/Makefile head/devel/qt4/Makefile Modified: head/Mk/bsd.qt.mk ============================================================================== --- head/Mk/bsd.qt.mk Fri Mar 2 13:07:44 2018 (r463393) +++ head/Mk/bsd.qt.mk Fri Mar 2 13:07:57 2018 (r463394) @@ -313,9 +313,12 @@ CONFIGURE_ARGS+=--with-qt-includes=${QT_INCDIR} \ _USE_QT_ALL= assistant dbus declarative designer doc gui help \ imageformats l10n linguist linguisttools multimedia \ network opengl pixeltool qdbusviewer qmake script \ - scripttools sql sql-ibase sql-mysql sql-odbc sql-pgsql \ + scripttools sql sql-mysql sql-odbc sql-pgsql \ sql-sqlite2 sql-sqlite3 svg testlib webkit \ xml xmlpatterns +.if ${ARCH} == amd64 || ${ARCH} == i386 +_USE_QT_ALL+= sql-ibase +.endif _USE_QT4_ONLY= accessible assistant-adp assistantclient clucene codecs-cn codecs-jp \ codecs-kr codecs-tw corelib demo graphicssystems-opengl \ Modified: head/databases/qt4-ibase-plugin/Makefile ============================================================================== --- head/databases/qt4-ibase-plugin/Makefile Fri Mar 2 13:07:44 2018 (r463393) +++ head/databases/qt4-ibase-plugin/Makefile Fri Mar 2 13:07:57 2018 (r463394) @@ -7,4 +7,6 @@ COMMENT= Qt InterBase/Firebird database plugin DB= ibase USES= firebird +ONLY_FOR_ARCHS= i386 amd64 + .include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers" Modified: head/devel/qt4/Makefile ============================================================================== --- head/devel/qt4/Makefile Fri Mar 2 13:07:44 2018 (r463393) +++ head/devel/qt4/Makefile Fri Mar 2 13:07:57 2018 (r463394) @@ -31,7 +31,7 @@ GSTREAMER_USE= phonon-gst NLS_USE= l10n SQL_PLUGINS_DESC= Install database plugins for QtSql -SQL_PLUGINS_USE=sql-ibase sql-mysql sql-odbc sql-pgsql sql-sqlite2 \ +SQL_PLUGINS_USE=sql-mysql sql-odbc sql-pgsql sql-sqlite2 \ sql-sqlite3 TOOLS_DESC= Install Qt tools (qmake, moc, etc.) @@ -43,5 +43,11 @@ TOOLS_USE= assistant help-tools linguist linguisttools .for opt in ${OPTIONS_DEFINE} ${opt}_USE:= ${${opt}_USE:S/^/QT4=/:S/$/_run/} .endfor + +.include + +.if ${ARCH} == amd64 || ${ARCH} == i386 +SQL_PLUGINS_USE+= sql-ibase +.endif .include From owner-svn-ports-head@freebsd.org Fri Mar 2 13:12:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16634F444E0; Fri, 2 Mar 2018 13:12:00 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B840A80182; Fri, 2 Mar 2018 13:11:59 +0000 (UTC) (envelope-from tz@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B313E17DE9; Fri, 2 Mar 2018 13:11:59 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22DBxuO080548; Fri, 2 Mar 2018 13:11:59 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22DBxBg080545; Fri, 2 Mar 2018 13:11:59 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201803021311.w22DBxBg080545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 2 Mar 2018 13:11:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463395 - in head: devel/php72-intl lang/php72 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: in head: devel/php72-intl lang/php72 X-SVN-Commit-Revision: 463395 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 13:12:00 -0000 Author: tz Date: Fri Mar 2 13:11:59 2018 New Revision: 463395 URL: https://svnweb.freebsd.org/changeset/ports/463395 Log: lang/php72: Update from 7.2.2 to 7.2.3 Changelog: http://www.php.net/ChangeLog-7.php#7.2.3 MFH: 2018Q1 Modified: head/devel/php72-intl/Makefile head/lang/php72/Makefile head/lang/php72/distinfo Modified: head/devel/php72-intl/Makefile ============================================================================== --- head/devel/php72-intl/Makefile Fri Mar 2 13:07:57 2018 (r463394) +++ head/devel/php72-intl/Makefile Fri Mar 2 13:11:59 2018 (r463395) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php72 Modified: head/lang/php72/Makefile ============================================================================== --- head/lang/php72/Makefile Fri Mar 2 13:07:57 2018 (r463394) +++ head/lang/php72/Makefile Fri Mar 2 13:11:59 2018 (r463395) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.2 +DISTVERSION= 7.2.3 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php72/distinfo ============================================================================== --- head/lang/php72/distinfo Fri Mar 2 13:07:57 2018 (r463394) +++ head/lang/php72/distinfo Fri Mar 2 13:11:59 2018 (r463395) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517567373 -SHA256 (php-7.2.2.tar.xz) = 47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11 -SIZE (php-7.2.2.tar.xz) = 12022280 +TIMESTAMP = 1519983066 +SHA256 (php-7.2.3.tar.xz) = b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f +SIZE (php-7.2.3.tar.xz) = 12098236 From owner-svn-ports-head@freebsd.org Fri Mar 2 13:27:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E793F453CF; Fri, 2 Mar 2018 13:27:14 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C1728095C; Fri, 2 Mar 2018 13:27:14 +0000 (UTC) (envelope-from adridg@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22C18180AE; Fri, 2 Mar 2018 13:27:14 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22DRDFc089670; Fri, 2 Mar 2018 13:27:13 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22DRD3o089669; Fri, 2 Mar 2018 13:27:13 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201803021327.w22DRD3o089669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Fri, 2 Mar 2018 13:27:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463396 - head/databases/qt5-sqldrivers-ibase X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/databases/qt5-sqldrivers-ibase X-SVN-Commit-Revision: 463396 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 13:27:14 -0000 Author: adridg Date: Fri Mar 2 13:27:13 2018 New Revision: 463396 URL: https://svnweb.freebsd.org/changeset/ports/463396 Log: Disable Qt5 sqldrivers-ibase on not-(i386|amd64) This is basically r463394, repeated for Qt5 Approved by: tcberner (mentor, implicit) Modified: head/databases/qt5-sqldrivers-ibase/Makefile Modified: head/databases/qt5-sqldrivers-ibase/Makefile ============================================================================== --- head/databases/qt5-sqldrivers-ibase/Makefile Fri Mar 2 13:11:59 2018 (r463395) +++ head/databases/qt5-sqldrivers-ibase/Makefile Fri Mar 2 13:27:13 2018 (r463396) @@ -5,4 +5,6 @@ DB_DESC= InterBase/Firebird USES= firebird +ONLY_FOR_ARCHS= i386 amd64 + .include "${.CURDIR:H:H}/devel/qt5/Makefile.sqldrivers" From owner-svn-ports-head@freebsd.org Fri Mar 2 13:29:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B14DF455AE for ; Fri, 2 Mar 2018 13:29:10 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::230]) (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 E7E6080AED for ; Fri, 2 Mar 2018 13:29:09 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-io0-x230.google.com with SMTP id u84so10600083iod.9 for ; Fri, 02 Mar 2018 05:29:09 -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; bh=HhdU2nTw/s4EEGi3UJJiUfejCIA2zXJKTYJFgXDOXr0=; b=rbDznqcPNRPC60TBLcOQ9fE4KI9dQQYrPp8B96LMNxxQXxpyHBAG0FSohh+t1VPKWh qBUE6XMdhuZgFwTAnkePUz95jT2rxk5k4701HEbE1k1LJ+MFKeHs/yDYv+E5fOxCV6vP onAdXDr+v1zgNhWlInDb6kL/byMNY06qCwaPoqe5DvZKkGcctbSQHiDLgg+0VVLaWAi/ GedEW7j3aKh9ELO8ECoM7sgE+1hcNSkY++9EheUnsJ+02PGFGzxwCQKbEhxRWseXR7wD cPVUT0+ZWipVPdSFRBISJVuZkOtSfxbqxce1BnEcYpGT1TJi/2X5XNlfg674LBsnp+oi e/vw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=HhdU2nTw/s4EEGi3UJJiUfejCIA2zXJKTYJFgXDOXr0=; b=Cnk5HnBhBtRXPqcBET7XX7yPHsNL4WyYQU01Gsy4k5wryXXtcwbx6COA0zFyRlENCy Qure4cklajE4fv+vki1abbPf+CdQ23qeisqI93G+IN1JWI42XcA/no/jC5QLysHR8XBy Nv94mxDVhj4GzQhK7Eu+h+Ic4eLcJw+bOAjaXrZiuTCWYczPt8NvEwrBamGJn1Ix3FPS +0dow4PcwrZT/YpHVU4rz5f2/SzqVB6lp8/oLqLSfOwqvNb97khdvrO6xZArrWLfaTSB qTf8DpWGCZY3zGWB5WJi9r1RK+QWXtxNut5gVd2pc+bmtUF9u56A2knWihyql5j90yY3 yz2g== X-Gm-Message-State: AElRT7EBofAaTy11965O8RPTPvczErQqEzFW/D+5aMYcpEBgGlZCT//y Hz2IkxCkPl1POUyQ0JTYvCJPL79vQjg7irjnVkID5g== X-Google-Smtp-Source: AG47ELu43xg1wmYovee7hQN2MROAbVBR+UTOjWhT/9A5uiixRUlotNshTD8w3IS1CXyxse0QSBil5Q1L+FGek/FobSc= X-Received: by 10.107.21.3 with SMTP id 3mr6123701iov.148.1519997349273; Fri, 02 Mar 2018 05:29:09 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.2.145.7 with HTTP; Fri, 2 Mar 2018 05:28:28 -0800 (PST) In-Reply-To: References: <201803011335.w21DZl3h071754@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 21:28:28 +0800 X-Google-Sender-Auth: ll0NqtyCU5tjwvnMEeWcvBgtXeo Message-ID: Subject: Re: svn commit: r463319 - in head/www/nginx: . files To: Jochen Neumeister Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 13:29:10 -0000 On Fri, Mar 2, 2018 at 12:14 AM, Jochen Neumeister wrote: > > > Am 01.03.2018 um 15:44 schrieb Sunpoet Po-Chuan Hsieh: > > On Thu, Mar 1, 2018 at 10:37 PM, Jochen Neumeister > wrote: > >> >> >> Am 01.03.2018 um 14:35 schrieb Sunpoet Po-Chuan Hsieh: >> >> Author: sunpoet >> Date: Thu Mar 1 13:35:47 2018 >> New Revision: 463319 >> URL: https://svnweb.freebsd.org/changeset/ports/463319 >> >> Log: >> Fix build with msgpuck 2.0 >> >> >> It would be very nice of you to ask next time if that's ok! >> >> joneum >> > > Hi, > > I've sent a review before. It's the simpler fix. > > Regards, > sunpoet > > > Then it would be even better if you wait until you get an okay! > I have not given the review a go yet. > > joneum > > FYI. In newer msgpuck, it has: #if defined(MP_SOURCE) #error MP_SOURCE is not supported anymore, please link libmsgpuck.a #endif This trivial build fix is already covered by blanket approval. Regards, sunpoet > > >> >> Added: >> head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c (contents, props changed) >> Modified: >> head/www/nginx/Makefile >> >> Modified: head/www/nginx/Makefile >> ============================================================================== >> --- head/www/nginx/Makefile Thu Mar 1 13:35:41 2018 (r463318) >> +++ head/www/nginx/Makefile Thu Mar 1 13:35:47 2018 (r463319) >> @@ -701,7 +701,8 @@ CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_nginx_ta >> .else >> CONFIGURE_ARGS+=--add-module=${WRKSRC_nginx_tarantool} >> .endif >> -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config >> +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config \ >> + ${PATCHDIR}/extra-patch-ngx_http_tarantool-src-tp_transcode.c >> .endif >> >> .if ${PORT_OPTIONS:MHTTP_SECURE_LINK} >> >> Added: head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c Thu Mar 1 13:35:47 2018 (r463319) >> @@ -0,0 +1,13 @@ >> +--- ../nginx_upstream_module-1278ee5/src/tp_transcode.c.orig 2016-08-08 03:39:47.000000000 +0800 >> ++++ ../nginx_upstream_module-1278ee5/src/tp_transcode.c 2018-03-01 04:23:02.513740000 +0800 >> +@@ -38,10 +38,6 @@ >> + # define GNU_SOURCES 1 >> + #endif /* !GNU_SOURCES */ >> + >> +-#if !defined(MP_SOURCE) >> +-# define MP_SOURCE 1 >> +-#endif /* !MP_SOURCE */ >> +- >> + #include "tp_ext.h" >> + #include "tp_transcode.h" >> + >> >> >> >> > > From owner-svn-ports-head@freebsd.org Fri Mar 2 13:34:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A396BF45CCA; Fri, 2 Mar 2018 13:34:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 59CE981004; Fri, 2 Mar 2018 13:34:28 +0000 (UTC) (envelope-from cpm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 508EA1823D; Fri, 2 Mar 2018 13:34:28 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22DYS5f094645; Fri, 2 Mar 2018 13:34:28 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22DYRjg094642; Fri, 2 Mar 2018 13:34:27 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201803021334.w22DYRjg094642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Fri, 2 Mar 2018 13:34:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463397 - head/net-im/corebird X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/net-im/corebird X-SVN-Commit-Revision: 463397 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 13:34:28 -0000 Author: cpm Date: Fri Mar 2 13:34:27 2018 New Revision: 463397 URL: https://svnweb.freebsd.org/changeset/ports/463397 Log: net-im/corebird: Update to 1.7.4 Changelog: https://github.com/baedert/corebird/releases/tag/1.7.4 Modified: head/net-im/corebird/Makefile head/net-im/corebird/distinfo head/net-im/corebird/pkg-plist Modified: head/net-im/corebird/Makefile ============================================================================== --- head/net-im/corebird/Makefile Fri Mar 2 13:27:13 2018 (r463396) +++ head/net-im/corebird/Makefile Fri Mar 2 13:34:27 2018 (r463397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.4 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org Modified: head/net-im/corebird/distinfo ============================================================================== --- head/net-im/corebird/distinfo Fri Mar 2 13:27:13 2018 (r463396) +++ head/net-im/corebird/distinfo Fri Mar 2 13:34:27 2018 (r463397) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511217471 -SHA256 (baedert-corebird-1.7.3_GH0.tar.gz) = 9690990492479118d5d878ae027f6e788d96c93f3628b8b238afa5cd340c8c90 -SIZE (baedert-corebird-1.7.3_GH0.tar.gz) = 549097 +TIMESTAMP = 1519992720 +SHA256 (baedert-corebird-1.7.4_GH0.tar.gz) = 8d3facfbad0f1128bc77be517c0bcbcfe1be19698c05fc0a32402f98939dabb1 +SIZE (baedert-corebird-1.7.4_GH0.tar.gz) = 555650 Modified: head/net-im/corebird/pkg-plist ============================================================================== --- head/net-im/corebird/pkg-plist Fri Mar 2 13:27:13 2018 (r463396) +++ head/net-im/corebird/pkg-plist Fri Mar 2 13:34:27 2018 (r463397) @@ -42,6 +42,7 @@ share/metainfo/org.baedert.corebird.appdata.xml %%NLS%%share/locale/ro/LC_MESSAGES/corebird.mo %%NLS%%share/locale/ru/LC_MESSAGES/corebird.mo %%NLS%%share/locale/sr/LC_MESSAGES/corebird.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/corebird.mo %%NLS%%share/locale/tr/LC_MESSAGES/corebird.mo %%NLS%%share/locale/uk_UA/LC_MESSAGES/corebird.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/corebird.mo From owner-svn-ports-head@freebsd.org Fri Mar 2 13:35:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1628DF45D83; Fri, 2 Mar 2018 13:35:13 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [176.9.39.170]) (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 6C693810FC; Fri, 2 Mar 2018 13:35:11 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from phantomias.home.jochen-neumeister.de (p5B0FDE01.dip0.t-ipconnect.de [91.15.222.1]) by toco-domains.de (Postfix) with ESMTPA id 2C79D1AAF021; Fri, 2 Mar 2018 14:35:10 +0100 (CET) Subject: Re: svn commit: r463319 - in head/www/nginx: . files To: Sunpoet Po-Chuan Hsieh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201803011335.w21DZl3h071754@repo.freebsd.org> From: Jochen Neumeister Message-ID: <10996678-7d14-775f-f669-8f72a8dbd8ec@FreeBSD.org> Date: Fri, 2 Mar 2018 14:35:08 +0100 MIME-Version: 1.0 In-Reply-To: Content-Language: de-DE Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 13:35:13 -0000 Am 02.03.2018 um 14:28 schrieb Sunpoet Po-Chuan Hsieh: > On Fri, Mar 2, 2018 at 12:14 AM, Jochen Neumeister > wrote: > > > > Am 01.03.2018 um 15:44 schrieb Sunpoet Po-Chuan Hsieh: >> On Thu, Mar 1, 2018 at 10:37 PM, Jochen Neumeister >> > wrote: >> >> >> >> Am 01.03.2018 um 14:35 schrieb Sunpoet Po-Chuan Hsieh: >>> Author: sunpoet >>> Date: Thu Mar 1 13:35:47 2018 >>> New Revision: 463319 >>> URL:https://svnweb.freebsd.org/changeset/ports/463319 >>> >>> >>> Log: >>> Fix build with msgpuck 2.0 >> >> It would be very nice of you to ask next time if that's ok! >> >> joneum >> >> >> Hi, >> >> I've sent a review before. It's the simpler fix. >> >> Regards, >> sunpoet > > Then it would be even better if you wait until you get an okay! > I have not given the review a go yet. > > joneum > > > FYI. > In newer msgpuck, it has: > > #if defined(MP_SOURCE) > #error MP_SOURCE is not supported anymore, please link libmsgpuck.a > #endif > > This trivial build fix is already covered by blanket approval. > > Regards, > sunpoet And why make a review if you do not wait for approval? Others have already told you: Inform the maintainers! They always fall into the work of others. Whether here or in PR. That is unhealthy! joneum >> >> >> >>> Added: >>> head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c (contents, props changed) >>> Modified: >>> head/www/nginx/Makefile >>> >>> Modified: head/www/nginx/Makefile >>> ============================================================================== >>> --- head/www/nginx/Makefile Thu Mar 1 13:35:41 2018 (r463318) >>> +++ head/www/nginx/Makefile Thu Mar 1 13:35:47 2018 (r463319) >>> @@ -701,7 +701,8 @@ CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_nginx_ta >>> .else >>> CONFIGURE_ARGS+=--add-module=${WRKSRC_nginx_tarantool} >>> .endif >>> -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config >>> +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config \ >>> + ${PATCHDIR}/extra-patch-ngx_http_tarantool-src-tp_transcode.c >>> .endif >>> >>> .if ${PORT_OPTIONS:MHTTP_SECURE_LINK} >>> >>> Added: head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c >>> ============================================================================== >>> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >>> +++ head/www/nginx/files/extra-patch-ngx_http_tarantool-src-tp_transcode.c Thu Mar 1 13:35:47 2018 (r463319) >>> @@ -0,0 +1,13 @@ >>> +--- ../nginx_upstream_module-1278ee5/src/tp_transcode.c.orig 2016-08-08 03:39:47.000000000 +0800 >>> ++++ ../nginx_upstream_module-1278ee5/src/tp_transcode.c 2018-03-01 04:23:02.513740000 +0800 >>> +@@ -38,10 +38,6 @@ >>> + # define GNU_SOURCES 1 >>> + #endif /* !GNU_SOURCES */ >>> + >>> +-#if !defined(MP_SOURCE) >>> +-# define MP_SOURCE 1 >>> +-#endif /* !MP_SOURCE */ >>> +- >>> + #include "tp_ext.h" >>> + #include "tp_transcode.h" >>> + >>> >> >> > > From owner-svn-ports-head@freebsd.org Fri Mar 2 13:36:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15A99F45EC3; Fri, 2 Mar 2018 13:36:30 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B832F8121D; Fri, 2 Mar 2018 13:36:29 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9DA51823E; Fri, 2 Mar 2018 13:36:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22DaTdk094830; Fri, 2 Mar 2018 13:36:29 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22DaTBq094829; Fri, 2 Mar 2018 13:36:29 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201803021336.w22DaTBq094829@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 2 Mar 2018 13:36:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463398 - head/net-mgmt/unifi-devel X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/net-mgmt/unifi-devel X-SVN-Commit-Revision: 463398 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 13:36:30 -0000 Author: feld Date: Fri Mar 2 13:36:29 2018 New Revision: 463398 URL: https://svnweb.freebsd.org/changeset/ports/463398 Log: net-mgmt/unifi-devel: Replace bundled snappy jar Overwrite whichever version is shipped with a symlink to the version installed by the package dependency. PR: 223401 Submitted by: maintainer Modified: head/net-mgmt/unifi-devel/Makefile Modified: head/net-mgmt/unifi-devel/Makefile ============================================================================== --- head/net-mgmt/unifi-devel/Makefile Fri Mar 2 13:34:27 2018 (r463397) +++ head/net-mgmt/unifi-devel/Makefile Fri Mar 2 13:36:29 2018 (r463398) @@ -3,6 +3,7 @@ PORTNAME= unifi PORTVERSION= 5.7.15 +PORTREVISION= 1 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}-${UNIFI_BUILD}/ PKGNAMESUFFIX= -devel @@ -49,8 +50,7 @@ CONFLICTS= unifi2-* unifi3-* unifi4-* unifi5-* DIR_LIST= conf data logs run work post-patch: - ${RM} ${WRKSRC}/usr/lib/unifi/lib/snappy-java-1.1.2.6.jar ${WRKSRC}/usr/lib/unifi/bin/* - (cd ${WRKSRC}/usr/lib/unifi/lib && ${LN} -s ${JAVAJARDIR}/snappy-java.jar snappy-java-1.1.2.6.jar) + (cd ${WRKSRC}/usr/lib/unifi/lib && ${LN} -f -s ${JAVAJARDIR}/snappy-java.jar snappy-java-*.jar) ${RM} -r ${WRKSRC}/usr/lib/unifi/lib/native do-install: From owner-svn-ports-head@freebsd.org Fri Mar 2 13:51:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14093F25491; Fri, 2 Mar 2018 13:51:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB48F81C55; Fri, 2 Mar 2018 13:51: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B496B1842A; Fri, 2 Mar 2018 13:51:42 +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 w22Dpglp004025; Fri, 2 Mar 2018 13:51:42 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22DpgDx004023; Fri, 2 Mar 2018 13:51:42 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201803021351.w22DpgDx004023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 2 Mar 2018 13:51:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463399 - head/security/rubygem-recog X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rubygem-recog X-SVN-Commit-Revision: 463399 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 13:51:43 -0000 Author: antoine Date: Fri Mar 2 13:51:42 2018 New Revision: 463399 URL: https://svnweb.freebsd.org/changeset/ports/463399 Log: Update to 2.1.28 Modified: head/security/rubygem-recog/Makefile head/security/rubygem-recog/distinfo Modified: head/security/rubygem-recog/Makefile ============================================================================== --- head/security/rubygem-recog/Makefile Fri Mar 2 13:36:29 2018 (r463398) +++ head/security/rubygem-recog/Makefile Fri Mar 2 13:51:42 2018 (r463399) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= recog -PORTVERSION= 2.1.17 +PORTVERSION= 2.1.18 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-recog/distinfo ============================================================================== --- head/security/rubygem-recog/distinfo Fri Mar 2 13:36:29 2018 (r463398) +++ head/security/rubygem-recog/distinfo Fri Mar 2 13:51:42 2018 (r463399) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512171233 -SHA256 (rubygem/recog-2.1.17.gem) = edfec56402b3affba7526d5c68a5aac7d3ac61875e1af674cce882f458962ff4 -SIZE (rubygem/recog-2.1.17.gem) = 225792 +TIMESTAMP = 1519997979 +SHA256 (rubygem/recog-2.1.18.gem) = 6b5345b5f740b68029efa5432a1fd4d76033032d3ca9600bec2427f28cd6937b +SIZE (rubygem/recog-2.1.18.gem) = 226304 From owner-svn-ports-head@freebsd.org Fri Mar 2 13:52:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D090BF256B3; Fri, 2 Mar 2018 13:52:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8432981D70; Fri, 2 Mar 2018 13:52:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CCE718443; Fri, 2 Mar 2018 13:52:03 +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 w22Dq39L004156; Fri, 2 Mar 2018 13:52:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22Dq3Xx004154; Fri, 2 Mar 2018 13:52:03 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201803021352.w22Dq3Xx004154@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 2 Mar 2018 13:52:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463400 - head/security/rubygem-rex-core X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rubygem-rex-core X-SVN-Commit-Revision: 463400 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 13:52:04 -0000 Author: antoine Date: Fri Mar 2 13:52:02 2018 New Revision: 463400 URL: https://svnweb.freebsd.org/changeset/ports/463400 Log: Update to 0.1.13 Modified: head/security/rubygem-rex-core/Makefile head/security/rubygem-rex-core/distinfo Modified: head/security/rubygem-rex-core/Makefile ============================================================================== --- head/security/rubygem-rex-core/Makefile Fri Mar 2 13:51:42 2018 (r463399) +++ head/security/rubygem-rex-core/Makefile Fri Mar 2 13:52:02 2018 (r463400) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-core -PORTVERSION= 0.1.12 +PORTVERSION= 0.1.13 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-rex-core/distinfo ============================================================================== --- head/security/rubygem-rex-core/distinfo Fri Mar 2 13:51:42 2018 (r463399) +++ head/security/rubygem-rex-core/distinfo Fri Mar 2 13:52:02 2018 (r463400) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502057421 -SHA256 (rubygem/rex-core-0.1.12.gem) = f37e5afc571e90ad6f3c7426cec0767243be7b8d81884d7747fdaec32f71bc99 -SIZE (rubygem/rex-core-0.1.12.gem) = 30208 +TIMESTAMP = 1519997919 +SHA256 (rubygem/rex-core-0.1.13.gem) = 7b6385ca4f0d71b09b4a9619addc2c40014b3682e8de56cc64f28b8adc7137ad +SIZE (rubygem/rex-core-0.1.13.gem) = 30208 From owner-svn-ports-head@freebsd.org Fri Mar 2 13:52:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E975F2577E; Fri, 2 Mar 2018 13:52:23 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4511E81FC8; Fri, 2 Mar 2018 13:52:23 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4003818567; Fri, 2 Mar 2018 13:52:23 +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 w22DqNgo005173; Fri, 2 Mar 2018 13:52:23 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22DqNoT005171; Fri, 2 Mar 2018 13:52:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201803021352.w22DqNoT005171@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 2 Mar 2018 13:52:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463401 - head/security/rubygem-rex-exploitation X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rubygem-rex-exploitation X-SVN-Commit-Revision: 463401 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 13:52:23 -0000 Author: antoine Date: Fri Mar 2 13:52:22 2018 New Revision: 463401 URL: https://svnweb.freebsd.org/changeset/ports/463401 Log: Update to 0.1.17 Modified: head/security/rubygem-rex-exploitation/Makefile head/security/rubygem-rex-exploitation/distinfo Modified: head/security/rubygem-rex-exploitation/Makefile ============================================================================== --- head/security/rubygem-rex-exploitation/Makefile Fri Mar 2 13:52:02 2018 (r463400) +++ head/security/rubygem-rex-exploitation/Makefile Fri Mar 2 13:52:22 2018 (r463401) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rex-exploitation -PORTVERSION= 0.1.16 +PORTVERSION= 0.1.17 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-rex-exploitation/distinfo ============================================================================== --- head/security/rubygem-rex-exploitation/distinfo Fri Mar 2 13:52:02 2018 (r463400) +++ head/security/rubygem-rex-exploitation/distinfo Fri Mar 2 13:52:22 2018 (r463401) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512171212 -SHA256 (rubygem/rex-exploitation-0.1.16.gem) = 16af5ff8738cb683908a4e9e60ca5c11f858ff76dfc9022b42145f9efca42559 -SIZE (rubygem/rex-exploitation-0.1.16.gem) = 79360 +TIMESTAMP = 1519997938 +SHA256 (rubygem/rex-exploitation-0.1.17.gem) = 10dd6875a5c50e53fb74d4701c7423bc0d8c8f22dd7df9e9c0d7500a70d935c1 +SIZE (rubygem/rex-exploitation-0.1.17.gem) = 79360 From owner-svn-ports-head@freebsd.org Fri Mar 2 13:52:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40FF7F25849; Fri, 2 Mar 2018 13:52:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7A74820D6; Fri, 2 Mar 2018 13:52: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E28EF18572; Fri, 2 Mar 2018 13:52:42 +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 w22DqgNN005305; Fri, 2 Mar 2018 13:52:42 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22Dqg0n005302; Fri, 2 Mar 2018 13:52:42 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201803021352.w22Dqg0n005302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 2 Mar 2018 13:52:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463402 - head/security/metasploit X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/metasploit X-SVN-Commit-Revision: 463402 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 13:52:43 -0000 Author: antoine Date: Fri Mar 2 13:52:42 2018 New Revision: 463402 URL: https://svnweb.freebsd.org/changeset/ports/463402 Log: Update to 4.16.43 Modified: head/security/metasploit/Makefile head/security/metasploit/distinfo Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Fri Mar 2 13:52:22 2018 (r463401) +++ head/security/metasploit/Makefile Fri Mar 2 13:52:42 2018 (r463402) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= metasploit -PORTVERSION= 4.16.41 +PORTVERSION= 4.16.43 CATEGORIES= security MAINTAINER= tanawts@gmail.com Modified: head/security/metasploit/distinfo ============================================================================== --- head/security/metasploit/distinfo Fri Mar 2 13:52:22 2018 (r463401) +++ head/security/metasploit/distinfo Fri Mar 2 13:52:42 2018 (r463402) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519829090 -SHA256 (rapid7-metasploit-framework-4.16.41_GH0.tar.gz) = 3bdf9397de308f9a5c8331be5f54ca5293728ccc4024bc0c59790c4e09e7d23c -SIZE (rapid7-metasploit-framework-4.16.41_GH0.tar.gz) = 25810546 +TIMESTAMP = 1519997840 +SHA256 (rapid7-metasploit-framework-4.16.43_GH0.tar.gz) = cb405e87f759502bd16ce4318713e907b714b545673fe32199a8dddd3e6fc10e +SIZE (rapid7-metasploit-framework-4.16.43_GH0.tar.gz) = 25822829 From owner-svn-ports-head@freebsd.org Fri Mar 2 14:20:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBDEFF276CD; Fri, 2 Mar 2018 14:20:04 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89C5D830F7; Fri, 2 Mar 2018 14:20:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 803DB1889C; Fri, 2 Mar 2018 14:20: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 w22EK4k6015727; Fri, 2 Mar 2018 14:20:04 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22EK39u015716; Fri, 2 Mar 2018 14:20:03 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201803021420.w22EK39u015716@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 2 Mar 2018 14:20:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463403 - head/multimedia/mythtv/files X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/multimedia/mythtv/files X-SVN-Commit-Revision: 463403 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 14:20:05 -0000 Author: jhale Date: Fri Mar 2 14:20:03 2018 New Revision: 463403 URL: https://svnweb.freebsd.org/changeset/ports/463403 Log: Rename and update patches per current convention ahead of new version update to make community testing of new version a little easier and eliminate potential confusion. PR: 225652 Added: head/multimedia/mythtv/files/patch-external_FFmpeg_configure - copied, changed from r463402, head/multimedia/mythtv/files/patch-external__FFmpeg__configure head/multimedia/mythtv/files/patch-external_FFmpeg_libavcodec_x86_ac3dsp__init.c - copied, changed from r463402, head/multimedia/mythtv/files/patch-external__FFmpeg__libavcodec__x86__ac3dsp_init.c head/multimedia/mythtv/files/patch-external_zeromq_src_Makefile.am - copied, changed from r463402, head/multimedia/mythtv/files/patch-external__zeromq__src__Makefile.am head/multimedia/mythtv/files/patch-libs_libmyth_remoteutil.h - copied, changed from r463402, head/multimedia/mythtv/files/patch-libs__libmyth__remoteutil.h head/multimedia/mythtv/files/patch-libs_libmythdvdnav_dvdnav_dvdnav.c - copied, changed from r463402, head/multimedia/mythtv/files/patch-libs__libmythdvdnav__dvdnav__dvdnav.c head/multimedia/mythtv/files/patch-libs_libmythtv_recorders_dvbstreamhandler.cpp - copied, changed from r463402, head/multimedia/mythtv/files/patch-libs__libmythtv__recorders__dvbstreamhandler.cpp head/multimedia/mythtv/files/patch-libs_libmythtv_videoout__vdpau.cpp - copied, changed from r463402, head/multimedia/mythtv/files/patch-libs__libmythtv__videoout_vdpau.cpp head/multimedia/mythtv/files/patch-libs_libmythui_mythgesture.cpp - copied, changed from r463402, head/multimedia/mythtv/files/patch-libs__libmythui__mythgesture.cpp head/multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp - copied, changed from r463402, head/multimedia/mythtv/files/patch-libs__libmythui__mythpainter.cpp head/multimedia/mythtv/files/patch-libs_libmythupnp_mmulticastsocketdevice.h - copied, changed from r463402, head/multimedia/mythtv/files/patch-libs__libmythupnp__mmulticastsocketdevice.h Deleted: head/multimedia/mythtv/files/patch-external__FFmpeg__configure head/multimedia/mythtv/files/patch-external__FFmpeg__libavcodec__x86__ac3dsp_init.c head/multimedia/mythtv/files/patch-external__zeromq__src__Makefile.am head/multimedia/mythtv/files/patch-libs__libmyth__remoteutil.h head/multimedia/mythtv/files/patch-libs__libmythdvdnav__dvdnav__dvdnav.c head/multimedia/mythtv/files/patch-libs__libmythtv__recorders__dvbstreamhandler.cpp head/multimedia/mythtv/files/patch-libs__libmythtv__videoout_vdpau.cpp head/multimedia/mythtv/files/patch-libs__libmythui__mythgesture.cpp head/multimedia/mythtv/files/patch-libs__libmythui__mythpainter.cpp head/multimedia/mythtv/files/patch-libs__libmythupnp__mmulticastsocketdevice.h Modified: head/multimedia/mythtv/files/patch-configure Modified: head/multimedia/mythtv/files/patch-configure ============================================================================== --- head/multimedia/mythtv/files/patch-configure Fri Mar 2 13:52:42 2018 (r463402) +++ head/multimedia/mythtv/files/patch-configure Fri Mar 2 14:20:03 2018 (r463403) @@ -1,6 +1,6 @@ ---- configure.orig 2013-09-18 20:06:08.000000000 +0000 -+++ configure 2013-10-18 11:11:10.000000000 +0000 -@@ -846,28 +846,28 @@ +--- configure.orig 2015-06-16 16:03:30 UTC ++++ configure +@@ -846,28 +846,28 @@ check_cc(){ log check_cc "$@" cat > $TMPC log_file $TMPC @@ -33,7 +33,7 @@ } as_o(){ -@@ -2539,7 +2539,7 @@ +@@ -2539,7 +2539,7 @@ python_default="python" # machine arch_default=$(uname -m) @@ -42,7 +42,7 @@ processor=`uname -p 2>/dev/null` processor_flags="" tune="generic" -@@ -3931,7 +3931,7 @@ +@@ -3931,7 +3931,7 @@ elif enabled x86; then i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx|core2|corei7*|amdfam10|barcelona|atom|bdver*) cpuflags="-march=$cpu" enable cmov @@ -51,7 +51,7 @@ ;; # targets that do support conditional mov but on which it's slow pentium4|pentium4m|prescott|nocona) -@@ -4102,7 +4102,6 @@ +@@ -4102,7 +4102,6 @@ case $target_os in append CCONFIG "freebsd" # Workaround compile errors from missing u_int/uint def CPPFLAGS=`echo $CPPFLAGS | sed 's/-D_POSIX_C_SOURCE=200112//'` @@ -59,7 +59,7 @@ enable backend ;; bsd/os) -@@ -6383,6 +6382,7 @@ +@@ -6389,6 +6388,7 @@ cat <> $TMPMAK QMAKE_LIBDIR_QT-=${sysroot}${libdir} QMAKE_LIBDIR-=${sysroot}${libdir} LATE_LIBS+=-L${sysroot}${libdir} @@ -67,7 +67,7 @@ EOF #echo "endif # FFMPEG_CONFIG_MAK" >> $TMPMAK -@@ -6435,7 +6435,7 @@ +@@ -6441,7 +6441,7 @@ INCDIR=\$(INSTALL_ROOT)$incdir BINDIR=\$(INSTALL_ROOT)$bindir DATADIR=\$(INSTALL_ROOT)$datadir MANDIR=\$(INSTALL_ROOT)$mandir Copied and modified: head/multimedia/mythtv/files/patch-external_FFmpeg_configure (from r463402, head/multimedia/mythtv/files/patch-external__FFmpeg__configure) ============================================================================== --- head/multimedia/mythtv/files/patch-external__FFmpeg__configure Fri Mar 2 13:52:42 2018 (r463402, copy source) +++ head/multimedia/mythtv/files/patch-external_FFmpeg_configure Fri Mar 2 14:20:03 2018 (r463403) @@ -1,7 +1,7 @@ ---- external/FFmpeg/configure.orig 2010-08-23 18:54:20.000000000 +0200 -+++ external/FFmpeg/configure 2010-11-01 21:13:19.000000000 +0100 -@@ -1528,8 +1528,8 @@ - nm_opts='-g' +--- external/FFmpeg/configure.orig 2015-06-16 16:03:30 UTC ++++ external/FFmpeg/configure +@@ -2167,8 +2167,8 @@ yasmexe_default="yasm" + nogas=":" # machine -arch_default=$(uname -m) @@ -11,8 +11,8 @@ # OS target_os_default=$(tolower $(uname -s)) -@@ -2108,7 +2108,7 @@ - i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona) +@@ -3137,7 +3137,7 @@ elif enabled x86; then + i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx|core2|corei7*|amdfam10|barcelona|atom|bdver*) cpuflags="-march=$cpu" enable cmov - enable fast_cmov Copied and modified: head/multimedia/mythtv/files/patch-external_FFmpeg_libavcodec_x86_ac3dsp__init.c (from r463402, head/multimedia/mythtv/files/patch-external__FFmpeg__libavcodec__x86__ac3dsp_init.c) ============================================================================== --- head/multimedia/mythtv/files/patch-external__FFmpeg__libavcodec__x86__ac3dsp_init.c Fri Mar 2 13:52:42 2018 (r463402, copy source) +++ head/multimedia/mythtv/files/patch-external_FFmpeg_libavcodec_x86_ac3dsp__init.c Fri Mar 2 14:20:03 2018 (r463403) @@ -1,6 +1,6 @@ ---- external/FFmpeg/libavcodec/x86/ac3dsp_init.c.orig 2013-09-18 20:06:08.000000000 +0000 -+++ external/FFmpeg/libavcodec/x86/ac3dsp_init.c 2013-10-18 11:58:01.000000000 +0000 -@@ -51,7 +51,7 @@ +--- external/FFmpeg/libavcodec/x86/ac3dsp_init.c.orig 2015-06-16 16:03:30 UTC ++++ external/FFmpeg/libavcodec/x86/ac3dsp_init.c +@@ -51,7 +51,7 @@ extern void ff_ac3_extract_exponents_3dnow(uint8_t *ex extern void ff_ac3_extract_exponents_sse2 (uint8_t *exp, int32_t *coef, int nb_coefs); extern void ff_ac3_extract_exponents_ssse3(uint8_t *exp, int32_t *coef, int nb_coefs); Copied and modified: head/multimedia/mythtv/files/patch-external_zeromq_src_Makefile.am (from r463402, head/multimedia/mythtv/files/patch-external__zeromq__src__Makefile.am) ============================================================================== --- head/multimedia/mythtv/files/patch-external__zeromq__src__Makefile.am Fri Mar 2 13:52:42 2018 (r463402, copy source) +++ head/multimedia/mythtv/files/patch-external_zeromq_src_Makefile.am Fri Mar 2 14:20:03 2018 (r463403) @@ -1,5 +1,5 @@ ---- external/zeromq/src/Makefile.am.orig 2015-11-16 14:31:23.735432710 +0000 -+++ external/zeromq/src/Makefile.am 2015-11-16 14:28:48.465433398 +0000 +--- external/zeromq/src/Makefile.am.orig 2015-06-16 16:03:30 UTC ++++ external/zeromq/src/Makefile.am @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libmythzmq.la Copied and modified: head/multimedia/mythtv/files/patch-libs_libmyth_remoteutil.h (from r463402, head/multimedia/mythtv/files/patch-libs__libmyth__remoteutil.h) ============================================================================== --- head/multimedia/mythtv/files/patch-libs__libmyth__remoteutil.h Fri Mar 2 13:52:42 2018 (r463402, copy source) +++ head/multimedia/mythtv/files/patch-libs_libmyth_remoteutil.h Fri Mar 2 14:20:03 2018 (r463403) @@ -1,6 +1,6 @@ ---- libs/libmyth/remoteutil.h.orig 2013-09-18 16:06:08.000000000 -0400 -+++ libs/libmyth/remoteutil.h 2014-01-22 08:26:34.000000000 -0500 -@@ -8,6 +8,7 @@ +--- libs/libmyth/remoteutil.h.orig 2015-06-16 16:03:30 UTC ++++ libs/libmyth/remoteutil.h +@@ -10,6 +10,7 @@ using namespace std; #include "mythexp.h" @@ -8,4 +8,3 @@ class ProgramInfo; class MythEvent; - Copied and modified: head/multimedia/mythtv/files/patch-libs_libmythdvdnav_dvdnav_dvdnav.c (from r463402, head/multimedia/mythtv/files/patch-libs__libmythdvdnav__dvdnav__dvdnav.c) ============================================================================== --- head/multimedia/mythtv/files/patch-libs__libmythdvdnav__dvdnav__dvdnav.c Fri Mar 2 13:52:42 2018 (r463402, copy source) +++ head/multimedia/mythtv/files/patch-libs_libmythdvdnav_dvdnav_dvdnav.c Fri Mar 2 14:20:03 2018 (r463403) @@ -1,5 +1,5 @@ ---- libs/libmythdvdnav/dvdnav/dvdnav.c.orig 2012-03-18 12:13:45.805789048 +0100 -+++ libs/libmythdvdnav/dvdnav/dvdnav.c 2012-03-18 12:12:47.166812027 +0100 +--- libs/libmythdvdnav/dvdnav/dvdnav.c.orig 2015-06-16 16:03:30 UTC ++++ libs/libmythdvdnav/dvdnav/dvdnav.c @@ -33,7 +33,7 @@ #include #include Copied and modified: head/multimedia/mythtv/files/patch-libs_libmythtv_recorders_dvbstreamhandler.cpp (from r463402, head/multimedia/mythtv/files/patch-libs__libmythtv__recorders__dvbstreamhandler.cpp) ============================================================================== --- head/multimedia/mythtv/files/patch-libs__libmythtv__recorders__dvbstreamhandler.cpp Fri Mar 2 13:52:42 2018 (r463402, copy source) +++ head/multimedia/mythtv/files/patch-libs_libmythtv_recorders_dvbstreamhandler.cpp Fri Mar 2 14:20:03 2018 (r463403) @@ -1,6 +1,6 @@ ---- libs/libmythtv/recorders/dvbstreamhandler.cpp.orig 2012-03-05 03:31:31.000000000 +0100 -+++ libs/libmythtv/recorders/dvbstreamhandler.cpp 2012-03-18 11:24:44.309770699 +0100 -@@ -614,7 +614,7 @@ +--- libs/libmythtv/recorders/dvbstreamhandler.cpp.orig 2015-06-16 16:03:30 UTC ++++ libs/libmythtv/recorders/dvbstreamhandler.cpp +@@ -620,7 +620,7 @@ bool DVBPIDInfo::Open(const QString &dvb_dev, bool use { struct dmx_pes_filter_params pesFilterParams; memset(&pesFilterParams, 0, sizeof(struct dmx_pes_filter_params)); @@ -9,7 +9,7 @@ pesFilterParams.input = DMX_IN_FRONTEND; pesFilterParams.output = DMX_OUT_TS_TAP; pesFilterParams.flags = DMX_IMMEDIATE_START; -@@ -634,7 +634,7 @@ +@@ -640,7 +640,7 @@ bool DVBPIDInfo::Open(const QString &dvb_dev, bool use { struct dmx_sct_filter_params sctFilterParams; memset(&sctFilterParams, 0, sizeof(struct dmx_sct_filter_params)); @@ -18,7 +18,7 @@ { case 0x0: // PAT sctFilterParams.filter.filter[0] = 0; -@@ -670,7 +670,7 @@ +@@ -676,7 +676,7 @@ bool DVBPIDInfo::Open(const QString &dvb_dev, bool use sctFilterParams.filter.mask[0] = 0x00; break; } Copied and modified: head/multimedia/mythtv/files/patch-libs_libmythtv_videoout__vdpau.cpp (from r463402, head/multimedia/mythtv/files/patch-libs__libmythtv__videoout_vdpau.cpp) ============================================================================== --- head/multimedia/mythtv/files/patch-libs__libmythtv__videoout_vdpau.cpp Fri Mar 2 13:52:42 2018 (r463402, copy source) +++ head/multimedia/mythtv/files/patch-libs_libmythtv_videoout__vdpau.cpp Fri Mar 2 14:20:03 2018 (r463403) @@ -1,6 +1,6 @@ ---- libs/libmythtv/videoout_vdpau.cpp.orig 2010-02-27 06:58:11.000000000 +0100 -+++ libs/libmythtv/videoout_vdpau.cpp 2010-04-06 17:40:50.000000000 +0200 -@@ -395,7 +395,7 @@ +--- libs/libmythtv/videoout_vdpau.cpp.orig 2015-06-16 16:03:30 UTC ++++ libs/libmythtv/videoout_vdpau.cpp +@@ -442,7 +442,7 @@ void VideoOutputVDPAU::PrepareFrame(VideoFrame *frame, if (frame) { // FIXME for 0.23. This should be triggered from AFD by a seek Copied and modified: head/multimedia/mythtv/files/patch-libs_libmythui_mythgesture.cpp (from r463402, head/multimedia/mythtv/files/patch-libs__libmythui__mythgesture.cpp) ============================================================================== --- head/multimedia/mythtv/files/patch-libs__libmythui__mythgesture.cpp Fri Mar 2 13:52:42 2018 (r463402, copy source) +++ head/multimedia/mythtv/files/patch-libs_libmythui_mythgesture.cpp Fri Mar 2 14:20:03 2018 (r463403) @@ -1,5 +1,5 @@ ---- libs/libmythui/mythgesture.cpp.orig 2013-09-18 16:06:08.000000000 -0400 -+++ libs/libmythui/mythgesture.cpp 2014-01-22 08:20:33.000000000 -0500 +--- libs/libmythui/mythgesture.cpp.orig 2015-06-16 16:03:30 UTC ++++ libs/libmythui/mythgesture.cpp @@ -28,6 +28,7 @@ #include "mythgesture.h" @@ -7,8 +7,8 @@ +#include #include #include - -@@ -283,7 +284,7 @@ + #include +@@ -284,7 +285,7 @@ bool MythGesture::record(const QPoint & p) int dely = p.y() - points.back().y(); /* step by the greatest delta direction */ Copied and modified: head/multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp (from r463402, head/multimedia/mythtv/files/patch-libs__libmythui__mythpainter.cpp) ============================================================================== --- head/multimedia/mythtv/files/patch-libs__libmythui__mythpainter.cpp Fri Mar 2 13:52:42 2018 (r463402, copy source) +++ head/multimedia/mythtv/files/patch-libs_libmythui_mythpainter.cpp Fri Mar 2 14:20:03 2018 (r463403) @@ -1,8 +1,9 @@ ---- libs/libmythui/mythpainter.cpp.orig 2013-09-18 16:06:08.000000000 -0400 -+++ libs/libmythui/mythpainter.cpp 2014-01-22 08:18:40.000000000 -0500 -@@ -1,5 +1,6 @@ +--- libs/libmythui/mythpainter.cpp.orig 2015-06-16 16:03:30 UTC ++++ libs/libmythui/mythpainter.cpp +@@ -1,6 +1,7 @@ #include #include + #include +#include // QT headers Copied and modified: head/multimedia/mythtv/files/patch-libs_libmythupnp_mmulticastsocketdevice.h (from r463402, head/multimedia/mythtv/files/patch-libs__libmythupnp__mmulticastsocketdevice.h) ============================================================================== --- head/multimedia/mythtv/files/patch-libs__libmythupnp__mmulticastsocketdevice.h Fri Mar 2 13:52:42 2018 (r463402, copy source) +++ head/multimedia/mythtv/files/patch-libs_libmythupnp_mmulticastsocketdevice.h Fri Mar 2 14:20:03 2018 (r463403) @@ -1,6 +1,6 @@ ---- libs/libmythupnp/mmulticastsocketdevice.h.orig 2013-09-18 16:06:08.000000000 -0400 -+++ libs/libmythupnp/mmulticastsocketdevice.h 2014-01-22 08:24:26.000000000 -0500 -@@ -18,6 +18,7 @@ +--- libs/libmythupnp/mmulticastsocketdevice.h.orig 2015-06-16 16:03:30 UTC ++++ libs/libmythupnp/mmulticastsocketdevice.h +@@ -22,6 +22,7 @@ # include # endif #else @@ -8,4 +8,3 @@ # include # include # include - From owner-svn-ports-head@freebsd.org Fri Mar 2 14:32:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE1D9F287E9; Fri, 2 Mar 2018 14:32:37 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A431883B79; Fri, 2 Mar 2018 14:32:37 +0000 (UTC) (envelope-from zi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F36718BC9; Fri, 2 Mar 2018 14:32:37 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22EWbpp025723; Fri, 2 Mar 2018 14:32:37 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22EWbwS025722; Fri, 2 Mar 2018 14:32:37 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201803021432.w22EWbwS025722@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 2 Mar 2018 14:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463404 - head/net/freeradius3 X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/net/freeradius3 X-SVN-Commit-Revision: 463404 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 14:32:38 -0000 Author: zi Date: Fri Mar 2 14:32:37 2018 New Revision: 463404 URL: https://svnweb.freebsd.org/changeset/ports/463404 Log: - Add PCRE as an OPTION (off by default) - Update to USES+=mysql instead of USE_MYSQL - Don't bump PORTREVISION as this is a NOOP PR: 226296 Modified: head/net/freeradius3/Makefile Modified: head/net/freeradius3/Makefile ============================================================================== --- head/net/freeradius3/Makefile Fri Mar 2 14:20:03 2018 (r463403) +++ head/net/freeradius3/Makefile Fri Mar 2 14:32:37 2018 (r463404) @@ -45,7 +45,7 @@ _REQUIRE= NETWORKING SERVERS OPTIONS_SUB= yes OPTIONS_DEFINE= USER LDAP MYSQL PGSQL UNIXODBC FIREBIRD REDIS \ EXPERIMENTAL UDPFROMTO DEVELOPER EDIR PERL REST \ - FREETDS IDN DOCS SQLITE3 PYTHON RUBY UNBOUND + FREETDS IDN DOCS SQLITE3 PYTHON RUBY UNBOUND PCRE OPTIONS_DEFAULT=USER PERL HEIMDAL UDPFROMTO OPTIONS_SINGLE= KRB OPTIONS_SINGLE_KRB= NOKRB HEIMDAL HEIMDAL_PORT MITKRB_PORT @@ -86,11 +86,13 @@ MITKRB_PORT_CONFIGURE_ON= --with-rlm-krb5-dir=${LOCALB MITKRB_PORT_LIB_DEPENDS= libkrb5support.so:security/krb5 MITKRB_CONFLICTS_BUILD= heimdal-[0-9].* MYSQL_CONFIGURE_WITH= rlm_sql_mysql -MYSQL_USE= MYSQL +MYSQL_USES= mysql MYSQL_VARS= _REQUIRE+=mysql NOKRB_CONFIGURE_ON= --without-rlm_krb5 NOKRB_PLIST_SUB= RLMKRB5="@comment " NOKRB_PLIST_SUB_OFF= RLMKRB5="" +PCRE_CONFIGURE_WITH= pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PERL_CONFIGURE_WITH= rlm_perl PERL_CONFIGURE_OFF= --without-perl PERL_USES= perl5 From owner-svn-ports-head@freebsd.org Fri Mar 2 14:50:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E1C9F29D56; Fri, 2 Mar 2018 14:50:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 149DD8470C; Fri, 2 Mar 2018 14:50:38 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0F47618D8F; Fri, 2 Mar 2018 14:50:38 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22Eoboc031215; Fri, 2 Mar 2018 14:50:37 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22EobDY031213; Fri, 2 Mar 2018 14:50:37 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201803021450.w22EobDY031213@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 2 Mar 2018 14:50:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463406 - head/multimedia/plexmediaserver-plexpass X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/multimedia/plexmediaserver-plexpass X-SVN-Commit-Revision: 463406 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 14:50:38 -0000 Author: feld Date: Fri Mar 2 14:50:37 2018 New Revision: 463406 URL: https://svnweb.freebsd.org/changeset/ports/463406 Log: multimedia/plexmediaserver-plexpass: Update to 1.12.0.4829 Changelog: https://forums.plex.tv/discussion/comment/1625060/#Comment_1625060 PR: 226286 Modified: head/multimedia/plexmediaserver-plexpass/Makefile head/multimedia/plexmediaserver-plexpass/distinfo Modified: head/multimedia/plexmediaserver-plexpass/Makefile ============================================================================== --- head/multimedia/plexmediaserver-plexpass/Makefile Fri Mar 2 14:34:52 2018 (r463405) +++ head/multimedia/plexmediaserver-plexpass/Makefile Fri Mar 2 14:50:37 2018 (r463406) @@ -1,8 +1,8 @@ # Created by: KalleDK # $FreeBSD$ -PORTVERSION= 1.11.3.4803 -DISTVERSIONSUFFIX=c40bba82e +PORTVERSION= 1.12.0.4829 +DISTVERSIONSUFFIX=6de959918 PORTREVISION= 0 PKGNAMESUFFIX= -plexpass Modified: head/multimedia/plexmediaserver-plexpass/distinfo ============================================================================== --- head/multimedia/plexmediaserver-plexpass/distinfo Fri Mar 2 14:34:52 2018 (r463405) +++ head/multimedia/plexmediaserver-plexpass/distinfo Fri Mar 2 14:50:37 2018 (r463406) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518803205 -SHA256 (PlexMediaServer-1.11.3.4803-c40bba82e-freebsd-amd64.tar.bz2) = d1e1cfa662134b3031f71fdfeff36f94cfb3f3f4484052bf0a389afc24a9f82c -SIZE (PlexMediaServer-1.11.3.4803-c40bba82e-freebsd-amd64.tar.bz2) = 85791545 +TIMESTAMP = 1520002176 +SHA256 (PlexMediaServer-1.12.0.4829-6de959918-freebsd-amd64.tar.bz2) = a00f2cfea8a90b1681c987550a1d628a041f9d40af5451094d259a56843b65c0 +SIZE (PlexMediaServer-1.12.0.4829-6de959918-freebsd-amd64.tar.bz2) = 85758192 From owner-svn-ports-head@freebsd.org Fri Mar 2 14:54:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DD66F2A24E; Fri, 2 Mar 2018 14:54:35 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5431584B29; Fri, 2 Mar 2018 14:54:35 +0000 (UTC) (envelope-from ler@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4AFD018F18; Fri, 2 Mar 2018 14:54:35 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22EsZHj036034; Fri, 2 Mar 2018 14:54:35 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22EsZTO036032; Fri, 2 Mar 2018 14:54:35 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201803021454.w22EsZTO036032@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Fri, 2 Mar 2018 14:54:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463407 - head/security/clamav X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/security/clamav X-SVN-Commit-Revision: 463407 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 14:54:35 -0000 Author: ler Date: Fri Mar 2 14:54:34 2018 New Revision: 463407 URL: https://svnweb.freebsd.org/changeset/ports/463407 Log: security/clamav: upgrade to 0.99.4 Release notes: http://blog.clamav.net/2018/03/clamav-0994-has-been-released.html Submitted by: mmokhi Security: CVE-2012-6706 Security: CVE-2017-6419 Security: CVE-2017-11423 Security: CVE-2018-1000085 Security: CVE-2018-0202 Differential Revision: https://reviews.freebsd.org/D14562 Modified: head/security/clamav/Makefile head/security/clamav/distinfo Modified: head/security/clamav/Makefile ============================================================================== --- head/security/clamav/Makefile Fri Mar 2 14:50:37 2018 (r463406) +++ head/security/clamav/Makefile Fri Mar 2 14:54:34 2018 (r463407) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clamav -PORTVERSION= 0.99.3 +PORTVERSION= 0.99.4 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ Modified: head/security/clamav/distinfo ============================================================================== --- head/security/clamav/distinfo Fri Mar 2 14:50:37 2018 (r463406) +++ head/security/clamav/distinfo Fri Mar 2 14:54:34 2018 (r463407) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516919350 -SHA256 (clamav-0.99.3.tar.gz) = 00fa5292a6e00a3a4035b826267748965d5d2c4943d8ff417d740238263e8e84 -SIZE (clamav-0.99.3.tar.gz) = 16082645 +TIMESTAMP = 1520002083 +SHA256 (clamav-0.99.4.tar.gz) = d72ac3273bde8d2e5e28ec9978373ee3ab4529fd868bc3fc4d2d2671228f2461 +SIZE (clamav-0.99.4.tar.gz) = 16083015 From owner-svn-ports-head@freebsd.org Fri Mar 2 14:55:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC6FEF2A33A; Fri, 2 Mar 2018 14:55:27 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8AC6C84C41; Fri, 2 Mar 2018 14:55:27 +0000 (UTC) (envelope-from girgen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 85ADB18F1C; Fri, 2 Mar 2018 14:55:27 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22EtRJw036218; Fri, 2 Mar 2018 14:55:27 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22EtRSQ036216; Fri, 2 Mar 2018 14:55:27 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201803021455.w22EtRSQ036216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Fri, 2 Mar 2018 14:55:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463408 - head/sysutils/beats X-SVN-Group: ports-head X-SVN-Commit-Author: girgen X-SVN-Commit-Paths: head/sysutils/beats X-SVN-Commit-Revision: 463408 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 14:55:28 -0000 Author: girgen Date: Fri Mar 2 14:55:27 2018 New Revision: 463408 URL: https://svnweb.freebsd.org/changeset/ports/463408 Log: Update to 6.2.2 Fix the broken build with help from Steven Hartland. PR: 226039 Submitted by: Steven Hartland Modified: head/sysutils/beats/Makefile head/sysutils/beats/distinfo Modified: head/sysutils/beats/Makefile ============================================================================== --- head/sysutils/beats/Makefile Fri Mar 2 14:54:34 2018 (r463407) +++ head/sysutils/beats/Makefile Fri Mar 2 14:55:27 2018 (r463408) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= beats -PORTVERSION= 6.2.1 +PORTVERSION= 6.2.2 DISTVERSIONPREFIX=v CATEGORIES= sysutils @@ -11,8 +11,6 @@ COMMENT= Collect logs locally and send to remote logst LICENSE= APACHE20 -BROKEN= overwrites go-1.10 files, see PR-226039 - USE_GITHUB= yes GH_ACCOUNT= elastic @@ -38,6 +36,8 @@ METRICBEAT_VARS=GO_TARGETS+=metricbeat HEARTBEAT_DESC= Heartbeat HEARTBEAT_VARS=GO_TARGETS+=heartbeat + +MAKE_ENV+= GOBUILD_FLAGS="" do-build: @for GO_TARGET in ${GO_TARGETS}; do \ Modified: head/sysutils/beats/distinfo ============================================================================== --- head/sysutils/beats/distinfo Fri Mar 2 14:54:34 2018 (r463407) +++ head/sysutils/beats/distinfo Fri Mar 2 14:55:27 2018 (r463408) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518181356 -SHA256 (elastic-beats-v6.2.1_GH0.tar.gz) = 7fc935b65469acc728653c89ef7b8541db4c5dafdbb1459822f0c215d58d30e6 -SIZE (elastic-beats-v6.2.1_GH0.tar.gz) = 19408673 +TIMESTAMP = 1519216976 +SHA256 (elastic-beats-v6.2.2_GH0.tar.gz) = 0866c3e26fcbd55f191e746b3bf925b450badd13fb72ea9f712481559932c878 +SIZE (elastic-beats-v6.2.2_GH0.tar.gz) = 19409238 From owner-svn-ports-head@freebsd.org Fri Mar 2 15:26:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B042F2C923; Fri, 2 Mar 2018 15:26:50 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2E3286327; Fri, 2 Mar 2018 15:26:49 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B95FA193EA; Fri, 2 Mar 2018 15:26:49 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22FQnw8051236; Fri, 2 Mar 2018 15:26:49 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22FQnxx051234; Fri, 2 Mar 2018 15:26:49 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201803021526.w22FQnxx051234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 2 Mar 2018 15:26:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463409 - head/net-p2p/radarr X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/net-p2p/radarr X-SVN-Commit-Revision: 463409 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 15:26:50 -0000 Author: feld Date: Fri Mar 2 15:26:49 2018 New Revision: 463409 URL: https://svnweb.freebsd.org/changeset/ports/463409 Log: net-p2p/radarr: Update to 0.2.0.980 Changelog: https://github.com/Radarr/Radarr/releases/tag/v0.2.0.980 Modified: head/net-p2p/radarr/Makefile head/net-p2p/radarr/distinfo Modified: head/net-p2p/radarr/Makefile ============================================================================== --- head/net-p2p/radarr/Makefile Fri Mar 2 14:55:27 2018 (r463408) +++ head/net-p2p/radarr/Makefile Fri Mar 2 15:26:49 2018 (r463409) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= radarr -PORTVERSION= 0.2.0.935 +PORTVERSION= 0.2.0.980 PORTREVISION= 0 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/ @@ -19,6 +19,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl USE_RC_SUBR= radarr +NO_ARCH= YES NO_BUILD= YES WRKSRC= ${WRKDIR}/Radarr Modified: head/net-p2p/radarr/distinfo ============================================================================== --- head/net-p2p/radarr/distinfo Fri Mar 2 14:55:27 2018 (r463408) +++ head/net-p2p/radarr/distinfo Fri Mar 2 15:26:49 2018 (r463409) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518970876 -SHA256 (Radarr.develop.0.2.0.935.linux.tar.gz) = f6c2b4092fdba8789043824f21a33ff83b402a1011f2189e06195863dd70d1e0 -SIZE (Radarr.develop.0.2.0.935.linux.tar.gz) = 7437536 +TIMESTAMP = 1519943804 +SHA256 (Radarr.develop.0.2.0.980.linux.tar.gz) = ce3aa3d5b40aba9aa273693e3068dd2f9ae9ca451531d220e055c37469ad69a4 +SIZE (Radarr.develop.0.2.0.980.linux.tar.gz) = 7416147 From owner-svn-ports-head@freebsd.org Fri Mar 2 15:27:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A751AF2C9E4; Fri, 2 Mar 2018 15:27:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 563BD86442; Fri, 2 Mar 2018 15:27:19 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 51293193EB; Fri, 2 Mar 2018 15:27:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22FRJIt051376; Fri, 2 Mar 2018 15:27:19 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22FRJN3051374; Fri, 2 Mar 2018 15:27:19 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201803021527.w22FRJN3051374@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 2 Mar 2018 15:27:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463410 - head/net-p2p/sonarr X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/net-p2p/sonarr X-SVN-Commit-Revision: 463410 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 15:27:19 -0000 Author: feld Date: Fri Mar 2 15:27:18 2018 New Revision: 463410 URL: https://svnweb.freebsd.org/changeset/ports/463410 Log: net-p2p/sonarr: Update to 2.0.0.5153 Modified: head/net-p2p/sonarr/Makefile head/net-p2p/sonarr/distinfo Modified: head/net-p2p/sonarr/Makefile ============================================================================== --- head/net-p2p/sonarr/Makefile Fri Mar 2 15:26:49 2018 (r463409) +++ head/net-p2p/sonarr/Makefile Fri Mar 2 15:27:18 2018 (r463410) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sonarr -PORTVERSION= 2.0.0.5085 +PORTVERSION= 2.0.0.5153 PORTREVISION= 0 CATEGORIES= net-p2p MASTER_SITES= http://download.sonarr.tv/v2/master/mono/ @@ -19,6 +19,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl USE_RC_SUBR= sonarr +NO_ARCH= YES NO_BUILD= YES WRKSRC= ${WRKDIR}/NzbDrone Modified: head/net-p2p/sonarr/distinfo ============================================================================== --- head/net-p2p/sonarr/distinfo Fri Mar 2 15:26:49 2018 (r463409) +++ head/net-p2p/sonarr/distinfo Fri Mar 2 15:27:18 2018 (r463410) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514069354 -SHA256 (NzbDrone.master.2.0.0.5085.mono.tar.gz) = bf51182f581d81aa8aa9881aa42a60d938bfa0ff065b4edc04a585d9f56bcfd4 -SIZE (NzbDrone.master.2.0.0.5085.mono.tar.gz) = 6858472 +TIMESTAMP = 1520002670 +SHA256 (NzbDrone.master.2.0.0.5153.mono.tar.gz) = be8f7dd55e00d98e9196f10234b8a1532d5e8abc0b0ba3346c07c5bb8a5abafd +SIZE (NzbDrone.master.2.0.0.5153.mono.tar.gz) = 6930936 From owner-svn-ports-head@freebsd.org Fri Mar 2 15:46:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 963EBF2E393; Fri, 2 Mar 2018 15:46:08 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 479898767C; Fri, 2 Mar 2018 15:46:08 +0000 (UTC) (envelope-from vsevolod@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DEDA19705; Fri, 2 Mar 2018 15:46:08 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22Fk8fW061505; Fri, 2 Mar 2018 15:46:08 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22Fk7LL061500; Fri, 2 Mar 2018 15:46:07 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201803021546.w22Fk7LL061500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Fri, 2 Mar 2018 15:46:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463411 - in head/mail/rspamd-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vsevolod X-SVN-Commit-Paths: in head/mail/rspamd-devel: . files X-SVN-Commit-Revision: 463411 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 15:46:08 -0000 Author: vsevolod Date: Fri Mar 2 15:46:07 2018 New Revision: 463411 URL: https://svnweb.freebsd.org/changeset/ports/463411 Log: - Update to 1.7.0.a1.20180302 [1] - Add openblas dependency when built with Torch - Use gcc if Torch is enabled due to bug with libgfortran Submitted by: Alexander Moisseev via private communication [1] Modified: head/mail/rspamd-devel/Makefile head/mail/rspamd-devel/distinfo head/mail/rspamd-devel/files/patch-CMakeLists.txt head/mail/rspamd-devel/pkg-descr head/mail/rspamd-devel/pkg-plist Modified: head/mail/rspamd-devel/Makefile ============================================================================== --- head/mail/rspamd-devel/Makefile Fri Mar 2 15:27:18 2018 (r463410) +++ head/mail/rspamd-devel/Makefile Fri Mar 2 15:46:07 2018 (r463411) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.5.4.a1.20170328 -PORTREVISION= 2 +PORTVERSION= 1.7.0.a1.20180302 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -21,19 +20,23 @@ BUILD_DEPENDS= ragel:devel/ragel CONFLICTS_INSTALL= rspamd -RSPAMD_VERSION= 1.5.4 +RSPAMD_VERSION= 1.7.0 USE_GITHUB= yes GH_ACCOUNT= vstakhov -GH_TAGNAME= 56b2c0c5 +GH_TAGNAME= b47a5b367 -OPTIONS_DEFINE= GPERF REDIRECTOR HYPERSCAN GD CGP -OPTIONS_DEFAULT= GD +OPTIONS_DEFINE= GPERF GD CGP TORCH +OPTIONS_DEFINE_amd64= HYPERSCAN +OPTIONS_SUB= yes + +CGP_DESC= Install Communigate Pro(tm) helper +GD_DESC= Enable libgd support for images fuzzy hashes GPERF_DESC= Google perf-tools profiling -REDIRECTOR_DESC= Install HTTP redirector HYPERSCAN_DESC= Use hyperscan optimizations (amd64 only) -GD_DESC= Enable libgd support for images fuzzy hashes -CGP_DESC= Install Communigate Pro(tm) helper +TORCH_DESC= Build with embedded Torch7 +OPTIONS_DEFAULT= TORCH + USE_RC_SUBR= rspamd SUB_FILES= pkg-message rspamd.newsyslog.conf.sample @@ -52,10 +55,10 @@ CMAKE_ARGS+= -DCONFDIR=${PREFIX}/etc/rspamd \ -DGIT_ID=${GH_TAGNAME} \ -DENABLE_FANN=ON -USES= cmake:outsource gettext iconv pkgconfig perl5 \ +USES= cmake:outsource pkgconfig perl5 \ compiler:c11 sqlite ssl USE_LDCONFIG= yes -USE_PERL5= build +USE_PERL5= build run USE_GNOME= glib20 DEBUG_FLAGS= -g -O0 @@ -78,31 +81,9 @@ WITH_DEBUG= yes .if ${PORT_OPTIONS:MHYPERSCAN} CMAKE_ARGS+= -DENABLE_HYPERSCAN=ON LIB_DEPENDS+= libhs.so:devel/hyperscan - ONLY_FOR_ARCHS= amd64 .endif -.if ${PORT_OPTIONS:MREDIRECTOR} - USE_PERL5+= run - CMAKE_ARGS+= -DENABLE_REDIRECTOR=ON - PLIST_SUB+= REDIRECTOR="" - USE_RC_SUBR+= rspamd_redirector - RUN_DEPENDS+= \ - p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \ - p5-IO-String>=0:devel/p5-IO-String \ - p5-XML-Parser>=0:textproc/p5-XML-Parser \ - p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ - p5-POE-Component-Client-DNS>=0:dns/p5-POE-Component-Client-DNS \ - p5-POE-Component-Client-HTTP>=0:www/p5-POE-Component-Client-HTTP \ - p5-POE-Component-Server-HTTP>=0:www/p5-POE-Component-Server-HTTP \ - p5-Cache-Memcached-Fast>=0:databases/p5-Cache-Memcached-Fast \ - p5-Proc-PidUtil>=0:sysutils/p5-Proc-PidUtil \ - p5-Proc-Daemon>=0:devel/p5-Proc-Daemon -.else - PLIST_SUB+= REDIRECTOR="@comment " -.endif - .if ${PORT_OPTIONS:MCGP} - USE_PERL5+= run PLIST_SUB+= CGP="" RUN_DEPENDS+= \ p5-AnyEvent-HTTP>=0:www/p5-AnyEvent-HTTP \ @@ -111,6 +92,13 @@ WITH_DEBUG= yes p5-JSON-XS>=0:converters/p5-JSON-XS .else PLIST_SUB+= CGP="@comment " +.endif + +.if ! ${PORT_OPTIONS:MTORCH} + CMAKE_ARGS+= -DENABLE_TORCH=OFF +.else + LIB_DEPENDS+= libopenblas.so:math/openblas + USE_GCC= yes .endif post-install: Modified: head/mail/rspamd-devel/distinfo ============================================================================== --- head/mail/rspamd-devel/distinfo Fri Mar 2 15:27:18 2018 (r463410) +++ head/mail/rspamd-devel/distinfo Fri Mar 2 15:46:07 2018 (r463411) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490713079 -SHA256 (vstakhov-rspamd-1.5.4.a1.20170328-56b2c0c5_GH0.tar.gz) = 07bef3062cfdc8722bdcfe9d308e235689da380160cf3fef09ca856787c91c76 -SIZE (vstakhov-rspamd-1.5.4.a1.20170328-56b2c0c5_GH0.tar.gz) = 2373912 +TIMESTAMP = 1520004564 +SHA256 (vstakhov-rspamd-1.7.0.a1.20180302-b47a5b367_GH0.tar.gz) = 51e807c7b2009d6e3f839785f42b592b2b1700ecceacf6edf49a450bcf3355b8 +SIZE (vstakhov-rspamd-1.7.0.a1.20180302-b47a5b367_GH0.tar.gz) = 4414972 Modified: head/mail/rspamd-devel/files/patch-CMakeLists.txt ============================================================================== --- head/mail/rspamd-devel/files/patch-CMakeLists.txt Fri Mar 2 15:27:18 2018 (r463410) +++ head/mail/rspamd-devel/files/patch-CMakeLists.txt Fri Mar 2 15:46:07 2018 (r463411) @@ -1,15 +1,18 @@ ---- CMakeLists.txt.orig 2016-10-19 16:09:11 UTC +--- CMakeLists.txt.orig 2017-06-06 15:07:59 UTC +++ CMakeLists.txt -@@ -1261,6 +1261,23 @@ ELSE(WANT_SYSTEMD_UNITS MATCHES "ON") +@@ -1302,6 +1302,26 @@ ELSE(WANT_SYSTEMD_UNITS MATCHES "ON") ENDIF(WANT_SYSTEMD_UNITS MATCHES "ON") IF(BUILD_PORT) INSTALL_IF_NOT_EXISTS(${MAIN_CONF} ${CONFDIR} "rspamd.conf" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/actions.conf" ${CONFDIR} "actions.conf" ".sample") + INSTALL_IF_NOT_EXISTS("conf/common.conf" ${CONFDIR} "common.conf" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/groups.conf" ${CONFDIR} "groups.conf" ".sample") + INSTALL_IF_NOT_EXISTS("conf/logging.inc" ${CONFDIR} "logging.inc" ".sample") + INSTALL_IF_NOT_EXISTS("conf/options.inc" ${CONFDIR} "options.inc" ".sample") + INSTALL_IF_NOT_EXISTS("conf/worker-controller.inc" ${CONFDIR} "worker-controller.inc" ".sample") + INSTALL_IF_NOT_EXISTS("conf/worker-fuzzy.inc" ${CONFDIR} "worker-fuzzy.inc" ".sample") + INSTALL_IF_NOT_EXISTS("conf/worker-normal.inc" ${CONFDIR} "worker-normal.inc" ".sample") ++ INSTALL_IF_NOT_EXISTS("conf/worker-proxy.inc" ${CONFDIR} "worker-proxy.inc" ".sample") + INSTALL_IF_NOT_EXISTS("conf/2tld.inc" ${CONFDIR} "2tld.inc" ".sample") + INSTALL_IF_NOT_EXISTS("conf/mime_types.inc" ${CONFDIR} "mime_types.inc" ".sample") + INSTALL_IF_NOT_EXISTS("conf/composites.conf" ${CONFDIR} "composites.conf" ".sample") Modified: head/mail/rspamd-devel/pkg-descr ============================================================================== --- head/mail/rspamd-devel/pkg-descr Fri Mar 2 15:27:18 2018 (r463410) +++ head/mail/rspamd-devel/pkg-descr Fri Mar 2 15:46:07 2018 (r463411) @@ -1,5 +1,5 @@ Rspamd is fast, modular and lightweight spam filter. It is designed to work -with big ammount of mail and can be easily extended with own filters written in +with big amount of mail and can be easily extended with own filters written in lua. This port provides development version of rspamd. WWW: https://rspamd.com/ Modified: head/mail/rspamd-devel/pkg-plist ============================================================================== --- head/mail/rspamd-devel/pkg-plist Fri Mar 2 15:27:18 2018 (r463410) +++ head/mail/rspamd-devel/pkg-plist Fri Mar 2 15:46:07 2018 (r463411) @@ -5,19 +5,21 @@ bin/rspamadm-%%RSPAMDVERSION%% bin/rspamadm bin/rspamc-%%RSPAMDVERSION%% bin/rspamc -%%REDIRECTOR%%bin/rspamd-redirector %%CGP%%bin/rspamd-cgp-helper @sample %%ETCDIR%%/2tld.inc.sample +@sample %%ETCDIR%%/actions.conf.sample @sample %%ETCDIR%%/mime_types.inc.sample @sample %%ETCDIR%%/common.conf.sample @sample %%ETCDIR%%/composites.conf.sample @sample %%ETCDIR%%/dmarc_whitelist.inc.sample +@sample %%ETCDIR%%/groups.conf.sample @sample %%ETCDIR%%/logging.inc.sample @sample %%ETCDIR%%/maillist.inc.sample @sample %%ETCDIR%%/metrics.conf.sample @sample %%ETCDIR%%/mid.inc.sample @sample %%ETCDIR%%/modules.conf.sample %%ETCDIR%%/modules.d/antivirus.conf +%%ETCDIR%%/modules.d/arc.conf %%ETCDIR%%/modules.d/asn.conf %%ETCDIR%%/modules.d/chartable.conf %%ETCDIR%%/modules.d/clickhouse.conf @@ -25,6 +27,7 @@ bin/rspamc %%ETCDIR%%/modules.d/dkim.conf %%ETCDIR%%/modules.d/dkim_signing.conf %%ETCDIR%%/modules.d/dmarc.conf +%%ETCDIR%%/modules.d/elastic.conf %%ETCDIR%%/modules.d/emails.conf %%ETCDIR%%/modules.d/fann_redis.conf %%ETCDIR%%/modules.d/force_actions.conf @@ -48,9 +51,10 @@ bin/rspamc %%ETCDIR%%/modules.d/redis.conf %%ETCDIR%%/modules.d/regexp.conf %%ETCDIR%%/modules.d/replies.conf -%%ETCDIR%%/modules.d/rmilter_headers.conf +%%ETCDIR%%/modules.d/milter_headers.conf %%ETCDIR%%/modules.d/rspamd_update.conf %%ETCDIR%%/modules.d/spamassassin.conf +%%ETCDIR%%/modules.d/spamtrap.conf %%ETCDIR%%/modules.d/spf.conf %%ETCDIR%%/modules.d/surbl.conf %%ETCDIR%%/modules.d/trie.conf @@ -61,30 +65,129 @@ bin/rspamc @sample %%ETCDIR%%/options.inc.sample %%ETCDIR%%/redirectors.inc @sample %%ETCDIR%%/rspamd.conf.sample +%%ETCDIR%%/scores.d/fuzzy_group.conf +%%ETCDIR%%/scores.d/headers_group.conf +%%ETCDIR%%/scores.d/hfilter_group.conf +%%ETCDIR%%/scores.d/mime_types_group.conf +%%ETCDIR%%/scores.d/mua_group.conf +%%ETCDIR%%/scores.d/phishing_group.conf +%%ETCDIR%%/scores.d/policies_group.conf +%%ETCDIR%%/scores.d/rbl_group.conf +%%ETCDIR%%/scores.d/statistics_group.conf +%%ETCDIR%%/scores.d/subject_group.conf +%%ETCDIR%%/scores.d/surbl_group.conf @sample %%ETCDIR%%/spf_dkim_whitelist.inc.sample @sample %%ETCDIR%%/statistic.conf.sample @sample %%ETCDIR%%/surbl-whitelist.inc.sample @sample %%ETCDIR%%/worker-controller.inc.sample @sample %%ETCDIR%%/worker-fuzzy.inc.sample @sample %%ETCDIR%%/worker-normal.inc.sample +@sample %%ETCDIR%%/worker-proxy.inc.sample @sample %%ETCDIR%%/rspamd.newsyslog.conf.sample etc/newsyslog.conf.d/rspamd.newsyslog.conf lib/rspamd/librspamd-actrie.so +%%DATADIR%%/elastic/kibana.json +%%DATADIR%%/elastic/rspamd_template.json +%%DATADIR%%/languages/af.json +%%DATADIR%%/languages/an.json +%%DATADIR%%/languages/ar.json +%%DATADIR%%/languages/bg.json +%%DATADIR%%/languages/bn.json +%%DATADIR%%/languages/br.json +%%DATADIR%%/languages/cs.json +%%DATADIR%%/languages/cy.json +%%DATADIR%%/languages/da.json +%%DATADIR%%/languages/de.json +%%DATADIR%%/languages/el.json +%%DATADIR%%/languages/en.json +%%DATADIR%%/languages/es.json +%%DATADIR%%/languages/et.json +%%DATADIR%%/languages/eu.json +%%DATADIR%%/languages/fa.json +%%DATADIR%%/languages/fi.json +%%DATADIR%%/languages/fr.json +%%DATADIR%%/languages/ga.json +%%DATADIR%%/languages/gl.json +%%DATADIR%%/languages/gu.json +%%DATADIR%%/languages/he.json +%%DATADIR%%/languages/hi.json +%%DATADIR%%/languages/hr.json +%%DATADIR%%/languages/hu.json +%%DATADIR%%/languages/id.json +%%DATADIR%%/languages/is.json +%%DATADIR%%/languages/it.json +%%DATADIR%%/languages/ja.json +%%DATADIR%%/languages/km.json +%%DATADIR%%/languages/kn.json +%%DATADIR%%/languages/ko.json +%%DATADIR%%/languages/lt.json +%%DATADIR%%/languages/lv.json +%%DATADIR%%/languages/ml.json +%%DATADIR%%/languages/mr.json +%%DATADIR%%/languages/ms.json +%%DATADIR%%/languages/ne.json +%%DATADIR%%/languages/nl.json +%%DATADIR%%/languages/no.json +%%DATADIR%%/languages/pa.json +%%DATADIR%%/languages/pl.json +%%DATADIR%%/languages/pt.json +%%DATADIR%%/languages/ro.json +%%DATADIR%%/languages/ru.json +%%DATADIR%%/languages/sl.json +%%DATADIR%%/languages/so.json +%%DATADIR%%/languages/sq.json +%%DATADIR%%/languages/sr.json +%%DATADIR%%/languages/sv.json +%%DATADIR%%/languages/sw.json +%%DATADIR%%/languages/ta.json +%%DATADIR%%/languages/te.json +%%DATADIR%%/languages/th.json +%%DATADIR%%/languages/tr.json +%%DATADIR%%/languages/uk.json +%%DATADIR%%/languages/ur.json +%%DATADIR%%/languages/vi.json +%%DATADIR%%/languages/yi.json +%%DATADIR%%/languages/zh-CN.json %%DATADIR%%/effective_tld_names.dat +%%DATADIR%%/lib/fun.lua +%%DATADIR%%/lib/global_functions.lua +%%DATADIR%%/lib/lua_auth_results.lua +%%DATADIR%%/lib/lua_cfg_transform.lua +%%DATADIR%%/lib/lua_dkim_tools.lua +%%DATADIR%%/lib/lua_maps.lua +%%DATADIR%%/lib/lua_meta.lua +%%DATADIR%%/lib/lua_nn.lua +%%DATADIR%%/lib/lua_redis.lua +%%DATADIR%%/lib/lua_stat.lua +%%DATADIR%%/lib/lua_util.lua +%%DATADIR%%/lib/rspamadm/ansicolors.lua +%%DATADIR%%/lib/rspamadm/confighelp.lua +%%DATADIR%%/lib/rspamadm/configwizard.lua +%%DATADIR%%/lib/rspamadm/corpus_test.lua +%%DATADIR%%/lib/rspamadm/fuzzy_convert.lua +%%DATADIR%%/lib/rspamadm/fuzzy_stat.lua +%%DATADIR%%/lib/rspamadm/getopt.lua +%%DATADIR%%/lib/rspamadm/grep.lua +%%DATADIR%%/lib/rspamadm/plugins_stats.lua +%%DATADIR%%/lib/rspamadm/rescore.lua +%%DATADIR%%/lib/rspamadm/rescore_utility.lua +%%DATADIR%%/lib/rspamadm/stat_convert.lua %%DATADIR%%/lua/antivirus.lua +%%DATADIR%%/lua/arc.lua %%DATADIR%%/lua/asn.lua +%%DATADIR%%/lua/bayes_expiry.lua %%DATADIR%%/lua/clickhouse.lua %%DATADIR%%/lua/dcc.lua %%DATADIR%%/lua/dkim_signing.lua %%DATADIR%%/lua/dmarc.lua %%DATADIR%%/lua/dynamic_conf.lua +%%DATADIR%%/lua/elastic.lua %%DATADIR%%/lua/emails.lua %%DATADIR%%/lua/fann_classifier.lua %%DATADIR%%/lua/fann_redis.lua %%DATADIR%%/lua/fann_scores.lua %%DATADIR%%/lua/force_actions.lua %%DATADIR%%/lua/forged_recipients.lua -%%DATADIR%%/lua/fun.lua %%DATADIR%%/lua/fuzzy_collect.lua %%DATADIR%%/lua/greylist.lua %%DATADIR%%/lua/hfilter.lua @@ -100,18 +203,19 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/lua/once_received.lua %%DATADIR%%/lua/phishing.lua %%DATADIR%%/lua/ratelimit.lua +%%DATADIR%%/lua/reputation.lua %%DATADIR%%/lua/url_redirector.lua %%DATADIR%%/lua/url_tags.lua %%DATADIR%%/lua/replies.lua %%DATADIR%%/lua/rbl.lua -%%DATADIR%%/lua/rmilter_headers.lua +%%DATADIR%%/lua/milter_headers.lua %%DATADIR%%/lua/rspamd_update.lua %%DATADIR%%/lua/settings.lua %%DATADIR%%/lua/spamassassin.lua +%%DATADIR%%/lua/spamtrap.lua %%DATADIR%%/lua/trie.lua %%DATADIR%%/lua/url_reputation.lua %%DATADIR%%/lua/whitelist.lua -%%DATADIR%%/rules/global_functions.lua %%DATADIR%%/rules/forwarding.lua %%DATADIR%%/rules/headers_checks.lua %%DATADIR%%/rules/html.lua @@ -152,12 +256,249 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/www/js/lib/domReady.js %%DATADIR%%/www/js/lib/footable.min.js %%DATADIR%%/www/js/lib/humanize.min.js -%%DATADIR%%/www/js/lib/jquery-3.1.1.min.js +%%DATADIR%%/www/js/lib/jquery-3.2.1.min.js %%DATADIR%%/www/js/lib/visibility.min.js %%DATADIR%%/www/js/main.js %%DATADIR%%/www/js/require.js %%DATADIR%%/www/plugins.txt %%DATADIR%%/www/react-index.html +%%TORCH%%lib/rspamd/libdecisiontree.so +%%TORCH%%lib/rspamd/libTH.so +%%TORCH%%lib/rspamd/libTHNN.so +%%TORCH%%lib/rspamd/libpaths.so +%%TORCH%%lib/rspamd/libtorch.so +%%TORCH%%%%DATADIR%%/lib/decisiontree/CartNode.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/CartTrainer.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/CartTree.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/DFD.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/DataSet.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/DecisionForest.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/DecisionForestTrainer.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/DecisionTree.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/GiniState.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/GradientBoostState.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/GradientBoostTrainer.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/LogitBoostCriterion.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/MSECriterion.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/RandomForestTrainer.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/Sparse2Dense.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/SparseTensor.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/TreeState.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/WorkPool.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/_env.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/benchmark.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/init.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/math.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/test.lua +%%TORCH%%%%DATADIR%%/lib/decisiontree/utils.lua +%%TORCH%%%%DATADIR%%/lib/moses.lua +%%TORCH%%%%DATADIR%%/lib/nn/Abs.lua +%%TORCH%%%%DATADIR%%/lib/nn/AbsCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/Add.lua +%%TORCH%%%%DATADIR%%/lib/nn/AddConstant.lua +%%TORCH%%%%DATADIR%%/lib/nn/BCECriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/BatchNormalization.lua +%%TORCH%%%%DATADIR%%/lib/nn/Bilinear.lua +%%TORCH%%%%DATADIR%%/lib/nn/Bottle.lua +%%TORCH%%%%DATADIR%%/lib/nn/CAdd.lua +%%TORCH%%%%DATADIR%%/lib/nn/CAddTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/CAddTensorTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/CDivTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/CMaxTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/CMinTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/CMul.lua +%%TORCH%%%%DATADIR%%/lib/nn/CMulTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/CReLU.lua +%%TORCH%%%%DATADIR%%/lib/nn/CSubTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/Clamp.lua +%%TORCH%%%%DATADIR%%/lib/nn/ClassNLLCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/ClassSimplexCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/Collapse.lua +%%TORCH%%%%DATADIR%%/lib/nn/Concat.lua +%%TORCH%%%%DATADIR%%/lib/nn/ConcatTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/Constant.lua +%%TORCH%%%%DATADIR%%/lib/nn/Container.lua +%%TORCH%%%%DATADIR%%/lib/nn/Contiguous.lua +%%TORCH%%%%DATADIR%%/lib/nn/Convert.lua +%%TORCH%%%%DATADIR%%/lib/nn/Copy.lua +%%TORCH%%%%DATADIR%%/lib/nn/Cosine.lua +%%TORCH%%%%DATADIR%%/lib/nn/CosineDistance.lua +%%TORCH%%%%DATADIR%%/lib/nn/CosineEmbeddingCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/Criterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/CriterionTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/CrossEntropyCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/Decorator.lua +%%TORCH%%%%DATADIR%%/lib/nn/DepthConcat.lua +%%TORCH%%%%DATADIR%%/lib/nn/DistKLDivCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/DistanceRatioCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/DontCast.lua +%%TORCH%%%%DATADIR%%/lib/nn/DotProduct.lua +%%TORCH%%%%DATADIR%%/lib/nn/Dropout.lua +%%TORCH%%%%DATADIR%%/lib/nn/ELU.lua +%%TORCH%%%%DATADIR%%/lib/nn/ErrorMessages.lua +%%TORCH%%%%DATADIR%%/lib/nn/Euclidean.lua +%%TORCH%%%%DATADIR%%/lib/nn/Exp.lua +%%TORCH%%%%DATADIR%%/lib/nn/FlattenTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/GPU.lua +%%TORCH%%%%DATADIR%%/lib/nn/GatedLinearUnit.lua +%%TORCH%%%%DATADIR%%/lib/nn/GradientReversal.lua +%%TORCH%%%%DATADIR%%/lib/nn/HardShrink.lua +%%TORCH%%%%DATADIR%%/lib/nn/HardTanh.lua +%%TORCH%%%%DATADIR%%/lib/nn/HingeEmbeddingCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/Identity.lua +%%TORCH%%%%DATADIR%%/lib/nn/Index.lua +%%TORCH%%%%DATADIR%%/lib/nn/IndexLinear.lua +%%TORCH%%%%DATADIR%%/lib/nn/Jacobian.lua +%%TORCH%%%%DATADIR%%/lib/nn/JoinTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/Kmeans.lua +%%TORCH%%%%DATADIR%%/lib/nn/L1Cost.lua +%%TORCH%%%%DATADIR%%/lib/nn/L1HingeEmbeddingCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/L1Penalty.lua +%%TORCH%%%%DATADIR%%/lib/nn/LayerNormalization.lua +%%TORCH%%%%DATADIR%%/lib/nn/LeakyReLU.lua +%%TORCH%%%%DATADIR%%/lib/nn/Linear.lua +%%TORCH%%%%DATADIR%%/lib/nn/LinearWeightNorm.lua +%%TORCH%%%%DATADIR%%/lib/nn/Log.lua +%%TORCH%%%%DATADIR%%/lib/nn/LogSigmoid.lua +%%TORCH%%%%DATADIR%%/lib/nn/LogSoftMax.lua +%%TORCH%%%%DATADIR%%/lib/nn/LookupTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/MM.lua +%%TORCH%%%%DATADIR%%/lib/nn/MSECriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/MV.lua +%%TORCH%%%%DATADIR%%/lib/nn/MapTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/MarginCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/MarginRankingCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/MaskedSelect.lua +%%TORCH%%%%DATADIR%%/lib/nn/Max.lua +%%TORCH%%%%DATADIR%%/lib/nn/Maxout.lua +%%TORCH%%%%DATADIR%%/lib/nn/Mean.lua +%%TORCH%%%%DATADIR%%/lib/nn/Min.lua +%%TORCH%%%%DATADIR%%/lib/nn/MixtureTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/Module.lua +%%TORCH%%%%DATADIR%%/lib/nn/ModuleCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/Mul.lua +%%TORCH%%%%DATADIR%%/lib/nn/MulConstant.lua +%%TORCH%%%%DATADIR%%/lib/nn/MultiCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/MultiLabelMarginCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/MultiLabelSoftMarginCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/MultiMarginCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/NaN.lua +%%TORCH%%%%DATADIR%%/lib/nn/Narrow.lua +%%TORCH%%%%DATADIR%%/lib/nn/NarrowTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/Normalize.lua +%%TORCH%%%%DATADIR%%/lib/nn/OneHot.lua +%%TORCH%%%%DATADIR%%/lib/nn/PReLU.lua +%%TORCH%%%%DATADIR%%/lib/nn/Padding.lua +%%TORCH%%%%DATADIR%%/lib/nn/PairwiseDistance.lua +%%TORCH%%%%DATADIR%%/lib/nn/Parallel.lua +%%TORCH%%%%DATADIR%%/lib/nn/ParallelCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/ParallelTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/PartialLinear.lua +%%TORCH%%%%DATADIR%%/lib/nn/PixelShuffle.lua +%%TORCH%%%%DATADIR%%/lib/nn/Power.lua +%%TORCH%%%%DATADIR%%/lib/nn/PrintSize.lua +%%TORCH%%%%DATADIR%%/lib/nn/Profile.lua +%%TORCH%%%%DATADIR%%/lib/nn/RReLU.lua +%%TORCH%%%%DATADIR%%/lib/nn/ReLU.lua +%%TORCH%%%%DATADIR%%/lib/nn/ReLU6.lua +%%TORCH%%%%DATADIR%%/lib/nn/Replicate.lua +%%TORCH%%%%DATADIR%%/lib/nn/Reshape.lua +%%TORCH%%%%DATADIR%%/lib/nn/Select.lua +%%TORCH%%%%DATADIR%%/lib/nn/SelectTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/Sequential.lua +%%TORCH%%%%DATADIR%%/lib/nn/Sigmoid.lua +%%TORCH%%%%DATADIR%%/lib/nn/SmoothL1Criterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/SoftMarginCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/SoftMax.lua +%%TORCH%%%%DATADIR%%/lib/nn/SoftMin.lua +%%TORCH%%%%DATADIR%%/lib/nn/SoftPlus.lua +%%TORCH%%%%DATADIR%%/lib/nn/SoftShrink.lua +%%TORCH%%%%DATADIR%%/lib/nn/SoftSign.lua +%%TORCH%%%%DATADIR%%/lib/nn/SparseJacobian.lua +%%TORCH%%%%DATADIR%%/lib/nn/SparseLinear.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialAdaptiveAveragePooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialAdaptiveMaxPooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialAutoCropMSECriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialAveragePooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialBatchNormalization.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialClassNLLCriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialContrastiveNormalization.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialConvolution.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialConvolutionLocal.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialConvolutionMM.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialConvolutionMap.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialCrossMapLRN.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialDepthWiseConvolution.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialDilatedConvolution.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialDilatedMaxPooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialDivisiveNormalization.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialDropout.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialFractionalMaxPooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialFullConvolution.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialFullConvolutionMap.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialLPPooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialLogSoftMax.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialMaxPooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialMaxUnpooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialReflectionPadding.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialReplicationPadding.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialSoftMax.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialSubSampling.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialSubtractiveNormalization.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialUpSamplingBilinear.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialUpSamplingNearest.lua +%%TORCH%%%%DATADIR%%/lib/nn/SpatialZeroPadding.lua +%%TORCH%%%%DATADIR%%/lib/nn/SplitTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/Sqrt.lua +%%TORCH%%%%DATADIR%%/lib/nn/Square.lua +%%TORCH%%%%DATADIR%%/lib/nn/Squeeze.lua +%%TORCH%%%%DATADIR%%/lib/nn/StochasticGradient.lua +%%TORCH%%%%DATADIR%%/lib/nn/Sum.lua +%%TORCH%%%%DATADIR%%/lib/nn/THNN.lua +%%TORCH%%%%DATADIR%%/lib/nn/THNN_h.lua +%%TORCH%%%%DATADIR%%/lib/nn/Tanh.lua +%%TORCH%%%%DATADIR%%/lib/nn/TanhShrink.lua +%%TORCH%%%%DATADIR%%/lib/nn/TemporalConvolution.lua +%%TORCH%%%%DATADIR%%/lib/nn/TemporalDynamicKMaxPooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/TemporalMaxPooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/TemporalRowConvolution.lua +%%TORCH%%%%DATADIR%%/lib/nn/TemporalSubSampling.lua +%%TORCH%%%%DATADIR%%/lib/nn/Threshold.lua +%%TORCH%%%%DATADIR%%/lib/nn/Transpose.lua +%%TORCH%%%%DATADIR%%/lib/nn/Unsqueeze.lua +%%TORCH%%%%DATADIR%%/lib/nn/View.lua +%%TORCH%%%%DATADIR%%/lib/nn/VolumetricAveragePooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/VolumetricBatchNormalization.lua +%%TORCH%%%%DATADIR%%/lib/nn/VolumetricConvolution.lua +%%TORCH%%%%DATADIR%%/lib/nn/VolumetricDilatedConvolution.lua +%%TORCH%%%%DATADIR%%/lib/nn/VolumetricDilatedMaxPooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/VolumetricDropout.lua +%%TORCH%%%%DATADIR%%/lib/nn/VolumetricFractionalMaxPooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/VolumetricFullConvolution.lua +%%TORCH%%%%DATADIR%%/lib/nn/VolumetricMaxPooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/VolumetricMaxUnpooling.lua +%%TORCH%%%%DATADIR%%/lib/nn/VolumetricReplicationPadding.lua +%%TORCH%%%%DATADIR%%/lib/nn/WeightNorm.lua +%%TORCH%%%%DATADIR%%/lib/nn/WeightedEuclidean.lua +%%TORCH%%%%DATADIR%%/lib/nn/WeightedMSECriterion.lua +%%TORCH%%%%DATADIR%%/lib/nn/WhiteNoise.lua +%%TORCH%%%%DATADIR%%/lib/nn/ZeroGrad.lua +%%TORCH%%%%DATADIR%%/lib/nn/ZipTable.lua +%%TORCH%%%%DATADIR%%/lib/nn/ZipTableOneToMany.lua +%%TORCH%%%%DATADIR%%/lib/nn/hessian.lua +%%TORCH%%%%DATADIR%%/lib/nn/init.lua +%%TORCH%%%%DATADIR%%/lib/nn/test.lua +%%TORCH%%%%DATADIR%%/lib/nn/utils.lua +%%TORCH%%%%DATADIR%%/lib/paths/init.lua +%%TORCH%%%%DATADIR%%/lib/torch/CmdLine.lua +%%TORCH%%%%DATADIR%%/lib/torch/FFInterface.lua +%%TORCH%%%%DATADIR%%/lib/torch/File.lua +%%TORCH%%%%DATADIR%%/lib/torch/Tensor.lua +%%TORCH%%%%DATADIR%%/lib/torch/TestSuite.lua +%%TORCH%%%%DATADIR%%/lib/torch/Tester.lua +%%TORCH%%%%DATADIR%%/lib/torch/init.lua +%%TORCH%%%%DATADIR%%/lib/torch/paths.lua +%%TORCH%%%%DATADIR%%/lib/torch/test.lua man/man1/rspamadm.1.gz man/man1/rspamc.1.gz man/man8/rspamd.8.gz From owner-svn-ports-head@freebsd.org Fri Mar 2 15:46:33 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1B7BF2E4D6; Fri, 2 Mar 2018 15:46:32 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7117787852; Fri, 2 Mar 2018 15:46:32 +0000 (UTC) (envelope-from zi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B37819707; Fri, 2 Mar 2018 15:46:32 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22FkWG1061685; Fri, 2 Mar 2018 15:46:32 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22FkW6b061683; Fri, 2 Mar 2018 15:46:32 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201803021546.w22FkW6b061683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 2 Mar 2018 15:46:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463412 - head/net/isc-dhcp43-server X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/net/isc-dhcp43-server X-SVN-Commit-Revision: 463412 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 15:46:33 -0000 Author: zi Date: Fri Mar 2 15:46:32 2018 New Revision: 463412 URL: https://svnweb.freebsd.org/changeset/ports/463412 Log: - Update to 4.3.6-P1 PR: 191087 Submitted by: Chip Cuccio Modified: head/net/isc-dhcp43-server/Makefile head/net/isc-dhcp43-server/distinfo Modified: head/net/isc-dhcp43-server/Makefile ============================================================================== --- head/net/isc-dhcp43-server/Makefile Fri Mar 2 15:46:07 2018 (r463411) +++ head/net/isc-dhcp43-server/Makefile Fri Mar 2 15:46:32 2018 (r463412) @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= dhcp -PORTVERSION= 4.3.6 +ISCVERSION= 4.3.6-P1 +PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= ${DHCP_PORTREVISION} CATEGORIES= net MASTER_SITES= ISC/${PORTNAME}/${PORTVERSION:S/P/-P/g} \ ZI PKGNAMEPREFIX= isc- PKGNAMESUFFIX= 43-${SUBSYS} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/-P/g} +DISTNAME= ${PORTNAME}-${ISCVERSION} MAINTAINER= zi@FreeBSD.org COMMENT?= ISC Dynamic Host Configuration Protocol server @@ -18,7 +19,7 @@ LICENSE= ISCL USES= gmake -PORTREVISION_SERVER= 3 +PORTREVISION_SERVER= 0 PORTREVISION_CLIENT= 0 PORTREVISION_RELAY= 0 Modified: head/net/isc-dhcp43-server/distinfo ============================================================================== --- head/net/isc-dhcp43-server/distinfo Fri Mar 2 15:46:07 2018 (r463411) +++ head/net/isc-dhcp43-server/distinfo Fri Mar 2 15:46:32 2018 (r463412) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501553171 -SHA256 (dhcp-4.3.6.tar.gz) = a41eaf6364f1377fe065d35671d9cf82bbbc8f21207819b2b9f33f652aec6f1b -SIZE (dhcp-4.3.6.tar.gz) = 10182593 +TIMESTAMP = 1520005351 +SHA256 (dhcp-4.3.6-P1.tar.gz) = 2fd177bef02856f05fe17713ced9bfcc7d94f14c933c15f2f2fbedc9cc57a3c3 +SIZE (dhcp-4.3.6-P1.tar.gz) = 10189202 From owner-svn-ports-head@freebsd.org Fri Mar 2 16:01:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61E12F2FC89; Fri, 2 Mar 2018 16:01:15 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 115B6686C7; Fri, 2 Mar 2018 16:01:15 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E6349198E3; Fri, 2 Mar 2018 16:01:14 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22G1Eiv067750; Fri, 2 Mar 2018 16:01:14 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22G1ESS067743; Fri, 2 Mar 2018 16:01:14 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201803021601.w22G1ESS067743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 2 Mar 2018 16:01:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463413 - in head/textproc: . kibana6 kibana6/files X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/textproc: . kibana6 kibana6/files X-SVN-Commit-Revision: 463413 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 16:01:15 -0000 Author: feld Date: Fri Mar 2 16:01:14 2018 New Revision: 463413 URL: https://svnweb.freebsd.org/changeset/ports/463413 Log: Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. Kibana 6.x is compatible with Elasticsearch 6.x WWW: https://www.elastic.co/products/kibana Added: head/textproc/kibana6/ head/textproc/kibana6/Makefile (contents, props changed) head/textproc/kibana6/distinfo (contents, props changed) head/textproc/kibana6/files/ head/textproc/kibana6/files/kibana.in (contents, props changed) head/textproc/kibana6/files/pkg-deinstall.in (contents, props changed) head/textproc/kibana6/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Mar 2 15:46:32 2018 (r463412) +++ head/textproc/Makefile Fri Mar 2 16:01:14 2018 (r463413) @@ -387,6 +387,7 @@ SUBDIR += kibana5 SUBDIR += kibana5-search-guard SUBDIR += kibana5-x-pack + SUBDIR += kibana6 SUBDIR += kiss-templates SUBDIR += kmfl-european-latin SUBDIR += kmfl-khmer Added: head/textproc/kibana6/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/kibana6/Makefile Fri Mar 2 16:01:14 2018 (r463413) @@ -0,0 +1,44 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= kibana +PORTVERSION= 6.2.2 +DISTVERSIONSUFFIX= -linux-x86_64 +PORTREVISION= 0 +CATEGORIES= textproc www +MASTER_SITES= https://artifacts.elastic.co/downloads/kibana/ \ + http://artifacts.elastic.co/downloads/kibana/ +PKGNAMESUFFIX?= 6 + +MAINTAINER= feld@FreeBSD.org +COMMENT= Browser based analytics and search interface to ElasticSearch + +LICENSE= APACHE20 + +RUN_DEPENDS= node>=0.8.0:www/node + +CONFLICTS= kibana[3-5]* + +NO_BUILD= yes +WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} +USE_RC_SUBR= ${PORTNAME} + +SUB_FILES= pkg-deinstall + +do-install: + ${CP} ${WRKSRC}/config/kibana.yml ${STAGEDIR}${PREFIX}/etc/kibana.yml.sample + ${MKDIR} ${STAGEDIR}${WWWDIR} + cd ${WRKSRC} && \ + ${RM} -r bin config node && \ + ${RM} -r optimize && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} + +post-install: + ${ECHO} "@sample etc/kibana.yml.sample" >> ${TMPPLIST} + ${FIND} -s ${STAGEDIR}${WWWDIR} -not -type d | ${SORT} | \ + ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} + ${ECHO} "@dir(www,www) ${WWWDIR}/data" >> ${TMPPLIST} + ${ECHO} "@dir ${WWWDIR}/plugins" >> ${TMPPLIST} + ${ECHO} "@dir ${WWWDIR}/src/ui/public/factories" >> ${TMPPLIST} + +.include Added: head/textproc/kibana6/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/kibana6/distinfo Fri Mar 2 16:01:14 2018 (r463413) @@ -0,0 +1,3 @@ +TIMESTAMP = 1519487108 +SHA256 (kibana-6.2.2-linux-x86_64.tar.gz) = 225b5c72e333c7e872f3d97f2ab4039e29a7a8bee02f0feb57744dbc59e67abe +SIZE (kibana-6.2.2-linux-x86_64.tar.gz) = 83415765 Added: head/textproc/kibana6/files/kibana.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/kibana6/files/kibana.in Fri Mar 2 16:01:14 2018 (r463413) @@ -0,0 +1,45 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: kibana +# REQUIRE: DAEMON +# KEYWORD: shutdown + +. /etc/rc.subr + +name=kibana +rcvar=kibana_enable + +load_rc_config $name + +: ${kibana_enable:="NO"} +: ${kibana_config:="%%PREFIX%%/etc/kibana.yml"} +: ${kibana_user:="www"} +: ${kibana_group:="www"} +: ${kibana_log:="/var/log/kibana.log"} + +required_files="${kibana_config}" +pidfile="/var/run/${name}/${name}.pid" +start_precmd="kibana_precmd" +procname="%%LOCALBASE%%/bin/node" +command="/usr/sbin/daemon" +command_args="-f -p ${pidfile} env BABEL_DISABLE_CACHE=1 ${procname} %%WWWDIR%%/src/cli serve --config ${kibana_config} --log-file ${kibana_log}" + +kibana_precmd() +{ + if [ ! -d $(dirname ${pidfile}) ]; then + install -d -o ${kibana_user} -g ${kibana_group} $(dirname ${pidfile}) + fi + + if [ ! -f ${kibana_log} ]; then + install -o ${kibana_user} -g ${kibana_group} -m 640 /dev/null ${kibana_log} + fi + + if [ ! -d %%WWWDIR%%/optimize ]; then + install -d -o ${kibana_user} -g ${kibana_group} %%WWWDIR%%/optimize + fi +} + +run_rc_command "$1" Added: head/textproc/kibana6/files/pkg-deinstall.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/kibana6/files/pkg-deinstall.in Fri Mar 2 16:01:14 2018 (r463413) @@ -0,0 +1,9 @@ +#!/bin/sh + +case "$2" in +POST-DEINSTALL) + if [ -d %%WWWDIR%%/optimize ]; then + /usr/bin/find %%WWWDIR%%/optimize/ -delete + fi + ;; +esac Added: head/textproc/kibana6/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/kibana6/pkg-descr Fri Mar 2 16:01:14 2018 (r463413) @@ -0,0 +1,8 @@ +Kibana is an open source (Apache Licensed), browser based analytics and search +dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana +strives to be easy to get started with, while also being flexible and powerful, +just like Elasticsearch. + +Kibana 6.x is compatible with Elasticsearch 6.x + +WWW: https://www.elastic.co/products/kibana From owner-svn-ports-head@freebsd.org Fri Mar 2 16:09:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D985DF30712; Fri, 2 Mar 2018 16:09:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8DA8768C9C; Fri, 2 Mar 2018 16:09:23 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 846B019A3A; Fri, 2 Mar 2018 16:09:23 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22G9ND5072047; Fri, 2 Mar 2018 16:09:23 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22G9NZI072046; Fri, 2 Mar 2018 16:09:23 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201803021609.w22G9NZI072046@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 2 Mar 2018 16:09:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463414 - in head/textproc: . kibana6 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/textproc: . kibana6 X-SVN-Commit-Revision: 463414 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 16:09:24 -0000 Author: feld Date: Fri Mar 2 16:09:23 2018 New Revision: 463414 URL: https://svnweb.freebsd.org/changeset/ports/463414 Log: Delete textproc/kibana6 Addport did not preserve history from svn cp Deleted: head/textproc/kibana6/ Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Mar 2 16:01:14 2018 (r463413) +++ head/textproc/Makefile Fri Mar 2 16:09:23 2018 (r463414) @@ -387,7 +387,6 @@ SUBDIR += kibana5 SUBDIR += kibana5-search-guard SUBDIR += kibana5-x-pack - SUBDIR += kibana6 SUBDIR += kiss-templates SUBDIR += kmfl-european-latin SUBDIR += kmfl-khmer From owner-svn-ports-head@freebsd.org Fri Mar 2 16:10:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15DB3F308A0; Fri, 2 Mar 2018 16:10:30 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F8A668DAB; Fri, 2 Mar 2018 16:10:29 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8925C19A3E; Fri, 2 Mar 2018 16:10:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22GATPm072292; Fri, 2 Mar 2018 16:10:29 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22GATJo072288; Fri, 2 Mar 2018 16:10:29 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201803021610.w22GATJo072288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 2 Mar 2018 16:10:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463415 - in head/textproc: . kibana6 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/textproc: . kibana6 X-SVN-Commit-Revision: 463415 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 16:10:30 -0000 Author: feld Date: Fri Mar 2 16:10:28 2018 New Revision: 463415 URL: https://svnweb.freebsd.org/changeset/ports/463415 Log: Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. Kibana 6.x is compatible with Elasticsearch 6.x WWW: https://www.elastic.co/products/kibana Added: head/textproc/kibana6/ - copied from r462848, head/textproc/kibana5/ Modified: head/textproc/Makefile head/textproc/kibana6/Makefile head/textproc/kibana6/distinfo head/textproc/kibana6/pkg-descr Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Mar 2 16:09:23 2018 (r463414) +++ head/textproc/Makefile Fri Mar 2 16:10:28 2018 (r463415) @@ -387,6 +387,7 @@ SUBDIR += kibana5 SUBDIR += kibana5-search-guard SUBDIR += kibana5-x-pack + SUBDIR += kibana6 SUBDIR += kiss-templates SUBDIR += kmfl-european-latin SUBDIR += kmfl-khmer Modified: head/textproc/kibana6/Makefile ============================================================================== --- head/textproc/kibana5/Makefile Sat Feb 24 16:14:36 2018 (r462848) +++ head/textproc/kibana6/Makefile Fri Mar 2 16:10:28 2018 (r463415) @@ -2,25 +2,24 @@ # $FreeBSD$ PORTNAME= kibana -PORTVERSION= 5.6.8 -DISTVERSIONSUFFIX= -linux-x86 +PORTVERSION= 6.2.2 +DISTVERSIONSUFFIX= -linux-x86_64 PORTREVISION= 0 CATEGORIES= textproc www MASTER_SITES= https://artifacts.elastic.co/downloads/kibana/ \ http://artifacts.elastic.co/downloads/kibana/ -PKGNAMESUFFIX?= 5 +PKGNAMESUFFIX?= 6 -MAINTAINER= tj@FreeBSD.org +MAINTAINER= feld@FreeBSD.org COMMENT= Browser based analytics and search interface to ElasticSearch LICENSE= APACHE20 RUN_DEPENDS= node>=0.8.0:www/node -CONFLICTS= kibana[3-4]* +CONFLICTS= kibana[3-5]* NO_BUILD= yes -NO_ARCH= yes WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX} USE_RC_SUBR= ${PORTNAME} Modified: head/textproc/kibana6/distinfo ============================================================================== --- head/textproc/kibana5/distinfo Sat Feb 24 16:14:36 2018 (r462848) +++ head/textproc/kibana6/distinfo Fri Mar 2 16:10:28 2018 (r463415) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519315963 -SHA256 (kibana-5.6.8-linux-x86.tar.gz) = 5bc64ceb2c94f0494dac94db954b478b83d7944a93423a9db783f62f9106f0e8 -SIZE (kibana-5.6.8-linux-x86.tar.gz) = 51412784 +TIMESTAMP = 1519487108 +SHA256 (kibana-6.2.2-linux-x86_64.tar.gz) = 225b5c72e333c7e872f3d97f2ab4039e29a7a8bee02f0feb57744dbc59e67abe +SIZE (kibana-6.2.2-linux-x86_64.tar.gz) = 83415765 Modified: head/textproc/kibana6/pkg-descr ============================================================================== --- head/textproc/kibana5/pkg-descr Sat Feb 24 16:14:36 2018 (r462848) +++ head/textproc/kibana6/pkg-descr Fri Mar 2 16:10:28 2018 (r463415) @@ -3,6 +3,6 @@ dashboard for Elasticsearch. Kibana is a snap to setup strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. -Kibana 4.5 is compatible with Elasticsearch 2.3.x. +Kibana 6.x is compatible with Elasticsearch 6.x WWW: https://www.elastic.co/products/kibana From owner-svn-ports-head@freebsd.org Fri Mar 2 16:33:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 909E9F325F1; Fri, 2 Mar 2018 16:33:44 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F2596A497; Fri, 2 Mar 2018 16:33:44 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A08E19EFF; Fri, 2 Mar 2018 16:33:44 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22GXiG5087043; Fri, 2 Mar 2018 16:33:44 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22GXhNr087039; Fri, 2 Mar 2018 16:33:43 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201803021633.w22GXhNr087039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 2 Mar 2018 16:33:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463416 - in head/sysutils: . logstash6 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/sysutils: . logstash6 X-SVN-Commit-Revision: 463416 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 16:33:44 -0000 Author: feld Date: Fri Mar 2 16:33:43 2018 New Revision: 463416 URL: https://svnweb.freebsd.org/changeset/ports/463416 Log: Logstash is an open source, server-side data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to your favorite “stash.” (Ours is Elasticsearch, naturally.) WWW: https://www.elastic.co/products/logstash Added: head/sysutils/logstash6/ - copied from r463415, head/sysutils/logstash5/ Modified: head/sysutils/Makefile head/sysutils/logstash6/Makefile head/sysutils/logstash6/distinfo head/sysutils/logstash6/pkg-descr Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Mar 2 16:10:28 2018 (r463415) +++ head/sysutils/Makefile Fri Mar 2 16:33:43 2018 (r463416) @@ -585,6 +585,7 @@ SUBDIR += logstash SUBDIR += logstash-forwarder SUBDIR += logstash5 + SUBDIR += logstash6 SUBDIR += logtool SUBDIR += logwatch SUBDIR += lookat Modified: head/sysutils/logstash6/Makefile ============================================================================== --- head/sysutils/logstash5/Makefile Fri Mar 2 16:10:28 2018 (r463415) +++ head/sysutils/logstash6/Makefile Fri Mar 2 16:33:43 2018 (r463416) @@ -2,25 +2,25 @@ # $FreeBSD$ PORTNAME= logstash -PORTVERSION= 5.6.8 +PORTVERSION= 6.2.2 CATEGORIES= sysutils java MASTER_SITES= http://artifacts.elastic.co/downloads/logstash/ -PKGNAMESUFFIX= 5 +PKGNAMESUFFIX= 6 -MAINTAINER= tj@FreeBSD.org +MAINTAINER= feld@FreeBSD.org COMMENT= Server-side data ingest and transfomation tool LICENSE= APACHE20 RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -CONFLICTS= logstash-[0-9]* +CONFLICTS= logstash-[0-9]* logstash5-[0-9]* -USES= cpe +USES= cpe shebangfix +SHEBANG_FILES= bin/logstash CPE_VENDOR= elasticsearch USE_JAVA= yes JAVA_VERSION= 1.8+ -JAVA_EXTRACT= yes JAVA_RUN= yes NO_BUILD= yes @@ -55,15 +55,11 @@ post-install: ${FIND} -s ${STAGEDIR}${PREFIX}/logstash -not -type d | ${SORT} | \ ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} ${ECHO} "@dir logstash/data" >> ${TMPPLIST} - ${ECHO} "@dir logstash/vendor/bundle/jruby/1.9/build_info" >> ${TMPPLIST} - ${ECHO} "@dir logstash/vendor/bundle/jruby/1.9/cache" >> ${TMPPLIST} - ${ECHO} "@dir logstash/vendor/bundle/jruby/1.9/doc" >> ${TMPPLIST} - ${ECHO} "@dir logstash/vendor/bundle/jruby/1.9/extensions" >> ${TMPPLIST} - ${ECHO} "@dir logstash/vendor/bundle/jruby/1.9/gems/manticore-0.6.1-java/spec/ssl" >> ${TMPPLIST} - ${ECHO} "@dir logstash/vendor/bundle/jruby/1.9/gems/redis-3.3.5/test/db" >> ${TMPPLIST} ${ECHO} "@dir logstash/vendor/bundle/jruby/2.3.0/build_info" >> ${TMPPLIST} ${ECHO} "@dir logstash/vendor/bundle/jruby/2.3.0/cache" >> ${TMPPLIST} ${ECHO} "@dir logstash/vendor/bundle/jruby/2.3.0/doc" >> ${TMPPLIST} ${ECHO} "@dir logstash/vendor/bundle/jruby/2.3.0/extensions" >> ${TMPPLIST} + ${ECHO} "@dir logstash/vendor/bundle/jruby/2.3.0/gems/manticore-0.6.1-java/spec/ssl" >> ${TMPPLIST} + ${ECHO} "@dir logstash/vendor/bundle/jruby/2.3.0/gems/redis-3.3.5/test/db" >> ${TMPPLIST} .include Modified: head/sysutils/logstash6/distinfo ============================================================================== --- head/sysutils/logstash5/distinfo Fri Mar 2 16:10:28 2018 (r463415) +++ head/sysutils/logstash6/distinfo Fri Mar 2 16:33:43 2018 (r463416) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519337199 -SHA256 (logstash-5.6.8.tar.gz) = d9620d64894cb25ee365e66e3a0197f3780a08d8e711689716cf61fb9c2c4cf5 -SIZE (logstash-5.6.8.tar.gz) = 102819618 +TIMESTAMP = 1519746290 +SHA256 (logstash-6.2.2.tar.gz) = 40ec30d14e14dde4664a625f410d9d93b1d80abb4235334bf680a35f1f0c4b9d +SIZE (logstash-6.2.2.tar.gz) = 139464029 Modified: head/sysutils/logstash6/pkg-descr ============================================================================== --- head/sysutils/logstash5/pkg-descr Fri Mar 2 16:10:28 2018 (r463415) +++ head/sysutils/logstash6/pkg-descr Fri Mar 2 16:33:43 2018 (r463416) @@ -1,5 +1,6 @@ -Logstash is an open source, server-side data processing pipeline that ingests -data from a multitude of sources simultaneously, transforms it, and then sends -it to your favorite “stash.” +Logstash is an open source, server-side data processing pipeline that +ingests data from a multitude of sources simultaneously, transforms it, +and then sends it to your favorite “stash.” (Ours is Elasticsearch, +naturally.) WWW: https://www.elastic.co/products/logstash From owner-svn-ports-head@freebsd.org Fri Mar 2 16:50:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75CD2F337D3; Fri, 2 Mar 2018 16:50:47 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 26FB96B263; Fri, 2 Mar 2018 16:50:47 +0000 (UTC) (envelope-from zi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07BF61A0B8; Fri, 2 Mar 2018 16:50:47 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22Gok0W092584; Fri, 2 Mar 2018 16:50:46 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22GokX5092581; Fri, 2 Mar 2018 16:50:46 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201803021650.w22GokX5092581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 2 Mar 2018 16:50:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463417 - in head/net/isc-dhcp44-server: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/net/isc-dhcp44-server: . files X-SVN-Commit-Revision: 463417 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 16:50:47 -0000 Author: zi Date: Fri Mar 2 16:50:46 2018 New Revision: 463417 URL: https://svnweb.freebsd.org/changeset/ports/463417 Log: - Update to 4.4.1 [1] - Convert to new OPTIONS framework - Add OPTION for enabling binary lease file support PR: 191088 [1] Submitted by: Chip Cuccio [1] Modified: head/net/isc-dhcp44-server/Makefile head/net/isc-dhcp44-server/distinfo head/net/isc-dhcp44-server/files/isc-dhcpd.in Modified: head/net/isc-dhcp44-server/Makefile ============================================================================== --- head/net/isc-dhcp44-server/Makefile Fri Mar 2 16:33:43 2018 (r463416) +++ head/net/isc-dhcp44-server/Makefile Fri Mar 2 16:50:46 2018 (r463417) @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= dhcp -PORTVERSION= 4.4.0b1 +ISCVERSION= 4.4.1 +PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= ${DHCP_PORTREVISION} CATEGORIES= net MASTER_SITES= ISC/${PORTNAME}/${PORTVERSION:S/P/-P/g} \ ZI PKGNAMEPREFIX= isc- PKGNAMESUFFIX= 44-${SUBSYS} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/-P/g} +DISTNAME= ${PORTNAME}-${ISCVERSION} MAINTAINER= zi@FreeBSD.org COMMENT?= ISC Dynamic Host Configuration Protocol server @@ -18,23 +19,24 @@ LICENSE= MPL20 USES= gmake -FORBIDDEN= Serious flaw in 4.4.0 dhcpd, please wait for 4.4.1 - -PORTREVISION_SERVER= 1 +PORTREVISION_SERVER= 0 PORTREVISION_CLIENT= 0 PORTREVISION_RELAY= 0 SUBSYS?= server OPTIONS_DEFINE= IPV6 +OPTIONS_SUB= yes .if ${SUBSYS} == server -OPTIONS_DEFINE+= PARANOIA LDAP LDAP_SSL BIND_SYMBOLS DHCP4O6 +OPTIONS_DEFINE+= PARANOIA LDAP LDAP_SSL BIND_SYMBOLS DHCP4O6 \ + BINLEASES OPTIONS_DEFAULT+= PARANOIA LDAP_SSL DHCP4O6_DESC= Enable DHCPv4-over-DHCPv6 (TSV) PARANOIA_DESC= Enable support for chroot LDAP_SSL_DESC= Support LDAP over SSL/TLS BIND_SYMBOLS_DESC= Enable BIND internal symbol table +BINLEASES_DESC= Enable support for binary insertion of leases .endif # PORTREVISION and CONFLICTS handling @@ -60,8 +62,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -D_PATH_DHCLIENT_SCRIPT='\"${PREFIX}/sbin/dhclient-script\"' -D_PATH_DHCLIENT_CONF='\"${PREFIX}/etc/dhclient.conf\"' -D_PATH_DHCPD_CONF='\"${PREFIX}/etc/dhcpd.conf\"' SCRIPTS_ENV+= PKG_PREFIX=${PREFIX} -.include - .if ${SUBSYS} == server CONFIGURE_ARGS+=--localstatedir=/var CFLAGS+= -fPIC @@ -87,16 +87,23 @@ REINPLACE_SUB= PREFIX="${PREFIX}" PKGMESSAGE_SUB= PREFIX="${PREFIX}" MAN1PREFIX="${MAN1PREFIX}" \ DOCSDIR="${DOCSDIR}" -.if ${PORT_OPTIONS:MPARANOIA} -CONFIGURE_ARGS+=--enable-paranoia --enable-early-chroot -SUB_LIST+= PARANOIA="yes" -.else -SUB_LIST+= PARANOIA="no" -.endif +BINLEASES_CONFIGURE_ENABLE= binary-leases +PARANOIA_CONFIGURE_ENABLE= paranoia early-chroot +PARANOIA_CONFIGURE_VARS= PARANOIAOPT="yes" +PARANOIA_CONFIGURE_VARS_OFF= PARANOIAOPT="no" +LDAP_CONFIGURE_WITH= ldap ldapcrypto +LDAP_USE= OPENLDAP +LDAP_USES= shebangfix +LDAP_SSL_CONFIGURE_WITH= ldapcrypto +LDAP_SSL_USES= ssl +LDAP_SSL_VARS= LIBS+=-lssl +IPV6_CONFIGURE_ENABLE= dhcpv6 +DHCP4O6_CONFIGURE_ENABLE= dhcpv4o6 +BIND_SYMBOLS_USES= perl5 +.include + .if ${PORT_OPTIONS:MLDAP} -CONFIGURE_ARGS+=--with-ldap --with-ldapcrypto -USE_OPENLDAP= yes LDAP_SCRIPT= ${WRKSRC}/contrib/ldap/dhcpd-conf-to-ldap LDAP_SCHEMA= ${WRKSRC}/contrib/ldap/dhcp.schema LDAP_README= ${WRKSRC}/contrib/ldap/README.ldap @@ -104,38 +111,11 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib LIBS+= -L${LOCALBASE}/lib PORTDOCS+= README.ldap PLIST_SUB+= SCHEMA_DIR="${SCHEMA_DIR:S,^${PREFIX}/,,}" LDAP="" -USES+= shebangfix SHEBANG_FILES= contrib/ldap/dhcpd-conf-to-ldap -.else -PLIST_SUB+= LDAP="@comment " .endif -.if ${PORT_OPTIONS:MLDAP_SSL} && ${PORT_OPTIONS:MLDAP} -USES+= ssl -CONFIGURE_ARGS+=--with-ldapcrypto -LIBS+= -lssl -.endif - -.if ${PORT_OPTIONS:MIPV6} -CONFIGURE_ARGS+=--enable-dhcpv6 -PLIST_SUB+= IPV6="" -.else -CONFIGURE_ARGS+=--disable-dhcpv6 -PLIST_SUB+= IPV6="@comment " -.endif - -.if ${PORT_OPTIONS:MDHCP4O6} -CONFIGURE_ARGS+=--enable-dhcpv4o6 -PLIST_SUB+= DHCP4O6="" -.else -CONFIGURE_ARGS+=--disable-dhcpv4o6 -PLIST_SUB+= DHCP4O6="@comment " -.endif - -.if ${PORT_OPTIONS:MBIND_SYMBOLS} -USES+= perl5 -.else -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-bind_Makefile.in +.if empty(PORT_OPTIONS:MBIND_SYMBOLS) +EXTRA_PATCHES+=${PATCHDIR}/extra-patch-bind_Makefile.in .endif post-patch: Modified: head/net/isc-dhcp44-server/distinfo ============================================================================== --- head/net/isc-dhcp44-server/distinfo Fri Mar 2 16:33:43 2018 (r463416) +++ head/net/isc-dhcp44-server/distinfo Fri Mar 2 16:50:46 2018 (r463417) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515530294 -SHA256 (dhcp-4.4.0b1.tar.gz) = 9bb9fcef57e31660d43c83481d60cfa16fd2ad99fd7bbe7f0ae2ca81406a80c2 -SIZE (dhcp-4.4.0b1.tar.gz) = 11151721 +TIMESTAMP = 1520005726 +SHA256 (dhcp-4.4.1.tar.gz) = 2a22508922ab367b4af4664a0472dc220cc9603482cf3c16d9aff14f3a76b608 +SIZE (dhcp-4.4.1.tar.gz) = 11164378 Modified: head/net/isc-dhcp44-server/files/isc-dhcpd.in ============================================================================== --- head/net/isc-dhcp44-server/files/isc-dhcpd.in Fri Mar 2 16:33:43 2018 (r463416) +++ head/net/isc-dhcp44-server/files/isc-dhcpd.in Fri Mar 2 16:50:46 2018 (r463417) @@ -35,7 +35,7 @@ esac name="${name:-dhcpd}" ; name=${name##*/isc-} -paranoia=%%PARANOIA%% # compiled in paranoia? +paranoia=%%PARANOIAOPT%% # compiled in paranoia? load_rc_config ${name} From owner-svn-ports-head@freebsd.org Fri Mar 2 17:01:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7B34F3459D; Fri, 2 Mar 2018 17:01:15 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DCDF6BC07; Fri, 2 Mar 2018 17:01:15 +0000 (UTC) (envelope-from zi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 68ACE1A26A; Fri, 2 Mar 2018 17:01:15 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22H1FEh000789; Fri, 2 Mar 2018 17:01:15 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22H1FBY000787; Fri, 2 Mar 2018 17:01:15 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201803021701.w22H1FBY000787@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Fri, 2 Mar 2018 17:01:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463418 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 463418 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 17:01:16 -0000 Author: zi Date: Fri Mar 2 17:01:14 2018 New Revision: 463418 URL: https://svnweb.freebsd.org/changeset/ports/463418 Log: - Document vulnerabilities (CVE-2018-5732, CVE-2018-5733) in isc-dhcp ports Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Mar 2 16:50:46 2018 (r463417) +++ head/security/vuxml/vuln.xml Fri Mar 2 17:01:14 2018 (r463418) @@ -58,6 +58,56 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + isc-dhcp -- Multiple vulnerabilities + + + isc-dhcp44-server + 4.4.1 + + + isc-dhcp44-client + 4.4.1 + + + isc-dhcp43-server + 4.3.6 + + + isc-dhcp43-client + 4.3.6 + + + + +

ISC reports:

+
+

Failure to properly bounds check a buffer used for processing + DHCP options allows a malicious server (or an entity + masquerading as a server) to cause a buffer overflow (and + resulting crash) in dhclient by sending a response containing a + specially constructed options section.

+
+
+

A malicious client which is allowed to send very large amounts + of traffic (billions of packets) to a DHCP server can eventually + overflow a 32-bit reference counter, potentially causing dhcpd + to crash.

+
+ +
+ + CVE-2018-5732 + CVE-2018-5733 + https://kb.isc.org/article/AA-01565 + https://kb.isc.org/article/AA-01567 + + + 2018-02-21 + 2018-03-02 + +
+ libsndfile -- out-of-bounds reads From owner-svn-ports-head@freebsd.org Fri Mar 2 17:36:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE4E2F372B3; Fri, 2 Mar 2018 17:36:25 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79BB06D489; Fri, 2 Mar 2018 17:36:25 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 570ED1A88E; Fri, 2 Mar 2018 17:36:25 +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 w22HaP5V017437; Fri, 2 Mar 2018 17:36:25 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22HaOgM017434; Fri, 2 Mar 2018 17:36:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803021736.w22HaOgM017434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 2 Mar 2018 17:36:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463419 - head/converters/p5-Convert-Moji X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/converters/p5-Convert-Moji X-SVN-Commit-Revision: 463419 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 17:36:26 -0000 Author: amdmi3 Date: Fri Mar 2 17:36:24 2018 New Revision: 463419 URL: https://svnweb.freebsd.org/changeset/ports/463419 Log: - Update to 0.10 PR: 225709 Approved by: maintainer timeout (kuriyama, 1 month) Modified: head/converters/p5-Convert-Moji/Makefile head/converters/p5-Convert-Moji/distinfo head/converters/p5-Convert-Moji/pkg-plist Modified: head/converters/p5-Convert-Moji/Makefile ============================================================================== --- head/converters/p5-Convert-Moji/Makefile Fri Mar 2 17:01:14 2018 (r463418) +++ head/converters/p5-Convert-Moji/Makefile Fri Mar 2 17:36:24 2018 (r463419) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Convert-Moji -PORTVERSION= 0.08 +PORTVERSION= 0.10 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,6 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -NO_ARCH= YES +NO_ARCH= yes .include Modified: head/converters/p5-Convert-Moji/distinfo ============================================================================== --- head/converters/p5-Convert-Moji/distinfo Fri Mar 2 17:01:14 2018 (r463418) +++ head/converters/p5-Convert-Moji/distinfo Fri Mar 2 17:36:24 2018 (r463419) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475928943 -SHA256 (Convert-Moji-0.08.tar.gz) = 0e3d28b4b1b370f5c5edc2d59e253e8e87275d81117fe0cdc52816fb22c4b904 -SIZE (Convert-Moji-0.08.tar.gz) = 9692 +TIMESTAMP = 1517942691 +SHA256 (Convert-Moji-0.10.tar.gz) = 4923fb681ccf3856087e4a671a1e3cfd1a920ae936c9442081c2d9060da156cb +SIZE (Convert-Moji-0.10.tar.gz) = 8818 Modified: head/converters/p5-Convert-Moji/pkg-plist ============================================================================== --- head/converters/p5-Convert-Moji/pkg-plist Fri Mar 2 17:01:14 2018 (r463418) +++ head/converters/p5-Convert-Moji/pkg-plist Fri Mar 2 17:36:24 2018 (r463419) @@ -1,5 +1,3 @@ -%%PERL5_MAN3%%/Convert::Moji.3.gz %%SITE_PERL%%/Convert/Moji.pm %%SITE_PERL%%/Convert/Moji.pod -%%SITE_PERL%%/Convert/Moji.pod.tmpl -%%SITE_PERL%%/Convert/make-pod.pl +%%PERL5_MAN3%%/Convert::Moji.3.gz From owner-svn-ports-head@freebsd.org Fri Mar 2 17:42:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4BA8F37887; Fri, 2 Mar 2018 17:42:01 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8682E6DA21; Fri, 2 Mar 2018 17:42:01 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 818141AA0B; Fri, 2 Mar 2018 17:42:01 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22Hg1SN019444; Fri, 2 Mar 2018 17:42:01 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22Hg1i5019443; Fri, 2 Mar 2018 17:42:01 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201803021742.w22Hg1i5019443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 2 Mar 2018 17:42:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463420 - head/print/qpdfview X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/print/qpdfview X-SVN-Commit-Revision: 463420 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 17:42:02 -0000 Author: joneum Date: Fri Mar 2 17:42:01 2018 New Revision: 463420 URL: https://svnweb.freebsd.org/changeset/ports/463420 Log: Maintainership to mbeis@xs4all.nl PR: 226303 Modified: head/print/qpdfview/Makefile Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Fri Mar 2 17:36:24 2018 (r463419) +++ head/print/qpdfview/Makefile Fri Mar 2 17:42:01 2018 (r463420) @@ -8,7 +8,7 @@ CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/226592308/ \ https://launchpad.net/${PORTVERSION}/trunk/${PORTVERSION}/+download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mbeis@xs4all.nl COMMENT= Tabbed DjVu/PDF/PS document viewer LICENSE= GPLv2+ From owner-svn-ports-head@freebsd.org Fri Mar 2 17:44:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 079ABF37B1A; Fri, 2 Mar 2018 17:44:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE7926DDB4; Fri, 2 Mar 2018 17:44:00 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A95321AA34; Fri, 2 Mar 2018 17:44:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22Hi05g022501; Fri, 2 Mar 2018 17:44:00 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22Hi0Sb022500; Fri, 2 Mar 2018 17:44:00 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201803021744.w22Hi0Sb022500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 2 Mar 2018 17:44:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463421 - head/sysutils/showbeastie X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/sysutils/showbeastie X-SVN-Commit-Revision: 463421 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 17:44:01 -0000 Author: tobik Date: Fri Mar 2 17:44:00 2018 New Revision: 463421 URL: https://svnweb.freebsd.org/changeset/ports/463421 Log: sysutils/showbeastie: Fix build after base r329859 In file included from ficl.c:61: /usr/include/stdlib.h:89:1: error: unknown type name 'jagged' double atof(const char *); ^ :2:16: note: expanded from here #define double jagged-little-pill ^ Modified: head/sysutils/showbeastie/Makefile Modified: head/sysutils/showbeastie/Makefile ============================================================================== --- head/sysutils/showbeastie/Makefile Fri Mar 2 17:42:01 2018 (r463420) +++ head/sysutils/showbeastie/Makefile Fri Mar 2 17:44:00 2018 (r463421) @@ -45,12 +45,14 @@ pre-patch: -cf - . | ${TAR} -C ${WRKSRC}/.. -xf - post-patch: - ${REINPLACE_CMD} 's|-I.*/\.\./common|-I${SRC_STAND}/common|g' \ + @${REINPLACE_CMD} 's|-I.*/\.\./common|-I${SRC_STAND}/common|g' \ ${WRKSRC}/Makefile - + @if [ -f "${WRKSRC}/../defs.mk" ]; then \ + ${REINPLACE_CMD} '/jagged-little-pill/d' ${WRKSRC}/../defs.mk \ + ; fi # Make sure building on FreeBSD 11.0/i386 works. Calls to biospci_* are not # needed for this program. - ${REINPLACE_CMD} 's|ifdef __i386__|if 0|g' ${WRKSRC}/loader.c + @${REINPLACE_CMD} 's|ifdef __i386__|if 0|g' ${WRKSRC}/loader.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/testmain ${STAGEDIR}${PREFIX}/bin/${PORTNAME} From owner-svn-ports-head@freebsd.org Fri Mar 2 17:52:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 052E3F386DB; Fri, 2 Mar 2018 17:52:38 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6FF06E53D; Fri, 2 Mar 2018 17:52:37 +0000 (UTC) (envelope-from gblach@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A1DC31ABC4; Fri, 2 Mar 2018 17:52:37 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22HqbgT027497; Fri, 2 Mar 2018 17:52:37 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22HqbSn027494; Fri, 2 Mar 2018 17:52:37 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201803021752.w22HqbSn027494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Fri, 2 Mar 2018 17:52:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463422 - head/audio/libmpdclient X-SVN-Group: ports-head X-SVN-Commit-Author: gblach X-SVN-Commit-Paths: head/audio/libmpdclient X-SVN-Commit-Revision: 463422 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 17:52:38 -0000 Author: gblach Date: Fri Mar 2 17:52:37 2018 New Revision: 463422 URL: https://svnweb.freebsd.org/changeset/ports/463422 Log: Update to 2.14 Modified: head/audio/libmpdclient/Makefile head/audio/libmpdclient/distinfo head/audio/libmpdclient/pkg-plist Modified: head/audio/libmpdclient/Makefile ============================================================================== --- head/audio/libmpdclient/Makefile Fri Mar 2 17:44:00 2018 (r463421) +++ head/audio/libmpdclient/Makefile Fri Mar 2 17:52:37 2018 (r463422) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmpdclient -PORTVERSION= 2.13 +PORTVERSION= 2.14 CATEGORIES= audio MASTER_SITES= http://www.musicpd.org/download/libmpdclient/2/ Modified: head/audio/libmpdclient/distinfo ============================================================================== --- head/audio/libmpdclient/distinfo Fri Mar 2 17:44:00 2018 (r463421) +++ head/audio/libmpdclient/distinfo Fri Mar 2 17:52:37 2018 (r463422) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500972327 -SHA256 (libmpdclient-2.13.tar.xz) = 5115bd52bc20a707c1ecc7587e6389c17305348e2132a66cf767c62fc55ed45d -SIZE (libmpdclient-2.13.tar.xz) = 56964 +TIMESTAMP = 1520010547 +SHA256 (libmpdclient-2.14.tar.xz) = 0a84e2791bfe3077cf22ee1784c805d5bb550803dffe56a39aa3690a38061372 +SIZE (libmpdclient-2.14.tar.xz) = 58268 Modified: head/audio/libmpdclient/pkg-plist ============================================================================== --- head/audio/libmpdclient/pkg-plist Fri Mar 2 17:44:00 2018 (r463421) +++ head/audio/libmpdclient/pkg-plist Fri Mar 2 17:52:37 2018 (r463422) @@ -34,7 +34,7 @@ include/mpd/tag.h include/mpd/version.h lib/libmpdclient.so lib/libmpdclient.so.2 -lib/libmpdclient.so.2.13 +lib/libmpdclient.so.2.14 libdata/pkgconfig/libmpdclient.pc share/vala/vapi/libmpdclient.vapi %%PORTDOCS%%%%DOCSDIR%%/AUTHORS From owner-svn-ports-head@freebsd.org Fri Mar 2 18:05:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 70AB7F39442; Fri, 2 Mar 2018 18:05:19 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1609C6EFF7; Fri, 2 Mar 2018 18:05:19 +0000 (UTC) (envelope-from ler@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BF561AD61; Fri, 2 Mar 2018 18:05:19 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22I5Ij0032752; Fri, 2 Mar 2018 18:05:18 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22I5I9Z032750; Fri, 2 Mar 2018 18:05:18 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201803021805.w22I5I9Z032750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Fri, 2 Mar 2018 18:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463423 - head/mail/dovecot-pigeonhole X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/mail/dovecot-pigeonhole X-SVN-Commit-Revision: 463423 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:05:19 -0000 Author: ler Date: Fri Mar 2 18:05:18 2018 New Revision: 463423 URL: https://svnweb.freebsd.org/changeset/ports/463423 Log: mail/dovecot-pigeonhole: upgrade to v0.4.22. Changelog: - Fixed filesystem path handling problem: sieve plugin could have assert-crashed with specific path lengths with: "Panic: file realpath.c: line 86 (path_normalize): assertion failed: (npath_pos + 1 < npath + asize)". - Sieve extprograms plugin: Large output from "execute" command crashed delivery. Fixed buffering issue in code that handles output from the external program. - editheader extension: Extensively reworked the low-level implementation of adding and removing headers. This solves a few integer arithmetic problems reported by Clang runtime checks, but also improves code structure and reliability in general. - imapsieve: Fix assert crash occurring when selected messages are expunged concurrently by the time Sieve filter is to be applied. - imap4flags extension: Fix binary byte-code corruption occurring when the setflag, addflag, or removeflag command's flag-list is a variable. - enotify extension: mailto method: Fixed parsing of mailto URI with only a header part. - enotify extension: mailto method: Make sure "From:" header is set to a usable address and not "(null)". - Fixed writing address headers to outgoing messages. It sometimes erroneously applied another layer of MIME header encoding. Modified: head/mail/dovecot-pigeonhole/Makefile head/mail/dovecot-pigeonhole/distinfo Modified: head/mail/dovecot-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot-pigeonhole/Makefile Fri Mar 2 17:52:37 2018 (r463422) +++ head/mail/dovecot-pigeonhole/Makefile Fri Mar 2 18:05:18 2018 (r463423) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.21 -PORTREVISION= 2 +PORTVERSION= 0.4.22 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot-pigeonhole/distinfo ============================================================================== --- head/mail/dovecot-pigeonhole/distinfo Fri Mar 2 17:52:37 2018 (r463422) +++ head/mail/dovecot-pigeonhole/distinfo Fri Mar 2 18:05:18 2018 (r463423) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507842786 -SHA256 (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = 4ae09cb788c5334d167f5a89ee70b0616c3231e5904ad258ce408e4953cfdd6a -SIZE (dovecot-2.2-pigeonhole-0.4.21.tar.gz) = 1774887 +TIMESTAMP = 1520013525 +SHA256 (dovecot-2.2-pigeonhole-0.4.22.tar.gz) = 5b288d99ced946261d8d70ed2f8bad3dec02d07faa132d046036df0216046f0f +SIZE (dovecot-2.2-pigeonhole-0.4.22.tar.gz) = 1778176 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:13:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E259F39E98; Fri, 2 Mar 2018 18:13:06 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55A436F871; Fri, 2 Mar 2018 18:13:02 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 638FD1AF1B; Fri, 2 Mar 2018 18:13:02 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22ID2w6037547; Fri, 2 Mar 2018 18:13:02 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22ID2Es037545; Fri, 2 Mar 2018 18:13:02 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201803021813.w22ID2Es037545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 2 Mar 2018 18:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463424 - in head/textproc/elasticsearch6: . files X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head/textproc/elasticsearch6: . files X-SVN-Commit-Revision: 463424 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:13:06 -0000 Author: feld Date: Fri Mar 2 18:13:01 2018 New Revision: 463424 URL: https://svnweb.freebsd.org/changeset/ports/463424 Log: textproc/elasticsearch6: Update pkg-message "bootstrap.system_call_filter: false" does not need to be set on ElasticSearch 6.2.2 for a successful bootstrap on FreeBSD Modified: head/textproc/elasticsearch6/Makefile head/textproc/elasticsearch6/files/pkg-message.in Modified: head/textproc/elasticsearch6/Makefile ============================================================================== --- head/textproc/elasticsearch6/Makefile Fri Mar 2 18:05:18 2018 (r463423) +++ head/textproc/elasticsearch6/Makefile Fri Mar 2 18:13:01 2018 (r463424) @@ -3,7 +3,7 @@ PORTNAME= elasticsearch PORTVERSION= 6.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc java devel MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ Modified: head/textproc/elasticsearch6/files/pkg-message.in ============================================================================== --- head/textproc/elasticsearch6/files/pkg-message.in Fri Mar 2 18:05:18 2018 (r463423) +++ head/textproc/elasticsearch6/files/pkg-message.in Fri Mar 2 18:13:01 2018 (r463424) @@ -14,11 +14,4 @@ sysctl security.bsd.unprivileged_mlock=1 to prevent the process from failing the bootstrap. -Do note that you need to set - -bootstrap.system_call_filter: false - -in your elasticsearch.yml file to successfully bootstrap on non-Linux -OSes now. - ====================================================================== From owner-svn-ports-head@freebsd.org Fri Mar 2 18:22:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9254F3A9FB; Fri, 2 Mar 2018 18:22:09 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F0E870013; Fri, 2 Mar 2018 18:22:09 +0000 (UTC) (envelope-from gblach@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A10B1B0BD; Fri, 2 Mar 2018 18:22:09 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22IM94M040365; Fri, 2 Mar 2018 18:22:09 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IM9bA040363; Fri, 2 Mar 2018 18:22:09 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201803021822.w22IM9bA040363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Fri, 2 Mar 2018 18:22:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463425 - head/databases/py-queries X-SVN-Group: ports-head X-SVN-Commit-Author: gblach X-SVN-Commit-Paths: head/databases/py-queries X-SVN-Commit-Revision: 463425 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:22:10 -0000 Author: gblach Date: Fri Mar 2 18:22:09 2018 New Revision: 463425 URL: https://svnweb.freebsd.org/changeset/ports/463425 Log: Update to 2.0.0 Modified: head/databases/py-queries/Makefile head/databases/py-queries/distinfo Modified: head/databases/py-queries/Makefile ============================================================================== --- head/databases/py-queries/Makefile Fri Mar 2 18:13:01 2018 (r463424) +++ head/databases/py-queries/Makefile Fri Mar 2 18:22:09 2018 (r463425) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= queries -PORTVERSION= 1.10.4 +PORTVERSION= 2.0.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-queries/distinfo ============================================================================== --- head/databases/py-queries/distinfo Fri Mar 2 18:13:01 2018 (r463424) +++ head/databases/py-queries/distinfo Fri Mar 2 18:22:09 2018 (r463425) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516985127 -SHA256 (queries-1.10.4.tar.gz) = a4308c36f57bff9330c484ab1e331052bf07a86fc7a4f7e8d67043f59bed354b -SIZE (queries-1.10.4.tar.gz) = 17462 +TIMESTAMP = 1520013187 +SHA256 (queries-2.0.0.tar.gz) = 943d38a6eff002fe5413991e81622b99ef14189525dcf18e4894972ca23096cc +SIZE (queries-2.0.0.tar.gz) = 17931 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:45:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA5C3F3C63F; Fri, 2 Mar 2018 18:45:15 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 93D79712B3; Fri, 2 Mar 2018 18:45:15 +0000 (UTC) (envelope-from gblach@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 89E7A1B426; Fri, 2 Mar 2018 18:45:15 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22IjFne052678; Fri, 2 Mar 2018 18:45:15 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IjFAj052676; Fri, 2 Mar 2018 18:45:15 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201803021845.w22IjFAj052676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Fri, 2 Mar 2018 18:45:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463426 - head/editors/jupp X-SVN-Group: ports-head X-SVN-Commit-Author: gblach X-SVN-Commit-Paths: head/editors/jupp X-SVN-Commit-Revision: 463426 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:45:16 -0000 Author: gblach Date: Fri Mar 2 18:45:15 2018 New Revision: 463426 URL: https://svnweb.freebsd.org/changeset/ports/463426 Log: Update to 3.1.35 Modified: head/editors/jupp/Makefile head/editors/jupp/distinfo Modified: head/editors/jupp/Makefile ============================================================================== --- head/editors/jupp/Makefile Fri Mar 2 18:22:09 2018 (r463425) +++ head/editors/jupp/Makefile Fri Mar 2 18:45:15 2018 (r463426) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jupp -PORTVERSION= 3.1.32 +PORTVERSION= 3.1.35 CATEGORIES= editors MASTER_SITES= http://www.mirbsd.org/MirOS/dist/jupp/ \ http://pub.allbsd.org/MirOS/dist/jupp/ Modified: head/editors/jupp/distinfo ============================================================================== --- head/editors/jupp/distinfo Fri Mar 2 18:22:09 2018 (r463425) +++ head/editors/jupp/distinfo Fri Mar 2 18:45:15 2018 (r463426) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514587340 -SHA256 (joe-3.1jupp32.tgz) = 808f8e8e638a884de784a928aac85bd81e83e153cf9c7d85c93c6738207d7149 -SIZE (joe-3.1jupp32.tgz) = 469855 +TIMESTAMP = 1520016184 +SHA256 (joe-3.1jupp35.tgz) = c4509df80b9f12d0f52b1b85c43717f068e42cad0fe281647ba5b2b9bdb34bec +SIZE (joe-3.1jupp35.tgz) = 473393 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:51:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF7D6F3CDE6; Fri, 2 Mar 2018 18:51:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91CF671712; Fri, 2 Mar 2018 18:51:28 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CBBA1B55D; Fri, 2 Mar 2018 18:51:28 +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 w22IpS9U055247; Fri, 2 Mar 2018 18:51:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IpSAm055245; Fri, 2 Mar 2018 18:51:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021851.w22IpSAm055245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:51:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463427 - head/databases/rocksdb X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/rocksdb X-SVN-Commit-Revision: 463427 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:51:29 -0000 Author: sunpoet Date: Fri Mar 2 18:51:28 2018 New Revision: 463427 URL: https://svnweb.freebsd.org/changeset/ports/463427 Log: Update to 5.10.4 Changes: https://github.com/facebook/rocksdb/releases https://github.com/facebook/rocksdb/blob/5.10.fb/HISTORY.md Modified: head/databases/rocksdb/Makefile head/databases/rocksdb/distinfo Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Fri Mar 2 18:45:15 2018 (r463426) +++ head/databases/rocksdb/Makefile Fri Mar 2 18:51:28 2018 (r463427) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 5.10.3 +PORTVERSION= 5.10.4 DISTVERSIONPREFIX= v CATEGORIES= databases Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Fri Mar 2 18:45:15 2018 (r463426) +++ head/databases/rocksdb/distinfo Fri Mar 2 18:51:28 2018 (r463427) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519314380 -SHA256 (facebook-rocksdb-v5.10.3_GH0.tar.gz) = ca83e444f42df39e8641c7d1e7e0aaa8835cf7fd4fd7441e763c511785ada34f -SIZE (facebook-rocksdb-v5.10.3_GH0.tar.gz) = 3964888 +TIMESTAMP = 1520005997 +SHA256 (facebook-rocksdb-v5.10.4_GH0.tar.gz) = 84242197aa396cd36b104cba27eb4f2ae949c9c4112270ec29ccef947297e742 +SIZE (facebook-rocksdb-v5.10.4_GH0.tar.gz) = 3964826 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:51:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B497F3CE0E; Fri, 2 Mar 2018 18:51:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66C8A718B5; Fri, 2 Mar 2018 18:51: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BAE3A1B565; Fri, 2 Mar 2018 18:51:33 +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 w22IpXwV055369; Fri, 2 Mar 2018 18:51:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IpXYw055367; Fri, 2 Mar 2018 18:51:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021851.w22IpXYw055367@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:51:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463428 - head/www/you-get X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/you-get X-SVN-Commit-Revision: 463428 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:51:36 -0000 Author: sunpoet Date: Fri Mar 2 18:51:33 2018 New Revision: 463428 URL: https://svnweb.freebsd.org/changeset/ports/463428 Log: Update to 0.4.1040 Changes: https://github.com/soimort/you-get/releases https://github.com/soimort/you-get/commits/develop Modified: head/www/you-get/Makefile head/www/you-get/distinfo Modified: head/www/you-get/Makefile ============================================================================== --- head/www/you-get/Makefile Fri Mar 2 18:51:28 2018 (r463427) +++ head/www/you-get/Makefile Fri Mar 2 18:51:33 2018 (r463428) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= you-get -PORTVERSION= 0.4.1025 +PORTVERSION= 0.4.1040 CATEGORIES= www MASTER_SITES= CHEESESHOP Modified: head/www/you-get/distinfo ============================================================================== --- head/www/you-get/distinfo Fri Mar 2 18:51:28 2018 (r463427) +++ head/www/you-get/distinfo Fri Mar 2 18:51:33 2018 (r463428) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518275820 -SHA256 (you-get-0.4.1025.tar.gz) = d348b89bd4798ef2225f5b357510505a4bc781380479c9f59b69d80ff9a56ab5 -SIZE (you-get-0.4.1025.tar.gz) = 139475 +TIMESTAMP = 1520006008 +SHA256 (you-get-0.4.1040.tar.gz) = fdc9021e8b1cf936aad4bd6c74b80ea8fa3573b807c41242ba781e247f8c8ca8 +SIZE (you-get-0.4.1040.tar.gz) = 140730 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:51:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17F19F3CE3D; Fri, 2 Mar 2018 18:51:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C325771904; Fri, 2 Mar 2018 18:51:38 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE25E1B56D; Fri, 2 Mar 2018 18:51:38 +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 w22IpcL4055496; Fri, 2 Mar 2018 18:51:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22Ipc4r055494; Fri, 2 Mar 2018 18:51:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021851.w22Ipc4r055494@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:51:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463429 - head/databases/php5-tarantool X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/php5-tarantool X-SVN-Commit-Revision: 463429 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:51:39 -0000 Author: sunpoet Date: Fri Mar 2 18:51:38 2018 New Revision: 463429 URL: https://svnweb.freebsd.org/changeset/ports/463429 Log: Update real PORTVERSION and bump PORTEPOCH Suggested by: mat Modified: head/databases/php5-tarantool/Makefile head/databases/php5-tarantool/distinfo Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Fri Mar 2 18:51:33 2018 (r463428) +++ head/databases/php5-tarantool/Makefile Fri Mar 2 18:51:38 2018 (r463429) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= tarantool -PORTVERSION= 20160226 # 0.1.0 +PORTVERSION= 0.1.0 +PORTEPOCH= 1 CATEGORIES= databases PKGNAMEPREFIX= php5- @@ -19,6 +20,5 @@ IGNORE_WITH_PHP=70 71 72 USE_GITHUB= yes GH_PROJECT= ${PORTNAME}-php -GH_TAGNAME= 0.1.0 .include Modified: head/databases/php5-tarantool/distinfo ============================================================================== --- head/databases/php5-tarantool/distinfo Fri Mar 2 18:51:33 2018 (r463428) +++ head/databases/php5-tarantool/distinfo Fri Mar 2 18:51:38 2018 (r463429) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519683026 -SHA256 (tarantool-tarantool-php-20160226-0.1.0_GH0.tar.gz) = e8c392bcea80b081aeaea48ed39b3f94251254b06573c8927905a44d5e0ee3c3 -SIZE (tarantool-tarantool-php-20160226-0.1.0_GH0.tar.gz) = 606010 +TIMESTAMP = 1519917919 +SHA256 (tarantool-tarantool-php-0.1.0_GH0.tar.gz) = e8c392bcea80b081aeaea48ed39b3f94251254b06573c8927905a44d5e0ee3c3 +SIZE (tarantool-tarantool-php-0.1.0_GH0.tar.gz) = 606010 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:51:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67259F3CE88; Fri, 2 Mar 2018 18:51:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15E6A719D1; Fri, 2 Mar 2018 18:51: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 10E471B574; Fri, 2 Mar 2018 18:51: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 w22IphRL057792; Fri, 2 Mar 2018 18:51:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IphIS057790; Fri, 2 Mar 2018 18:51:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021851.w22IphIS057790@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:51:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463430 - head/devel/py-packaging X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-packaging X-SVN-Commit-Revision: 463430 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:51:44 -0000 Author: sunpoet Date: Fri Mar 2 18:51:43 2018 New Revision: 463430 URL: https://svnweb.freebsd.org/changeset/ports/463430 Log: Update to 17.1 Changes: https://github.com/pypa/packaging/blob/master/CHANGELOG.rst Modified: head/devel/py-packaging/Makefile head/devel/py-packaging/distinfo Modified: head/devel/py-packaging/Makefile ============================================================================== --- head/devel/py-packaging/Makefile Fri Mar 2 18:51:38 2018 (r463429) +++ head/devel/py-packaging/Makefile Fri Mar 2 18:51:43 2018 (r463430) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= packaging -PORTVERSION= 17.0 +PORTVERSION= 17.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-packaging/distinfo ============================================================================== --- head/devel/py-packaging/distinfo Fri Mar 2 18:51:38 2018 (r463429) +++ head/devel/py-packaging/distinfo Fri Mar 2 18:51:43 2018 (r463430) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519911607 -SHA256 (packaging-17.0.tar.gz) = e9f654a6854321ac39d2e6745b820773ba9efa394e71dea1b387cc717d439f93 -SIZE (packaging-17.0.tar.gz) = 49719 +TIMESTAMP = 1520006027 +SHA256 (packaging-17.1.tar.gz) = f019b770dd64e585a99714f1fd5e01c7a8f11b45635aa953fd41c689a657375b +SIZE (packaging-17.1.tar.gz) = 49849 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:51:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA144F3CEBD; Fri, 2 Mar 2018 18:51:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5381F71A9B; Fri, 2 Mar 2018 18:51: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D7801B57A; Fri, 2 Mar 2018 18:51: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 w22IpncS057914; Fri, 2 Mar 2018 18:51:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IpnMA057912; Fri, 2 Mar 2018 18:51:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021851.w22IpnMA057912@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:51:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463431 - head/databases/p5-DBD-ODBC X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/p5-DBD-ODBC X-SVN-Commit-Revision: 463431 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:51:49 -0000 Author: sunpoet Date: Fri Mar 2 18:51:48 2018 New Revision: 463431 URL: https://svnweb.freebsd.org/changeset/ports/463431 Log: Update to 1.57 - Convert to options target helper Changes: http://search.cpan.org/dist/DBD-ODBC/Changes https://github.com/perl5-dbi/DBD-ODBC/blob/master/Changes Modified: head/databases/p5-DBD-ODBC/Makefile head/databases/p5-DBD-ODBC/distinfo Modified: head/databases/p5-DBD-ODBC/Makefile ============================================================================== --- head/databases/p5-DBD-ODBC/Makefile Fri Mar 2 18:51:43 2018 (r463430) +++ head/databases/p5-DBD-ODBC/Makefile Fri Mar 2 18:51:48 2018 (r463431) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DBD-ODBC -PORTVERSION= 1.56 +PORTVERSION= 1.57 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -34,8 +34,10 @@ post-configure: @${REINPLACE_CMD} -e 's|-lodbc|& -pthread|g' ${WRKSRC}/Makefile post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/ODBC/ODBC.so + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include Modified: head/databases/p5-DBD-ODBC/distinfo ============================================================================== --- head/databases/p5-DBD-ODBC/distinfo Fri Mar 2 18:51:43 2018 (r463430) +++ head/databases/p5-DBD-ODBC/distinfo Fri Mar 2 18:51:48 2018 (r463431) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475945170 -SHA256 (DBD-ODBC-1.56.tar.gz) = d20a899881b2cf033052af4055cda1f5e9ab2720999cf2832518509ac6869cdc -SIZE (DBD-ODBC-1.56.tar.gz) = 280907 +TIMESTAMP = 1520006055 +SHA256 (DBD-ODBC-1.57.tar.gz) = 18146c9e6236c2f78a30c01a7e8e82ddd3e574eefc7929337dc6fedb500bdaba +SIZE (DBD-ODBC-1.57.tar.gz) = 281600 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:51:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 824E0F3CEE1; Fri, 2 Mar 2018 18:51:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36FD171B6E; Fri, 2 Mar 2018 18:51:54 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 317081B580; Fri, 2 Mar 2018 18:51:54 +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 w22IpseW058039; Fri, 2 Mar 2018 18:51:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IprPW058037; Fri, 2 Mar 2018 18:51:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021851.w22IprPW058037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:51:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463432 - head/ftp/p5-Net-FTPSSL X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/ftp/p5-Net-FTPSSL X-SVN-Commit-Revision: 463432 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:51:54 -0000 Author: sunpoet Date: Fri Mar 2 18:51:53 2018 New Revision: 463432 URL: https://svnweb.freebsd.org/changeset/ports/463432 Log: Update to 0.40 Changes: http://search.cpan.org/dist/Net-FTPSSL/Changes Modified: head/ftp/p5-Net-FTPSSL/Makefile head/ftp/p5-Net-FTPSSL/distinfo Modified: head/ftp/p5-Net-FTPSSL/Makefile ============================================================================== --- head/ftp/p5-Net-FTPSSL/Makefile Fri Mar 2 18:51:48 2018 (r463431) +++ head/ftp/p5-Net-FTPSSL/Makefile Fri Mar 2 18:51:53 2018 (r463432) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-FTPSSL -PORTVERSION= 0.39 +PORTVERSION= 0.40 CATEGORIES= ftp perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/ftp/p5-Net-FTPSSL/distinfo ============================================================================== --- head/ftp/p5-Net-FTPSSL/distinfo Fri Mar 2 18:51:48 2018 (r463431) +++ head/ftp/p5-Net-FTPSSL/distinfo Fri Mar 2 18:51:53 2018 (r463432) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508946546 -SHA256 (Net-FTPSSL-0.39.tar.gz) = 7a24ae743d749947f374d339185104031db55d6177b537326561965cf382902f -SIZE (Net-FTPSSL-0.39.tar.gz) = 107741 +TIMESTAMP = 1520006070 +SHA256 (Net-FTPSSL-0.40.tar.gz) = e85531366107a00701d39401384ea8d40528f68482ed59b68432edcf9f6f62eb +SIZE (Net-FTPSSL-0.40.tar.gz) = 108402 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:52:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C64EF3CF1B; Fri, 2 Mar 2018 18:52:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 422FD71CA8; Fri, 2 Mar 2018 18:52:00 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E97261B587; Fri, 2 Mar 2018 18:51:59 +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 w22IpxRu058180; Fri, 2 Mar 2018 18:51:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IpxDk058177; Fri, 2 Mar 2018 18:51:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021851.w22IpxDk058177@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:51:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463433 - head/www/p5-CGI-Application X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-CGI-Application X-SVN-Commit-Revision: 463433 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:52:02 -0000 Author: sunpoet Date: Fri Mar 2 18:51:59 2018 New Revision: 463433 URL: https://svnweb.freebsd.org/changeset/ports/463433 Log: Update to 4.60 - Add removed Perl core module to *_DEPENDS - Fix version requirement of *_DEPENDS - Fix TEST_DEPENDS: remove unused p5-CGI-Simple - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/CGI-Application/Changes Modified: head/www/p5-CGI-Application/Makefile head/www/p5-CGI-Application/distinfo head/www/p5-CGI-Application/pkg-plist Modified: head/www/p5-CGI-Application/Makefile ============================================================================== --- head/www/p5-CGI-Application/Makefile Fri Mar 2 18:51:53 2018 (r463432) +++ head/www/p5-CGI-Application/Makefile Fri Mar 2 18:51:59 2018 (r463433) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= CGI-Application -PORTVERSION= 4.50 -PORTREVISION= 2 +PORTVERSION= 4.60 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +13,14 @@ COMMENT= Perl module intended to make it easier to cre LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Class-ISA>=0:devel/p5-Class-ISA \ +BUILD_DEPENDS= p5-CGI>=0:www/p5-CGI \ + p5-Class-ISA>=0:devel/p5-Class-ISA \ p5-HTML-Template>=0:www/p5-HTML-Template RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-CGI-PSGI>=0:www/p5-CGI-PSGI \ - p5-CGI-Simple>=0:www/p5-CGI-Simple +TEST_DEPENDS= p5-CGI-PSGI>=0.09:www/p5-CGI-PSGI \ + p5-Test-Requires>=0:devel/p5-Test-Requires +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-CGI-Application/distinfo ============================================================================== --- head/www/p5-CGI-Application/distinfo Fri Mar 2 18:51:53 2018 (r463432) +++ head/www/p5-CGI-Application/distinfo Fri Mar 2 18:51:59 2018 (r463433) @@ -1,2 +1,3 @@ -SHA256 (CGI-Application-4.50.tar.gz) = 74de7d538060b898a745944dd6e114bb3a7a59d6749a0a5e73749ff89d431c1d -SIZE (CGI-Application-4.50.tar.gz) = 76005 +TIMESTAMP = 1520006088 +SHA256 (CGI-Application-4.60.tar.gz) = 0669edf608c3699112d84968070774080cd7334da6c7ad228414ea7430d584bd +SIZE (CGI-Application-4.60.tar.gz) = 80747 Modified: head/www/p5-CGI-Application/pkg-plist ============================================================================== --- head/www/p5-CGI-Application/pkg-plist Fri Mar 2 18:51:53 2018 (r463432) +++ head/www/p5-CGI-Application/pkg-plist Fri Mar 2 18:51:59 2018 (r463433) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/CGI::Application.3.gz -%%PERL5_MAN3%%/CGI::Application::Mailform.3.gz %%SITE_PERL%%/CGI/Application.pm %%SITE_PERL%%/CGI/Application/Mailform.pm +%%PERL5_MAN3%%/CGI::Application.3.gz +%%PERL5_MAN3%%/CGI::Application::Mailform.3.gz From owner-svn-ports-head@freebsd.org Fri Mar 2 18:52:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5915DF3CF3A; Fri, 2 Mar 2018 18:52:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0483A71D2C; Fri, 2 Mar 2018 18:52:05 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F22CD1B593; Fri, 2 Mar 2018 18:52:04 +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 w22Iq407058306; Fri, 2 Mar 2018 18:52:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22Iq4V1058304; Fri, 2 Mar 2018 18:52:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021852.w22Iq4V1058304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:52:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463434 - head/print/py-fonttools X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/print/py-fonttools X-SVN-Commit-Revision: 463434 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:52:05 -0000 Author: sunpoet Date: Fri Mar 2 18:52:04 2018 New Revision: 463434 URL: https://svnweb.freebsd.org/changeset/ports/463434 Log: Update to 3.24.0 Changes: https://github.com/fonttools/fonttools/releases Modified: head/print/py-fonttools/Makefile head/print/py-fonttools/distinfo Modified: head/print/py-fonttools/Makefile ============================================================================== --- head/print/py-fonttools/Makefile Fri Mar 2 18:51:59 2018 (r463433) +++ head/print/py-fonttools/Makefile Fri Mar 2 18:52:04 2018 (r463434) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fonttools -PORTVERSION= 3.23.0 +PORTVERSION= 3.24.0 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/print/py-fonttools/distinfo ============================================================================== --- head/print/py-fonttools/distinfo Fri Mar 2 18:51:59 2018 (r463433) +++ head/print/py-fonttools/distinfo Fri Mar 2 18:52:04 2018 (r463434) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519732358 -SHA256 (fonttools-3.23.0.zip) = 9af97075be0395b631880a82ba88dcf694c8aa76b07a622bf5f650e8f8cff293 -SIZE (fonttools-3.23.0.zip) = 2553282 +TIMESTAMP = 1520006108 +SHA256 (fonttools-3.24.0.zip) = d09126f443bc8797d1b7e76274e65f4c169c04722745953ecf536451b1d9a15f +SIZE (fonttools-3.24.0.zip) = 2566717 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:52:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3168F3CF88; Fri, 2 Mar 2018 18:52:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 96C0C71E0F; Fri, 2 Mar 2018 18:52: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 273C01B59D; Fri, 2 Mar 2018 18:52: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 w22Iq9Cx058431; Fri, 2 Mar 2018 18:52:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22Iq9IO058429; Fri, 2 Mar 2018 18:52:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021852.w22Iq9IO058429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463435 - head/devel/rubygem-sequel X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-sequel X-SVN-Commit-Revision: 463435 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:52:11 -0000 Author: sunpoet Date: Fri Mar 2 18:52:09 2018 New Revision: 463435 URL: https://svnweb.freebsd.org/changeset/ports/463435 Log: Update to 5.6.0 Changes: https://github.com/jeremyevans/sequel/blob/master/CHANGELOG Modified: head/devel/rubygem-sequel/Makefile head/devel/rubygem-sequel/distinfo Modified: head/devel/rubygem-sequel/Makefile ============================================================================== --- head/devel/rubygem-sequel/Makefile Fri Mar 2 18:52:04 2018 (r463434) +++ head/devel/rubygem-sequel/Makefile Fri Mar 2 18:52:09 2018 (r463435) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sequel -PORTVERSION= 5.5.0 +PORTVERSION= 5.6.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-sequel/distinfo ============================================================================== --- head/devel/rubygem-sequel/distinfo Fri Mar 2 18:52:04 2018 (r463434) +++ head/devel/rubygem-sequel/distinfo Fri Mar 2 18:52:09 2018 (r463435) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517488827 -SHA256 (rubygem/sequel-5.5.0.gem) = d49a5c4bed8e0b275eba47ea423259019705e4f9bae6ec084672e57602b1f72d -SIZE (rubygem/sequel-5.5.0.gem) = 1399808 +TIMESTAMP = 1520006120 +SHA256 (rubygem/sequel-5.6.0.gem) = 2fbe5a77fd79818de55d4177b05586aa0e5fc6f9515f8e9445e7f8b4e6580347 +SIZE (rubygem/sequel-5.6.0.gem) = 1400832 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:52:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BECFFF3CFB8; Fri, 2 Mar 2018 18:52:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 24E3C71EEC; Fri, 2 Mar 2018 18:52: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F0261B5A5; Fri, 2 Mar 2018 18:52: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 w22IqFK6058556; Fri, 2 Mar 2018 18:52:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IqFkI058554; Fri, 2 Mar 2018 18:52:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021852.w22IqFkI058554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:52:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463436 - head/security/rubygem-omniauth-saml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-omniauth-saml X-SVN-Commit-Revision: 463436 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:52:16 -0000 Author: sunpoet Date: Fri Mar 2 18:52:14 2018 New Revision: 463436 URL: https://svnweb.freebsd.org/changeset/ports/463436 Log: Update to 1.10.0 Changes: https://github.com/omniauth/omniauth-saml/releases https://github.com/omniauth/omniauth-saml/blob/master/CHANGELOG.md Modified: head/security/rubygem-omniauth-saml/Makefile head/security/rubygem-omniauth-saml/distinfo Modified: head/security/rubygem-omniauth-saml/Makefile ============================================================================== --- head/security/rubygem-omniauth-saml/Makefile Fri Mar 2 18:52:09 2018 (r463435) +++ head/security/rubygem-omniauth-saml/Makefile Fri Mar 2 18:52:14 2018 (r463436) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= omniauth-saml -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 CATEGORIES= security rubygems MASTER_SITES= RG @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-omniauth>=1.3.2:security/rubygem-omniauth \ - rubygem-ruby-saml>=1.4.3:security/rubygem-ruby-saml + rubygem-ruby-saml>=1.7:security/rubygem-ruby-saml NO_ARCH= yes USE_RUBY= yes Modified: head/security/rubygem-omniauth-saml/distinfo ============================================================================== --- head/security/rubygem-omniauth-saml/distinfo Fri Mar 2 18:52:09 2018 (r463435) +++ head/security/rubygem-omniauth-saml/distinfo Fri Mar 2 18:52:14 2018 (r463436) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517488836 -SHA256 (rubygem/omniauth-saml-1.9.0.gem) = 42fb60b567bd0bbfebb1b6cfe6f5467b1548861e7425fc8e40b199a2de413749 -SIZE (rubygem/omniauth-saml-1.9.0.gem) = 16384 +TIMESTAMP = 1520006130 +SHA256 (rubygem/omniauth-saml-1.10.0.gem) = 3760ecf22a8f16841f75a6a12dc9615adceb32e294cb4a51f463264c228a929e +SIZE (rubygem/omniauth-saml-1.10.0.gem) = 16384 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:52:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91562F3D012; Fri, 2 Mar 2018 18:52:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C622971FDE; Fri, 2 Mar 2018 18:52: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C60E1B5AC; Fri, 2 Mar 2018 18:52:20 +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 w22IqKY3058678; Fri, 2 Mar 2018 18:52:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IqJYE058676; Fri, 2 Mar 2018 18:52:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021852.w22IqJYE058676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:52:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463437 - head/security/rubygem-ruby-saml X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-ruby-saml X-SVN-Commit-Revision: 463437 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:52:22 -0000 Author: sunpoet Date: Fri Mar 2 18:52:19 2018 New Revision: 463437 URL: https://svnweb.freebsd.org/changeset/ports/463437 Log: Update to 1.7.2 Changes: https://github.com/onelogin/ruby-saml/releases Modified: head/security/rubygem-ruby-saml/Makefile head/security/rubygem-ruby-saml/distinfo Modified: head/security/rubygem-ruby-saml/Makefile ============================================================================== --- head/security/rubygem-ruby-saml/Makefile Fri Mar 2 18:52:14 2018 (r463436) +++ head/security/rubygem-ruby-saml/Makefile Fri Mar 2 18:52:19 2018 (r463437) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ruby-saml -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-ruby-saml/distinfo ============================================================================== --- head/security/rubygem-ruby-saml/distinfo Fri Mar 2 18:52:14 2018 (r463436) +++ head/security/rubygem-ruby-saml/distinfo Fri Mar 2 18:52:19 2018 (r463437) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519912289 -SHA256 (rubygem/ruby-saml-1.7.1.gem) = d8078b3e6cf870e4a1255f3cf3b3479174dd3489f9bcb8466f4df33182e389b5 -SIZE (rubygem/ruby-saml-1.7.1.gem) = 281088 +TIMESTAMP = 1520006140 +SHA256 (rubygem/ruby-saml-1.7.2.gem) = 239a91ece53b0b3baeaed34269ee1479786052c400f3b5e3d7e52ea41c422d4d +SIZE (rubygem/ruby-saml-1.7.2.gem) = 281600 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:52:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D45CF3D068; Fri, 2 Mar 2018 18:52:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50AF272096; Fri, 2 Mar 2018 18:52:25 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B4BD1B5B4; Fri, 2 Mar 2018 18:52:25 +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 w22IqPIU058770; Fri, 2 Mar 2018 18:52:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IqPdH058769; Fri, 2 Mar 2018 18:52:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021852.w22IqPdH058769@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:52:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463438 - head/deskutils/py-send2trash X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/deskutils/py-send2trash X-SVN-Commit-Revision: 463438 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:52:27 -0000 Author: sunpoet Date: Fri Mar 2 18:52:24 2018 New Revision: 463438 URL: https://svnweb.freebsd.org/changeset/ports/463438 Log: Convert to options target helper Approved by: portmgr (blanket) Modified: head/deskutils/py-send2trash/Makefile Modified: head/deskutils/py-send2trash/Makefile ============================================================================== --- head/deskutils/py-send2trash/Makefile Fri Mar 2 18:52:19 2018 (r463437) +++ head/deskutils/py-send2trash/Makefile Fri Mar 2 18:52:24 2018 (r463438) @@ -20,7 +20,7 @@ USE_PYTHON= distutils autoplist PORTDOCS= CHANGES.rst README.rst OPTIONS_DEFINE= DOCS -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@freebsd.org Fri Mar 2 18:52:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03015F3D0A2; Fri, 2 Mar 2018 18:52:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 104BD72176; Fri, 2 Mar 2018 18:52:30 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 624FB1B5BB; Fri, 2 Mar 2018 18:52:30 +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 w22IqUUJ058894; Fri, 2 Mar 2018 18:52:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IqUl8058892; Fri, 2 Mar 2018 18:52:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021852.w22IqUl8058892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463439 - head/net/py-terminado X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/py-terminado X-SVN-Commit-Revision: 463439 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:52:32 -0000 Author: sunpoet Date: Fri Mar 2 18:52:29 2018 New Revision: 463439 URL: https://svnweb.freebsd.org/changeset/ports/463439 Log: Update to 0.8.1 - Add NO_ARCH - While I'm here, add LICENSE_FILE Changes: https://github.com/jupyter/terminado/releases PR: 225550 Submitted by: John W. O'Brien Approved by: maintainer (timeout, 1 month) Modified: head/net/py-terminado/Makefile head/net/py-terminado/distinfo Modified: head/net/py-terminado/Makefile ============================================================================== --- head/net/py-terminado/Makefile Fri Mar 2 18:52:24 2018 (r463438) +++ head/net/py-terminado/Makefile Fri Mar 2 18:52:29 2018 (r463439) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= terminado -PORTVERSION= 0.6 +PORTVERSION= 0.8.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +10,14 @@ MAINTAINER= robak@FreeBSD.org COMMENT= Terminals served to term.js using Tornado websockets LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>0:sysutils/py-ptyprocess@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado@${FLAVOR} USES= python USE_PYTHON= distutils autoplist + +NO_ARCH= yes .include Modified: head/net/py-terminado/distinfo ============================================================================== --- head/net/py-terminado/distinfo Fri Mar 2 18:52:24 2018 (r463438) +++ head/net/py-terminado/distinfo Fri Mar 2 18:52:29 2018 (r463439) @@ -1,2 +1,3 @@ -SHA256 (terminado-0.6.tar.gz) = 2c0ba1f624067dccaaead7d2247cfe029806355cef124dc2ccb53c83229f0126 -SIZE (terminado-0.6.tar.gz) = 10334 +TIMESTAMP = 1516192497 +SHA256 (terminado-0.8.1.tar.gz) = 55abf9ade563b8f9be1f34e4233c7b7bde726059947a593322e8a553cc4c067a +SIZE (terminado-0.8.1.tar.gz) = 21134 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:52:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55401F3D10D; Fri, 2 Mar 2018 18:52:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A15957222C; Fri, 2 Mar 2018 18:52: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 674BF1B5C5; Fri, 2 Mar 2018 18:52: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 w22IqZ2W059030; Fri, 2 Mar 2018 18:52:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IqZjM059028; Fri, 2 Mar 2018 18:52:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021852.w22IqZjM059028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:52:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463440 - head/www/py-notebook X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-notebook X-SVN-Commit-Revision: 463440 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:52:38 -0000 Author: sunpoet Date: Fri Mar 2 18:52:34 2018 New Revision: 463440 URL: https://svnweb.freebsd.org/changeset/ports/463440 Log: Update to 5.4.0 Changes: https://github.com/jupyter/notebook/releases PR: 225551 Submitted by: John W. O'Brien Modified: head/www/py-notebook/Makefile head/www/py-notebook/distinfo Modified: head/www/py-notebook/Makefile ============================================================================== --- head/www/py-notebook/Makefile Fri Mar 2 18:52:29 2018 (r463439) +++ head/www/py-notebook/Makefile Fri Mar 2 18:52:34 2018 (r463440) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= notebook -PORTVERSION= 5.2.2 +PORTVERSION= 5.4.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +15,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipykernel>=0:devel/py-ipykernel@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython_genutils>=0:devel/py-ipython_genutils@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyter_client>=5.2.0:devel/py-jupyter_client@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jupyter_core>=4.4.0:devel/py-jupyter_core@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nbconvert>=0:devel/py-nbconvert@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nbformat>=0:devel/py-nbformat@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}terminado>=0.3.3:net/py-terminado@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}send2trash>=0:deskutils/py-send2trash@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}terminado>=0.8.1:net/py-terminado@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2.1:devel/py-traitlets@${FLAVOR} Modified: head/www/py-notebook/distinfo ============================================================================== --- head/www/py-notebook/distinfo Fri Mar 2 18:52:29 2018 (r463439) +++ head/www/py-notebook/distinfo Fri Mar 2 18:52:34 2018 (r463440) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512165427 -SHA256 (notebook-5.2.2.tar.gz) = 7bb54fb61b9c5426bc116f840541b973431198e00ea2896122d05fc122dbbd67 -SIZE (notebook-5.2.2.tar.gz) = 12458826 +TIMESTAMP = 1520005688 +SHA256 (notebook-5.4.0.tar.gz) = dd431fad9bdd25aa9ff8265da096ef770475e21bf1d327982611a7de5cd904ca +SIZE (notebook-5.4.0.tar.gz) = 12447880 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:52:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E3B4F3D13E; Fri, 2 Mar 2018 18:52:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8946F7233A; Fri, 2 Mar 2018 18:52: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A07231B5C7; Fri, 2 Mar 2018 18:52: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 w22Iqes0059168; Fri, 2 Mar 2018 18:52:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IqeT4059166; Fri, 2 Mar 2018 18:52:40 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021852.w22IqeT4059166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:52:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463441 - head/multimedia/py-soco X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/multimedia/py-soco X-SVN-Commit-Revision: 463441 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:52:42 -0000 Author: sunpoet Date: Fri Mar 2 18:52:40 2018 New Revision: 463441 URL: https://svnweb.freebsd.org/changeset/ports/463441 Log: Update to 0.14 - Sort RUN_DEPENDS Changes: https://github.com/SoCo/SoCo/releases PR: 226243 Submitted by: Conall O'Brien (maintainer) Modified: head/multimedia/py-soco/Makefile head/multimedia/py-soco/distinfo Modified: head/multimedia/py-soco/Makefile ============================================================================== --- head/multimedia/py-soco/Makefile Fri Mar 2 18:52:34 2018 (r463440) +++ head/multimedia/py-soco/Makefile Fri Mar 2 18:52:40 2018 (r463441) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= soco -PORTVERSION= 0.13 -PORTREVISION= 1 +PORTVERSION= 0.14 DISTVERSIONPREFIX= v CATEGORIES= multimedia python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,15 +12,15 @@ COMMENT= Python library to control Sonos speakers LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xmltodict>0:devel/py-xmltodict@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xmltodict>0:devel/py-xmltodict@${FLAVOR} -USE_GITHUB= yes -GH_ACCOUNT= SoCo -GH_PROJECT= SoCo - USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= SoCo +GH_PROJECT= SoCo .include Modified: head/multimedia/py-soco/distinfo ============================================================================== --- head/multimedia/py-soco/distinfo Fri Mar 2 18:52:34 2018 (r463440) +++ head/multimedia/py-soco/distinfo Fri Mar 2 18:52:40 2018 (r463441) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511206760 -SHA256 (SoCo-SoCo-v0.13_GH0.tar.gz) = db026ad97366fe636ea95654eccc51402c73f403a82b994c7c9ae0b9b552756f -SIZE (SoCo-SoCo-v0.13_GH0.tar.gz) = 656194 +TIMESTAMP = 1519999312 +SHA256 (SoCo-SoCo-v0.14_GH0.tar.gz) = 970c480747f4152ab33cecbec6a167a28a750c0c1db0e2df96e5e7dfd52e53dd +SIZE (SoCo-SoCo-v0.14_GH0.tar.gz) = 657662 From owner-svn-ports-head@freebsd.org Fri Mar 2 18:52:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AB08F3D179; Fri, 2 Mar 2018 18:52:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA502723BB; Fri, 2 Mar 2018 18:52:45 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 729331B5C9; Fri, 2 Mar 2018 18:52:45 +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 w22IqjoQ059290; Fri, 2 Mar 2018 18:52:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22IqjnR059289; Fri, 2 Mar 2018 18:52:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021852.w22IqjnR059289@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463442 - head/mail/pine-pgp-filters X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/mail/pine-pgp-filters X-SVN-Commit-Revision: 463442 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:52:47 -0000 Author: sunpoet Date: Fri Mar 2 18:52:45 2018 New Revision: 463442 URL: https://svnweb.freebsd.org/changeset/ports/463442 Log: Pass maintainership to submitter PR: 226300 Submitted by: Marco Beishuizen Modified: head/mail/pine-pgp-filters/Makefile Modified: head/mail/pine-pgp-filters/Makefile ============================================================================== --- head/mail/pine-pgp-filters/Makefile Fri Mar 2 18:52:40 2018 (r463441) +++ head/mail/pine-pgp-filters/Makefile Fri Mar 2 18:52:45 2018 (r463442) @@ -8,7 +8,7 @@ MASTER_SITES= LOCAL/marino DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mbeis@xs4all.nl COMMENT= Simple sh-based filters to use GnuPG with Alpine LICENSE= BSD2CLAUSE From owner-svn-ports-head@freebsd.org Fri Mar 2 18:52:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 857C3F3D19F; Fri, 2 Mar 2018 18:52:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 97514724D3; Fri, 2 Mar 2018 18:52:51 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4285F1B5CB; Fri, 2 Mar 2018 18:52:51 +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 w22IqplZ059427; Fri, 2 Mar 2018 18:52:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22Iqo8C059425; Fri, 2 Mar 2018 18:52:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803021852.w22Iqo8C059425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 2 Mar 2018 18:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463443 - head/net/rubygem-gitaly-proto X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-gitaly-proto X-SVN-Commit-Revision: 463443 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 18:52:53 -0000 Author: sunpoet Date: Fri Mar 2 18:52:50 2018 New Revision: 463443 URL: https://svnweb.freebsd.org/changeset/ports/463443 Log: Update to 0.88.0 Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master Modified: head/net/rubygem-gitaly-proto/Makefile head/net/rubygem-gitaly-proto/distinfo Modified: head/net/rubygem-gitaly-proto/Makefile ============================================================================== --- head/net/rubygem-gitaly-proto/Makefile Fri Mar 2 18:52:45 2018 (r463442) +++ head/net/rubygem-gitaly-proto/Makefile Fri Mar 2 18:52:50 2018 (r463443) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitaly-proto -PORTVERSION= 0.87.0 +PORTVERSION= 0.88.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-gitaly-proto/distinfo ============================================================================== --- head/net/rubygem-gitaly-proto/distinfo Fri Mar 2 18:52:45 2018 (r463442) +++ head/net/rubygem-gitaly-proto/distinfo Fri Mar 2 18:52:50 2018 (r463443) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519911633 -SHA256 (rubygem/gitaly-proto-0.87.0.gem) = c3cbd9e4b7e521ed8a851006927218197be5b89a9227d6a348e5fc6fdc7026a3 -SIZE (rubygem/gitaly-proto-0.87.0.gem) = 15872 +TIMESTAMP = 1520006039 +SHA256 (rubygem/gitaly-proto-0.88.0.gem) = f1e81bc10494fa95d50db227919dd81e5e7c0a78d82e21e1936da02d30afe232 +SIZE (rubygem/gitaly-proto-0.88.0.gem) = 15872 From owner-svn-ports-head@freebsd.org Fri Mar 2 19:10:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B2DCF3E779; Fri, 2 Mar 2018 19:10:50 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2B1173616; Fri, 2 Mar 2018 19:10:49 +0000 (UTC) (envelope-from rene@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DDB1A1B78A; Fri, 2 Mar 2018 19:10:49 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22JAnCR065393; Fri, 2 Mar 2018 19:10:49 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22JAnZH065384; Fri, 2 Mar 2018 19:10:49 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201803021910.w22JAnZH065384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 2 Mar 2018 19:10:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463444 - in head: . audio audio/amp deskutils deskutils/charmap devel devel/adime devel/afay devel/alabastra devel/alf devel/boaconstructor devel/cstringbuffer devel/dotconf++ emulator... X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head: . audio audio/amp deskutils deskutils/charmap devel devel/adime devel/afay devel/alabastra devel/alf devel/boaconstructor devel/cstringbuffer devel/dotconf++ emulators emulators/gnuboy games ... X-SVN-Commit-Revision: 463444 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 19:10:50 -0000 Author: rene Date: Fri Mar 2 19:10:48 2018 New Revision: 463444 URL: https://svnweb.freebsd.org/changeset/ports/463444 Log: Remove expired ports: 2018-03-01 devel/dotconf++: No upstream, not depend on in the ports tree 2018-03-01 emulators/gnuboy: Latest version is 1.0.5, older version does not fetch 2018-03-01 games/adgali: Mastersite disappeared 2018-03-01 games/tuxpuck: Mastersite disappeared 2018-03-01 japanese/migemo-emacs: Unmaintained 2018-03-01 math/clarence: Mastersite disappeared 2018-03-01 devel/cstringbuffer: Abandonware, no more upstream 2018-03-01 deskutils/charmap: Mastersite disappeared 2018-03-01 devel/afay: Abandonware, not used in the ports tree 2018-03-01 devel/alabastra: Abandonware, not used in the ports tree 2018-03-01 devel/adime: Abandonware, not used in the ports tree 2018-03-01 devel/boaconstructor: Abandonware, does not work with recent python/wxPython 2018-03-01 audio/amp: No more upstream 2018-03-01 devel/alf: Abandonware, unused in the ports tree Deleted: head/audio/amp/ head/deskutils/charmap/ head/devel/adime/ head/devel/afay/ head/devel/alabastra/ head/devel/alf/ head/devel/boaconstructor/ head/devel/cstringbuffer/ head/devel/dotconf++/ head/emulators/gnuboy/ head/games/adgali/ head/games/tuxpuck/ head/japanese/migemo-emacs/ head/math/clarence/ Modified: head/MOVED head/audio/Makefile head/deskutils/Makefile head/devel/Makefile head/emulators/Makefile head/games/Makefile head/japanese/Makefile head/math/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Mar 2 18:52:50 2018 (r463443) +++ head/MOVED Fri Mar 2 19:10:48 2018 (r463444) @@ -10142,3 +10142,17 @@ sysutils/rubygem-bosh_cli||2018-02-28|Has expired: Use www/rubygem-gon-rails4||2018-02-28|Has expired: It is actually www/rubygem-gon with PKGNAMESUFFIX science/veusz|science/py-veusz|2018-03-01|Rename to match our py- port naming security/obfsproxy|security/py-obfsproxy-tor|2018-03-01|Rename to match our py- port naming +devel/dotconf++||2018-03-02|Has expired: No upstream, not depend on in the ports tree +emulators/gnuboy||2018-03-02|Has expired: Latest version is 1.0.5, older version does not fetch +games/adgali||2018-03-02|Has expired: Mastersite disappeared +games/tuxpuck||2018-03-02|Has expired: Mastersite disappeared +japanese/migemo-emacs||2018-03-02|Has expired: Unmaintained +math/clarence||2018-03-02|Has expired: Mastersite disappeared +devel/cstringbuffer||2018-03-02|Has expired: Abandonware, no more upstream +deskutils/charmap||2018-03-02|Has expired: Mastersite disappeared +devel/afay||2018-03-02|Has expired: Abandonware, not used in the ports tree +devel/alabastra||2018-03-02|Has expired: Abandonware, not used in the ports tree +devel/adime||2018-03-02|Has expired: Abandonware, not used in the ports tree +devel/boaconstructor||2018-03-02|Has expired: Abandonware, does not work with recent python/wxPython +audio/amp||2018-03-02|Has expired: No more upstream +devel/alf||2018-03-02|Has expired: Abandonware, unused in the ports tree Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Fri Mar 2 18:52:50 2018 (r463443) +++ head/audio/Makefile Fri Mar 2 19:10:48 2018 (r463444) @@ -25,7 +25,6 @@ SUBDIR += alure SUBDIR += amarok-kde4 SUBDIR += amb-plugins - SUBDIR += amp SUBDIR += ample SUBDIR += amsynth SUBDIR += aqualung Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Fri Mar 2 18:52:50 2018 (r463443) +++ head/deskutils/Makefile Fri Mar 2 19:10:48 2018 (r463444) @@ -22,7 +22,6 @@ SUBDIR += calibre SUBDIR += cartotheque SUBDIR += cdcat - SUBDIR += charmap SUBDIR += charmtimetracker SUBDIR += clipit SUBDIR += conduit Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Mar 2 18:52:50 2018 (r463443) +++ head/devel/Makefile Fri Mar 2 19:10:48 2018 (r463444) @@ -82,14 +82,10 @@ SUBDIR += adabooch SUBDIR += adacurses SUBDIR += adaid - SUBDIR += adime SUBDIR += aegis - SUBDIR += afay SUBDIR += ahven SUBDIR += aifad - SUBDIR += alabastra SUBDIR += ald - SUBDIR += alf SUBDIR += allegro SUBDIR += allegro-devel SUBDIR += alog @@ -207,7 +203,6 @@ SUBDIR += bmake SUBDIR += bmkdep SUBDIR += bnf - SUBDIR += boaconstructor SUBDIR += boehm-gc SUBDIR += boehm-gc-redirect SUBDIR += boehm-gc-threaded @@ -366,7 +361,6 @@ SUBDIR += csmith SUBDIR += csoap SUBDIR += cssc - SUBDIR += cstringbuffer SUBDIR += ctags SUBDIR += ctypes.sh SUBDIR += cunit @@ -458,7 +452,6 @@ SUBDIR += doctorj SUBDIR += dolphin-plugins-kde4 SUBDIR += dotconf - SUBDIR += dotconf++ SUBDIR += doxygen SUBDIR += dparser SUBDIR += dprog Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Fri Mar 2 18:52:50 2018 (r463443) +++ head/emulators/Makefile Fri Mar 2 19:10:48 2018 (r463444) @@ -49,7 +49,6 @@ SUBDIR += gngb SUBDIR += gngeo SUBDIR += gns3 - SUBDIR += gnuboy SUBDIR += gxemul SUBDIR += hatari SUBDIR += hercules Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Fri Mar 2 18:52:50 2018 (r463443) +++ head/games/Makefile Fri Mar 2 19:10:48 2018 (r463444) @@ -23,7 +23,6 @@ SUBDIR += abuse_sdl SUBDIR += ace-of-penguins SUBDIR += acm - SUBDIR += adgali SUBDIR += adom SUBDIR += adonthell SUBDIR += aestats @@ -1012,7 +1011,6 @@ SUBDIR += tuxpaint-config SUBDIR += tuxpaint-fonts SUBDIR += tuxpaint-stamps - SUBDIR += tuxpuck SUBDIR += tuxracer SUBDIR += tuxtype SUBDIR += twind Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Fri Mar 2 18:52:50 2018 (r463443) +++ head/japanese/Makefile Fri Mar 2 19:10:48 2018 (r463444) @@ -169,7 +169,6 @@ SUBDIR += mg SUBDIR += mh SUBDIR += migemo - SUBDIR += migemo-emacs SUBDIR += migemo.el SUBDIR += mime_pls SUBDIR += ming Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Mar 2 18:52:50 2018 (r463443) +++ head/math/Makefile Fri Mar 2 19:10:48 2018 (r463444) @@ -137,7 +137,6 @@ SUBDIR += cgal SUBDIR += chaco SUBDIR += chryzodus - SUBDIR += clarence SUBDIR += clasp SUBDIR += clblas SUBDIR += clblast From owner-svn-ports-head@freebsd.org Fri Mar 2 19:21:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7315F3F32E; Fri, 2 Mar 2018 19:21:53 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A74973DAA; Fri, 2 Mar 2018 19:21:53 +0000 (UTC) (envelope-from vsevolod@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 756C61BA78; Fri, 2 Mar 2018 19:21:53 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22JLr7M074216; Fri, 2 Mar 2018 19:21:53 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22JLrVx074214; Fri, 2 Mar 2018 19:21:53 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <201803021921.w22JLrVx074214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Fri, 2 Mar 2018 19:21:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463445 - head/mail/rspamd-devel X-SVN-Group: ports-head X-SVN-Commit-Author: vsevolod X-SVN-Commit-Paths: head/mail/rspamd-devel X-SVN-Commit-Revision: 463445 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 19:21:53 -0000 Author: vsevolod Date: Fri Mar 2 19:21:53 2018 New Revision: 463445 URL: https://svnweb.freebsd.org/changeset/ports/463445 Log: - Update to 1.7.0.a2.20180302 - Fix issues with Torch linking Modified: head/mail/rspamd-devel/Makefile head/mail/rspamd-devel/distinfo Modified: head/mail/rspamd-devel/Makefile ============================================================================== --- head/mail/rspamd-devel/Makefile Fri Mar 2 19:10:48 2018 (r463444) +++ head/mail/rspamd-devel/Makefile Fri Mar 2 19:21:53 2018 (r463445) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.7.0.a1.20180302 +PORTVERSION= 1.7.0.a2.20180302 CATEGORIES= mail PKGNAMESUFFIX= -devel @@ -23,7 +23,7 @@ CONFLICTS_INSTALL= rspamd RSPAMD_VERSION= 1.7.0 USE_GITHUB= yes GH_ACCOUNT= vstakhov -GH_TAGNAME= b47a5b367 +GH_TAGNAME= 0fed6e67d OPTIONS_DEFINE= GPERF GD CGP TORCH OPTIONS_DEFINE_amd64= HYPERSCAN Modified: head/mail/rspamd-devel/distinfo ============================================================================== --- head/mail/rspamd-devel/distinfo Fri Mar 2 19:10:48 2018 (r463444) +++ head/mail/rspamd-devel/distinfo Fri Mar 2 19:21:53 2018 (r463445) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520004564 -SHA256 (vstakhov-rspamd-1.7.0.a1.20180302-b47a5b367_GH0.tar.gz) = 51e807c7b2009d6e3f839785f42b592b2b1700ecceacf6edf49a450bcf3355b8 -SIZE (vstakhov-rspamd-1.7.0.a1.20180302-b47a5b367_GH0.tar.gz) = 4414972 +TIMESTAMP = 1520018475 +SHA256 (vstakhov-rspamd-1.7.0.a2.20180302-0fed6e67d_GH0.tar.gz) = 686ccca475b6a3188818336eb1b16a2a6f66c4c9b1ed208e02c08d62680d8d31 +SIZE (vstakhov-rspamd-1.7.0.a2.20180302-0fed6e67d_GH0.tar.gz) = 4414948 From owner-svn-ports-head@freebsd.org Fri Mar 2 20:05:21 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A748F41E1E; Fri, 2 Mar 2018 20:05:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18A7F75A66; Fri, 2 Mar 2018 20:05:21 +0000 (UTC) (envelope-from adamw@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 13A781C101; Fri, 2 Mar 2018 20:05:21 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22K5KGI094660; Fri, 2 Mar 2018 20:05:20 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22K5Km9094659; Fri, 2 Mar 2018 20:05:20 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201803022005.w22K5Km9094659@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 2 Mar 2018 20:05:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463446 - head/mail/dovecot/files X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/mail/dovecot/files X-SVN-Commit-Revision: 463446 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 20:05:21 -0000 Author: adamw Date: Fri Mar 2 20:05:20 2018 New Revision: 463446 URL: https://svnweb.freebsd.org/changeset/ports/463446 Log: Improve clarity of dovecot's pkg-message Change an ambigious "enable" to the actual value that causes a problem, and fix spelling of "gid". No PORTREVISION bump---there's a major update coming shortly, and this change will get picked up then. PR: 218392 Submitted by: Jeremy Chadwick Modified: head/mail/dovecot/files/pkg-message.in Modified: head/mail/dovecot/files/pkg-message.in ============================================================================== --- head/mail/dovecot/files/pkg-message.in Fri Mar 2 19:21:53 2018 (r463445) +++ head/mail/dovecot/files/pkg-message.in Fri Mar 2 20:05:20 2018 (r463446) @@ -17,9 +17,9 @@ --------------------------------------------------------------------- -To avoid a risk of mailbox corruption, do not enable the -security.bsd.see_other_uids or .see_other_guids sysctls if Dovecot -is storing mail for multiple concurrent users (PR 218392). +To avoid a risk of mailbox corruption, do not set the +security.bsd.see_other_uids or .see_other_gids sysctls to 0 +if Dovecot is storing mail for multiple concurrent users (PR 218392). --------------------------------------------------------------------- From owner-svn-ports-head@freebsd.org Fri Mar 2 20:06:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 952ECF41FAB; Fri, 2 Mar 2018 20:06:41 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AC1275C20; Fri, 2 Mar 2018 20:06:41 +0000 (UTC) (envelope-from rene@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 459E81C103; Fri, 2 Mar 2018 20:06:41 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22K6fft094829; Fri, 2 Mar 2018 20:06:41 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22K6ffj094827; Fri, 2 Mar 2018 20:06:41 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201803022006.w22K6ffj094827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 2 Mar 2018 20:06:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463447 - head/www/py-django-redis X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/www/py-django-redis X-SVN-Commit-Revision: 463447 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 20:06:41 -0000 Author: rene Date: Fri Mar 2 20:06:40 2018 New Revision: 463447 URL: https://svnweb.freebsd.org/changeset/ports/463447 Log: www/py-django-redis: update to 4.9.0 Reported by: portscout Modified: head/www/py-django-redis/Makefile head/www/py-django-redis/distinfo Modified: head/www/py-django-redis/Makefile ============================================================================== --- head/www/py-django-redis/Makefile Fri Mar 2 20:05:20 2018 (r463446) +++ head/www/py-django-redis/Makefile Fri Mar 2 20:06:40 2018 (r463447) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= django-redis -PORTVERSION= 4.8.0 +PORTVERSION= 4.9.0 CATEGORIES= www databases MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-django-redis/distinfo ============================================================================== --- head/www/py-django-redis/distinfo Fri Mar 2 20:05:20 2018 (r463446) +++ head/www/py-django-redis/distinfo Fri Mar 2 20:06:40 2018 (r463447) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493284796 -SHA256 (django-redis-4.8.0.tar.gz) = 5229da5b07ccb8d3e3e9ee098c0b7c03e20eba48634bc456697dd73d62c68b19 -SIZE (django-redis-4.8.0.tar.gz) = 4590527 +TIMESTAMP = 1520018740 +SHA256 (django-redis-4.9.0.tar.gz) = 15b47faef6aefaa3f47135a2aeb67372da300e4a4cf06809c66ab392686a2155 +SIZE (django-redis-4.9.0.tar.gz) = 48816 From owner-svn-ports-head@freebsd.org Fri Mar 2 20:11:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09F10F42612; Fri, 2 Mar 2018 20:11:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B011C76160; Fri, 2 Mar 2018 20:11:57 +0000 (UTC) (envelope-from rene@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB0ED1C171; Fri, 2 Mar 2018 20:11:57 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22KBvw9098281; Fri, 2 Mar 2018 20:11:57 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22KBvrm098280; Fri, 2 Mar 2018 20:11:57 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201803022011.w22KBvrm098280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 2 Mar 2018 20:11:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463448 - head/japanese/migemo X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/japanese/migemo X-SVN-Commit-Revision: 463448 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 20:11:58 -0000 Author: rene Date: Fri Mar 2 20:11:57 2018 New Revision: 463448 URL: https://svnweb.freebsd.org/changeset/ports/463448 Log: japanese/migemo: remove now obsolete deprecated-if-slave section Reported by: jrm Modified: head/japanese/migemo/Makefile Modified: head/japanese/migemo/Makefile ============================================================================== --- head/japanese/migemo/Makefile Fri Mar 2 20:06:40 2018 (r463447) +++ head/japanese/migemo/Makefile Fri Mar 2 20:11:57 2018 (r463448) @@ -12,11 +12,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SKKDIC_FILE}.b DIST_SUBDIR= migemo EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -.if defined(SLAVE_PORT) -DEPRECATED= Unmaintained -EXPIRATION_DATE= 2018-03-01 -.endif - MAINTAINER= nobutaka@FreeBSD.org COMMENT?= Japanese incremental search tool From owner-svn-ports-head@freebsd.org Fri Mar 2 20:16:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BE81F429FE; Fri, 2 Mar 2018 20:16:53 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from edna.lautre.net (edna.lautre.net [80.67.160.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lautre.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 251DE76596; Fri, 2 Mar 2018 20:16:52 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by edna.lautre.net (Postfix) with ESMTPSA id 2A7EA27F2E; Fri, 2 Mar 2018 21:11:14 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 508F439E8C; Fri, 2 Mar 2018 21:11:14 +0100 (CET) Date: Fri, 2 Mar 2018 21:11:14 +0100 From: Thierry Thomas To: Rene Ladan Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463444 - in head: . audio audio/amp deskutils deskutils/charmap devel devel/adime devel/afay devel/alabastra devel/alf devel/boaconstructor devel/cstringbuffer devel/dotconf++ emulator... Message-ID: <20180302201114.GO12599@graf.pompo.net> Mail-Followup-To: Rene Ladan , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201803021910.w22JAnZH065384@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="E39vaYmALEf/7YXx" Content-Disposition: inline In-Reply-To: <201803021910.w22JAnZH065384@repo.freebsd.org> X-Operating-System: FreeBSD 11.1-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.9.3 (2018-01-21) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 20:16:53 -0000 --E39vaYmALEf/7YXx Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le ven. 2 mars 18 =E0 20:10:49 +0100, Rene Ladan =E9crivait=A0: > Author: rene > Date: Fri Mar 2 19:10:48 2018 > New Revision: 463444 > URL: https://svnweb.freebsd.org/changeset/ports/463444 >=20 > Log: > Remove expired ports: > 2018-03-01 devel/dotconf++: No upstream, not depend on in the ports tree > 2018-03-01 emulators/gnuboy: Latest version is 1.0.5, older version doe= s not fetch > 2018-03-01 games/adgali: Mastersite disappeared > 2018-03-01 games/tuxpuck: Mastersite disappeared > 2018-03-01 japanese/migemo-emacs: Unmaintained > 2018-03-01 math/clarence: Mastersite disappeared > 2018-03-01 devel/cstringbuffer: Abandonware, no more upstream > 2018-03-01 deskutils/charmap: Mastersite disappeared Charmap is now downloadable from Savannah: http://download.savannah.gnu.org/releases/charmap/ Regards, --=20 Th. Thomas. --E39vaYmALEf/7YXx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJama/iXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFNTM2QkU4NTM4NTM5OUQwMEI2RkFBNzZG MUM1MTZCM0M4MzU5NzUzAAoJEPHFFrPINZdTBcQP/jxbkVU+0SPHSmp9YClVb8BV r1uJcRMPhLe8QbC3tiF7EeYvCvZf5Wm+m1EsPGRf1WOoAA+frtE7z9cv0AWgvFpc xVjxZqFiyzTiu8OrTGxT57dm6bMz/iwyOyY+pS5QDu397g3Bj5BABVnFoNI35hrO /vhUToom2C86G5P+3Pu+i8DpM5pHvTKajIT5A6gi9qkNkNll3s+js5T4amDWOQkd 6ZMDTRZBmgxC9LR2ww0aOce5qP/RkD0me320krQZrsKMdXtYSnhWRQSQc+XBYPIL cXrLDtnAgu8IoE9oHyc8PlDgcv5Yiyos35W9JImCs2tiYri2b+Zumm5zYbEtCKYA 3mO2wcHBPhksByjTvcOFdH2K5oBGIorcsJEejY9WZKVbEbJ8qFK5HtC8XQ5qsJ9j N2mSRTcIG3XpIeZiajz9wZmhT+4WIbSFS5C3xdJb2FrwQ/rPytyjmG7CKdS71LLE 6svZbNgH8AY+bqxI4XU3Iy8eH1SvQdkDNzQGgdOS0Ca6kMoXnYg7CBJ7gcMUAvTX rL84IQNoIC8x3MUmLBz5nnX/HePO3CvWYQU605HCw8p8mrN5g+xwDQApnPBoaWCW 1le6VHnd9s66CgQis8a6awglL2JI9GaY8fNy0Q2qxasFb/DkwisqXxElvVewblcm xStpvAkg26M0jywH4EER =dQPZ -----END PGP SIGNATURE----- --E39vaYmALEf/7YXx-- From owner-svn-ports-head@freebsd.org Fri Mar 2 22:26:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 753ACF27C30; Fri, 2 Mar 2018 22:26:05 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1DE717C8D5; Fri, 2 Mar 2018 22:26:05 +0000 (UTC) (envelope-from brooks@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1332C1D808; Fri, 2 Mar 2018 22:26:05 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22MQ45T064619; Fri, 2 Mar 2018 22:26:04 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22MQ4PW064615; Fri, 2 Mar 2018 22:26:04 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201803022226.w22MQ4PW064615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 2 Mar 2018 22:26:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463450 - in head/devel: libgtop/files llvm-devel llvm-devel/files X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: in head/devel: libgtop/files llvm-devel llvm-devel/files X-SVN-Commit-Revision: 463450 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 22:26:05 -0000 Author: brooks Date: Fri Mar 2 22:26:04 2018 New Revision: 463450 URL: https://svnweb.freebsd.org/changeset/ports/463450 Log: Update to a newer snapshot. Don't require basename. [0] Submitted by: bdrewery [0] Sponsored by: DARPA, AFRL Modified: head/devel/llvm-devel/Makefile.snapshot head/devel/llvm-devel/distinfo head/devel/llvm-devel/files/llvm-wrapper.sh.in head/devel/llvm-devel/pkg-plist Directory Properties: head/devel/libgtop/files/patch-examples_mountlist.c (props changed) Modified: head/devel/llvm-devel/Makefile.snapshot ============================================================================== --- head/devel/llvm-devel/Makefile.snapshot Fri Mar 2 21:39:40 2018 (r463449) +++ head/devel/llvm-devel/Makefile.snapshot Fri Mar 2 22:26:04 2018 (r463450) @@ -6,12 +6,12 @@ # LLVM_MAJOR= 7.0 LLVM_RELEASE= ${LLVM_MAJOR}.0 -SNAPDATE= 20180206 +SNAPDATE= 20180225 -LLVM_COMMIT= e89505778ede40acc3920d6ff13263404b37fef0 -CLANG_COMMIT= 5203555364188d5c92fc0c0bf51a5e37f3719d87 -COMPILER_RT_COMMIT= f9e5bd634e83864930c861e8f77dd6599d7c006e -EXTRAS_COMMIT= 1c60b51fa0ec859d6744acf13c42bf1bb9669b97 -LLD_COMMIT= bac8ff1f68c68528613945a6932c2ea5c4a87b1b -LLDB_COMMIT= c369d58de06680b6a057d3e3df03c9f665d6a3a2 -OPENMP_COMMIT= 640575958c169c9aee93d23fa6ec408fb26f5c1c +LLVM_COMMIT= 1cb64026709ddf4b7cbb090faef8457968df581a +CLANG_COMMIT= 46ed3ffb907035a04dc4c9ec2347a5ea19f0080f +COMPILER_RT_COMMIT= 241e7ddf993d8a9140649384f9ca7b4c32ddd73e +EXTRAS_COMMIT= 53a136cb793c24b1cc299e71dcee62e370fa37e7 +LLD_COMMIT= 73cf9483e0e073af61fe9d94e104678f26b7628f +LLDB_COMMIT= ebf42bd6cff0c7beaf646460161e5c00bf6c39a7 +OPENMP_COMMIT= 3954610539a7fdbf6e09e1cb7a23a2012418b0ba Modified: head/devel/llvm-devel/distinfo ============================================================================== --- head/devel/llvm-devel/distinfo Fri Mar 2 21:39:40 2018 (r463449) +++ head/devel/llvm-devel/distinfo Fri Mar 2 22:26:04 2018 (r463450) @@ -1,15 +1,15 @@ -TIMESTAMP = 1517945671 -SHA256 (llvm-mirror-llvm-7.0.d20180206-e89505778ede40acc3920d6ff13263404b37fef0_GH0.tar.gz) = 7a48d95c1dc7d10f3a7722dae2fbdc01f1b60b5d872714582490e7a691db82e3 -SIZE (llvm-mirror-llvm-7.0.d20180206-e89505778ede40acc3920d6ff13263404b37fef0_GH0.tar.gz) = 38599899 -SHA256 (llvm-mirror-clang-5203555364188d5c92fc0c0bf51a5e37f3719d87_GH0.tar.gz) = e2f6e6fd3796b745e29d5e92ab85fbe33b7c580bca71a8276868b0b93d8f64d6 -SIZE (llvm-mirror-clang-5203555364188d5c92fc0c0bf51a5e37f3719d87_GH0.tar.gz) = 16904841 -SHA256 (llvm-mirror-compiler-rt-f9e5bd634e83864930c861e8f77dd6599d7c006e_GH0.tar.gz) = ef3fb16ffce240e37e6ec41feb5c0a7cf4c280eabffe75df30364cf01b84c961 -SIZE (llvm-mirror-compiler-rt-f9e5bd634e83864930c861e8f77dd6599d7c006e_GH0.tar.gz) = 2900507 -SHA256 (llvm-mirror-clang-tools-extra-1c60b51fa0ec859d6744acf13c42bf1bb9669b97_GH0.tar.gz) = c070afcfe174ceb635f0caa797b88bea2df93ec5ec6523f3c3687ce09a2192a1 -SIZE (llvm-mirror-clang-tools-extra-1c60b51fa0ec859d6744acf13c42bf1bb9669b97_GH0.tar.gz) = 1052192 -SHA256 (llvm-mirror-lld-bac8ff1f68c68528613945a6932c2ea5c4a87b1b_GH0.tar.gz) = dd09ee38aa135519f65214c7086684a2dfc114e7269fe239752ac8d8e83f638a -SIZE (llvm-mirror-lld-bac8ff1f68c68528613945a6932c2ea5c4a87b1b_GH0.tar.gz) = 1111883 -SHA256 (llvm-mirror-lldb-c369d58de06680b6a057d3e3df03c9f665d6a3a2_GH0.tar.gz) = 7054cc18b56745ad5d43670bf7f875ff47e50b02a21490faf5c9ec16f6b8e38e -SIZE (llvm-mirror-lldb-c369d58de06680b6a057d3e3df03c9f665d6a3a2_GH0.tar.gz) = 24294214 -SHA256 (llvm-mirror-openmp-640575958c169c9aee93d23fa6ec408fb26f5c1c_GH0.tar.gz) = b877b54bcb5026f27f17304acfe255e537c0b1c6a716cf3b7f2ed3a3870de406 -SIZE (llvm-mirror-openmp-640575958c169c9aee93d23fa6ec408fb26f5c1c_GH0.tar.gz) = 2890007 +TIMESTAMP = 1519581041 +SHA256 (llvm-mirror-llvm-7.0.d20180225-1cb64026709ddf4b7cbb090faef8457968df581a_GH0.tar.gz) = 86cf093e941f81de6cbda90e53ad2f13387cad001f45fea6329eb0dc7efbe8b2 +SIZE (llvm-mirror-llvm-7.0.d20180225-1cb64026709ddf4b7cbb090faef8457968df581a_GH0.tar.gz) = 38848091 +SHA256 (llvm-mirror-clang-46ed3ffb907035a04dc4c9ec2347a5ea19f0080f_GH0.tar.gz) = 5bcf99fd03a5100526c4fadbc7d19e8cd1e768e97eca901cd37b1c6f58858921 +SIZE (llvm-mirror-clang-46ed3ffb907035a04dc4c9ec2347a5ea19f0080f_GH0.tar.gz) = 16974985 +SHA256 (llvm-mirror-compiler-rt-241e7ddf993d8a9140649384f9ca7b4c32ddd73e_GH0.tar.gz) = b91226539d2052da91d35dc3b4c1ea75c41bcd419fbc0599efbc4c2bc2cb8241 +SIZE (llvm-mirror-compiler-rt-241e7ddf993d8a9140649384f9ca7b4c32ddd73e_GH0.tar.gz) = 3009002 +SHA256 (llvm-mirror-clang-tools-extra-53a136cb793c24b1cc299e71dcee62e370fa37e7_GH0.tar.gz) = 373761149887b63fa1bc20832f113eb65bf5984688a6e65af8c0ddf6e60925cf +SIZE (llvm-mirror-clang-tools-extra-53a136cb793c24b1cc299e71dcee62e370fa37e7_GH0.tar.gz) = 1083149 +SHA256 (llvm-mirror-lld-73cf9483e0e073af61fe9d94e104678f26b7628f_GH0.tar.gz) = e74efc32254f6a1b845dc35293bcfbfd7d7a7589ba946b1ee6372d621398c596 +SIZE (llvm-mirror-lld-73cf9483e0e073af61fe9d94e104678f26b7628f_GH0.tar.gz) = 1131584 +SHA256 (llvm-mirror-lldb-ebf42bd6cff0c7beaf646460161e5c00bf6c39a7_GH0.tar.gz) = e6a650097e83ef45f4cf7e99a36c2c61a160fbd893ba353959a6ed8dcf68a899 +SIZE (llvm-mirror-lldb-ebf42bd6cff0c7beaf646460161e5c00bf6c39a7_GH0.tar.gz) = 24302756 +SHA256 (llvm-mirror-openmp-3954610539a7fdbf6e09e1cb7a23a2012418b0ba_GH0.tar.gz) = da2806d2a18e8d959b03926080886a7cf64e1d7a4e1573b78fd0941bd4dd69c3 +SIZE (llvm-mirror-openmp-3954610539a7fdbf6e09e1cb7a23a2012418b0ba_GH0.tar.gz) = 2892576 Modified: head/devel/llvm-devel/files/llvm-wrapper.sh.in ============================================================================== --- head/devel/llvm-devel/files/llvm-wrapper.sh.in Fri Mar 2 21:39:40 2018 (r463449) +++ head/devel/llvm-devel/files/llvm-wrapper.sh.in Fri Mar 2 22:26:04 2018 (r463450) @@ -4,7 +4,7 @@ LLVM_PREFIX="%%LLVM_PREFIX%%" LLVM_SUFFIX="%%LLVM_SUFFIX%%" -tool=$(basename $0) +tool=${0##*/} tool="${LLVM_PREFIX}/bin/${tool%${LLVM_SUFFIX}}" LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}${LLVM_PREFIX}/lib" \ "${tool}" "${@}" Modified: head/devel/llvm-devel/pkg-plist ============================================================================== --- head/devel/llvm-devel/pkg-plist Fri Mar 2 21:39:40 2018 (r463449) +++ head/devel/llvm-devel/pkg-plist Fri Mar 2 22:26:04 2018 (r463450) @@ -595,6 +595,7 @@ llvm-devel/bin/yaml2obj %%CLANG%%llvm-devel/include/clang/Sema/SemaLambda.h %%CLANG%%llvm-devel/include/clang/Sema/Template.h %%CLANG%%llvm-devel/include/clang/Sema/TemplateDeduction.h +%%CLANG%%llvm-devel/include/clang/Sema/TemplateInstCallback.h %%CLANG%%llvm-devel/include/clang/Sema/TypoCorrection.h %%CLANG%%llvm-devel/include/clang/Sema/Weak.h %%CLANG%%llvm-devel/include/clang/Serialization/ASTBitCodes.h @@ -1895,6 +1896,7 @@ llvm-devel/include/llvm/MC/MCAsmInfoDarwin.h llvm-devel/include/llvm/MC/MCAsmInfoELF.h llvm-devel/include/llvm/MC/MCAsmInfoWasm.h llvm-devel/include/llvm/MC/MCAsmLayout.h +llvm-devel/include/llvm/MC/MCAsmMacro.h llvm-devel/include/llvm/MC/MCAssembler.h llvm-devel/include/llvm/MC/MCCodeEmitter.h llvm-devel/include/llvm/MC/MCCodePadder.h @@ -2340,6 +2342,7 @@ llvm-devel/include/llvm/XRay/YAMLXRayRecord.h %%COMPILER_RT%%llvm-devel/include/sanitizer/linux_syscall_hooks.h %%COMPILER_RT%%llvm-devel/include/sanitizer/lsan_interface.h %%COMPILER_RT%%llvm-devel/include/sanitizer/msan_interface.h +%%COMPILER_RT%%llvm-devel/include/sanitizer/netbsd_syscall_hooks.h %%COMPILER_RT%%llvm-devel/include/sanitizer/scudo_interface.h %%COMPILER_RT%%llvm-devel/include/sanitizer/tsan_interface.h %%COMPILER_RT%%llvm-devel/include/sanitizer/tsan_interface_atomic.h From owner-svn-ports-head@freebsd.org Fri Mar 2 22:31:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5F65F280E8; Fri, 2 Mar 2018 22:31:39 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B9C47CB61; Fri, 2 Mar 2018 22:31:39 +0000 (UTC) (envelope-from cy@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 767361D966; Fri, 2 Mar 2018 22:31:39 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22MVdOs069655; Fri, 2 Mar 2018 22:31:39 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22MVcOY069647; Fri, 2 Mar 2018 22:31:38 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201803022231.w22MVcOY069647@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 2 Mar 2018 22:31:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463451 - in head/sysutils: . syslog-ng314 syslog-ng314/files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/sysutils: . syslog-ng314 syslog-ng314/files X-SVN-Commit-Revision: 463451 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 22:31:40 -0000 Author: cy Date: Fri Mar 2 22:31:38 2018 New Revision: 463451 URL: https://svnweb.freebsd.org/changeset/ports/463451 Log: Welcome the new syslog-ng 3.14 in syslog-ng314. Our syslog-ng upline recommends the meta-port bump to 314 after "a couple of days or a week". Submitted by: Peter Czanik (CzP) Balabit / syslog-ng upstream Added: head/sysutils/syslog-ng314/ - copied from r463363, head/sysutils/syslog-ng313/ head/sysutils/syslog-ng314/files/patch-syslog-ng-ctl (contents, props changed) Modified: head/sysutils/Makefile head/sysutils/syslog-ng314/Makefile head/sysutils/syslog-ng314/distinfo head/sysutils/syslog-ng314/files/patch-configure head/sysutils/syslog-ng314/files/syslog-ng.conf.sample head/sysutils/syslog-ng314/pkg-plist Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Mar 2 22:26:04 2018 (r463450) +++ head/sysutils/Makefile Fri Mar 2 22:31:38 2018 (r463451) @@ -1171,6 +1171,7 @@ SUBDIR += syslog-ng311 SUBDIR += syslog-ng312 SUBDIR += syslog-ng313 + SUBDIR += syslog-ng314 SUBDIR += syslog-ng36 SUBDIR += syslog-ng37 SUBDIR += syslog-ng39 Modified: head/sysutils/syslog-ng314/Makefile ============================================================================== --- head/sysutils/syslog-ng313/Makefile Fri Mar 2 00:42:07 2018 (r463363) +++ head/sysutils/syslog-ng314/Makefile Fri Mar 2 22:31:38 2018 (r463451) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= syslog-ng -DISTVERSION= 3.13.2 -PORTREVISION= 2 +DISTVERSION= 3.14.1 CATEGORIES= sysutils DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ .if !defined(MASTERDIR) -PKGNAMESUFFIX= 313 +PKGNAMESUFFIX= 314 .endif MAINTAINER= cy@FreeBSD.org Modified: head/sysutils/syslog-ng314/distinfo ============================================================================== --- head/sysutils/syslog-ng313/distinfo Fri Mar 2 00:42:07 2018 (r463363) +++ head/sysutils/syslog-ng314/distinfo Fri Mar 2 22:31:38 2018 (r463451) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512560607 -SHA256 (syslog-ng-3.13.2.tar.gz) = 9a3d31df93698080180057ca9bd57b59d06b74fc426c602ce102a2a5437ad3e8 -SIZE (syslog-ng-3.13.2.tar.gz) = 9047998 +TIMESTAMP = 1519826668 +SHA256 (syslog-ng-3.14.1.tar.gz) = 0245260dc9942a9a07110948151654a60992e039821358da348fb34356c4e944 +SIZE (syslog-ng-3.14.1.tar.gz) = 9039910 Modified: head/sysutils/syslog-ng314/files/patch-configure ============================================================================== --- head/sysutils/syslog-ng313/files/patch-configure Fri Mar 2 00:42:07 2018 (r463363) +++ head/sysutils/syslog-ng314/files/patch-configure Fri Mar 2 22:31:38 2018 (r463451) @@ -18,18 +18,6 @@ test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -@@ -15195,9 +15196,9 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNET" >&5 - $as_echo_n "checking for LIBNET... " >&6; } - if test "x$with_libnet" = "x"; then -- LIBNET_CONFIG="`which libnet-config`" -+ LIBNET_CONFIG="`which libnet11-config`" - else -- LIBNET_CONFIG="$with_libnet/libnet-config" -+ LIBNET_CONFIG="$with_libnet/libnet11-config" - fi - - if test -n "$LIBNET_CONFIG" -a -x "$LIBNET_CONFIG"; then @@ -16424,7 +16425,7 @@ if test -e "$JAVA_HOME_CHECKER"; then JNI_HOME=`$JAVA_HOME_CHECKER` Added: head/sysutils/syslog-ng314/files/patch-syslog-ng-ctl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/syslog-ng314/files/patch-syslog-ng-ctl Fri Mar 2 22:31:38 2018 (r463451) @@ -0,0 +1,24 @@ +From c22de0263bb204f59d0041191bd71e6baaeb58cf Mon Sep 17 00:00:00 2001 +From: norberttakacs +Date: Fri, 2 Mar 2018 07:35:41 +0100 +Subject: [PATCH] syslog-ng-ctl: fix compile issue #1901 on freebsd + +sgtty.h doesn't need and cause compile error on freebsd. + +Signed-off-by: norberttakacs +--- + syslog-ng-ctl/syslog-ng-ctl.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/syslog-ng-ctl/syslog-ng-ctl.c b/syslog-ng-ctl/syslog-ng-ctl.c +index e827e4bf93..331244c35d 100644 +--- syslog-ng-ctl/syslog-ng-ctl.c.orig ++++ syslog-ng-ctl/syslog-ng-ctl.c +@@ -32,7 +32,6 @@ + #include + #include + #include +-#include + #include + #include + #include Modified: head/sysutils/syslog-ng314/files/syslog-ng.conf.sample ============================================================================== --- head/sysutils/syslog-ng313/files/syslog-ng.conf.sample Fri Mar 2 00:42:07 2018 (r463363) +++ head/sysutils/syslog-ng314/files/syslog-ng.conf.sample Fri Mar 2 22:31:38 2018 (r463451) @@ -1,4 +1,4 @@ -@version:3.13 +@version:3.14 @include "scl.conf" # Modified: head/sysutils/syslog-ng314/pkg-plist ============================================================================== --- head/sysutils/syslog-ng313/pkg-plist Fri Mar 2 00:42:07 2018 (r463363) +++ head/sysutils/syslog-ng314/pkg-plist Fri Mar 2 22:31:38 2018 (r463451) @@ -8,7 +8,6 @@ bin/update-patterndb bin/dqtool include/syslog-ng/evtlog.h include/syslog-ng/evtmaps.h -include/syslog-ng/libtest/license_module_mock.h include/syslog-ng/pe-versioning.h include/syslog-ng/ivykis/iv_avl.h include/syslog-ng/ivykis/iv_event.h @@ -233,11 +232,19 @@ include/syslog-ng/cfg-block-generator.h include/syslog-ng/cfg-block.h include/syslog-ng/compat/getent-bb.h include/syslog-ng/compat/getent.h -lib/libevtlog-3.13.so.0 -lib/libevtlog-3.13.so.0.0.0 +include/syslog-ng/logmsg/nvhandle-descriptors.h +include/syslog-ng/logmsg/nvtable-serialize-legacy.h +include/syslog-ng/misc.h +include/syslog-ng/nondumpable-allocator.h +include/syslog-ng/secret-storage.h +lib/libsecret-storage.so +lib/libsecret-storage.so.0 +lib/libsecret-storage.so.0.0.0 +lib/libevtlog-3.14.so.0 +lib/libevtlog-3.14.so.0.0.0 lib/libevtlog.so -lib/libsyslog-ng-3.13.so.0.0.0 -lib/libsyslog-ng-3.13.so.0 +lib/libsyslog-ng-3.14.so.0.0.0 +lib/libsyslog-ng-3.14.so.0 lib/libsyslog-ng.so lib/libsyslog-ng-native-connector.a lib/syslog-ng/libtest/libsyslog-ng-test.a From owner-svn-ports-head@freebsd.org Fri Mar 2 22:34:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0371FF28784; Fri, 2 Mar 2018 22:34:57 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CE2A7D1CA; Fri, 2 Mar 2018 22:34:56 +0000 (UTC) (envelope-from brooks@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8CFDC1D9C1; Fri, 2 Mar 2018 22:34:56 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w22MYuJi070343; Fri, 2 Mar 2018 22:34:56 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w22MYrYJ070311; Fri, 2 Mar 2018 22:34:53 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201803022234.w22MYrYJ070311@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 2 Mar 2018 22:34:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463452 - in head: audio/alsa-lib audio/gramofile audio/wavplay audio/xmcd audio/zinf benchmarks/super-smack databases/fastdb deskutils/fusenshi devel/ace devel/libmba devel/libshbuf de... X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: in head: audio/alsa-lib audio/gramofile audio/wavplay audio/xmcd audio/zinf benchmarks/super-smack databases/fastdb deskutils/fusenshi devel/ace devel/libmba devel/libshbuf devel/nspr devel/poco-ssl d... X-SVN-Commit-Revision: 463452 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 22:34:57 -0000 Author: brooks Date: Fri Mar 2 22:34:53 2018 New Revision: 463452 URL: https://svnweb.freebsd.org/changeset/ports/463452 Log: Work around the lack of definition of union semun per POSIX. When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS. Where this fails due to ports not honoring C*FLAGS, patch using __FreeBSD_version to enable the definition. PR: 224300, 224443 (exp-run) Approved by: portmgr (antoine) Exp-run: antoine Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14137 Added: head/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_nsprpub_pr_src_pthreads_ptsynch.c (contents, props changed) head/lang/cint/files/patch-cint_lib_ipc_ipcif.h (contents, props changed) head/mail/batv-milter/files/patch-include_sm_os_sm__os__freebsd.h (contents, props changed) head/mail/dk-milter/files/patch-include_sm_os_sm__os__freebsd.h (contents, props changed) head/mail/sendmail/files/patch-include_sm_os_sm__os__freebsd.h (contents, props changed) head/mail/sid-milter/files/patch-include_sm_os_sm__os__freebsd.h (contents, props changed) head/www/mod_cband/files/patch-src_mod__cband.c (contents, props changed) Modified: head/audio/alsa-lib/Makefile head/audio/gramofile/Makefile head/audio/wavplay/Makefile head/audio/xmcd/Makefile head/audio/zinf/Makefile head/benchmarks/super-smack/Makefile head/databases/fastdb/Makefile head/deskutils/fusenshi/Makefile head/devel/ace/Makefile head/devel/libmba/Makefile head/devel/libshbuf/Makefile head/devel/nspr/Makefile head/devel/poco-ssl/Makefile head/devel/shmap/Makefile head/emulators/qemu-sbruno/Makefile head/ftp/gftp/Makefile head/lang/ferite/Makefile head/lang/rexx-regutil/Makefile head/mail/batv-milter/Makefile head/misc/buffer/Makefile head/multimedia/py-kaa-base/Makefile head/net-mgmt/sdig/Makefile head/net-p2p/monero-cli/Makefile head/sysutils/freeipmi/Makefile head/sysutils/symon/Makefile Modified: head/audio/alsa-lib/Makefile ============================================================================== --- head/audio/alsa-lib/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/audio/alsa-lib/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -23,6 +23,7 @@ INSTALL_TARGET= install-strip TEST_ENV= ${MAKE_ENV} ALSA_CONFIG_PATH="${FILESDIR}/asound.conf.sample" TEST_TARGET= check CPPFLAGS+= -I${FILESDIR} +CPPFLAGS+= -D_WANT_SEMUN OPTIONS_DEFINE= PYTHON OPTIONS_SUB= yes Modified: head/audio/gramofile/Makefile ============================================================================== --- head/audio/gramofile/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/audio/gramofile/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -22,6 +22,7 @@ USE_CSTD= gnu89 MAKE_ARGS= CC="${CC}" \ CXX="${CXX}" \ PERLCOREDIR=${PERLCOREDIR} +CFLAGS+= -D_WANT_SEMUN PERLCOREDIR= ${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/CORE Modified: head/audio/wavplay/Makefile ============================================================================== --- head/audio/wavplay/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/audio/wavplay/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -13,6 +13,8 @@ COMMENT= Wav player and recorder LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/COPYING +CFLAGS+= -D_WANT_SEMUN + ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 INSTALL_TARGET= install PREFIX="${STAGEDIR}${PREFIX}" Modified: head/audio/xmcd/Makefile ============================================================================== --- head/audio/xmcd/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/audio/xmcd/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -20,6 +20,8 @@ PLIST_SUB+= RELEASE=${OSREL:R:R} ARCH=${ARCH} OPSYS=${ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +CFLAGS+= -D_WANT_SEMUN + LIBBINDIR= ${STAGEDIR}${PREFIX}/lib/X11/xmcd/bin-${OPSYS}_${OSREL:R:R}-${ARCH} BROKEN_aarch64= Fails to compile: many undefined symbols in xorg.cf Modified: head/audio/zinf/Makefile ============================================================================== --- head/audio/zinf/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/audio/zinf/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -20,6 +20,7 @@ CONFIGURE_ARGS= --enable-ipv6 \ --disable-arts CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -D_WANT_SEMUN LDFLAGS+= -lpthread -L${LOCALBASE}/lib OPTIONS_DEFINE= ESOUND VORBIS Modified: head/benchmarks/super-smack/Makefile ============================================================================== --- head/benchmarks/super-smack/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/benchmarks/super-smack/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -15,6 +15,7 @@ LICENSE= GPLv2+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-smacks-dir=${DATADIR} MAKE_JOBS_UNSAFE= yes +CPPFLAGS+= -D_WANT_SEMUN PORTDOCS= CHANGES README MANUAL TUTORIAL Modified: head/databases/fastdb/Makefile ============================================================================== --- head/databases/fastdb/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/databases/fastdb/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -22,6 +22,7 @@ MAKE_ENV= OSTYPE="${OPSYS}" MAKEFILE= makefile USE_LDCONFIG= yes DOS2UNIX_FILES= ${MAKEFILE} +CXXFLAGS+= -D_WANT_SEMUN PORTDOCS= FastDB.htm Modified: head/deskutils/fusenshi/Makefile ============================================================================== --- head/deskutils/fusenshi/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/deskutils/fusenshi/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -15,6 +15,7 @@ USE_CXXSTD= c++11 USE_GNOME= gtkmm24 gtksourceview libxml2 USE_XORG= x11 MAKE_JOBS_UNSAFE= yes +CXXFLAGS+= -D_WANT_SEMUN .ifdef WITHOUT_SSL MAKE_ARGS+= WITHOUT_SSL=yes Modified: head/devel/ace/Makefile ============================================================================== --- head/devel/ace/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/devel/ace/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -27,6 +27,7 @@ MAKEFILE= GNUmakefile USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -D_WANT_SEMUN LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="${PORTVERSION}" Modified: head/devel/libmba/Makefile ============================================================================== --- head/devel/libmba/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/devel/libmba/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -14,6 +14,7 @@ COMMENT= Collection of C modules potentially useful to MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes MAKE_ARGS= prefix="${STAGEDIR}${PREFIX}" +CFLAGS+= -D_WANT_SEMUN post-patch: @${REINPLACE_CMD} -e 's,-g,$$(CFLAGS),' \ Modified: head/devel/libshbuf/Makefile ============================================================================== --- head/devel/libshbuf/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/devel/libshbuf/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -16,5 +16,6 @@ USES= pathfix libtool GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-lynx --disable-doxygen INSTALL_TARGET= install-strip +CFLAGS+= -D_WANT_SEMUN .include Modified: head/devel/nspr/Makefile ============================================================================== --- head/devel/nspr/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/devel/nspr/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -18,6 +18,7 @@ CPE_PRODUCT= netscape_portable_runtime WRKSRC_SUBDIR= nspr GNU_CONFIGURE= yes USE_LDCONFIG= yes +CFLAGS+= -D_WANT_SEMUN OPTIONS_DEFINE= DEBUG TEST Modified: head/devel/poco-ssl/Makefile ============================================================================== --- head/devel/poco-ssl/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/devel/poco-ssl/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -25,6 +25,7 @@ USES= gmake tar:bzip2 ssl HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --config=FreeBSD USE_LDCONFIG= yes +CXXFLAGS+= -D_WANT_SEMUN OPTIONS_DEFINE= TEST SAMPLES MYSQL SQLITE ODBC OPTIONS_DEFAULT=MYSQL SQLITE Modified: head/devel/shmap/Makefile ============================================================================== --- head/devel/shmap/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/devel/shmap/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +CPPFLAGS+= -D_WANT_SEMUN post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libshmap.so Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/emulators/qemu-sbruno/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -131,6 +131,7 @@ PLIST_SUB+= STATIC="" WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//} CFLAGS+= -Wno-address-of-packed-member +CFLAGS+= -D_WANT_SEMUN CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} --enable-docs \ --disable-linux-user --disable-linux-aio \ --disable-kvm --disable-xen \ Added: head/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_nsprpub_pr_src_pthreads_ptsynch.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/virtualbox-ose/files/patch-src_libs_xpcom18a4_nsprpub_pr_src_pthreads_ptsynch.c Fri Mar 2 22:34:53 2018 (r463452) @@ -0,0 +1,22 @@ +--- src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptsynch.c.orig ++++ src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptsynch.c +@@ -49,6 +49,9 @@ + #include + #include + #include ++#ifdef FREEBSD ++#include ++#endif + + static pthread_mutexattr_t _pt_mattr; + static pthread_condattr_t _pt_cvar_attr; +@@ -798,7 +801,8 @@ + * From the semctl(2) man page in glibc 2.0 + */ + #if (defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)) \ +- || defined(FREEBSD) || defined(OPENBSD) || defined(BSDI) ++ || (defined(FREEBSD) && __FreeBSD_version < 1200059) \ ++ || defined(OPENBSD) || defined(BSDI) + /* union semun is defined by including */ + #else + /* according to X/OPEN we have to define it ourselves */ Modified: head/ftp/gftp/Makefile ============================================================================== --- head/ftp/gftp/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/ftp/gftp/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -15,6 +15,7 @@ LICENSE= GPLv2 USES= pathfix pkgconfig tar:bzip2 ssl GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 +CFLAGS+= -D_WANT_SEMUN OPTIONS_DEFINE= NLS OPTIONS_SUB= yes Added: head/lang/cint/files/patch-cint_lib_ipc_ipcif.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/cint/files/patch-cint_lib_ipc_ipcif.h Fri Mar 2 22:34:53 2018 (r463452) @@ -0,0 +1,20 @@ +--- cint/lib/ipc/ipcif.h.orig ++++ cint/lib/ipc/ipcif.h +@@ -28,13 +28,16 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + #if defined(G__APPLE) || defined(__APPLE__) + /* union semun is defined by including */ + #elif defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) + /* union semun is defined by including */ + #else + /* according to X/OPEN we have to define it ourselves */ +-#if !defined(__FreeBSD__) && !defined(__KCC) && !defined(__sgi) ++#if (!defined(__FreeBSD__) || __FreeBSD_version >= 1200059) && !defined(__KCC) && !defined(__sgi) + union semun { + int val; /* value for SETVAL */ + struct semid_ds *buf; /* buffer for IPC_STAT, IPC_SET */ Modified: head/lang/ferite/Makefile ============================================================================== --- head/lang/ferite/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/lang/ferite/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -23,6 +23,7 @@ LDFLAGS+= -lpthread -L${LOCALBASE}/lib USE_LDCONFIG= yes PLIST_SUB= MACHINE_ARCH=${MACHINE_ARCH} INSTALL_TARGET= install-strip +CFLAGS+= -D_WANT_SEMUN PORTDOCS= * Modified: head/lang/rexx-regutil/Makefile ============================================================================== --- head/lang/rexx-regutil/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/lang/rexx-regutil/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -24,6 +24,7 @@ USE_LDCONFIG= yes LLD_UNSAFE= yes # lld lacks built-in search paths MAKEFILE= Makefile.bsd MAKE_ARGS+= PLIBS="${LDFLAGS:M-L*} -lncurses" +CFLAGS+= -D_WANT_SEMUN SUB_FILES= regutil.1 Modified: head/mail/batv-milter/Makefile ============================================================================== --- head/mail/batv-milter/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/mail/batv-milter/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -18,6 +18,7 @@ USES= uidfix ssl USE_RC_SUBR= milter-batv MAKE_ARGS= UBINOWN=${UID} UBINGRP=${GID} +CFLAGS+= -D_WANT_SEMUN WCONF= ${WRKSRC}/devtools/Site PLIST_FILES= bin/batv-filter man/man8/batv-filter.8.gz Added: head/mail/batv-milter/files/patch-include_sm_os_sm__os__freebsd.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/batv-milter/files/patch-include_sm_os_sm__os__freebsd.h Fri Mar 2 22:34:53 2018 (r463452) @@ -0,0 +1,14 @@ +--- include/sm/os/sm_os_freebsd.h.orig ++++ include/sm/os/sm_os_freebsd.h +@@ -34,7 +34,11 @@ + # define SM_CONF_SHM 1 + #endif /* SM_CONF_SHM */ + #ifndef SM_CONF_SEM ++#if __FreeBSD_version < 1200059 + # define SM_CONF_SEM 1 ++#else ++# define SM_CONF_SEM 2 ++#endif + #endif /* SM_CONF_SEM */ + #ifndef SM_CONF_MSG + # define SM_CONF_MSG 1 Added: head/mail/dk-milter/files/patch-include_sm_os_sm__os__freebsd.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/dk-milter/files/patch-include_sm_os_sm__os__freebsd.h Fri Mar 2 22:34:53 2018 (r463452) @@ -0,0 +1,14 @@ +--- include/sm/os/sm_os_freebsd.h.orig ++++ include/sm/os/sm_os_freebsd.h +@@ -34,7 +34,11 @@ + # define SM_CONF_SHM 1 + #endif /* SM_CONF_SHM */ + #ifndef SM_CONF_SEM ++#if __FreeBSD_version < 1200059 + # define SM_CONF_SEM 1 ++#else ++# define SM_CONF_SEM 2 ++#endif + #endif /* SM_CONF_SEM */ + #ifndef SM_CONF_MSG + # define SM_CONF_MSG 1 Added: head/mail/sendmail/files/patch-include_sm_os_sm__os__freebsd.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/sendmail/files/patch-include_sm_os_sm__os__freebsd.h Fri Mar 2 22:34:53 2018 (r463452) @@ -0,0 +1,14 @@ +--- include/sm/os/sm_os_freebsd.h.orig ++++ include/sm/os/sm_os_freebsd.h +@@ -34,7 +34,11 @@ + # define SM_CONF_SHM 1 + #endif /* SM_CONF_SHM */ + #ifndef SM_CONF_SEM ++#if __FreeBSD_version < 1200059 + # define SM_CONF_SEM 1 ++#else ++# define SM_CONF_SEM 2 ++#endif + #endif /* SM_CONF_SEM */ + #ifndef SM_CONF_MSG + # define SM_CONF_MSG 1 Added: head/mail/sid-milter/files/patch-include_sm_os_sm__os__freebsd.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/sid-milter/files/patch-include_sm_os_sm__os__freebsd.h Fri Mar 2 22:34:53 2018 (r463452) @@ -0,0 +1,14 @@ +--- include/sm/os/sm_os_freebsd.h.orig ++++ include/sm/os/sm_os_freebsd.h +@@ -34,7 +34,11 @@ + # define SM_CONF_SHM 1 + #endif /* SM_CONF_SHM */ + #ifndef SM_CONF_SEM ++#if __FreeBSD_version < 1200059 + # define SM_CONF_SEM 1 ++#else ++# define SM_CONF_SEM 2 ++#endif + #endif /* SM_CONF_SEM */ + #ifndef SM_CONF_MSG + # define SM_CONF_MSG 1 Modified: head/misc/buffer/Makefile ============================================================================== --- head/misc/buffer/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/misc/buffer/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -13,6 +13,7 @@ COMMENT= Buffer sporadic I/O for faster tape and pipe USES= tar:tgz PLIST_FILES= bin/buffer \ man/man1/buffer.1.gz +CFLAGS+= -D_WANT_SEMUN post-patch: @${REINPLACE_CMD} -E \ Modified: head/multimedia/py-kaa-base/Makefile ============================================================================== --- head/multimedia/py-kaa-base/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/multimedia/py-kaa-base/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -18,5 +18,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python:2.7 USE_GNOME= glib20 USE_PYTHON= distutils autoplist +CFLAGS+= -D_WANT_SEMUN .include Modified: head/net-mgmt/sdig/Makefile ============================================================================== --- head/net-mgmt/sdig/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/net-mgmt/sdig/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -15,6 +15,7 @@ LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp USES= gmake GNU_CONFIGURE= yes +CFLAGS+= -D_WANT_SEMUN PLIST_FILES= bin/sdig etc/sdig.conf etc/mactable man/man5/sdig.conf.5.gz \ man/man8/sdig.8.gz Modified: head/net-p2p/monero-cli/Makefile ============================================================================== --- head/net-p2p/monero-cli/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/net-p2p/monero-cli/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -30,6 +30,7 @@ USES= cmake compiler:c++11-lib pkgconfig readline ssl USE_GITHUB= yes GH_ACCOUNT= monero-project GH_PROJECT= monero +CFLAGS+= -D_WANT_SEMUN OPTIONS_DEFINE= DOXYGEN DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \ Modified: head/sysutils/freeipmi/Makefile ============================================================================== --- head/sysutils/freeipmi/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/sysutils/freeipmi/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -36,6 +36,7 @@ CONFIGURE_ENV= PTHREAD_LIBS=-lpthread ac_cv_path_CPP=$ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake libtool localbase shebangfix +CFLAGS+= -D_WANT_SEMUN INFO= freeipmi-faq PLIST_SUB= CACHE_DIR=${CACHE_DIR} Modified: head/sysutils/symon/Makefile ============================================================================== --- head/sysutils/symon/Makefile Fri Mar 2 22:31:38 2018 (r463451) +++ head/sysutils/symon/Makefile Fri Mar 2 22:34:53 2018 (r463452) @@ -16,6 +16,7 @@ USES= groff perl5 shebangfix SHEBANG_FILES= client/getsymonitem.pl USE_PERL5= build MAKE_JOBS_UNSAFE= yes +CFLAGS+= -D_WANT_SEMUN USERS= _symon GROUPS= _symon Added: head/www/mod_cband/files/patch-src_mod__cband.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_cband/files/patch-src_mod__cband.c Fri Mar 2 22:34:53 2018 (r463452) @@ -0,0 +1,27 @@ +--- src/mod_cband.c.orig ++++ src/mod_cband.c +@@ -56,6 +56,9 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + #include + + #include "mod_cband.h" +@@ -74,6 +77,14 @@ + } + #endif + ++#if defined(__FreeBSD__) && __FreeBSD_version >= 1200059 ++union semun { ++ int val; /* value for SETVAL */ ++ struct semid_ds *buf; /* buffer for IPC_STAT & IPC_SET */ ++ u_short *array; /* array for GETALL & SETALL */ ++}; ++#endif ++ + static mod_cband_config_header *config = NULL; + static const char mod_cband_filter_name[] = "CBAND_FILTER"; + ap_filter_rec_t *mod_cband_output_filter_handle; From owner-svn-ports-head@freebsd.org Fri Mar 2 22:45:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAA96F29695; Fri, 2 Mar 2018 22:45:56 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (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 7A20C7D9BF; Fri, 2 Mar 2018 22:45:56 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id E52735A9F12; Fri, 2 Mar 2018 22:45:55 +0000 (UTC) Date: Fri, 2 Mar 2018 22:45:55 +0000 From: Brooks Davis To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463452 - in head: audio/alsa-lib audio/gramofile audio/wavplay audio/xmcd audio/zinf benchmarks/super-smack databases/fastdb deskutils/fusenshi devel/ace devel/libmba devel/libshbuf de... Message-ID: <20180302224555.GB83679@spindle.one-eyed-alien.net> References: <201803022234.w22MYrYJ070311@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oLBj+sq0vYjzfsbl" Content-Disposition: inline In-Reply-To: <201803022234.w22MYrYJ070311@repo.freebsd.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Mar 2018 22:45:57 -0000 --oLBj+sq0vYjzfsbl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 02, 2018 at 10:34:53PM +0000, Brooks Davis wrote: > Author: brooks > Date: Fri Mar 2 22:34:53 2018 > New Revision: 463452 > URL: https://svnweb.freebsd.org/changeset/ports/463452 >=20 > Log: > Work around the lack of definition of union semun per POSIX. > =20 > When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS. > Where this fails due to ports not honoring C*FLAGS, patch using > __FreeBSD_version to enable the definition. In most cases the more correct solution is to modify the code (often already a local patch) that causes union semun to not be defined using __FreeBSD_version. I chose the CFLAGS approach to limit disruption for maintainers. -- Brooks --oLBj+sq0vYjzfsbl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJamdQjAAoJEKzQXbSebgfAq24H/Rtkedgdp+AOP8uQCRAcsGR7 f8IUpEAUoPuJ3M1sWkMDYsR84V6GRF5x17CEkZ1N/YoLE99Dd8bUy9PouJAlDqFI bYPH+UH6xrlXnmFqIaSlyduopS0uHYPS/Zq7QVBC80AJ5JrMwGRihCchfaMKK/IB A0N3FJyJyjCdJXNonxQVzOxZ+a81liFgU7GbzHM6H3ksxr3nJI+PtY1MiDKV1oJo sJQkGEnuKMak3b+LZD322J7GHxmhbDWAKKp3+YLiF7fDr16WjgWEUG+9Zgppv6oE pvPxj3wLpFxf05FNTe3ivjwf0V4vTVbnHgXVKTJWsVAm/+HjFLlKahtYI0xCaag= =z9cX -----END PGP SIGNATURE----- --oLBj+sq0vYjzfsbl-- From owner-svn-ports-head@freebsd.org Sat Mar 3 00:16:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BA1CF30025; Sat, 3 Mar 2018 00:16:23 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1EE0581668; Sat, 3 Mar 2018 00:16:23 +0000 (UTC) (envelope-from bmah@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 153F91EA07; Sat, 3 Mar 2018 00:16:23 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w230GMJL020134; Sat, 3 Mar 2018 00:16:22 GMT (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w230GMgw020132; Sat, 3 Mar 2018 00:16:22 GMT (envelope-from bmah@FreeBSD.org) Message-Id: <201803030016.w230GMgw020132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bmah set sender to bmah@FreeBSD.org using -f From: "Bruce A. Mah" Date: Sat, 3 Mar 2018 00:16:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463454 - head/benchmarks/iperf3 X-SVN-Group: ports-head X-SVN-Commit-Author: bmah X-SVN-Commit-Paths: head/benchmarks/iperf3 X-SVN-Commit-Revision: 463454 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 00:16:23 -0000 Author: bmah Date: Sat Mar 3 00:16:22 2018 New Revision: 463454 URL: https://svnweb.freebsd.org/changeset/ports/463454 Log: Update to iperf-3.5. Sponsored by: ESnet Modified: head/benchmarks/iperf3/Makefile head/benchmarks/iperf3/distinfo Modified: head/benchmarks/iperf3/Makefile ============================================================================== --- head/benchmarks/iperf3/Makefile Fri Mar 2 23:31:38 2018 (r463453) +++ head/benchmarks/iperf3/Makefile Sat Mar 3 00:16:22 2018 (r463454) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iperf -PORTVERSION= 3.4 +PORTVERSION= 3.5 CATEGORIES= benchmarks ipv6 MASTER_SITES= http://downloads.es.net/pub/iperf/ PKGNAMESUFFIX= 3 Modified: head/benchmarks/iperf3/distinfo ============================================================================== --- head/benchmarks/iperf3/distinfo Fri Mar 2 23:31:38 2018 (r463453) +++ head/benchmarks/iperf3/distinfo Sat Mar 3 00:16:22 2018 (r463454) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518633198 -SHA256 (iperf-3.4.tar.gz) = 71528332d751df85e046d1944d9a0269773cadd6e51840aecdeed30925f79111 -SIZE (iperf-3.4.tar.gz) = 592179 +TIMESTAMP = 1520036138 +SHA256 (iperf-3.5.tar.gz) = 539bd9ecdca1b8c1157ff85b70ed09b3c75242e69886fc16b54883b399f72cd5 +SIZE (iperf-3.5.tar.gz) = 593449 From owner-svn-ports-head@freebsd.org Sat Mar 3 00:52:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFBB9F32997; Sat, 3 Mar 2018 00:52:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 951608326F; Sat, 3 Mar 2018 00:52:39 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8FE061F08C; Sat, 3 Mar 2018 00:52:39 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w230qdDI039703; Sat, 3 Mar 2018 00:52:39 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w230qc3x039695; Sat, 3 Mar 2018 00:52:38 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201803030052.w230qc3x039695@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 3 Mar 2018 00:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463455 - in head/www/waterfox: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www/waterfox: . files X-SVN-Commit-Revision: 463455 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 00:52:40 -0000 Author: jbeich Date: Sat Mar 3 00:52:38 2018 New Revision: 463455 URL: https://svnweb.freebsd.org/changeset/ports/463455 Log: www/waterfox: apply some FF59 fixes Added: head/www/waterfox/files/patch-bug1382359 (contents, props changed) head/www/waterfox/files/patch-bug1404297 (contents, props changed) head/www/waterfox/files/patch-bug1425520 (contents, props changed) head/www/waterfox/files/patch-bug1437450 (contents, props changed) head/www/waterfox/files/patch-bug1440775 (contents, props changed) head/www/waterfox/files/patch-bug1441006 (contents, props changed) Modified: head/www/waterfox/Makefile (contents, props changed) Modified: head/www/waterfox/Makefile ============================================================================== --- head/www/waterfox/Makefile Sat Mar 3 00:16:22 2018 (r463454) +++ head/www/waterfox/Makefile Sat Mar 3 00:52:38 2018 (r463455) @@ -3,7 +3,7 @@ PORTNAME= waterfox DISTVERSION= 56.0.4-20 DISTVERSIONSUFFIX= -ge03e284b083d -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www ipv6 MAINTAINER= jbeich@FreeBSD.org Added: head/www/waterfox/files/patch-bug1382359 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1382359 Sat Mar 3 00:52:38 2018 (r463455) @@ -0,0 +1,138 @@ +commit dd4fb3ba9f14 +Author: Georg Koppen +Date: Thu Mar 1 09:44:30 2018 +0100 + + Bug 1382359: Treat .onion as a secure context + + Websites which collect passwords but don't use HTTPS start showing scary + warnings from Firefox 51 onwards and mixed context blocking has been + available even longer. + + .onion sites without HTTPS support are affected as well, although their + traffic is encrypted and authenticated. This patch addresses this + shortcoming by making sure .onion sites are treated as potentially + trustworthy origins. + + The secure context specification + (https://w3c.github.io/webappsec-secure-contexts/) is pretty much focused + on tying security and trustworthiness to the protocol over which domains + are accessed. However, it is not obvious why .onion sites should not be + treated as potentially trustworthy given: + + "A potentially trustworthy origin is one which a user agent can + generally trust as delivering data securely. + + This algorithms [sic] considers certain hosts, scheme, and origins as + potentially trustworthy, even though they might not be authenticated and + encrypted in the traditional sense." + (https://w3c.github.io/webappsec-secure-contexts/#is-origin-trustworthy) + + We use step 8 in the algorithm to establish trustworthiness of .onion + sites by whitelisting them given the encrypted and authenticated nature + of their traffic. +--- + dom/html/HTMLFormElement.cpp | 4 ++++ + dom/security/nsContentSecurityManager.cpp | 7 +++++++ + dom/security/nsMixedContentBlocker.cpp | 29 +++++++++++++++++++++++++++++ + dom/security/nsMixedContentBlocker.h | 1 + + 4 files changed, 41 insertions(+) + +diff --git dom/html/HTMLFormElement.cpp dom/html/HTMLFormElement.cpp +index 02b3553c8a14..0e00b961ed45 100644 +--- dom/html/HTMLFormElement.cpp ++++ dom/html/HTMLFormElement.cpp +@@ -867,6 +867,10 @@ HTMLFormElement::DoSecureToInsecureSubmitCheck(nsIURI* aActionURL, + return NS_OK; + } + ++ if (nsMixedContentBlocker::IsPotentiallyTrustworthyOnion(aActionURL)) { ++ return NS_OK; ++ } ++ + nsCOMPtr window = OwnerDoc()->GetWindow(); + if (!window) { + return NS_ERROR_FAILURE; +diff --git dom/security/nsContentSecurityManager.cpp dom/security/nsContentSecurityManager.cpp +index ed83d490ca3f..d0e50d51bfd2 100644 +--- dom/security/nsContentSecurityManager.cpp ++++ dom/security/nsContentSecurityManager.cpp +@@ -13,6 +13,7 @@ + #include "nsIImageLoadingContent.h" + + #include "mozilla/dom/Element.h" ++#include "mozilla/dom/nsMixedContentBlocker.h" + + NS_IMPL_ISUPPORTS(nsContentSecurityManager, + nsIContentSecurityManager, +@@ -879,6 +880,12 @@ nsContentSecurityManager::IsOriginPotentiallyTrustworthy(nsIPrincipal* aPrincipa + } + } + } ++ // Maybe we have a .onion URL. Treat it as whitelisted as well if ++ // `dom.securecontext.whitelist_onions` is `true`. ++ if (nsMixedContentBlocker::IsPotentiallyTrustworthyOnion(uri)) { ++ *aIsTrustWorthy = true; ++ return NS_OK; ++ } + } + + return NS_OK; +diff --git dom/security/nsMixedContentBlocker.cpp dom/security/nsMixedContentBlocker.cpp +index 918a6ce53132..0361e744c800 100644 +--- dom/security/nsMixedContentBlocker.cpp ++++ dom/security/nsMixedContentBlocker.cpp +@@ -395,6 +395,28 @@ nsMixedContentBlocker::IsPotentiallyTrustworthyLoopbackURL(nsIURI* aURL) { + return host.EqualsLiteral("127.0.0.1") || host.EqualsLiteral("::1"); + } + ++/* Maybe we have a .onion URL. Treat it as whitelisted as well if ++ * `dom.securecontext.whitelist_onions` is `true`. ++ */ ++bool ++nsMixedContentBlocker::IsPotentiallyTrustworthyOnion(nsIURI* aURL) { ++ static bool sInited = false; ++ static bool sWhiteListOnions = false; ++ if (!sInited) { ++ Preferences::AddBoolVarCache(&sWhiteListOnions, ++ "dom.securecontext.whitelist_onions"); ++ sInited = true; ++ } ++ if (!sWhiteListOnions) { ++ return false; ++ } ++ ++ nsAutoCString host; ++ nsresult rv = aURL->GetHost(host); ++ NS_ENSURE_SUCCESS(rv, false); ++ return StringEndsWith(host, NS_LITERAL_CSTRING(".onion")); ++} ++ + /* Static version of ShouldLoad() that contains all the Mixed Content Blocker + * logic. Called from non-static ShouldLoad(). + */ +@@ -725,6 +747,13 @@ nsMixedContentBlocker::ShouldLoad(bool aHadInsecureImageRedirect, + return NS_OK; + } + ++ // .onion URLs are encrypted and authenticated. Don't treat them as mixed ++ // content if potentially trustworthy (i.e. whitelisted). ++ if (isHttpScheme && IsPotentiallyTrustworthyOnion(innerContentLocation)) { ++ *aDecision = ACCEPT; ++ return NS_OK; ++ } ++ + // The page might have set the CSP directive 'upgrade-insecure-requests'. In such + // a case allow the http: load to succeed with the promise that the channel will + // get upgraded to https before fetching any data from the netwerk. +diff --git dom/security/nsMixedContentBlocker.h dom/security/nsMixedContentBlocker.h +index b7e4a7457bd2..a9b4dbdb612e 100644 +--- dom/security/nsMixedContentBlocker.h ++++ dom/security/nsMixedContentBlocker.h +@@ -48,6 +48,7 @@ public: + // See: + // https://w3c.github.io/webappsec-secure-contexts/#is-origin-trustworthy + static bool IsPotentiallyTrustworthyLoopbackURL(nsIURI* aURL); ++ static bool IsPotentiallyTrustworthyOnion(nsIURI* aURL); + + /* Static version of ShouldLoad() that contains all the Mixed Content Blocker + * logic. Called from non-static ShouldLoad(). Added: head/www/waterfox/files/patch-bug1404297 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1404297 Sat Mar 3 00:52:38 2018 (r463455) @@ -0,0 +1,260 @@ +commit 586e13b2b708 +Author: Blake Kaplan +Date: Wed Jan 10 18:48:26 2018 -0500 + + Bug 1404297 - Temporarily assert that we don't re-enter this function. r=bzbarsky + + MozReview-Commit-ID: FoQGVDWtwN1 + + --HG-- + extra : rebase_source : c22cc3a022dc01923696940fc0b0aae708232db0 +--- + dom/base/nsDocument.cpp | 8 ++------ + dom/base/nsIDocument.h | 2 -- + 2 files changed, 2 insertions(+), 8 deletions(-) + +diff --git dom/base/nsDocument.cpp dom/base/nsDocument.cpp +index 1b98f94341c2..ad08c02d51dc 100644 +--- dom/base/nsDocument.cpp ++++ dom/base/nsDocument.cpp +@@ -1496,9 +1496,7 @@ nsIDocument::nsIDocument() + mType(eUnknown), + mDefaultElementType(0), + mAllowXULXBL(eTriUnset), +-#ifdef DEBUG + mIsLinkUpdateRegistrationsForbidden(false), +-#endif + mBidiOptions(IBMBIDI_DEFAULT_BIDI_OPTIONS), + mSandboxFlags(0), + mPartID(0), +@@ -10117,7 +10115,7 @@ nsIDocument::EnumerateActivityObservers(ActivityObserverEnumerator aEnumerator, + void + nsIDocument::RegisterPendingLinkUpdate(Link* aLink) + { +- MOZ_ASSERT(!mIsLinkUpdateRegistrationsForbidden); ++ MOZ_RELEASE_ASSERT(!mIsLinkUpdateRegistrationsForbidden); + + if (aLink->HasPendingLinkUpdate()) { + return; +@@ -10156,14 +10154,12 @@ nsIDocument::FlushPendingLinkUpdatesFromRunnable() + void + nsIDocument::FlushPendingLinkUpdates() + { +- MOZ_ASSERT(!mIsLinkUpdateRegistrationsForbidden); ++ MOZ_RELEASE_ASSERT(!mIsLinkUpdateRegistrationsForbidden); + if (!mHasLinksToUpdate) + return; + +-#ifdef DEBUG + AutoRestore saved(mIsLinkUpdateRegistrationsForbidden); + mIsLinkUpdateRegistrationsForbidden = true; +-#endif + for (auto iter = mLinksToUpdate.Iter(); !iter.Done(); iter.Next()) { + Link* link = iter.Get(); + Element* element = link->GetElement(); +diff --git dom/base/nsIDocument.h dom/base/nsIDocument.h +index f0a3a32ede08..59deb3289f56 100644 +--- dom/base/nsIDocument.h ++++ dom/base/nsIDocument.h +@@ -3621,13 +3621,11 @@ protected: + + Tri mAllowXULXBL; + +-#ifdef DEBUG + /** + * This is true while FlushPendingLinkUpdates executes. Calls to + * [Un]RegisterPendingLinkUpdate will assert when this is true. + */ + bool mIsLinkUpdateRegistrationsForbidden; +-#endif + + // The document's script global object, the object from which the + // document can get its script context and scope. This is the +commit 75a57d01385d +Author: Blake Kaplan +Date: Thu Mar 1 11:26:54 2018 -0800 + + Bug 1404297 - Change the way we iterate over our links to update. r=smaug, a=RyanVM + + MozReview-Commit-ID: BTADrB9itjh + + --HG-- + extra : source : 3ce55799da20fcf99ceb7a209db65b2830f38630 + extra : histedit_source : 413764b6db689b36ed74b176c382cd3600f05a77 +--- + dom/base/nsDocument.cpp | 36 +++++++++++++++++------------------- + dom/base/nsIDocument.h | 23 ++++++++++------------- + 2 files changed, 27 insertions(+), 32 deletions(-) + +diff --git dom/base/nsDocument.cpp dom/base/nsDocument.cpp +index 3045f0f20ef2..336670b96c76 100644 +--- dom/base/nsDocument.cpp ++++ dom/base/nsDocument.cpp +@@ -1450,8 +1450,8 @@ nsIDocument::nsIDocument() + mHasHadScriptHandlingObject(false), + mIsBeingUsedAsImage(false), + mIsSyntheticDocument(false), +- mHasLinksToUpdate(false), + mHasLinksToUpdateRunnable(false), ++ mFlushingPendingLinkUpdates(false), + mMayHaveDOMMutationObservers(false), + mMayHaveAnimationObservers(false), + mHasMixedActiveContentLoaded(false), +@@ -1496,7 +1496,6 @@ nsIDocument::nsIDocument() + mType(eUnknown), + mDefaultElementType(0), + mAllowXULXBL(eTriUnset), +- mIsLinkUpdateRegistrationsForbidden(false), + mBidiOptions(IBMBIDI_DEFAULT_BIDI_OPTIONS), + mSandboxFlags(0), + mPartID(0), +@@ -10017,15 +10016,13 @@ nsIDocument::EnumerateActivityObservers(ActivityObserverEnumerator aEnumerator, + void + nsIDocument::RegisterPendingLinkUpdate(Link* aLink) + { +- MOZ_RELEASE_ASSERT(!mIsLinkUpdateRegistrationsForbidden); +- + if (aLink->HasPendingLinkUpdate()) { + return; + } + + aLink->SetHasPendingLinkUpdate(); + +- if (!mHasLinksToUpdateRunnable) { ++ if (!mHasLinksToUpdateRunnable && !mFlushingPendingLinkUpdates) { + nsCOMPtr event = + NewRunnableMethod("nsIDocument::FlushPendingLinkUpdatesFromRunnable", + this, +@@ -10042,7 +10039,6 @@ nsIDocument::RegisterPendingLinkUpdate(Link* aLink) + } + + mLinksToUpdate.InfallibleAppend(aLink); +- mHasLinksToUpdate = true; + } + + void +@@ -10056,24 +10052,26 @@ nsIDocument::FlushPendingLinkUpdatesFromRunnable() + void + nsIDocument::FlushPendingLinkUpdates() + { +- MOZ_RELEASE_ASSERT(!mIsLinkUpdateRegistrationsForbidden); +- if (!mHasLinksToUpdate) ++ if (mFlushingPendingLinkUpdates) { + return; ++ } + +- AutoRestore saved(mIsLinkUpdateRegistrationsForbidden); +- mIsLinkUpdateRegistrationsForbidden = true; +- for (auto iter = mLinksToUpdate.Iter(); !iter.Done(); iter.Next()) { +- Link* link = iter.Get(); +- Element* element = link->GetElement(); +- if (element->OwnerDoc() == this) { +- link->ClearHasPendingLinkUpdate(); +- if (element->IsInComposedDoc()) { +- element->UpdateLinkState(link->LinkState()); ++ auto restore = MakeScopeExit([&] { mFlushingPendingLinkUpdates = false; }); ++ mFlushingPendingLinkUpdates = true; ++ ++ while (!mLinksToUpdate.IsEmpty()) { ++ LinksToUpdateList links(Move(mLinksToUpdate)); ++ for (auto iter = links.Iter(); !iter.Done(); iter.Next()) { ++ Link* link = iter.Get(); ++ Element* element = link->GetElement(); ++ if (element->OwnerDoc() == this) { ++ link->ClearHasPendingLinkUpdate(); ++ if (element->IsInComposedDoc()) { ++ element->UpdateLinkState(link->LinkState()); ++ } + } + } + } +- mLinksToUpdate.Clear(); +- mHasLinksToUpdate = false; + } + + already_AddRefed +diff --git dom/base/nsIDocument.h dom/base/nsIDocument.h +index 42e7a07ebf2a..e1c2ea24339d 100644 +--- dom/base/nsIDocument.h ++++ dom/base/nsIDocument.h +@@ -3353,10 +3353,13 @@ protected: + // The array of all links that need their status resolved. Links must add themselves + // to this set by calling RegisterPendingLinkUpdate when added to a document. + static const size_t kSegmentSize = 128; +- mozilla::SegmentedVector, +- kSegmentSize, +- InfallibleAllocPolicy> +- mLinksToUpdate; ++ ++ typedef mozilla::SegmentedVector, ++ kSegmentSize, ++ InfallibleAllocPolicy> ++ LinksToUpdateList; ++ ++ LinksToUpdateList mLinksToUpdate; + + // SMIL Animation Controller, lazily-initialized in GetAnimationController + RefPtr mAnimationController; +@@ -3448,12 +3451,12 @@ protected: + // file, etc. + bool mIsSyntheticDocument : 1; + +- // True if this document has links whose state needs updating +- bool mHasLinksToUpdate : 1; +- + // True is there is a pending runnable which will call FlushPendingLinkUpdates(). + bool mHasLinksToUpdateRunnable : 1; + ++ // True if we're flushing pending link updates. ++ bool mFlushingPendingLinkUpdates : 1; ++ + // True if a DOMMutationObserver is perhaps attached to a node in the document. + bool mMayHaveDOMMutationObservers : 1; + +@@ -3605,12 +3608,6 @@ protected: + + Tri mAllowXULXBL; + +- /** +- * This is true while FlushPendingLinkUpdates executes. Calls to +- * [Un]RegisterPendingLinkUpdate will assert when this is true. +- */ +- bool mIsLinkUpdateRegistrationsForbidden; +- + // The document's script global object, the object from which the + // document can get its script context and scope. This is the + // *inner* window object. +commit c22a2a29bde1 +Author: Blake Kaplan +Date: Thu Mar 1 11:26:54 2018 -0800 + + Bug 1404297 - Add a move constructor to SegmentedVector. r=smaug, a=RyanVM + + Given that we have a SegmentedVector of nsCOMPtrs, it's probably worth + avoiding copying it. + + MozReview-Commit-ID: GHyfVLrdnlQ + + --HG-- + extra : source : 1d53ede1a1d3c1afd847fb50f31aa9ab3e48cc21 + extra : histedit_source : 4f77aeff6b56fffc31af54a5d032588cc4f8c8c0 +--- + mfbt/SegmentedVector.h | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git mfbt/SegmentedVector.h mfbt/SegmentedVector.h +index d1aa9c886c72..923a467f5d68 100644 +--- mfbt/SegmentedVector.h ++++ mfbt/SegmentedVector.h +@@ -139,6 +139,11 @@ public: + aIdealSegmentSize - sizeof(Segment) < sizeof(T)); + } + ++ SegmentedVector(SegmentedVector&& aOther) ++ : mSegments(mozilla::Move(aOther.mSegments)) ++ { ++ } ++ + ~SegmentedVector() { Clear(); } + + bool IsEmpty() const { return !mSegments.getFirst(); } Added: head/www/waterfox/files/patch-bug1425520 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1425520 Sat Mar 3 00:52:38 2018 (r463455) @@ -0,0 +1,27 @@ +commit c4088252ee68 +Author: Henri Sivonen +Date: Wed Feb 28 13:53:29 2018 +0200 + + Bug 1425520. r=smaug. a=abillings + + MozReview-Commit-ID: IoZeR5BGjmQ + + --HG-- + extra : source : e20052aa341d6da4505eb84be6e061bb7f37de51 +--- + dom/base/nsDocumentEncoder.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git dom/base/nsDocumentEncoder.cpp dom/base/nsDocumentEncoder.cpp +index d591f61c6244..9c0eaaa63bc4 100644 +--- dom/base/nsDocumentEncoder.cpp ++++ dom/base/nsDocumentEncoder.cpp +@@ -517,7 +517,7 @@ nsDocumentEncoder::SerializeToStringRecursive(nsINode* aNode, + } + + if (!aDontSerializeRoot) { +- rv = SerializeNodeEnd(node, aStr); ++ rv = SerializeNodeEnd(maybeFixedNode, aStr); + NS_ENSURE_SUCCESS(rv, rv); + } + Added: head/www/waterfox/files/patch-bug1437450 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1437450 Sat Mar 3 00:52:38 2018 (r463455) @@ -0,0 +1,30 @@ +commit 0f7fe8623060 +Author: Jan de Mooij +Date: Thu Mar 1 15:36:13 2018 +0100 + + Bug 1437450 - Disable Ion no-clone optimization for regexps if the graph contains try blocks. r=nbp, a=RyanVM + + --HG-- + extra : source : 61b461277369e0cec89c79d8526a82c575818e94 + extra : histedit_source : 6bc47921de07340f563a8d7d81b260579483c753 +--- + js/src/jit/IonAnalysis.cpp | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git js/src/jit/IonAnalysis.cpp js/src/jit/IonAnalysis.cpp +index ff8de4dc9a83..3bb7f5fa0754 100644 +--- js/src/jit/IonAnalysis.cpp ++++ js/src/jit/IonAnalysis.cpp +@@ -2231,6 +2231,12 @@ IsRegExpHoistable(MIRGenerator* mir, MDefinition* regexp, MDefinitionVector& wor + bool + jit::MakeMRegExpHoistable(MIRGenerator* mir, MIRGraph& graph) + { ++ // If we are compiling try blocks, regular expressions may be observable ++ // from catch blocks (which Ion does not compile). For now just disable the ++ // pass in this case. ++ if (graph.hasTryBlock()) ++ return true; ++ + MDefinitionVector worklist(graph.alloc()); + + for (ReversePostorderIterator block(graph.rpoBegin()); block != graph.rpoEnd(); block++) { Added: head/www/waterfox/files/patch-bug1440775 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1440775 Sat Mar 3 00:52:38 2018 (r463455) @@ -0,0 +1,48 @@ +commit ee49d895ca4d +Author: Ben Kelly +Date: Thu Mar 1 07:37:31 2018 -0800 + + Bug 1440775 - Make fetch API force-cache and only-if-cached use VALIDATE_NEVER instead of LOAD_FROM_CACHE. r=mayhemer, a=lizzard + + --HG-- + extra : source : 60fb09de57ec145923da102f856399d3323f632b + extra : amend_source : 8313874cbe86a98931cec9300705c413925ab86e + extra : histedit_source : 460a462c383183c353eb1bebff0f349261908d6a +--- + netwerk/protocol/http/HttpBaseChannel.cpp | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +diff --git netwerk/protocol/http/HttpBaseChannel.cpp netwerk/protocol/http/HttpBaseChannel.cpp +index 8c984e6531e0..8b56edd01bde 100644 +--- netwerk/protocol/http/HttpBaseChannel.cpp ++++ netwerk/protocol/http/HttpBaseChannel.cpp +@@ -2825,9 +2825,9 @@ HttpBaseChannel::GetFetchCacheMode(uint32_t* aFetchCacheMode) + *aFetchCacheMode = nsIHttpChannelInternal::FETCH_CACHE_MODE_RELOAD; + } else if (mLoadFlags & VALIDATE_ALWAYS) { + *aFetchCacheMode = nsIHttpChannelInternal::FETCH_CACHE_MODE_NO_CACHE; +- } else if (mLoadFlags & (LOAD_FROM_CACHE | nsICachingChannel::LOAD_ONLY_FROM_CACHE)) { ++ } else if (mLoadFlags & (VALIDATE_NEVER | nsICachingChannel::LOAD_ONLY_FROM_CACHE)) { + *aFetchCacheMode = nsIHttpChannelInternal::FETCH_CACHE_MODE_ONLY_IF_CACHED; +- } else if (mLoadFlags & LOAD_FROM_CACHE) { ++ } else if (mLoadFlags & VALIDATE_NEVER) { + *aFetchCacheMode = nsIHttpChannelInternal::FETCH_CACHE_MODE_FORCE_CACHE; + } else { + *aFetchCacheMode = nsIHttpChannelInternal::FETCH_CACHE_MODE_DEFAULT; +@@ -2863,7 +2863,7 @@ HttpBaseChannel::SetFetchCacheMode(uint32_t aFetchCacheMode) + break; + case nsIHttpChannelInternal::FETCH_CACHE_MODE_FORCE_CACHE: + // force-cache means don't validate unless if the response would vary. +- mLoadFlags |= LOAD_FROM_CACHE; ++ mLoadFlags |= VALIDATE_NEVER; + break; + case nsIHttpChannelInternal::FETCH_CACHE_MODE_ONLY_IF_CACHED: + // only-if-cached means only from cache, no network, no validation, generate +@@ -2872,7 +2872,7 @@ HttpBaseChannel::SetFetchCacheMode(uint32_t aFetchCacheMode) + // the user has things in their cache without any network traffic side + // effects) are addressed in the Request constructor which enforces/requires + // same-origin request mode. +- mLoadFlags |= LOAD_FROM_CACHE | nsICachingChannel::LOAD_ONLY_FROM_CACHE; ++ mLoadFlags |= VALIDATE_NEVER | nsICachingChannel::LOAD_ONLY_FROM_CACHE; + break; + } + Added: head/www/waterfox/files/patch-bug1441006 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/waterfox/files/patch-bug1441006 Sat Mar 3 00:52:38 2018 (r463455) @@ -0,0 +1,109 @@ +commit 2b7e4dc17f0e +Author: Jan de Mooij +Date: Thu Mar 1 15:37:29 2018 +0100 + + Bug 1441006 - Use unsigned type for SlotsEdge start/count. r=jonco, a=RyanVM + + --HG-- + extra : source : 1f4e74a5ace81acdcf8a973e841c62099f238251 + extra : histedit_source : 85b5a92599c8452a61da9c921546e73660c402a9 +--- + js/src/gc/Marking.cpp | 19 +++++++++++-------- + js/src/gc/StoreBuffer.h | 20 +++++++++++--------- + js/src/jit/VMFunctions.cpp | 5 ++++- + 3 files changed, 26 insertions(+), 18 deletions(-) + +diff --git js/src/gc/Marking.cpp js/src/gc/Marking.cpp +index 1998b2a397c4..5089b1e6dde5 100644 +--- js/src/gc/Marking.cpp ++++ js/src/gc/Marking.cpp +@@ -2762,18 +2762,21 @@ js::gc::StoreBuffer::SlotsEdge::trace(TenuringTracer& mover) const + return; + + if (kind() == ElementKind) { +- int32_t initLen = obj->getDenseInitializedLength(); +- int32_t numShifted = obj->getElementsHeader()->numShiftedElements(); +- int32_t clampedStart = Min(Max(0, start_ - numShifted), initLen); +- int32_t clampedEnd = Min(Max(0, start_ + count_ - numShifted), initLen); +- MOZ_ASSERT(clampedStart >= 0); ++ uint32_t initLen = obj->getDenseInitializedLength(); ++ uint32_t numShifted = obj->getElementsHeader()->numShiftedElements(); ++ uint32_t clampedStart = start_; ++ clampedStart = numShifted < clampedStart ? clampedStart - numShifted : 0; ++ clampedStart = Min(clampedStart, initLen); ++ uint32_t clampedEnd = start_ + count_; ++ clampedEnd = numShifted < clampedEnd ? clampedEnd - numShifted : 0; ++ clampedEnd = Min(clampedEnd, initLen); + MOZ_ASSERT(clampedStart <= clampedEnd); + mover.traceSlots(static_cast(obj->getDenseElements() + clampedStart) + ->unsafeUnbarrieredForTracing(), clampedEnd - clampedStart); + } else { +- int32_t start = Min(uint32_t(start_), obj->slotSpan()); +- int32_t end = Min(uint32_t(start_) + count_, obj->slotSpan()); +- MOZ_ASSERT(end >= start); ++ uint32_t start = Min(start_, obj->slotSpan()); ++ uint32_t end = Min(start_ + count_, obj->slotSpan()); ++ MOZ_ASSERT(start <= end); + mover.traceObjectSlots(obj, start, end - start); + } + } +diff --git js/src/gc/StoreBuffer.h js/src/gc/StoreBuffer.h +index cf54928a6315..f848836533ca 100644 +--- js/src/gc/StoreBuffer.h ++++ js/src/gc/StoreBuffer.h +@@ -277,17 +277,17 @@ class StoreBuffer + const static int ElementKind = 1; + + uintptr_t objectAndKind_; // NativeObject* | Kind +- int32_t start_; +- int32_t count_; ++ uint32_t start_; ++ uint32_t count_; + + SlotsEdge() : objectAndKind_(0), start_(0), count_(0) {} +- SlotsEdge(NativeObject* object, int kind, int32_t start, int32_t count) ++ SlotsEdge(NativeObject* object, int kind, uint32_t start, uint32_t count) + : objectAndKind_(uintptr_t(object) | kind), start_(start), count_(count) + { + MOZ_ASSERT((uintptr_t(object) & 1) == 0); + MOZ_ASSERT(kind <= 1); +- MOZ_ASSERT(start >= 0); + MOZ_ASSERT(count > 0); ++ MOZ_ASSERT(start + count > start); + } + + NativeObject* object() const { return reinterpret_cast(objectAndKind_ & ~1); } +@@ -314,10 +314,12 @@ class StoreBuffer + // is particularly useful for coalescing a series of increasing or + // decreasing single index writes 0, 1, 2, ..., N into a SlotsEdge + // range of elements [0, N]. +- auto end = start_ + count_ + 1; +- auto start = start_ - 1; ++ uint32_t end = start_ + count_ + 1; ++ uint32_t start = start_ > 0 ? start_ - 1 : 0; ++ MOZ_ASSERT(start < end); + +- auto otherEnd = other.start_ + other.count_; ++ uint32_t otherEnd = other.start_ + other.count_; ++ MOZ_ASSERT(other.start_ <= otherEnd); + return (start <= other.start_ && other.start_ <= end) || + (start <= otherEnd && otherEnd <= end); + } +@@ -327,7 +329,7 @@ class StoreBuffer + // overlap. + void merge(const SlotsEdge& other) { + MOZ_ASSERT(overlaps(other)); +- auto end = Max(start_ + count_, other.start_ + other.count_); ++ uint32_t end = Max(start_ + count_, other.start_ + other.count_); + start_ = Min(start_, other.start_); + count_ = end - start_; + } +@@ -415,7 +417,7 @@ class StoreBuffer + void unputValue(JS::Value* vp) { unput(bufferVal, ValueEdge(vp)); } + void putCell(Cell** cellp) { put(bufferCell, CellPtrEdge(cellp)); } + void unputCell(Cell** cellp) { unput(bufferCell, CellPtrEdge(cellp)); } +- void putSlot(NativeObject* obj, int kind, int32_t start, int32_t count) { ++ void putSlot(NativeObject* obj, int kind, uint32_t start, uint32_t count) { + SlotsEdge edge(obj, kind, start, count); + if (bufferSlot.last_.overlaps(edge)) + bufferSlot.last_.merge(edge); From owner-svn-ports-head@freebsd.org Sat Mar 3 00:53:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C953F32A31; Sat, 3 Mar 2018 00:53:14 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E74E38335F; Sat, 3 Mar 2018 00:53:13 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E24E91F08E; Sat, 3 Mar 2018 00:53:13 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w230rDMF039861; Sat, 3 Mar 2018 00:53:13 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w230rDVw039858; Sat, 3 Mar 2018 00:53:13 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201803030053.w230rDVw039858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 3 Mar 2018 00:53:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463456 - head/emulators/rpcs3 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/emulators/rpcs3 X-SVN-Commit-Revision: 463456 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 00:53:14 -0000 Author: jbeich Date: Sat Mar 3 00:53:13 2018 New Revision: 463456 URL: https://svnweb.freebsd.org/changeset/ports/463456 Log: emulators/rpcs3: update to 0.0.5.34 Changes: https://github.com/RPCS3/rpcs3/compare/8d7620d95...ec0cd9f00 Modified: head/emulators/rpcs3/Makefile (contents, props changed) head/emulators/rpcs3/distinfo (contents, props changed) head/emulators/rpcs3/pkg-plist (contents, props changed) Modified: head/emulators/rpcs3/Makefile ============================================================================== --- head/emulators/rpcs3/Makefile Sat Mar 3 00:52:38 2018 (r463455) +++ head/emulators/rpcs3/Makefile Sat Mar 3 00:53:13 2018 (r463456) @@ -2,8 +2,8 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.5-24 -DISTVERSIONSUFFIX= -g8d7620d95 +DISTVERSION= 0.0.5-34 +DISTVERSIONSUFFIX= -gec0cd9f00 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org Modified: head/emulators/rpcs3/distinfo ============================================================================== --- head/emulators/rpcs3/distinfo Sat Mar 3 00:52:38 2018 (r463455) +++ head/emulators/rpcs3/distinfo Sat Mar 3 00:53:13 2018 (r463456) @@ -1,6 +1,6 @@ -TIMESTAMP = 1519854102 -SHA256 (RPCS3-rpcs3-v0.0.5-24-g8d7620d95_GH0.tar.gz) = 40aa13c376417033b5f613b9464117a0b2c8812adada7d8ce5f1e4927badbc79 -SIZE (RPCS3-rpcs3-v0.0.5-24-g8d7620d95_GH0.tar.gz) = 3726855 +TIMESTAMP = 1520013048 +SHA256 (RPCS3-rpcs3-v0.0.5-34-gec0cd9f00_GH0.tar.gz) = 602fbf011e8168c94b85636c975d81d2b77401bf39c199bd1b5d3e39df977e16 +SIZE (RPCS3-rpcs3-v0.0.5-34-gec0cd9f00_GH0.tar.gz) = 4305157 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = e50e4f4e9035e891e16867e995f44aac87ce734a9dde169f02fc9719b2ce3642 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-25-gca39ce8_GH0.tar.gz) = 105623 SHA256 (RPCS3-yaml-cpp-release-0.5.3-62-g017626a_GH0.tar.gz) = 1d4b32443f137c23b68d3cb183ba6fb48eb76be2b0b30016970adff5c770d841 Modified: head/emulators/rpcs3/pkg-plist ============================================================================== --- head/emulators/rpcs3/pkg-plist Sat Mar 3 00:52:38 2018 (r463455) +++ head/emulators/rpcs3/pkg-plist Sat Mar 3 00:53:13 2018 (r463456) @@ -5,6 +5,8 @@ share/icons/hicolor/scalable/apps/rpcs3.svg %%DATADIR%%/GuiConfigs/Darker Style by TheMitoSan.qss %%DATADIR%%/GuiConfigs/Kuroi (Dark) by Ani.qss %%DATADIR%%/GuiConfigs/ModernBlue Theme by TheMitoSan.qss +%%DATADIR%%/GuiConfigs/YoRHa by Ani.qss +%%DATADIR%%/GuiConfigs/YoRHa-background.jpg %%DATADIR%%/Icons/ui/L1.png %%DATADIR%%/Icons/ui/L2.png %%DATADIR%%/Icons/ui/R1.png From owner-svn-ports-head@freebsd.org Sat Mar 3 00:53:47 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A623F32ACD; Sat, 3 Mar 2018 00:53:47 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1245383444; Sat, 3 Mar 2018 00:53:47 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E41AB1F08F; Sat, 3 Mar 2018 00:53:46 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w230rkwZ040019; Sat, 3 Mar 2018 00:53:46 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w230rkDt040016; Sat, 3 Mar 2018 00:53:46 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201803030053.w230rkDt040016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 3 Mar 2018 00:53:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463457 - in head/www/py-flexget: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/www/py-flexget: . files X-SVN-Commit-Revision: 463457 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 00:53:47 -0000 Author: jbeich Date: Sat Mar 3 00:53:46 2018 New Revision: 463457 URL: https://svnweb.freebsd.org/changeset/ports/463457 Log: www/py-flexget: update to 2.12.10 Changes: https://github.com/Flexget/Flexget/compare/2.12.10...2.13.0 Modified: head/www/py-flexget/Makefile (contents, props changed) head/www/py-flexget/distinfo (contents, props changed) head/www/py-flexget/files/patch-requirements.txt (contents, props changed) Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Sat Mar 3 00:53:13 2018 (r463456) +++ head/www/py-flexget/Makefile Sat Mar 3 00:53:46 2018 (r463457) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 2.12.10 +PORTVERSION= 2.13.0 PORTEPOCH= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=1.0. ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.3:devel/py-pyparsing@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}progressbar>0:misc/py-progressbar@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}guessit>=2.1.0:multimedia/py-guessit@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}guessit>=2.1.4:multimedia/py-guessit@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynzb>0:news/py-pynzb@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zxcvbn-python>0:security/py-zxcvbn-python@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}plumbum>=1.2:sysutils/py-plumbum@${FLAVOR} \ Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Sat Mar 3 00:53:13 2018 (r463456) +++ head/www/py-flexget/distinfo Sat Mar 3 00:53:46 2018 (r463457) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519351404 -SHA256 (flexget-Flexget-2.12.10_GH0.tar.gz) = b6a715d10ae28284750dbaa23472b85e7581a255320c9ec053a0fea330808dc2 -SIZE (flexget-Flexget-2.12.10_GH0.tar.gz) = 6969047 +TIMESTAMP = 1519893847 +SHA256 (flexget-Flexget-2.13.0_GH0.tar.gz) = 6eb1ef4a1f155e1f462f5ac73f6e8dc0a1dddcfe820da2a6318e136797e5b73c +SIZE (flexget-Flexget-2.13.0_GH0.tar.gz) = 6967030 Modified: head/www/py-flexget/files/patch-requirements.txt ============================================================================== --- head/www/py-flexget/files/patch-requirements.txt Sat Mar 3 00:53:13 2018 (r463456) +++ head/www/py-flexget/files/patch-requirements.txt Sat Mar 3 00:53:46 2018 (r463457) @@ -15,9 +15,9 @@ jsonschema>=2.0 path.py>=8.1.1 pathlib>=1.0; python_version<'3.4' --guessit<=2.0.4 +-guessit<=2.1.4 -# Rebulk changes how guessit works higher than 0.8.2 --rebulk==0.8.2 +-rebulk==0.9.0 +guessit>=2.1.0 apscheduler>=3.2.0 terminaltables>=3.1.0 From owner-svn-ports-head@freebsd.org Sat Mar 3 01:18:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F450F346A7; Sat, 3 Mar 2018 01:18:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC7528480D; Sat, 3 Mar 2018 01:18:50 +0000 (UTC) (envelope-from bdrewery@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C53451F418; Sat, 3 Mar 2018 01:18:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w231IooC050464; Sat, 3 Mar 2018 01:18:50 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w231IodD050463; Sat, 3 Mar 2018 01:18:50 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201803030118.w231IodD050463@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sat, 3 Mar 2018 01:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463460 - head/Mk/Scripts X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/Mk/Scripts X-SVN-Commit-Revision: 463460 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 01:18:51 -0000 Author: bdrewery Date: Sat Mar 3 01:18:50 2018 New Revision: 463460 URL: https://svnweb.freebsd.org/changeset/ports/463460 Log: Avoid double exporting PORTS_ENV. Approved by: portmgr (implicit) Modified: head/Mk/Scripts/functions.sh Modified: head/Mk/Scripts/functions.sh ============================================================================== --- head/Mk/Scripts/functions.sh Sat Mar 3 00:55:57 2018 (r463459) +++ head/Mk/Scripts/functions.sh Sat Mar 3 01:18:50 2018 (r463460) @@ -162,6 +162,10 @@ validate_env() { export_ports_env() { local export_vars make_cmd make_env var results value uses + if [ -n "${HAVE_PORTS_ENV:-}" ]; then + return 0 + fi + validate_env MAKE PORTSDIR uses="python compiler:features" @@ -197,6 +201,8 @@ export_ports_env() { echo "export ${var}=\"${value}\"" fi done + export HAVE_PORTS_ENV=1 + echo "export HAVE_PORTS_ENV=1" } distinfo_data() { From owner-svn-ports-head@freebsd.org Sat Mar 3 02:21:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2DA1F37F9D; Sat, 3 Mar 2018 02:21:14 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5523F8721A; Sat, 3 Mar 2018 02:21:14 +0000 (UTC) (envelope-from stephen@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4FF981FF28; Sat, 3 Mar 2018 02:21:14 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w232LENE082432; Sat, 3 Mar 2018 02:21:14 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w232LEpX082431; Sat, 3 Mar 2018 02:21:14 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201803030221.w232LEpX082431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Sat, 3 Mar 2018 02:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463461 - head/math/octave X-SVN-Group: ports-head X-SVN-Commit-Author: stephen X-SVN-Commit-Paths: head/math/octave X-SVN-Commit-Revision: 463461 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 02:21:14 -0000 Author: stephen Date: Sat Mar 3 02:21:13 2018 New Revision: 463461 URL: https://svnweb.freebsd.org/changeset/ports/463461 Log: - Link against osmesa. - Bump portrevision. Modified: head/math/octave/Makefile Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Sat Mar 3 01:18:50 2018 (r463460) +++ head/math/octave/Makefile Sat Mar 3 02:21:13 2018 (r463461) @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 4.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math java MASTER_SITES= GNU @@ -35,7 +35,9 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMag libgl2ps.so:print/gl2ps \ libqscintilla2_qt4.so:devel/qscintilla2 \ libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 \ + libdrm.so:graphics/libdrm \ + libOSMesa.so:graphics/libosmesa USES= charsetfix fortran gmake libtool perl5 pkgconfig readline \ tar:xz compiler:c++14-lang @@ -57,14 +59,17 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= GPERF="${LOCALBASE}/bin/gperf" \ JAVA_HOME=${JAVA_HOME} \ MAKEINFO=${LOCALBASE}/bin/makeinfo \ - ac_cv_type_max_align_t=yes + ac_cv_type_max_align_t=yes \ + with_OSMesa="-lOSMesa -ldrm" CONFIGURE_ARGS= --host=${GNU_HOST} \ --with-blas="-L${LOCALBASE}/lib ${BLASLIB}" \ --with-lapack="${LAPACKLIB}" \ --enable-shared \ --disable-jit \ --disable-openmp \ - --with-qt=4 + --with-qt=4 \ + --with-OSMesa-includedir=${LOCALBASE}/include/GL \ + --with-OSMesa-libdir=${LOCALBASE}/lib OPTIONS_DEFINE= DOCS From owner-svn-ports-head@freebsd.org Sat Mar 3 03:15:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79783F3A70D; Sat, 3 Mar 2018 03:15:25 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2CAB4697E0; Sat, 3 Mar 2018 03:15:25 +0000 (UTC) (envelope-from jrm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27C722091B; Sat, 3 Mar 2018 03:15:25 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w233FPVp009520; Sat, 3 Mar 2018 03:15:25 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w233FOfW009518; Sat, 3 Mar 2018 03:15:24 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201803030315.w233FOfW009518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sat, 3 Mar 2018 03:15:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463462 - head/biology/iqtree X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/biology/iqtree X-SVN-Commit-Revision: 463462 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 03:15:25 -0000 Author: jrm Date: Sat Mar 3 03:15:24 2018 New Revision: 463462 URL: https://svnweb.freebsd.org/changeset/ports/463462 Log: biology/iqtree: Update to version 1.6.2 Upstream changes: http://www.iqtree.org/release/v1.6.2 Modified: head/biology/iqtree/Makefile (contents, props changed) head/biology/iqtree/distinfo (contents, props changed) Modified: head/biology/iqtree/Makefile ============================================================================== --- head/biology/iqtree/Makefile Sat Mar 3 02:21:13 2018 (r463461) +++ head/biology/iqtree/Makefile Sat Mar 3 03:15:24 2018 (r463462) @@ -2,8 +2,7 @@ PORTNAME= iqtree DISTVERSIONPREFIX= v -DISTVERSION= 1.6.1 -PORTREVISION= 2 +DISTVERSION= 1.6.2 CATEGORIES= biology MAINTAINER= jrm@FreeBSD.org Modified: head/biology/iqtree/distinfo ============================================================================== --- head/biology/iqtree/distinfo Sat Mar 3 02:21:13 2018 (r463461) +++ head/biology/iqtree/distinfo Sat Mar 3 03:15:24 2018 (r463462) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514565280 -SHA256 (Cibiv-IQ-TREE-v1.6.1_GH0.tar.gz) = cdba4b68e15ef62b1717c5e5d951a925f4242de5f668cb267c2011bd7ea70541 -SIZE (Cibiv-IQ-TREE-v1.6.1_GH0.tar.gz) = 4481835 +TIMESTAMP = 1520044814 +SHA256 (Cibiv-IQ-TREE-v1.6.2_GH0.tar.gz) = 2a60884fac28325f1123ffb4063a22b6f2568e5b3f1fa074379a665404b7dd82 +SIZE (Cibiv-IQ-TREE-v1.6.2_GH0.tar.gz) = 4456430 From owner-svn-ports-head@freebsd.org Sat Mar 3 06:50:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90DC5F44EBC; Sat, 3 Mar 2018 06:50:16 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B77771326; Sat, 3 Mar 2018 06:50:16 +0000 (UTC) (envelope-from ultima@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2EDC322C88; Sat, 3 Mar 2018 06:50:16 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w236oFw4014351; Sat, 3 Mar 2018 06:50:15 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w236oFJT014348; Sat, 3 Mar 2018 06:50:15 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201803030650.w236oFJT014348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Sat, 3 Mar 2018 06:50:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463463 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 463463 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 06:50:16 -0000 Author: ultima Date: Sat Mar 3 06:50:15 2018 New Revision: 463463 URL: https://svnweb.freebsd.org/changeset/ports/463463 Log: * Add USE_GITLAB for fetching from www.gitlab.com and GitLab deployed sites. Reviewed by: mat Approved by: portmgr (mat) Relnotes: yes Differential Revision: https://reviews.freebsd.org/D12162 Modified: head/Mk/bsd.options.mk head/Mk/bsd.port.mk head/Mk/bsd.sites.mk Modified: head/Mk/bsd.options.mk ============================================================================== --- head/Mk/bsd.options.mk Sat Mar 3 03:15:24 2018 (r463462) +++ head/Mk/bsd.options.mk Sat Mar 3 06:50:15 2018 (r463463) @@ -178,8 +178,9 @@ OPTIONS_FILE?= ${PORT_DBDIR}/${OPTIONS_NAME}/options _OPTIONS_FLAGS= ALL_TARGET BROKEN CATEGORIES CFLAGS CONFIGURE_ENV CONFLICTS \ CONFLICTS_BUILD CONFLICTS_INSTALL CPPFLAGS CXXFLAGS \ DESKTOP_ENTRIES DISTFILES EXTRA_PATCHES EXTRACT_ONLY \ - GH_ACCOUNT GH_PROJECT GH_SUBDIR GH_TAGNAME GH_TUPLE IGNORE \ - INFO INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV \ + GH_ACCOUNT GH_PROJECT GH_SUBDIR GH_TAGNAME GH_TUPLE \ + GL_ACCOUNT GL_COMMIT GL_PROJECT GL_SITE GL_SUBDIR GL_TUPLE \ + IGNORE INFO INSTALL_TARGET LDFLAGS LIBS MAKE_ARGS MAKE_ENV \ MASTER_SITES PATCHFILES PATCH_SITES PLIST_DIRS PLIST_FILES \ PLIST_SUB PORTDOCS PORTEXAMPLES SUB_FILES SUB_LIST \ TEST_TARGET USES BINARY_ALIAS Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sat Mar 3 03:15:24 2018 (r463462) +++ head/Mk/bsd.port.mk Sat Mar 3 06:50:15 2018 (r463463) @@ -1679,6 +1679,11 @@ DEV_WARNING+= "You are using USE_GITHUB and WRKSRC is .endif WRKSRC?= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT} .endif + +.if !default(IGNORE_MASTER_SITE_GITLAB) && defined(USE_GITLAB) && empty(USE_GITLAB:Mnodefault) +WRKSRC?= ${WRKDIR}/${GL_PROJECT}-${GL_COMMIT}-${GL_COMMIT} +.endif + # If the distname is not extracting into a specific subdirectory, have the # ports framework force extract into a subdirectory so that metadata files # do not get in the way of the build, and vice-versa. @@ -2950,6 +2955,12 @@ DEPENDS_TARGET+= install DEPENDS_TARGET+= clean DEPENDS_ARGS+= NOCLEANDEPENDS=yes .endif +.endif + +.if defined(USE_GITLAB) && !${USE_GITLAB:Mnodefault} && empty(GL_COMMIT_DEFAULT) +check-makevars:: + @${ECHO_MSG} "GL_COMMIT is a required 40 character hash for use USE_GITLAB" + @${FALSE} .endif ################################################################ Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sat Mar 3 03:15:24 2018 (r463462) +++ head/Mk/bsd.sites.mk Sat Mar 3 06:50:15 2018 (r463463) @@ -507,6 +507,137 @@ convert-to-gh-tuple: .endif # defined(USE_GITHUB) .endif # !defined(IGNORE_MASTER_SITE_GITHUB) +.if !defined(IGNORE_MASTER_SITE_GITLAB) +# +# In order to use GitLab your port must define USE_GITLAB and the following +# variables: +# +# GL_SITE - site URL hosting GitLab and the project +# default: https://gitlab.com +# +# GL_ACCOUNT - account name of the GitLab user hosting the project +# default: ${PORTNAME} +# +# GL_PROJECT - name of the project on GitLab +# default: ${PORTNAME} +# +# GL_COMMIT - the commit hash of the repository, must be the full hash and +# is a required variable for GitLab. +# +# GL_SUBDIR - directory relative to WRKSRC where to move this distfile's +# content after extracting. +# +# GL_TUPLE - above shortened to [site[:port][/webroot]:]account:project:commit:group[/subdir] +# +.if defined(USE_GITLAB) +. if defined(GL_TUPLE) +. for _tuple in ${GL_TUPLE} +. if ${_tuple:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*):([^:]*):([^:]*)(:[^:/]*)((/.*)?)@\7@:S/^://:C/[a-f0-9]{40}//g} +check-makevars:: + @${ECHO_MSG} "The ${_tuple}" + @${ECHO_MSG} "GL_TUPLE is improperly formatted or, the commit" + @${ECHO_MSG} "section contains something other than [a-f0-9]" + @${FALSE} +. endif +. endfor +GL_SITE+= ${GL_TUPLE:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*):([^:]*):([^:]*)(:[^:/]*)((/.*)?)@\1\8@} +GL_ACCOUNT+= ${GL_TUPLE:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*):([^:]*):([^:]*)(:[^:/]*)((/.*)?)@\5\8@} +GL_PROJECT+= ${GL_TUPLE:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*):([^:]*):([^:]*)(:[^:/]*)((/.*)?)@\6\8@} +GL_COMMIT+= ${GL_TUPLE:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*):([^:]*):([^:]*)(:[^:/]*)((/.*)?)@\7\8@} +GL_SUBDIR+= ${GL_TUPLE:C@^(([^:]*://[^:/]*(:[0-9]{1,5})?(/[^:]*[^/])?:)?)([^:]*):([^:]*):([^:]*)(:[^:/]*)((/.*)?)@\9\8@:M/*:S/^\///} +. endif + +. if empty(USE_GITLAB:Mnodefault) +MASTER_SITES+= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/repository/${GL_COMMIT}/archive.tar.gz?dummy=/ +. endif +GL_SITE_DEFAULT= https://gitlab.com +GL_SITE?= ${GL_SITE_DEFAULT} +GL_ACCOUNT_DEFAULT= ${PORTNAME} +GL_ACCOUNT?= ${GL_ACCOUNT_DEFAULT} +GL_PROJECT_DEFAULT= ${PORTNAME} +GL_PROJECT?= ${GL_PROJECT_DEFAULT} +_GITLAB_GROUPS= DEFAULT +. for _gl_v in GL_SITE GL_ACCOUNT GL_PROJECT GL_COMMIT GL_SUBDIR +. for _v_ex in ${${_gl_v}} +_GL_GROUPS= ${_v_ex:S/^${_v_ex:C@:[^/:]+$@@}//:S/^://} +. if !empty(_GL_GROUPS) +. for _group in ${_GL_GROUPS:S/,/ /g} +. if ${_group} == all || ${_group} == ALL || ${_group} == default +check-makevars:: + @${ECHO_MSG} "Makefile error: the words all, ALL and default are reserved and cannot be" + @${ECHO_MSG} "used in group definitions. Please fix your ${_gl_v}" + @${FALSE} +. endif +. if !${_GITLAB_GROUPS:M${_group}} +_GITLAB_GROUPS+= ${_group} +. endif +${_gl_v}_${_group}= ${_v_ex:C@^(.*):[^/:]+$@\1@} +. endfor +. else +${_gl_v}_DEFAULT= ${_v_ex:C@^(.*):[^/:]+$@\1@} +. endif +. endfor +. endfor +GL_SITE:= ${GL_SITE_DEFAULT} +GL_ACCOUNT:= ${GL_ACCOUNT_DEFAULT} +GL_PROJECT:= ${GL_PROJECT_DEFAULT} +GL_COMMIT:= ${GL_COMMIT_DEFAULT} +GL_SUBDIR:= ${GL_SUBDIR_DEFAULT} + + +_GITLAB_REV= 0 +DISTNAME:= ${GL_ACCOUNT}-${GL_PROJECT}-${GL_COMMIT}_GL${_GITLAB_REV} + +_GITLAB_EXTRACT_SUFX= .tar.gz + +_GITLAB_CLONE_DIR?= ${WRKDIR}/git-clone +_PORTS_DIRECTORIES+= ${_GITLAB_CLONE_DIR} +. if !${USE_GITLAB:Mnodefault} +DISTFILES+= ${DISTNAME}${_GITLAB_EXTRACT_SUFX} +git-clone: git-clone-DEFAULT +git-clone-DEFAULT: ${_GITLAB_CLONE_DIR} + @git clone ${GL_SITE_DEFAULT}/${GL_ACCOUNT_DEFAULT}/${GL_PROJECT_DEFAULT}.git ${_GITLAB_CLONE_DIR}/${GL_PROJECT_DEFAULT} + @${ECHO_MSG} "Cloned the default GitLab repository into ${_GITLAB_CLONE_DIR}/${GL_PROJECT_DEFAULT}" | ${FMT_80} +. endif +. if !empty(GL_SUBDIR) +_SITES_extract:= 690:post-extract-gl-DEFAULT +post-extract-gl-DEFAULT: + @${RMDIR} ${WRKSRC}/${GL_SUBDIR_DEFAULT} 2>/dev/null || : + @${MKDIR} ${WRKSRC}/${GL_SUBDIR_DEFAULT:H} 2>/dev/null || : + @${LN} -s ${GL_SUBDIR_DEFAULT:C/[^\/]//g:C/\//..\//g:S/^$/./} ${WRKSRC}/${GL_SUBDIR_DEFAULT} +. endif +. if !empty(_GITLAB_GROUPS:NDEFAULT) +. for _group in ${_GITLAB_GROUPS:NDEFAULT} +# We set GL_SITE earlier, we need to verify its not empty +. if empty(GL_SITE_${_group}) +GL_SITE_${_group}= ${GL_SITE_DEFAULT} +. endif +GL_ACCOUNT_${_group}?= ${GL_ACCOUNT_DEFAULT} +GL_PROJECT_${_group}?= ${GL_PROJECT_DEFAULT} + +_GL_TUPLE_OUT:= ${_GL_TUPLE_OUT} ${GL_SITE_${_group}}:${GL_ACCOUNT_${_group}}:${GL_PROJECT_${_group}}:${GL_COMMIT_${_group}}:${_group}/${GL_SUBDIR_${_group}} +DISTNAME_${_group}:= ${GL_ACCOUNT}-${GL_PROJECT_${_group}}-${GL_COMMIT_${_group}}_GL${_GITLAB_REV} +DISTFILE_${_group}:= ${DISTNAME_${_group}}${_GITLAB_EXTRACT_SUFX} +DISTFILES:= ${DISTFILES} ${DISTFILE_${_group}}:${_group} +MASTER_SITES:= ${MASTER_SITES} ${GL_SITE_${_group}}/${GL_ACCOUNT_${_group}}/${GL_PROJECT_${_group}}/repository/${GL_COMMIT_${_group}}/archive.tar.gz?dummy=/:${_group} +WRKSRC_${_group}:= ${WRKDIR}/${GL_PROJECT_${_group}}-${GL_COMMIT_${_group}}-${GL_COMMIT_${_group}} +. if !empty(GL_SUBDIR_${_group}) +_SITES_extract:= ${_SITES_extract} 690:post-extract-gl-${_group} +post-extract-gl-${_group}: + @${RMDIR} ${WRKSRC}/${GL_SUBDIR_${_group}} 2>/dev/null || : + @${MKDIR} ${WRKSRC}/${GL_SUBDIR_${_group}:H} 2>/dev/null || : + @${MV} ${WRKSRC_${_group}} ${WRKSRC}/${GL_SUBDIR_${_group}} + @${LN} -s ${WRKSRC:T}/${GL_SUBDIR_${_group}} ${WRKSRC_${_group}} +. endif +git-clone: git-clone-${_group} +git-clone-${_group}: ${_GITLAB_CLONE_DIR} + @git clone ${GL_SITE_${_group}}/${GL_ACCOUNT_${_group}}/${GL_PROJECT_${_group}}.git ${_GITLAB_CLONE_DIR}/${GL_PROJECT_${_group}} + @${ECHO_MSG} "Cloned the ${_group} GitLab repository into ${_GITLAB_CLONE_DIR}/${GL_PROJECT_${_group}}" | ${FMT_80} +. endfor +. endif +.endif # defined(USE_GITLAB) +.endif # !defined(IGNORE_MASTER_SITE_GITLAB) + .if !defined(IGNORE_MASTER_SITE_GNOME) MASTER_SITE_GNOME+= \ https://download.gnome.org/%SUBDIR%/ \ From owner-svn-ports-head@freebsd.org Sat Mar 3 07:16:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8DFEF4606E; Sat, 3 Mar 2018 07:16:14 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6839572243; Sat, 3 Mar 2018 07:16:14 +0000 (UTC) (envelope-from ultima@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 617A023191; Sat, 3 Mar 2018 07:16:14 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w237GE7r029180; Sat, 3 Mar 2018 07:16:14 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w237GDCf029176; Sat, 3 Mar 2018 07:16:13 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201803030716.w237GDCf029176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Sat, 3 Mar 2018 07:16:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463464 - in head/textproc: . py-pyhamcrest X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in head/textproc: . py-pyhamcrest X-SVN-Commit-Revision: 463464 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 07:16:15 -0000 Author: ultima Date: Sat Mar 3 07:16:13 2018 New Revision: 463464 URL: https://svnweb.freebsd.org/changeset/ports/463464 Log: PyHamcrest is a framework for writing matcher objects, allowing you to declaratively define "match" rules. There are a number of situations where matchers are invaluable, such as UI validation, or data filtering, but it is in the area of writing flexible tests that matchers are most commonly used. This tutorial shows you how to use PyHamcrest for unit testing. When writing tests it is sometimes difficult to get the balance right between overspecifying the test (and making it brittle to changes), and not specifying enough (making the test less valuable since it continues to pass even when the thing being tested is broken). Having a tool that allows you to pick out precisely the aspect under test and describe the values it should have, to a controlled level of precision, helps greatly in writing tests that are "just right." Such tests fail when the behavior of the aspect under test deviates from the expected behavior, yet continue to pass when minor, unrelated changes to the behaviour are made. WWW: https://github.com/hamcrest/PyHamcrest Differential Revision: https://reviews.freebsd.org/D13520 Added: head/textproc/py-pyhamcrest/ head/textproc/py-pyhamcrest/Makefile (contents, props changed) head/textproc/py-pyhamcrest/distinfo (contents, props changed) head/textproc/py-pyhamcrest/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Mar 3 06:50:15 2018 (r463463) +++ head/textproc/Makefile Sat Mar 3 07:16:13 2018 (r463464) @@ -1338,6 +1338,7 @@ SUBDIR += py-pyes SUBDIR += py-pygments SUBDIR += py-pygtail + SUBDIR += py-pyhamcrest SUBDIR += py-pyhwp SUBDIR += py-pyphen SUBDIR += py-pyscss Added: head/textproc/py-pyhamcrest/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pyhamcrest/Makefile Sat Mar 3 07:16:13 2018 (r463464) @@ -0,0 +1,23 @@ +# Created by: Richard Gallamore +# $FreeBSD$ + +PORTNAME= PyHamcrest +DISTVERSION= 1.9.0 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ultima@FreeBSD.org +COMMENT= Hamcrest matchers for Python + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${FLAVOR} + +USES= python:2.7-3.4 +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/textproc/py-pyhamcrest/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pyhamcrest/distinfo Sat Mar 3 07:16:13 2018 (r463464) @@ -0,0 +1,3 @@ +TIMESTAMP = 1513497017 +SHA256 (PyHamcrest-1.9.0.tar.gz) = 8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd +SIZE (PyHamcrest-1.9.0.tar.gz) = 376623 Added: head/textproc/py-pyhamcrest/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pyhamcrest/pkg-descr Sat Mar 3 07:16:13 2018 (r463464) @@ -0,0 +1,19 @@ +PyHamcrest is a framework for writing matcher objects, allowing you +to declaratively define "match" rules. There are a number of +situations where matchers are invaluable, such as UI validation, or +data filtering, but it is in the area of writing flexible tests that +matchers are most commonly used. This tutorial shows you how to use +PyHamcrest for unit testing. + +When writing tests it is sometimes difficult to get the balance right +between overspecifying the test (and making it brittle to changes), +and not specifying enough (making the test less valuable since it +continues to pass even when the thing being tested is broken). Having +a tool that allows you to pick out precisely the aspect under test +and describe the values it should have, to a controlled level of +precision, helps greatly in writing tests that are "just right." Such +tests fail when the behavior of the aspect under test deviates from +the expected behavior, yet continue to pass when minor, unrelated +changes to the behaviour are made. + +WWW: https://github.com/hamcrest/PyHamcrest From owner-svn-ports-head@freebsd.org Sat Mar 3 07:21:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE435F46544; Sat, 3 Mar 2018 07:21:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 618BF72679; Sat, 3 Mar 2018 07:21:48 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 42300231FF; Sat, 3 Mar 2018 07:21:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w237Lmjf030924; Sat, 3 Mar 2018 07:21:48 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w237LlCq030918; Sat, 3 Mar 2018 07:21:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201803030721.w237LlCq030918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 3 Mar 2018 07:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463465 - in head/emulators/citra: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/emulators/citra: . files X-SVN-Commit-Revision: 463465 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 07:21:48 -0000 Author: jbeich Date: Sat Mar 3 07:21:47 2018 New Revision: 463465 URL: https://svnweb.freebsd.org/changeset/ports/463465 Log: emulators/citra: update to s20180302 Changes: https://github.com/citra-emu/citra/compare/ac626eda...7c1a2235 Modified: head/emulators/citra/Makefile (contents, props changed) head/emulators/citra/distinfo (contents, props changed) head/emulators/citra/files/extra-patch-c++14 (contents, props changed) Modified: head/emulators/citra/Makefile ============================================================================== --- head/emulators/citra/Makefile Sat Mar 3 07:16:13 2018 (r463464) +++ head/emulators/citra/Makefile Sat Mar 3 07:21:47 2018 (r463465) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= citra -PORTVERSION= s20180228 +PORTVERSION= s20180302 PORTREVISION?= 0 CATEGORIES= emulators @@ -26,12 +26,12 @@ ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dy USE_GITHUB= yes GH_ACCOUNT= citra-emu -GH_TAGNAME= ac626eda +GH_TAGNAME= 7c1a2235 GH_TUPLE= citra-emu:ext-soundtouch:019d208:soundtouch/externals/soundtouch \ MerryMage:dynarmic:d1d4705:dynarmic/externals/dynarmic \ benhoyt:inih:r40:inih/externals/inih/inih \ catchorg:Catch2:v2.1.1:catch/externals/catch \ - fmtlib:fmt:4.0.0:fmt/externals/fmt \ + fmtlib:fmt:4.0.0-435-g4d35f94:fmt/externals/fmt \ herumi:xbyak:v5.53-1-gc5da377:xbyak/externals/xbyak \ lsalzman:enet:39a72ab:enet/externals/enet \ neobrain:nihstro:fd69de1:nihstro/externals/nihstro \ Modified: head/emulators/citra/distinfo ============================================================================== --- head/emulators/citra/distinfo Sat Mar 3 07:16:13 2018 (r463464) +++ head/emulators/citra/distinfo Sat Mar 3 07:21:47 2018 (r463465) @@ -1,6 +1,6 @@ -TIMESTAMP = 1519827933 -SHA256 (citra-emu-citra-s20180228-ac626eda_GH0.tar.gz) = ea5aaa73a5eca109698c710efb7ae4cbbae2824c76d9f15ecc12ac79cbaa1a36 -SIZE (citra-emu-citra-s20180228-ac626eda_GH0.tar.gz) = 1677326 +TIMESTAMP = 1520024323 +SHA256 (citra-emu-citra-s20180302-7c1a2235_GH0.tar.gz) = a4241e5acb813e33338a51c755bf5a4036bb23b07ecde3d55352a342f14c13fb +SIZE (citra-emu-citra-s20180302-7c1a2235_GH0.tar.gz) = 1677731 SHA256 (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = f48c211bbabe7ad79e1c504af1082756c74241be6bab4aca13140803f4b694e7 SIZE (citra-emu-ext-soundtouch-019d208_GH0.tar.gz) = 59366 SHA256 (MerryMage-dynarmic-d1d4705_GH0.tar.gz) = cf120bc77912cf58e0965db2abcb2067c36aca612c42459e0eb72b740ea6cb0e @@ -9,8 +9,8 @@ SHA256 (benhoyt-inih-r40_GH0.tar.gz) = 0a7d8600c523ccd SIZE (benhoyt-inih-r40_GH0.tar.gz) = 11436 SHA256 (catchorg-Catch2-v2.1.1_GH0.tar.gz) = c40d3c8133c9274946067007e911a55b0d0ad3ed7c59a1f258dfcdb6836d8eff SIZE (catchorg-Catch2-v2.1.1_GH0.tar.gz) = 481236 -SHA256 (fmtlib-fmt-4.0.0_GH0.tar.gz) = 35300a0d356529447a79ed5ccf419239d8b34f916e5d4625f046fd37afa3650a -SIZE (fmtlib-fmt-4.0.0_GH0.tar.gz) = 617818 +SHA256 (fmtlib-fmt-4.0.0-435-g4d35f94_GH0.tar.gz) = fb8f361a8b33cdca1bb5ca1b9124e35133c4f7469343f6d54f65cb3f2d5b7caf +SIZE (fmtlib-fmt-4.0.0-435-g4d35f94_GH0.tar.gz) = 621671 SHA256 (herumi-xbyak-v5.53-1-gc5da377_GH0.tar.gz) = 51129bc945fe2650f5fcd41f3b0166555b17589f03bda5d2216927234ef6446a SIZE (herumi-xbyak-v5.53-1-gc5da377_GH0.tar.gz) = 206888 SHA256 (lsalzman-enet-39a72ab_GH0.tar.gz) = cdeec4d447266d93dbd56564b260c57e411dc681caba6887a7e3f152009e6be1 Modified: head/emulators/citra/files/extra-patch-c++14 ============================================================================== --- head/emulators/citra/files/extra-patch-c++14 Sat Mar 3 07:16:13 2018 (r463464) +++ head/emulators/citra/files/extra-patch-c++14 Sat Mar 3 07:21:47 2018 (r463465) @@ -14,6 +14,18 @@ __hash_table<_Tp, _Hash, _Equal, _Alloc>::__hash_table /usr/include/c++/v1/__hash_table:866:5: note: previous declaration is here __hash_table(__hash_table&& __u) ^ +src/core/file_sys/archive_backend.cpp:24:21: error: cannot initialize a parameter of type 'void *' with an rvalue of type 'const std::__1::basic_string, std::__1::allocator >::value_type *' (aka 'const char *') + std::memcpy(string.data(), data.data(), string.size()); + ^~~~~~~~~~~~~ +/usr/include/string.h:62:31: note: passing argument to parameter here +void *memcpy(void * __restrict, const void * __restrict, size_t); + ^ +src/core/file_sys/archive_backend.cpp:30:21: error: cannot initialize a parameter of type 'void *' with an rvalue of type 'const std::__1::basic_string, std::__1::allocator >::value_type *' (aka 'const char16_t *') + std::memcpy(u16str.data(), data.data(), u16str.size() * sizeof(char16_t)); + ^~~~~~~~~~~~~ +/usr/include/string.h:62:31: note: passing argument to parameter here +void *memcpy(void * __restrict, const void * __restrict, size_t); + ^ --- CMakeLists.txt.orig 2018-02-14 15:32:26 UTC +++ CMakeLists.txt @@ -26,3 +38,21 @@ __hash_table<_Tp, _Hash, _Equal, _Alloc>::__hash_table set(CMAKE_CXX_STANDARD_REQUIRED ON) if (NOT MSVC) +--- src/core/file_sys/archive_backend.cpp.orig 2018-03-02 20:58:43 UTC ++++ src/core/file_sys/archive_backend.cpp +@@ -21,13 +21,13 @@ Path::Path(LowPathType type, const std::vector& da + + case LowPathType::Char: { + string.resize(data.size() - 1); // Data is always null-terminated. +- std::memcpy(string.data(), data.data(), string.size()); ++ std::memcpy(const_cast(string.data()), data.data(), string.size()); + break; + } + + case LowPathType::Wchar: { + u16str.resize(data.size() / 2 - 1); // Data is always null-terminated. +- std::memcpy(u16str.data(), data.data(), u16str.size() * sizeof(char16_t)); ++ std::memcpy(const_cast(u16str.data()), data.data(), u16str.size() * sizeof(char16_t)); + break; + } + From owner-svn-ports-head@freebsd.org Sat Mar 3 07:31:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17E32F46DC0; Sat, 3 Mar 2018 07:31:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C20E372C3D; Sat, 3 Mar 2018 07:31:45 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD10823498; Sat, 3 Mar 2018 07:31:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w237VjG7039356; Sat, 3 Mar 2018 07:31:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w237Vjf0039354; Sat, 3 Mar 2018 07:31:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803030731.w237Vjf0039354@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 07:31:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463466 - head/x11/alttab X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/x11/alttab X-SVN-Commit-Revision: 463466 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 07:31:46 -0000 Author: yuri Date: Sat Mar 3 07:31:45 2018 New Revision: 463466 URL: https://svnweb.freebsd.org/changeset/ports/463466 Log: x11/alttab: Update to 1.2.0 Added to PORTDOCS PR: 226299 Submitted by: Dmitri Goutnik (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/x11/alttab/Makefile head/x11/alttab/distinfo Modified: head/x11/alttab/Makefile ============================================================================== --- head/x11/alttab/Makefile Sat Mar 3 07:21:47 2018 (r463465) +++ head/x11/alttab/Makefile Sat Mar 3 07:31:45 2018 (r463466) @@ -3,7 +3,7 @@ PORTNAME= alttab DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 +DISTVERSION= 1.2.0 CATEGORIES= x11 MAINTAINER= dg@syrec.org @@ -25,6 +25,8 @@ GH_ACCOUNT= sagb PLIST_FILES= bin/alttab \ man/man1/alttab.1.gz -PORTDOCS= README xmonad.md +PORTDOCS= README \ + alttab.ad \ + wm-setup.md .include Modified: head/x11/alttab/distinfo ============================================================================== --- head/x11/alttab/distinfo Sat Mar 3 07:21:47 2018 (r463465) +++ head/x11/alttab/distinfo Sat Mar 3 07:31:45 2018 (r463466) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508945906 -SHA256 (sagb-alttab-v1.1.0_GH0.tar.gz) = 72eed0a0c09ac36c6426e40db9ae0181d2f57c6491da8cb1e7153875299c94be -SIZE (sagb-alttab-v1.1.0_GH0.tar.gz) = 173880 +TIMESTAMP = 1519999599 +SHA256 (sagb-alttab-v1.2.0_GH0.tar.gz) = 9d0f4cb32c30e0bc454a642dd655c5fc8265735390c24d18323e6239163e0fb3 +SIZE (sagb-alttab-v1.2.0_GH0.tar.gz) = 178654 From owner-svn-ports-head@freebsd.org Sat Mar 3 08:33:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92EB0F25E8E; Sat, 3 Mar 2018 08:33:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41E1274B04; Sat, 3 Mar 2018 08:33:05 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3CBDA23E81; Sat, 3 Mar 2018 08:33:05 +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 w238X5Ur069337; Sat, 3 Mar 2018 08:33:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w238X5xB069334; Sat, 3 Mar 2018 08:33:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803030833.w238X5xB069334@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 3 Mar 2018 08:33:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463467 - head/x11/kbproto X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/kbproto X-SVN-Commit-Revision: 463467 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 08:33:05 -0000 Author: amdmi3 Date: Sat Mar 3 08:33:04 2018 New Revision: 463467 URL: https://svnweb.freebsd.org/changeset/ports/463467 Log: - Add LICENSE - Update WWW Approved by: portmgr blanket Modified: head/x11/kbproto/Makefile head/x11/kbproto/pkg-descr Modified: head/x11/kbproto/Makefile ============================================================================== --- head/x11/kbproto/Makefile Sat Mar 3 07:31:45 2018 (r463466) +++ head/x11/kbproto/Makefile Sat Mar 3 08:33:04 2018 (r463467) @@ -8,6 +8,9 @@ CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= KB extension headers +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= proto .include Modified: head/x11/kbproto/pkg-descr ============================================================================== --- head/x11/kbproto/pkg-descr Sat Mar 3 07:31:45 2018 (r463466) +++ head/x11/kbproto/pkg-descr Sat Mar 3 08:33:04 2018 (r463467) @@ -1,3 +1,3 @@ This package contains X.Org KB extension headers. -WWW: http://www.freedesktop.org/wiki/Software/xlibs +WWW: https://www.freedesktop.org/wiki/Software/xlibs/ From owner-svn-ports-head@freebsd.org Sat Mar 3 08:40:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B1ACF26766; Sat, 3 Mar 2018 08:40:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E4A974F46; Sat, 3 Mar 2018 08:40:46 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 191D223EB1; Sat, 3 Mar 2018 08:40:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w238ejmJ069849; Sat, 3 Mar 2018 08:40:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w238ejIb069844; Sat, 3 Mar 2018 08:40:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803030840.w238ejIb069844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 08:40:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463468 - in head/www/mongrel2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/www/mongrel2: . files X-SVN-Commit-Revision: 463468 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 08:40:46 -0000 Author: yuri Date: Sat Mar 3 08:40:45 2018 New Revision: 463468 URL: https://svnweb.freebsd.org/changeset/ports/463468 Log: www/mongrel2: Update to 1.11.0 Port changes: * Changed to DISTVERSION * Updated LIB_DEPENDS * Changed to GitHub * GH_TUPLE to unbundle src/mbedtls * Decoupled build and tests * Added TEST_xx lines for tests to run separately * Updated Makefile patches * Silenced/unsilenced commands Tests fail on 12: Invalid system call PR: 226315 Submitted by: Neel Chauhan (maintainer) Approved by: tcberner (mentor, implicit) Added: head/www/mongrel2/files/patch-src_mbedtls_Makefile (contents, props changed) Deleted: head/www/mongrel2/files/patch-src_mem_align.h head/www/mongrel2/files/patch-src_mem_halloc.c Modified: head/www/mongrel2/Makefile head/www/mongrel2/distinfo head/www/mongrel2/files/patch-Makefile head/www/mongrel2/pkg-plist Modified: head/www/mongrel2/Makefile ============================================================================== --- head/www/mongrel2/Makefile Sat Mar 3 08:33:04 2018 (r463467) +++ head/www/mongrel2/Makefile Sat Mar 3 08:40:45 2018 (r463468) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= mongrel2 -PORTVERSION= 1.7.5 -PORTREVISION= 3 +DISTVERSIONPREFIX= v +DISTVERSION= 1.11.0 CATEGORIES= www -MASTER_SITES= http://mongrel2.org/static/downloads/ MAINTAINER= neel@neelc.org COMMENT= Is an application, language, and network arch @@ -13,8 +12,7 @@ COMMENT= Is an application, language, and network arch LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libzmq.so:net/libzmq2 \ - libsqlite3.so:databases/sqlite3 +LIB_DEPENDS= libzmq.so:net/libzmq4 BROKEN_armv6= does not build: src/task/task.c:66:11: error: no member named 'arm_r0' in 'mcontext_t' BROKEN_armv7= does not build: src/task/task.c:66:11: error: no member named 'arm_r0' in 'mcontext_t' @@ -22,33 +20,39 @@ BROKEN_mips= does not build (tests segfault) BROKEN_mips64= does not build (tests segfault) BROKEN_powerpc64= does not build (tests segfault) -USES= gmake tar:bzip2 -MAKE_FLAGS= freebsd +USES= gmake localbase:ldflags sqlite tar:bzip2 +USE_GITHUB= yes +GH_TUPLE= ARMmbed:mbedtls:8254ed2:x/src/mbedtls +ALL_TARGET= freebsd EXAMPLES_LIST= bbs \ - chat \ configs \ - http_0mq \ kegogi \ - mp3stream \ - procer \ python \ + ws \ + chat \ + http_0mq \ + mp3stream \ tornado \ zcov -MAKE_JOBS_UNSAFE=yes +MAKE_JOBS_UNSAFE= yes +TEST_TARGET= tests # tests fail on 12: Invalid system call +TEST_ENV= ${MAKE_ENV} OPTFLAGS=-I${LOCALBASE}/include +TEST_ARGS= ${MAKE_ARGS} + OPTIONS_DEFINE= EXAMPLES post-patch: - @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's#fdclose#my_fdclose#g' ${WRKSRC}/src/*.c \ - ${WRKSRC}/src/task/*.[ch] ${WRKSRC}/tests/*.c + ${WRKSRC}/src/task/*.[ch] ${WRKSRC}/tests/*.c \ + ${WRKSRC}/tools/filters/*.c post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mongrel2/*/*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mongrel2/*/*.so @${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} .for example in ${EXAMPLES_LIST} - @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} ${example} ${STAGEDIR}/${EXAMPLESDIR} + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} ${example} ${STAGEDIR}/${EXAMPLESDIR} .endfor .include Modified: head/www/mongrel2/distinfo ============================================================================== --- head/www/mongrel2/distinfo Sat Mar 3 08:33:04 2018 (r463467) +++ head/www/mongrel2/distinfo Sat Mar 3 08:40:45 2018 (r463468) @@ -1,2 +1,5 @@ -SHA256 (mongrel2-1.7.5.tar.bz2) = 48e4b3ba8959be001e5bac75e0a3fee628c917b08f115be08bcd5348ac663b01 -SIZE (mongrel2-1.7.5.tar.bz2) = 745357 +TIMESTAMP = 1520062781 +SHA256 (mongrel2-mongrel2-v1.11.0_GH0.tar.gz) = dd7accbe4be25ee841b1d73e1fc2e6230e90f5783e1d25527037416e5f519c86 +SIZE (mongrel2-mongrel2-v1.11.0_GH0.tar.gz) = 1060770 +SHA256 (ARMmbed-mbedtls-8254ed2_GH0.tar.gz) = de500973a2db0bc419ddd7a67360b1f2dd4fe925448539f8ee59ae3e6eafcc9b +SIZE (ARMmbed-mbedtls-8254ed2_GH0.tar.gz) = 1803037 Modified: head/www/mongrel2/files/patch-Makefile ============================================================================== --- head/www/mongrel2/files/patch-Makefile Sat Mar 3 08:33:04 2018 (r463467) +++ head/www/mongrel2/files/patch-Makefile Sat Mar 3 08:40:45 2018 (r463468) @@ -1,10 +1,46 @@ ---- Makefile.orig 2011-06-22 16:25:12 UTC +--- Makefile.orig 2015-12-31 09:25:07 UTC +++ Makefile -@@ -1,5 +1,5 @@ --CFLAGS=-g -O2 -Wall -Wextra -Isrc -pthread -rdynamic -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64 +@@ -1,5 +1,6 @@ +-CFLAGS=-g -O2 -Wall -Wextra -Isrc -Isrc/mbedtls/include -pthread -rdynamic -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64 -LIBS=-lzmq -ldl -lsqlite3 $(OPTLIBS) -+CFLAGS+=-Wall -Wextra -Isrc -pthread -rdynamic -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64 -+LIBS=-lzmq -lsqlite3 $(OPTLIBS) ++CFLAGS?=-g -O2 ++CFLAGS+=-Wall -Wextra -Isrc -Isrc/mbedtls/include -pthread -rdynamic -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64 ++LIBS=-L${LOCALBASE}/lib -lzmq -lsqlite3 $(OPTLIBS) PREFIX?=/usr/local get_objs = $(addsuffix .o,$(basename $(wildcard $(1)))) +@@ -22,14 +23,14 @@ MAKEOPTS=OPTFLAGS="${NOEXTCFLAGS} ${OPTF + # upon every make invocation, and must be done before the SOURCES variable, above + # is lazily evaluated, or none of the src/mbedtls source files will be found + +-ifdef $($(shell \ +- if git submodule status | grep '^-'; then \ +- echo "mbedtls; init and update git submodule" 1>&2; \ +- git submodule init && git submodule update; \ +- fi )) +-endif ++#ifdef $($(shell \ ++# if git submodule status | grep '^-'; then \ ++# echo "mbedtls; init and update git submodule" 1>&2; \ ++# git submodule init && git submodule update; \ ++# fi )) ++#endif + +-all: builddirs bin/mongrel2 tests m2sh procer ++all: builddirs bin/mongrel2 filters config_modules m2sh procer + + dev: CFLAGS=-g -Wall -Isrc -Wall -Wextra $(OPTFLAGS) -D_FILE_OFFSET_BITS=64 + dev: all +@@ -220,9 +221,9 @@ netbsd: LIBS=-lzmq -lsqlite3 $(OPTLIBS) + netbsd: dev + + +-freebsd: OPTFLAGS += -I/usr/local/include +-freebsd: OPTLIBS += -L/usr/local/lib -pthread +-freebsd: LIBS=-lzmq -lsqlite3 $(OPTLIBS) ++freebsd: OPTFLAGS += -I$(PREFIX)/include ++freebsd: OPTLIBS += -L$(PREFIX)/lib -pthread ++freebsd: LIBS=-L$(PREFIX)/lib -lzmq -lsqlite3 $(OPTLIBS) + freebsd: all + + openbsd: OPTFLAGS += -I/usr/local/include Added: head/www/mongrel2/files/patch-src_mbedtls_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mongrel2/files/patch-src_mbedtls_Makefile Sat Mar 3 08:40:45 2018 (r463468) @@ -0,0 +1,9 @@ +--- src/mbedtls/Makefile.orig 2018-03-03 08:15:18 UTC ++++ src/mbedtls/Makefile +@@ -1,5 +1,5 @@ + +-DESTDIR=/usr/local ++DESTDIR?=/usr/local + PREFIX=mbedtls_ + + .SILENT: Modified: head/www/mongrel2/pkg-plist ============================================================================== --- head/www/mongrel2/pkg-plist Sat Mar 3 08:33:04 2018 (r463467) +++ head/www/mongrel2/pkg-plist Sat Mar 3 08:40:45 2018 (r463468) @@ -1,13 +1,11 @@ bin/mongrel2 bin/m2sh +bin/procer lib/mongrel2/config_modules/null.so lib/mongrel2/config_modules/zmq.so lib/mongrel2/filters/null.so -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/procer/procer.h -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/procer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/procer/rampart.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/procer/profile.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/procer/procer.c +lib/mongrel2/filters/rewrite.so +lib/mongrel2/filters/sendfile.so %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bbs/html/site.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bbs/html/app.js %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bbs/html/text.css @@ -30,7 +28,11 @@ lib/mongrel2/filters/null.so %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bbs/ui.lua %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bbs/mongrel2.conf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bbs/strict.lua +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/.dexy +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/filters.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/http_0mq/hello.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/http_0mq/http.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/http_0mq/sendfile.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/http_0mq/xml.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/http_0mq/upload.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/python/setup.py @@ -101,6 +103,9 @@ lib/mongrel2/filters/null.so %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp3stream/handler.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp3stream/mp3stream.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp3stream/stream_conf.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ws/mongrel2.conf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ws/python/echo.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ws/python/wsutil.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zcov/setup.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zcov/README.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zcov/zcov/data/style.css From owner-svn-ports-head@freebsd.org Sat Mar 3 08:51:28 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F3E4F2752A; Sat, 3 Mar 2018 08:51:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C19AB75729; Sat, 3 Mar 2018 08:51:27 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC78024182; Sat, 3 Mar 2018 08:51:27 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w238pR5R075493; Sat, 3 Mar 2018 08:51:27 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w238pRIL075491; Sat, 3 Mar 2018 08:51:27 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803030851.w238pRIL075491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 08:51:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463469 - head/misc/free42 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/free42 X-SVN-Commit-Revision: 463469 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 08:51:28 -0000 Author: yuri Date: Sat Mar 3 08:51:27 2018 New Revision: 463469 URL: https://svnweb.freebsd.org/changeset/ports/463469 Log: misc/free42: Update to 2.0.17 Reported by: portscout Approved by: tcberner (mentor, implicit) Modified: head/misc/free42/Makefile head/misc/free42/distinfo Modified: head/misc/free42/Makefile ============================================================================== --- head/misc/free42/Makefile Sat Mar 3 08:40:45 2018 (r463468) +++ head/misc/free42/Makefile Sat Mar 3 08:51:27 2018 (r463469) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= free42 -DISTVERSION= 2.0.16 +DISTVERSION= 2.0.17 CATEGORIES= misc MASTER_SITES= http://thomasokken.com/free42/upstream/ DISTNAME= ${PORTNAME}-nologo-${DISTVERSION} Modified: head/misc/free42/distinfo ============================================================================== --- head/misc/free42/distinfo Sat Mar 3 08:40:45 2018 (r463468) +++ head/misc/free42/distinfo Sat Mar 3 08:51:27 2018 (r463469) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519463601 -SHA256 (free42-nologo-2.0.16.tgz) = 67392c654f92064c00a32026a49c6ae756690c4072c73e2e705245543f1b1600 -SIZE (free42-nologo-2.0.16.tgz) = 7389696 +TIMESTAMP = 1520066727 +SHA256 (free42-nologo-2.0.17.tgz) = 486e60005f88507bf6179977a9dd9e50399cf1d2502aab9a7754217deb870c12 +SIZE (free42-nologo-2.0.17.tgz) = 7389996 From owner-svn-ports-head@freebsd.org Sat Mar 3 08:59:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11BC9F27E95; Sat, 3 Mar 2018 08:59:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B77BD75DC7; Sat, 3 Mar 2018 08:59:34 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE39D241ED; Sat, 3 Mar 2018 08:59:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w238xYF8079672; Sat, 3 Mar 2018 08:59:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w238xYWW079670; Sat, 3 Mar 2018 08:59:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803030859.w238xYWW079670@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 08:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463470 - head/accessibility/sct X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/accessibility/sct X-SVN-Commit-Revision: 463470 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 08:59:35 -0000 Author: yuri Date: Sat Mar 3 08:59:34 2018 New Revision: 463470 URL: https://svnweb.freebsd.org/changeset/ports/463470 Log: accessibility/sct: Update to 0.2.1 Port changes: * Changed to DISTVERSION * Added LICENSE_FILE * Added manpage * Removed stripping - now done upstream PR: 226297 Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org> (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/accessibility/sct/Makefile head/accessibility/sct/distinfo Modified: head/accessibility/sct/Makefile ============================================================================== --- head/accessibility/sct/Makefile Sat Mar 3 08:51:27 2018 (r463469) +++ head/accessibility/sct/Makefile Sat Mar 3 08:59:34 2018 (r463470) @@ -1,22 +1,21 @@ # $FreeBSD$ PORTNAME= sct -PORTVERSION= 0.1.0 +DISTVERSION= 0.2.1 CATEGORIES= accessibility MAINTAINER= 0mp@FreeBSD.org COMMENT= Utility to change screen temperature LICENSE= UNLICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= 0mp - USE_XORG= x11 xrandr +INSTALL_TARGET= install-strip -PLIST_FILES= bin/sct - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sct +PLIST_FILES= bin/sct \ + man/man1/sct.1.gz .include Modified: head/accessibility/sct/distinfo ============================================================================== --- head/accessibility/sct/distinfo Sat Mar 3 08:51:27 2018 (r463469) +++ head/accessibility/sct/distinfo Sat Mar 3 08:59:34 2018 (r463470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516135722 -SHA256 (0mp-sct-0.1.0_GH0.tar.gz) = 982bae0448daff0b41eabe492b8b33223e2dad010e861fd6f09e8d9d0d7ca6c1 -SIZE (0mp-sct-0.1.0_GH0.tar.gz) = 2167 +TIMESTAMP = 1519997618 +SHA256 (0mp-sct-0.2.1_GH0.tar.gz) = dc10f115d55c6979d81213870dab2d92c3941e314eef14ede0561d6b0569e87f +SIZE (0mp-sct-0.2.1_GH0.tar.gz) = 2775 From owner-svn-ports-head@freebsd.org Sat Mar 3 09:03:05 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B272BF28572; Sat, 3 Mar 2018 09:03:05 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A51A7619E; Sat, 3 Mar 2018 09:03:05 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 51C082437E; Sat, 3 Mar 2018 09:03:05 +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 w23935CG084792; Sat, 3 Mar 2018 09:03:05 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23935X2084791; Sat, 3 Mar 2018 09:03:05 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803030903.w23935X2084791@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 3 Mar 2018 09:03:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463471 - head/security/p5-GSSAPI X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/security/p5-GSSAPI X-SVN-Commit-Revision: 463471 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 09:03:05 -0000 Author: amdmi3 Date: Sat Mar 3 09:03:04 2018 New Revision: 463471 URL: https://svnweb.freebsd.org/changeset/ports/463471 Log: - Add LICENSE - Switch to options helpers Approved by: portmgr blanket Modified: head/security/p5-GSSAPI/Makefile Modified: head/security/p5-GSSAPI/Makefile ============================================================================== --- head/security/p5-GSSAPI/Makefile Sat Mar 3 08:59:34 2018 (r463470) +++ head/security/p5-GSSAPI/Makefile Sat Mar 3 09:03:04 2018 (r463471) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension providing access to the GSSAPIv2 library +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure @@ -21,14 +24,8 @@ OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSA GSSAPI_BASE_USES= gssapi GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit - -.include - -.if ${PORT_OPTIONS:MGSSAPI_MIT} -KRB5CONF= ${KRB5_HOME}/bin/krb5-config -.else -KRB5CONF= ${HEIMDAL_HOME}/bin/krb5-config -.endif +GSSAPI_MIT_VARS= KRB5CONF=${KRB5_HOME}/bin/krb5-config +GSSAPI_MIT_VARS_OFF= KRB5CONF=${HEIMDAL_HOME}/bin/krb5-config post-patch: @${REINPLACE_CMD} -e 's|%%KRB5CONF%%|${KRB5CONF}|g' \ From owner-svn-ports-head@freebsd.org Sat Mar 3 09:10:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB530F28E08; Sat, 3 Mar 2018 09:10:07 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E4377644B; Sat, 3 Mar 2018 09:10:07 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5881724388; Sat, 3 Mar 2018 09:10:07 +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 w239A7Rr085187; Sat, 3 Mar 2018 09:10:07 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w239A7aP085185; Sat, 3 Mar 2018 09:10:07 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201803030910.w239A7aP085185@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 3 Mar 2018 09:10:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463472 - head/databases/cego X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/databases/cego X-SVN-Commit-Revision: 463472 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 09:10:07 -0000 Author: pi Date: Sat Mar 3 09:10:06 2018 New Revision: 463472 URL: https://svnweb.freebsd.org/changeset/ports/463472 Log: databases/cego: update 2.39.2 -> 2.39.3 - Small improvement in CegoDbThreadPool. For a better db thread load value calculation, the request queue is no longer locked while waiting for incoming requests. Instead the QUEUEDELAY parameter has been increased to a default value of 200 msec to reduce db thread cpu load while idle. Now the db thread has a good chance to report idle time to the db thread pool. Submitted by: Bjoern Lemke Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sat Mar 3 09:03:04 2018 (r463471) +++ head/databases/cego/Makefile Sat Mar 3 09:10:06 2018 (r463472) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.39.2 +PORTVERSION= 2.39.3 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sat Mar 3 09:03:04 2018 (r463471) +++ head/databases/cego/distinfo Sat Mar 3 09:10:06 2018 (r463472) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519903659 -SHA256 (cego-2.39.2.tar.gz) = 46ce48d87713c9fb42caafd702b082a1e455b9ec5ed11bd8335b32690ebc3331 -SIZE (cego-2.39.2.tar.gz) = 1677977 +TIMESTAMP = 1520066806 +SHA256 (cego-2.39.3.tar.gz) = 3f2698ba6cdfa05d66f5b17c64383656d98205a5afc95825d4f5dde27af35a11 +SIZE (cego-2.39.3.tar.gz) = 1676260 From owner-svn-ports-head@freebsd.org Sat Mar 3 09:33:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D6DEF2AA4A; Sat, 3 Mar 2018 09:33:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A097277286; Sat, 3 Mar 2018 09:33:07 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 95DC924852; Sat, 3 Mar 2018 09:33:07 +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 w239X745099555; Sat, 3 Mar 2018 09:33:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w239X7fu099554; Sat, 3 Mar 2018 09:33:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201803030933.w239X7fu099554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 3 Mar 2018 09:33:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463473 - head/french/mythes X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/french/mythes X-SVN-Commit-Revision: 463473 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 09:33:08 -0000 Author: amdmi3 Date: Sat Mar 3 09:33:07 2018 New Revision: 463473 URL: https://svnweb.freebsd.org/changeset/ports/463473 Log: - Update WWW Approved by: portmgr blanket Modified: head/french/mythes/pkg-descr Modified: head/french/mythes/pkg-descr ============================================================================== --- head/french/mythes/pkg-descr Sat Mar 3 09:10:06 2018 (r463472) +++ head/french/mythes/pkg-descr Sat Mar 3 09:33:07 2018 (r463473) @@ -1,3 +1,3 @@ French thesaurus -WWW: http://www.dicollecte.org/ +WWW: https://www.dicollecte.org/ From owner-svn-ports-head@freebsd.org Sat Mar 3 09:35:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF981F2AC28; Sat, 3 Mar 2018 09:35:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 537AC773B2; Sat, 3 Mar 2018 09:35:22 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4881324854; Sat, 3 Mar 2018 09:35:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w239ZM9n099778; Sat, 3 Mar 2018 09:35:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w239ZMeS099776; Sat, 3 Mar 2018 09:35:22 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803030935.w239ZMeS099776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 09:35:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463474 - head/devel/py-llvmlite X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-llvmlite X-SVN-Commit-Revision: 463474 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 09:35:22 -0000 Author: yuri Date: Sat Mar 3 09:35:21 2018 New Revision: 463474 URL: https://svnweb.freebsd.org/changeset/ports/463474 Log: devel/py-llvmlite: Update to 0.22.0 Port changes: * Changed to DISTVERSION * Added LIB_DEPENDS for llvm50 * Updated LLVM_VER to 50 * Added stripping PR: 226306 Submitted by: David Kalliecharan (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/devel/py-llvmlite/Makefile head/devel/py-llvmlite/distinfo Modified: head/devel/py-llvmlite/Makefile ============================================================================== --- head/devel/py-llvmlite/Makefile Sat Mar 3 09:33:07 2018 (r463473) +++ head/devel/py-llvmlite/Makefile Sat Mar 3 09:35:21 2018 (r463474) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= llvmlite -PORTVERSION= 0.16.0 -PORTREVISION= 1 +DISTVERSION= 0.22.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,21 +16,23 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= fails to compile: clang++: not found BUILD_DEPENDS= ${PY_ENUM34} +LIB_DEPENDS= libLLVM-5.0.so:devel/llvm50 # Python 2.7,3.4+ USES= python fortran USE_PYTHON= distutils autoplist -# llvmlite-0.13.0 requires devel/llvm38 -LLVM_VER= 39 +# llvmlite requires devel/llvm50 +LLVM_VER= 50 -BUILD_DEPENDS+= llvm-config${LLVM_VER}:devel/llvm${LLVM_VER} - MAKE_ENV= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_VER} post-patch: # Requried, because Makefile.freebsd does not see VARS from this Makefile - ${REINPLACE_CMD} -e "s|%%_GCC_VER%%|${_GCC_VER}|" \ + @${REINPLACE_CMD} -e "s|%%_GCC_VER%%|${_GCC_VER}|" \ ${WRKSRC}/ffi/Makefile.freebsd + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/llvmlite/binding/libllvmlite.so .include Modified: head/devel/py-llvmlite/distinfo ============================================================================== --- head/devel/py-llvmlite/distinfo Sat Mar 3 09:33:07 2018 (r463473) +++ head/devel/py-llvmlite/distinfo Sat Mar 3 09:35:21 2018 (r463474) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491060911 -SHA256 (llvmlite-0.16.0.tar.gz) = ef3bae32482f91742d91571b5225a6943804291eb9405b98090a7b50942ec5e9 -SIZE (llvmlite-0.16.0.tar.gz) = 95284 +TIMESTAMP = 1520068624 +SHA256 (llvmlite-0.22.0.tar.gz) = a0a875f3d502f41f4a24444aa98fbf076a6bf36e2a0b3b4481b22e1c4a3acdc2 +SIZE (llvmlite-0.22.0.tar.gz) = 98338 From owner-svn-ports-head@freebsd.org Sat Mar 3 09:39:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AECCF2B02E; Sat, 3 Mar 2018 09:39:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3197C7757C; Sat, 3 Mar 2018 09:39:23 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 091E124859; Sat, 3 Mar 2018 09:39:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w239dMnk000171; Sat, 3 Mar 2018 09:39:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w239dMBp000168; Sat, 3 Mar 2018 09:39:22 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803030939.w239dMBp000168@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 09:39:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463475 - head/devel/py-numba X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/py-numba X-SVN-Commit-Revision: 463475 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 09:39:23 -0000 Author: yuri Date: Sat Mar 3 09:39:22 2018 New Revision: 463475 URL: https://svnweb.freebsd.org/changeset/ports/463475 Log: devel/py-numba: Update to 0.37.0 Port changes: * Changed to DISTVERSION * Updated LICENSE to BSD2CLAUSE * Added USE_PYTHON=concurrent * Added stripping * Changed WWW to https PR: 226307 Submitted by: David Kalliecharan (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/devel/py-numba/Makefile head/devel/py-numba/distinfo head/devel/py-numba/pkg-descr Modified: head/devel/py-numba/Makefile ============================================================================== --- head/devel/py-numba/Makefile Sat Mar 3 09:35:21 2018 (r463474) +++ head/devel/py-numba/Makefile Sat Mar 3 09:39:22 2018 (r463475) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= numba -PORTVERSION= 0.29.0 -PORTREVISION= 3 +DISTVERSION= 0.37.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,16 +10,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dave@dal.ca COMMENT= Optimizing compiler for Python using LLVM -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>1.7,1:math/py-numpy@${FLAVOR} RUN_DEPENDS= ${PY_ENUM34} \ ${PYTHON_PKGNAMEPREFIX}llvmlite>=0.12:devel/py-llvmlite@${FLAVOR} -# Uses Python 2.7, 3.4+ USES= python fortran -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist .include @@ -29,5 +27,8 @@ USE_PYTHON= distutils autoplist RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>0:devel/py-singledispatch@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs@${FLAVOR} .endif + +post-install: + @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name "*.so" | ${XARGS} ${STRIP_CMD} .include Modified: head/devel/py-numba/distinfo ============================================================================== --- head/devel/py-numba/distinfo Sat Mar 3 09:35:21 2018 (r463474) +++ head/devel/py-numba/distinfo Sat Mar 3 09:39:22 2018 (r463475) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477331960 -SHA256 (numba-0.29.0.tar.gz) = 00ae294f3fb3a99e8f0a9f568213cebed26675bacc9c6f8d2e025b6d564e460d -SIZE (numba-0.29.0.tar.gz) = 1146848 +TIMESTAMP = 1520067850 +SHA256 (numba-0.37.0.tar.gz) = c62121b2d384d8b4d244ef26c1cf8bb5cb819278a80b893bf41918ad6d391258 +SIZE (numba-0.37.0.tar.gz) = 1366942 Modified: head/devel/py-numba/pkg-descr ============================================================================== --- head/devel/py-numba/pkg-descr Sat Mar 3 09:35:21 2018 (r463474) +++ head/devel/py-numba/pkg-descr Sat Mar 3 09:39:22 2018 (r463475) @@ -4,4 +4,4 @@ and math-heavy Python code can be just-in-time compile instructions, similar in performance to C, C++ and Fortran, without having to switch languages or Python interpreters. -WWW: http://numba.pydata.org/ +WWW: https://numba.pydata.org/ From owner-svn-ports-head@freebsd.org Sat Mar 3 09:50:19 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFE61F2BA90; Sat, 3 Mar 2018 09:50:18 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8000F77BBB; Sat, 3 Mar 2018 09:50:18 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7549A24A20; Sat, 3 Mar 2018 09:50:18 +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 w239oIpj005772; Sat, 3 Mar 2018 09:50:18 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w239oIun005770; Sat, 3 Mar 2018 09:50:18 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201803030950.w239oIun005770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 3 Mar 2018 09:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463476 - in head/net/traefik: . files X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in head/net/traefik: . files X-SVN-Commit-Revision: 463476 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 09:50:19 -0000 Author: riggs Date: Sat Mar 3 09:50:17 2018 New Revision: 463476 URL: https://svnweb.freebsd.org/changeset/ports/463476 Log: Update to upstream version 1.5.3 Details: - Upstream changelog, see https://github.com/containous/traefik/releases - Use devel/go-bindata instead of temporary local copy - Make "traefik version" report the build data correctly - Use upstream build flags MFH: 2018Q1 Deleted: head/net/traefik/files/patch-generate.go Modified: head/net/traefik/Makefile head/net/traefik/distinfo Modified: head/net/traefik/Makefile ============================================================================== --- head/net/traefik/Makefile Sat Mar 3 09:39:22 2018 (r463475) +++ head/net/traefik/Makefile Sat Mar 3 09:50:17 2018 (r463476) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= traefik -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 DISTVERSIONPREFIX= v CATEGORIES= net @@ -11,12 +11,13 @@ COMMENT= High availability reverse proxy and load bala LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +BUILD_DEPENDS= go-bindata:devel/go-bindata + USES= go USE_GITHUB= yes GH_ACCOUNT= containous GH_SUBDIR= src/github.com/containous/traefik -GH_TUPLE= jteeuwen:go-bindata:a0ff256:gobindata/src/github.com/jteeuwen/go-bindata USE_RC_SUBR= traefik @@ -26,12 +27,17 @@ GROUPS= traefik PLIST_FILES= bin/traefik \ "@sample etc/traefik.toml.sample" +TRAEFIK_BUILD_ENV= ${MAKE_ENV} \ + CGO_ENABLED=0 + +TRAEFIK_LDARGS= -ldflags "-s -w \ + -X github.com/containous/traefik/version.Version=${DISTVERSION} \ + -X github.com/containous/traefik/version.BuildDate=`date -u '+%Y-%m-%d_%I:%M:%S%p'`" + do-build: - @cd ${WRKSRC}/src/github.com/jteeuwen/go-bindata/go-bindata; \ - ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x @cd ${WRKSRC}/src/github.com/containous/traefik; \ - ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go generate && \ - ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x ./cmd/traefik + ${SETENV} ${BUILD_ENV} ${TRAEFIK_BUILD_ENV} GOPATH=${WRKSRC} go generate && \ + ${SETENV} ${BUILD_ENV} ${TRAEFIK_BUILD_ENV} GOPATH=${WRKSRC} go build ${TRAEFIK_LDARGS} -v -x ./cmd/traefik do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/containous/traefik/traefik ${STAGEDIR}${PREFIX}/bin/traefik Modified: head/net/traefik/distinfo ============================================================================== --- head/net/traefik/distinfo Sat Mar 3 09:39:22 2018 (r463475) +++ head/net/traefik/distinfo Sat Mar 3 09:50:17 2018 (r463476) @@ -1,5 +1,5 @@ -TIMESTAMP = 1518525389 -SHA256 (containous-traefik-v1.5.2_GH0.tar.gz) = 9d4c65f5ed55d05e6727330fa095e8374f3e05a121f1f4395cbc15d0577da2d4 -SIZE (containous-traefik-v1.5.2_GH0.tar.gz) = 7828713 +TIMESTAMP = 1520063170 +SHA256 (containous-traefik-v1.5.3_GH0.tar.gz) = b6876834290dd3f916c78f6810597d40dbbd461e1d1d25fd30d31cd99b9c062b +SIZE (containous-traefik-v1.5.3_GH0.tar.gz) = 7828055 SHA256 (jteeuwen-go-bindata-a0ff256_GH0.tar.gz) = 06c7bb64ab428a28eb3633ae19fafb6b7b241d384ef45ac0728b1c5fbec64961 SIZE (jteeuwen-go-bindata-a0ff256_GH0.tar.gz) = 17868 From owner-svn-ports-head@freebsd.org Sat Mar 3 09:53:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4445FF2BEC1; Sat, 3 Mar 2018 09:53:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E90EE77FCE; Sat, 3 Mar 2018 09:53:42 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3FFE24BE1; Sat, 3 Mar 2018 09:53:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w239rgGF010452; Sat, 3 Mar 2018 09:53:42 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w239rgUd010449; Sat, 3 Mar 2018 09:53:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803030953.w239rgUd010449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 09:53:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463477 - in head: x11-fm/pcmanfm-qt x11-themes/cursor-dmz-theme x11/libfm-qt X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: x11-fm/pcmanfm-qt x11-themes/cursor-dmz-theme x11/libfm-qt X-SVN-Commit-Revision: 463477 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 09:53:43 -0000 Author: yuri Date: Sat Mar 3 09:53:42 2018 New Revision: 463477 URL: https://svnweb.freebsd.org/changeset/ports/463477 Log: Marco Beishuizen takes maintainership of 3 ports Ports: x11-fm/pcmanfm-qt/ x11/libfm-qt x11-themes/cursor-dmz-theme PR: 226294 226305 226309 Submitted by: Marco Beishuizen Approved by: tcberner (mentor, implicit) Modified: head/x11-fm/pcmanfm-qt/Makefile head/x11-themes/cursor-dmz-theme/Makefile head/x11/libfm-qt/Makefile Modified: head/x11-fm/pcmanfm-qt/Makefile ============================================================================== --- head/x11-fm/pcmanfm-qt/Makefile Sat Mar 3 09:50:17 2018 (r463476) +++ head/x11-fm/pcmanfm-qt/Makefile Sat Mar 3 09:53:42 2018 (r463477) @@ -6,7 +6,7 @@ PORTVERSION= 0.12.0 CATEGORIES= x11-fm MASTER_SITES= LXQT -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mbeis@xs4all.nl COMMENT= LXQt file manager LICENSE= GPLv2 Modified: head/x11-themes/cursor-dmz-theme/Makefile ============================================================================== --- head/x11-themes/cursor-dmz-theme/Makefile Sat Mar 3 09:50:17 2018 (r463476) +++ head/x11-themes/cursor-dmz-theme/Makefile Sat Mar 3 09:53:42 2018 (r463477) @@ -7,7 +7,7 @@ CATEGORIES= x11-themes MASTER_SITES= DEBIAN/pool/main/d/dmz-cursor-theme DISTNAME= dmz-cursor-theme_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mbeis@xs4all.nl COMMENT= DMZ style neutral scalable cursor theme LICENSE= CC-BY-SA-3.0 Modified: head/x11/libfm-qt/Makefile ============================================================================== --- head/x11/libfm-qt/Makefile Sat Mar 3 09:50:17 2018 (r463476) +++ head/x11/libfm-qt/Makefile Sat Mar 3 09:53:42 2018 (r463477) @@ -6,7 +6,7 @@ PORTVERSION= 0.12.0 CATEGORIES= x11 MASTER_SITES= LXQT -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mbeis@xs4all.nl COMMENT= Qt port of libfm LICENSE= LGPL21+ From owner-svn-ports-head@freebsd.org Sat Mar 3 09:54:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 425FDF2BF5E; Sat, 3 Mar 2018 09:54:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7500780F0; Sat, 3 Mar 2018 09:54:21 +0000 (UTC) (envelope-from danfe@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E21EE24BE5; Sat, 3 Mar 2018 09:54:21 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w239sLJH010663; Sat, 3 Mar 2018 09:54:21 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w239sLbP010660; Sat, 3 Mar 2018 09:54:21 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201803030954.w239sLbP010660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 3 Mar 2018 09:54:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463478 - in head/benchmarks/apib: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/benchmarks/apib: . files X-SVN-Commit-Revision: 463478 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 09:54:22 -0000 Author: danfe Date: Sat Mar 3 09:54:21 2018 New Revision: 463478 URL: https://svnweb.freebsd.org/changeset/ports/463478 Log: - Collect CPU and memory statistics originally missing on FreeBSD - Adjust COMMENT and port description text for better readability Added: head/benchmarks/apib/files/ head/benchmarks/apib/files/patch-src_apib__cpu.c (contents, props changed) Modified: head/benchmarks/apib/Makefile head/benchmarks/apib/pkg-descr Modified: head/benchmarks/apib/Makefile ============================================================================== --- head/benchmarks/apib/Makefile Sat Mar 3 09:53:42 2018 (r463477) +++ head/benchmarks/apib/Makefile Sat Mar 3 09:54:21 2018 (r463478) @@ -3,10 +3,11 @@ PORTNAME= apib PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= benchmarks www MAINTAINER= danfe@FreeBSD.org -COMMENT= Simple, fast HTTP performance-testing tool +COMMENT= Simple and fast HTTP performance testing tool LICENSE= APACHE20 Added: head/benchmarks/apib/files/patch-src_apib__cpu.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/apib/files/patch-src_apib__cpu.c Sat Mar 3 09:54:21 2018 (r463478) @@ -0,0 +1,102 @@ +--- src/apib_cpu.c.orig 2017-08-28 22:38:37 UTC ++++ src/apib_cpu.c +@@ -14,6 +14,11 @@ + limitations under the License. + */ + ++#ifdef __FreeBSD__ ++#include ++#include ++#include ++#endif + #include + #include + #include +@@ -35,6 +40,9 @@ static double TicksPerSecond; + * for hyperthreading, etc. */ + int cpu_Count(apr_pool_t* pool) + { ++#ifdef _SC_NPROCESSORS_ONLN ++ return (int)sysconf(_SC_NPROCESSORS_ONLN); ++#else + apr_status_t s; + apr_file_t* f; + char buf[PROC_BUF_LEN]; +@@ -66,10 +74,19 @@ int cpu_Count(apr_pool_t* pool) + count = 1; + } + return count; ++#endif + } + + static int getTicks(CPUUsage* cpu, apr_pool_t* pool) + { ++#ifdef __FreeBSD__ ++ struct tms ticks; ++ cpu->idle = times(&ticks); ++ if (cpu->idle == -1) ++ return 0; ++ cpu->nonIdle = ticks.tms_utime + ticks.tms_stime; ++ return 1; ++#else + apr_status_t s; + apr_file_t* proc; + char buf[PROC_BUF_LEN]; +@@ -118,10 +135,12 @@ static int getTicks(CPUUsage* cpu, apr_pool_t* pool) + } + + return 0; ++#endif + } + + double cpu_GetMemoryUsage(apr_pool_t* pool) + { ++#ifdef __linux__ + apr_status_t s; + apr_file_t* proc; + char buf[PROC_BUF_LEN]; +@@ -138,12 +157,36 @@ double cpu_GetMemoryUsage(apr_pool_t* pool) + if (s != APR_SUCCESS) { + return 0.0; + } ++#endif + + long totalMem = 0; + long freeMem = 0; + long buffers = 0; + long cache = 0; + ++#ifdef __FreeBSD__ ++ /* Let's work with kilobytes. */ ++ long pagesize = sysconf(_SC_PAGESIZE) / 1024; ++ totalMem = sysconf(_SC_PHYS_PAGES) * pagesize; ++ ++ size_t len; ++ ++ unsigned free; ++ len = sizeof(free); ++ sysctlbyname("vm.stats.vm.v_free_count", &free, &len, NULL, 0); ++ freeMem = free * pagesize; ++ ++ /* `buffers' is of expected type (long), no need for another variable. */ ++ len = sizeof(buffers); ++ sysctlbyname("vfs.bufspace", &buffers, &len, NULL, 0); ++ buffers /= 1024; ++ ++ /* `cache' is number of inactive pages since r309017. */ ++ unsigned inact; ++ len = sizeof(inact); ++ sysctlbyname("vm.stats.vm.v_inactive_count", &inact, &len, NULL, 0); ++ cache = inact * pagesize; ++#else + while (linep_NextLine(&line)) { + char* n = linep_NextToken(&line, " "); + char* v = linep_NextToken(&line, " "); +@@ -158,6 +201,7 @@ double cpu_GetMemoryUsage(apr_pool_t* pool) + cache = atol(v); + } + } ++#endif + + if ((totalMem <= 0) || (freeMem <= 0)) { + return 0.0; Modified: head/benchmarks/apib/pkg-descr ============================================================================== --- head/benchmarks/apib/pkg-descr Sat Mar 3 09:53:42 2018 (r463477) +++ head/benchmarks/apib/pkg-descr Sat Mar 3 09:54:21 2018 (r463478) @@ -2,7 +2,7 @@ apib is a tool that makes it easy to test API servers. on Unix systems that include the Apache Portable Runtime and OpenSSL. apib has most of the features of Apache Bench (ab), but is also intended -to be a more modern replacement. In particular, it supports: +to be a more modern replacement. In particular, it offers: - Proper HTTP 1.1 support including keep-alives and chunked encoding - Ability to spawn multiple I/O threads to take advantage of multiple From owner-svn-ports-head@freebsd.org Sat Mar 3 10:46:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1D53F2FD0B; Sat, 3 Mar 2018 10:46:49 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 85A997A8F3; Sat, 3 Mar 2018 10:46:49 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 7784F7102; Sat, 3 Mar 2018 10:46:49 +0000 (UTC) Date: Sat, 3 Mar 2018 10:46:49 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r463346 - in head/benchmarks: . apib Message-ID: <20180303104649.GA92185@FreeBSD.org> References: <201803011737.w21HbpuC094085@repo.freebsd.org> <20180302083721.xz2piujwi3rz6fup@atuin.in.mat.cc> <20180302090309.GA53578@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180302090309.GA53578@FreeBSD.org> User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 10:46:50 -0000 On Fri, Mar 02, 2018 at 09:03:09AM +0000, Alexey Dokuchaev wrote: > On Fri, Mar 02, 2018 at 09:37:21AM +0100, Mathieu Arnold wrote: > > On Thu, Mar 01, 2018 at 05:37:51PM +0000, Alexey Dokuchaev wrote: > > > +PORTNAME= apib > > > +PORTVERSION= 1.0 > > > +GH_TAGNAME= 7e8dea9 > > > > Calling this 1.0 is a bit strange, > > It would seem so, and usually is, but not in this case. Their latest > (declared) version is 1.0. > > > there is a APIB_1_0 tag, but it is not for this commit. > > Because it's from Nov 8, 2013. > > > So, this is not really 1.0. > > It's only 4 commits behind the master. I've filed an issue upstream about my recent changes to this program and also mentioned that APIB_1_0 tag is too old and perhaps a new version is in order. If all goes well, explicit GH_TAGNAME would go away soon. :-) https://github.com/apigee/apib/issues/15 ./danfe From owner-svn-ports-head@freebsd.org Sat Mar 3 11:24:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D998F32926; Sat, 3 Mar 2018 11:24:58 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C1507C50C; Sat, 3 Mar 2018 11:24:58 +0000 (UTC) (envelope-from ehaupt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1700E25A56; Sat, 3 Mar 2018 11:24:58 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23BOvOf056361; Sat, 3 Mar 2018 11:24:57 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23BOvc0056359; Sat, 3 Mar 2018 11:24:57 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201803031124.w23BOvc0056359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 3 Mar 2018 11:24:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463479 - head/net/minissdpd X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/net/minissdpd X-SVN-Commit-Revision: 463479 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 11:24:58 -0000 Author: ehaupt Date: Sat Mar 3 11:24:57 2018 New Revision: 463479 URL: https://svnweb.freebsd.org/changeset/ports/463479 Log: Update to 1.5.20180223 Modified: head/net/minissdpd/Makefile head/net/minissdpd/distinfo Modified: head/net/minissdpd/Makefile ============================================================================== --- head/net/minissdpd/Makefile Sat Mar 3 09:54:21 2018 (r463478) +++ head/net/minissdpd/Makefile Sat Mar 3 11:24:57 2018 (r463479) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= minissdpd -PORTVERSION= 1.5.20180203 +PORTVERSION= 1.5.20180223 CATEGORIES= net MASTER_SITES= http://miniupnp.free.fr/files/ \ LOCAL/ehaupt Modified: head/net/minissdpd/distinfo ============================================================================== --- head/net/minissdpd/distinfo Sat Mar 3 09:54:21 2018 (r463478) +++ head/net/minissdpd/distinfo Sat Mar 3 11:24:57 2018 (r463479) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518265738 -SHA256 (minissdpd-1.5.20180203.tar.gz) = 9b39cbd7dd74a5d01eab5109938679f87aff52e0ad30993f819d237d108a39fa -SIZE (minissdpd-1.5.20180203.tar.gz) = 35848 +TIMESTAMP = 1520076110 +SHA256 (minissdpd-1.5.20180223.tar.gz) = bba94209b40755b32022db9450ee3f4446896a16912915fbb292001a7f8087b0 +SIZE (minissdpd-1.5.20180223.tar.gz) = 36179 From owner-svn-ports-head@freebsd.org Sat Mar 3 11:47:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47F89F340F9; Sat, 3 Mar 2018 11:47:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDD807D221; Sat, 3 Mar 2018 11:47:21 +0000 (UTC) (envelope-from danfe@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E420025D8B; Sat, 3 Mar 2018 11:47:21 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23BlL2n066427; Sat, 3 Mar 2018 11:47:21 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23BlLmC066426; Sat, 3 Mar 2018 11:47:21 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201803031147.w23BlLmC066426@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 3 Mar 2018 11:47:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463480 - head/benchmarks/apib/files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/benchmarks/apib/files X-SVN-Commit-Revision: 463480 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 11:47:22 -0000 Author: danfe Date: Sat Mar 3 11:47:21 2018 New Revision: 463480 URL: https://svnweb.freebsd.org/changeset/ports/463480 Log: Adjust code comments and add one missing linefeed. Modified: head/benchmarks/apib/files/patch-src_apib__cpu.c Modified: head/benchmarks/apib/files/patch-src_apib__cpu.c ============================================================================== --- head/benchmarks/apib/files/patch-src_apib__cpu.c Sat Mar 3 11:24:57 2018 (r463479) +++ head/benchmarks/apib/files/patch-src_apib__cpu.c Sat Mar 3 11:47:21 2018 (r463480) @@ -22,7 +22,7 @@ apr_status_t s; apr_file_t* f; char buf[PROC_BUF_LEN]; -@@ -66,10 +74,19 @@ int cpu_Count(apr_pool_t* pool) +@@ -66,10 +74,20 @@ int cpu_Count(apr_pool_t* pool) count = 1; } return count; @@ -33,6 +33,7 @@ { +#ifdef __FreeBSD__ + struct tms ticks; ++ + cpu->idle = times(&ticks); + if (cpu->idle == -1) + return 0; @@ -42,7 +43,7 @@ apr_status_t s; apr_file_t* proc; char buf[PROC_BUF_LEN]; -@@ -118,10 +135,12 @@ static int getTicks(CPUUsage* cpu, apr_pool_t* pool) +@@ -118,10 +136,12 @@ static int getTicks(CPUUsage* cpu, apr_pool_t* pool) } return 0; @@ -55,7 +56,7 @@ apr_status_t s; apr_file_t* proc; char buf[PROC_BUF_LEN]; -@@ -138,12 +157,36 @@ double cpu_GetMemoryUsage(apr_pool_t* pool) +@@ -138,12 +158,36 @@ double cpu_GetMemoryUsage(apr_pool_t* pool) if (s != APR_SUCCESS) { return 0.0; } @@ -67,7 +68,7 @@ long cache = 0; +#ifdef __FreeBSD__ -+ /* Let's work with kilobytes. */ ++ /* We work with kilobytes to match Linux' /proc/meminfo. */ + long pagesize = sysconf(_SC_PAGESIZE) / 1024; + totalMem = sysconf(_SC_PHYS_PAGES) * pagesize; + @@ -83,7 +84,7 @@ + sysctlbyname("vfs.bufspace", &buffers, &len, NULL, 0); + buffers /= 1024; + -+ /* `cache' is number of inactive pages since r309017. */ ++ /* `cache' is based on number of inactive pages since r309017. */ + unsigned inact; + len = sizeof(inact); + sysctlbyname("vm.stats.vm.v_inactive_count", &inact, &len, NULL, 0); @@ -92,7 +93,7 @@ while (linep_NextLine(&line)) { char* n = linep_NextToken(&line, " "); char* v = linep_NextToken(&line, " "); -@@ -158,6 +201,7 @@ double cpu_GetMemoryUsage(apr_pool_t* pool) +@@ -158,6 +202,7 @@ double cpu_GetMemoryUsage(apr_pool_t* pool) cache = atol(v); } } From owner-svn-ports-head@freebsd.org Sat Mar 3 12:19:03 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17A5EF36DA0; Sat, 3 Mar 2018 12:19:03 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AEE867E7C0; Sat, 3 Mar 2018 12:19:02 +0000 (UTC) (envelope-from vanilla@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A54CE26258; Sat, 3 Mar 2018 12:19:02 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23CJ2Qh081512; Sat, 3 Mar 2018 12:19:02 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23CJ2QT081506; Sat, 3 Mar 2018 12:19:02 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201803031219.w23CJ2QT081506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 3 Mar 2018 12:19:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463481 - in head/devel/grpc: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/grpc: . files X-SVN-Commit-Revision: 463481 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 12:19:03 -0000 Author: vanilla Date: Sat Mar 3 12:19:01 2018 New Revision: 463481 URL: https://svnweb.freebsd.org/changeset/ports/463481 Log: Update to 1.10.0. Added: head/devel/grpc/files/patch-src_core_lib_gpr_arena.cc (contents, props changed) Modified: head/devel/grpc/Makefile head/devel/grpc/distinfo head/devel/grpc/files/patch-CMakeLists.txt head/devel/grpc/files/patch-cmake_cares.cmake head/devel/grpc/pkg-plist Modified: head/devel/grpc/Makefile ============================================================================== --- head/devel/grpc/Makefile Sat Mar 3 11:47:21 2018 (r463480) +++ head/devel/grpc/Makefile Sat Mar 3 12:19:01 2018 (r463481) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.9.1 +PORTVERSION= 1.10.0 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/grpc/distinfo ============================================================================== --- head/devel/grpc/distinfo Sat Mar 3 11:47:21 2018 (r463480) +++ head/devel/grpc/distinfo Sat Mar 3 12:19:01 2018 (r463481) @@ -1,5 +1,5 @@ -TIMESTAMP = 1518005979 -SHA256 (grpc-grpc-v1.9.1_GH0.tar.gz) = fac236d49fb3e89399b68a5aa944fc69221769bcedd099d47eb6f93e59035c40 -SIZE (grpc-grpc-v1.9.1_GH0.tar.gz) = 4648929 +TIMESTAMP = 1520000484 +SHA256 (grpc-grpc-v1.10.0_GH0.tar.gz) = 39a73de6fa2a03bdb9c43c89a4283e09880833b3c1976ef3ce3edf45c8cacf72 +SIZE (grpc-grpc-v1.10.0_GH0.tar.gz) = 13160605 SHA256 (google-benchmark-v1.3.0_GH0.tar.gz) = f19559475a592cbd5ac48b61f6b9cedf87f0b6775d1443de54cfe8f53940b28d SIZE (google-benchmark-v1.3.0_GH0.tar.gz) = 105485 Modified: head/devel/grpc/files/patch-CMakeLists.txt ============================================================================== --- head/devel/grpc/files/patch-CMakeLists.txt Sat Mar 3 11:47:21 2018 (r463480) +++ head/devel/grpc/files/patch-CMakeLists.txt Sat Mar 3 12:19:01 2018 (r463481) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2018-02-01 19:36:08 UTC +--- CMakeLists.txt.orig 2018-03-01 18:16:44 UTC +++ CMakeLists.txt -@@ -669,6 +669,7 @@ add_library(gpr +@@ -666,6 +666,7 @@ add_library(gpr src/core/lib/profiling/basic_timers.cc src/core/lib/profiling/stap_timers.cc ) @@ -8,7 +8,7 @@ if(WIN32 AND MSVC) set_target_properties(gpr PROPERTIES COMPILE_PDB_NAME "gpr" -@@ -1044,6 +1045,7 @@ add_library(grpc +@@ -1032,6 +1033,7 @@ add_library(grpc src/core/ext/filters/workarounds/workaround_utils.cc src/core/plugin_registry/grpc_plugin_registry.cc ) @@ -16,7 +16,7 @@ if(WIN32 AND MSVC) set_target_properties(grpc PROPERTIES COMPILE_PDB_NAME "grpc" -@@ -1355,6 +1357,7 @@ add_library(grpc_cronet +@@ -1343,6 +1345,7 @@ add_library(grpc_cronet src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc src/core/plugin_registry/grpc_cronet_plugin_registry.cc ) @@ -24,7 +24,7 @@ if(WIN32 AND MSVC) set_target_properties(grpc_cronet PROPERTIES COMPILE_PDB_NAME "grpc_cronet" -@@ -2192,6 +2195,7 @@ add_library(grpc_unsecure +@@ -2220,6 +2223,7 @@ add_library(grpc_unsecure src/core/ext/filters/workarounds/workaround_utils.cc src/core/plugin_registry/grpc_unsecure_plugin_registry.cc ) @@ -32,7 +32,7 @@ if(WIN32 AND MSVC) set_target_properties(grpc_unsecure PROPERTIES COMPILE_PDB_NAME "grpc_unsecure" -@@ -2400,6 +2404,7 @@ add_library(grpc++ +@@ -2429,6 +2433,7 @@ add_library(grpc++ src/cpp/util/time_cc.cc src/cpp/codegen/codegen_init.cc ) @@ -40,7 +40,7 @@ if(WIN32 AND MSVC) set_target_properties(grpc++ PROPERTIES COMPILE_PDB_NAME "grpc++" -@@ -2880,6 +2885,7 @@ add_library(grpc++_cronet +@@ -2969,6 +2974,7 @@ add_library(grpc++_cronet third_party/nanopb/pb_decode.c third_party/nanopb/pb_encode.c ) @@ -48,7 +48,7 @@ if(WIN32 AND MSVC) set_target_properties(grpc++_cronet PROPERTIES COMPILE_PDB_NAME "grpc++_cronet" -@@ -3076,6 +3082,7 @@ add_library(grpc++_error_details +@@ -3231,6 +3237,7 @@ add_library(grpc++_error_details ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/status/status.grpc.pb.h src/cpp/util/error_details.cc ) @@ -56,7 +56,7 @@ if(WIN32 AND MSVC) set_target_properties(grpc++_error_details PROPERTIES COMPILE_PDB_NAME "grpc++_error_details" -@@ -3198,6 +3205,7 @@ add_library(grpc++_reflection +@@ -3355,6 +3362,7 @@ add_library(grpc++_reflection ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/reflection/v1alpha/reflection.pb.h ${_gRPC_PROTO_GENS_DIR}/src/proto/grpc/reflection/v1alpha/reflection.grpc.pb.h ) @@ -64,7 +64,7 @@ if(WIN32 AND MSVC) set_target_properties(grpc++_reflection PROPERTIES COMPILE_PDB_NAME "grpc++_reflection" -@@ -3611,6 +3619,7 @@ add_library(grpc++_unsecure +@@ -3834,6 +3842,7 @@ add_library(grpc++_unsecure src/cpp/util/time_cc.cc src/cpp/codegen/codegen_init.cc ) @@ -72,7 +72,7 @@ if(WIN32 AND MSVC) set_target_properties(grpc++_unsecure PROPERTIES COMPILE_PDB_NAME "grpc++_unsecure" -@@ -3916,6 +3925,7 @@ add_library(grpc_plugin_support +@@ -4206,6 +4215,7 @@ add_library(grpc_plugin_support src/compiler/python_generator.cc src/compiler/ruby_generator.cc ) @@ -80,7 +80,7 @@ if(WIN32 AND MSVC) set_target_properties(grpc_plugin_support PROPERTIES COMPILE_PDB_NAME "grpc_plugin_support" -@@ -4409,6 +4419,7 @@ endif (gRPC_BUILD_TESTS) +@@ -4700,6 +4710,7 @@ endif (gRPC_BUILD_TESTS) add_library(grpc_csharp_ext SHARED src/csharp/ext/grpc_csharp_ext.c ) Modified: head/devel/grpc/files/patch-cmake_cares.cmake ============================================================================== --- head/devel/grpc/files/patch-cmake_cares.cmake Sat Mar 3 11:47:21 2018 (r463480) +++ head/devel/grpc/files/patch-cmake_cares.cmake Sat Mar 3 12:19:01 2018 (r463481) @@ -1,9 +1,9 @@ ---- cmake/cares.cmake.orig 2018-02-01 19:36:08 UTC +--- cmake/cares.cmake.orig 2018-03-01 18:16:44 UTC +++ cmake/cares.cmake -@@ -30,7 +30,8 @@ if("${gRPC_CARES_PROVIDER}" STREQUAL "mo - set(gRPC_INSTALL FALSE) +@@ -31,7 +31,8 @@ if("${gRPC_CARES_PROVIDER}" STREQUAL "mo endif() elseif("${gRPC_CARES_PROVIDER}" STREQUAL "package") + # Use "CONFIG" as there is no built-in cmake module for c-ares. - find_package(c-ares REQUIRED CONFIG) + find_package(PkgConfig REQUIRED) + pkg_search_module(CARES REQUIRED libcares) Added: head/devel/grpc/files/patch-src_core_lib_gpr_arena.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/grpc/files/patch-src_core_lib_gpr_arena.cc Sat Mar 3 12:19:01 2018 (r463481) @@ -0,0 +1,11 @@ +--- src/core/lib/gpr/arena.cc.orig 2018-03-02 14:59:20 UTC ++++ src/core/lib/gpr/arena.cc +@@ -83,7 +83,7 @@ void* gpr_arena_alloc(gpr_arena* arena, + ROUND_UP_TO_ALIGNMENT_SIZE(sizeof(zone)) + next_z_size)); + next_z->size_begin = z->size_end; + next_z->size_end = z->size_end + next_z_size; +- if (!gpr_atm_rel_cas(&z->next_atm, static_cast(NULL), ++ if (!gpr_atm_rel_cas(&z->next_atm, (gpr_atm)NULL, + (gpr_atm)next_z)) { + gpr_free_aligned(next_z); + next_z = (zone*)gpr_atm_acq_load(&z->next_atm); Modified: head/devel/grpc/pkg-plist ============================================================================== --- head/devel/grpc/pkg-plist Sat Mar 3 11:47:21 2018 (r463480) +++ head/devel/grpc/pkg-plist Sat Mar 3 12:19:01 2018 (r463481) @@ -134,28 +134,98 @@ include/grpc/support/atm.h include/grpc/support/atm_gcc_atomic.h include/grpc/support/atm_gcc_sync.h include/grpc/support/atm_windows.h -include/grpc/support/avl.h -include/grpc/support/cmdline.h include/grpc/support/cpu.h -include/grpc/support/host_port.h include/grpc/support/log.h include/grpc/support/log_windows.h include/grpc/support/port_platform.h include/grpc/support/string_util.h -include/grpc/support/subprocess.h include/grpc/support/sync.h include/grpc/support/sync_custom.h include/grpc/support/sync_generic.h include/grpc/support/sync_posix.h include/grpc/support/sync_windows.h -include/grpc/support/thd.h +include/grpc/support/thd_id.h include/grpc/support/time.h -include/grpc/support/tls.h -include/grpc/support/tls_gcc.h -include/grpc/support/tls_msvc.h -include/grpc/support/tls_pthread.h -include/grpc/support/useful.h include/grpc/support/workaround_list.h +include/grpcpp/alarm.h +include/grpcpp/channel.h +include/grpcpp/client_context.h +include/grpcpp/completion_queue.h +include/grpcpp/create_channel.h +include/grpcpp/create_channel_posix.h +include/grpcpp/ext/health_check_service_server_builder_option.h +include/grpcpp/ext/proto_server_reflection_plugin.h +include/grpcpp/generic/async_generic_service.h +include/grpcpp/generic/generic_stub.h +include/grpcpp/grpcpp.h +include/grpcpp/health_check_service_interface.h +include/grpcpp/impl/call.h +include/grpcpp/impl/channel_argument_option.h +include/grpcpp/impl/client_unary_call.h +include/grpcpp/impl/codegen/async_stream.h +include/grpcpp/impl/codegen/async_unary_call.h +include/grpcpp/impl/codegen/byte_buffer.h +include/grpcpp/impl/codegen/call.h +include/grpcpp/impl/codegen/call_hook.h +include/grpcpp/impl/codegen/channel_interface.h +include/grpcpp/impl/codegen/client_context.h +include/grpcpp/impl/codegen/client_unary_call.h +include/grpcpp/impl/codegen/completion_queue.h +include/grpcpp/impl/codegen/completion_queue_tag.h +include/grpcpp/impl/codegen/config.h +include/grpcpp/impl/codegen/config_protobuf.h +include/grpcpp/impl/codegen/core_codegen.h +include/grpcpp/impl/codegen/core_codegen_interface.h +include/grpcpp/impl/codegen/create_auth_context.h +include/grpcpp/impl/codegen/grpc_library.h +include/grpcpp/impl/codegen/metadata_map.h +include/grpcpp/impl/codegen/method_handler_impl.h +include/grpcpp/impl/codegen/proto_utils.h +include/grpcpp/impl/codegen/rpc_method.h +include/grpcpp/impl/codegen/rpc_service_method.h +include/grpcpp/impl/codegen/security/auth_context.h +include/grpcpp/impl/codegen/serialization_traits.h +include/grpcpp/impl/codegen/server_context.h +include/grpcpp/impl/codegen/server_interface.h +include/grpcpp/impl/codegen/service_type.h +include/grpcpp/impl/codegen/slice.h +include/grpcpp/impl/codegen/status.h +include/grpcpp/impl/codegen/status_code_enum.h +include/grpcpp/impl/codegen/string_ref.h +include/grpcpp/impl/codegen/stub_options.h +include/grpcpp/impl/codegen/sync_stream.h +include/grpcpp/impl/codegen/time.h +include/grpcpp/impl/grpc_library.h +include/grpcpp/impl/method_handler_impl.h +include/grpcpp/impl/rpc_method.h +include/grpcpp/impl/rpc_service_method.h +include/grpcpp/impl/serialization_traits.h +include/grpcpp/impl/server_builder_option.h +include/grpcpp/impl/server_builder_plugin.h +include/grpcpp/impl/server_initializer.h +include/grpcpp/impl/service_type.h +include/grpcpp/resource_quota.h +include/grpcpp/security/auth_context.h +include/grpcpp/security/auth_metadata_processor.h +include/grpcpp/security/credentials.h +include/grpcpp/security/server_credentials.h +include/grpcpp/server.h +include/grpcpp/server_builder.h +include/grpcpp/server_context.h +include/grpcpp/server_posix.h +include/grpcpp/support/async_stream.h +include/grpcpp/support/async_unary_call.h +include/grpcpp/support/byte_buffer.h +include/grpcpp/support/channel_arguments.h +include/grpcpp/support/config.h +include/grpcpp/support/error_details.h +include/grpcpp/support/slice.h +include/grpcpp/support/status.h +include/grpcpp/support/status_code_enum.h +include/grpcpp/support/string_ref.h +include/grpcpp/support/stub_options.h +include/grpcpp/support/sync_stream.h +include/grpcpp/support/time.h lib/cmake/benchmark/benchmarkConfig.cmake lib/cmake/benchmark/benchmarkConfigVersion.cmake lib/cmake/benchmark/benchmarkTargets-%%CMAKE_BUILD_TYPE%%.cmake From owner-svn-ports-head@freebsd.org Sat Mar 3 12:19:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1823F36E48; Sat, 3 Mar 2018 12:19:36 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EABA7E8AC; Sat, 3 Mar 2018 12:19:36 +0000 (UTC) (envelope-from vanilla@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 79BDD26259; Sat, 3 Mar 2018 12:19:36 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23CJaNE081663; Sat, 3 Mar 2018 12:19:36 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23CJaJl081660; Sat, 3 Mar 2018 12:19:36 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201803031219.w23CJaJl081660@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 3 Mar 2018 12:19:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463482 - in head/devel/py-grpcio: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/py-grpcio: . files X-SVN-Commit-Revision: 463482 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 12:19:37 -0000 Author: vanilla Date: Sat Mar 3 12:19:36 2018 New Revision: 463482 URL: https://svnweb.freebsd.org/changeset/ports/463482 Log: Update to 1.10.0. Deleted: head/devel/py-grpcio/files/patch-third__party_boringssl_ssl_CMakeLists.txt Modified: head/devel/py-grpcio/Makefile head/devel/py-grpcio/distinfo Modified: head/devel/py-grpcio/Makefile ============================================================================== --- head/devel/py-grpcio/Makefile Sat Mar 3 12:19:01 2018 (r463481) +++ head/devel/py-grpcio/Makefile Sat Mar 3 12:19:36 2018 (r463482) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.9.1 +PORTVERSION= 1.10.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-grpcio/distinfo ============================================================================== --- head/devel/py-grpcio/distinfo Sat Mar 3 12:19:01 2018 (r463481) +++ head/devel/py-grpcio/distinfo Sat Mar 3 12:19:36 2018 (r463482) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517921761 -SHA256 (grpcio-1.9.1.tar.gz) = e7c43b5619deff48cc177c1b0618c4beeb2797f910f160e3c2035d5baf790a5d -SIZE (grpcio-1.9.1.tar.gz) = 9994900 +TIMESTAMP = 1520003716 +SHA256 (grpcio-1.10.0.tar.gz) = 03265472d39bf26f124c3ef68446f7873c8260893e6ae65b323a5b51ed52e580 +SIZE (grpcio-1.10.0.tar.gz) = 13987692 From owner-svn-ports-head@freebsd.org Sat Mar 3 12:20:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58C53F36F74; Sat, 3 Mar 2018 12:20:23 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07C4A7E9B9; Sat, 3 Mar 2018 12:20:23 +0000 (UTC) (envelope-from vanilla@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0241E2625F; Sat, 3 Mar 2018 12:20:23 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23CKMju081834; Sat, 3 Mar 2018 12:20:22 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23CKMAq081832; Sat, 3 Mar 2018 12:20:22 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201803031220.w23CKMAq081832@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 3 Mar 2018 12:20:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463483 - head/devel/py-grpcio-tools X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/py-grpcio-tools X-SVN-Commit-Revision: 463483 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 12:20:23 -0000 Author: vanilla Date: Sat Mar 3 12:20:22 2018 New Revision: 463483 URL: https://svnweb.freebsd.org/changeset/ports/463483 Log: Update to 1.10.0. Modified: head/devel/py-grpcio-tools/Makefile head/devel/py-grpcio-tools/distinfo Modified: head/devel/py-grpcio-tools/Makefile ============================================================================== --- head/devel/py-grpcio-tools/Makefile Sat Mar 3 12:19:36 2018 (r463482) +++ head/devel/py-grpcio-tools/Makefile Sat Mar 3 12:20:22 2018 (r463483) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio-tools -PORTVERSION= 1.9.1 +PORTVERSION= 1.10.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-grpcio-tools/distinfo ============================================================================== --- head/devel/py-grpcio-tools/distinfo Sat Mar 3 12:19:36 2018 (r463482) +++ head/devel/py-grpcio-tools/distinfo Sat Mar 3 12:20:22 2018 (r463483) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517922506 -SHA256 (grpcio-tools-1.9.1.tar.gz) = 10369bd7529a95ff00a7485c7bff7eab5e532f54782f31980c4a71e12550673f -SIZE (grpcio-tools-1.9.1.tar.gz) = 1914381 +TIMESTAMP = 1520078259 +SHA256 (grpcio-tools-1.10.0.tar.gz) = 7f882ff38ca4b2e25f5df2855b6ba8f1ed2bad0efa524bc1d857cd9d64c52fec +SIZE (grpcio-tools-1.10.0.tar.gz) = 1916832 From owner-svn-ports-head@freebsd.org Sat Mar 3 14:12:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64D78F3FA8E; Sat, 3 Mar 2018 14:12:08 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 115C58311D; Sat, 3 Mar 2018 14:12:08 +0000 (UTC) (envelope-from jrm@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0BD922756F; Sat, 3 Mar 2018 14:12:08 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23EC7S8040546; Sat, 3 Mar 2018 14:12:07 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23EC7hY040545; Sat, 3 Mar 2018 14:12:07 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201803031412.w23EC7hY040545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Sat, 3 Mar 2018 14:12:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463484 - head X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 463484 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 14:12:08 -0000 Author: jrm Date: Sat Mar 3 14:12:07 2018 New Revision: 463484 URL: https://svnweb.freebsd.org/changeset/ports/463484 Log: UPDATING: Add example for setting default Emacs flavor in make.conf After Emacs flavors were introduced, users have requested the ability to specify a default flavor for the Emacs ports (editors/emacs and editors/emacs-devel) in make.conf, so add an example to the 20180201 entry. Approved by: ashish Differential Revision: https://reviews.freebsd.org/D14555 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Mar 3 12:20:22 2018 (r463483) +++ head/UPDATING Sat Mar 3 14:12:07 2018 (r463484) @@ -140,8 +140,16 @@ you update your ports collection, before attempting an # make FLAVOR=nox install # make FLAVOR=devel_full + An alternative to the default flavor, full, for editors/emacs and + editors/emacs-devel can be set in make.conf. For example, to specify nox as + the default flavor for both ports, use + + .if ${.CURDIR:M*/editors/emacs*} + FLAVOR?=nox + .endif + For ports using Emacs, an alternative to the default flavor, full, - can be set in make.conf. For example, to automatically depend on + can be also be set in make.conf. For example, to automatically depend on emacs-nox, use DEFAULT_VERSIONS+=emacs=nox From owner-svn-ports-head@freebsd.org Sat Mar 3 15:27:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51E80F44D0E; Sat, 3 Mar 2018 15:27:44 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3F188606D; Sat, 3 Mar 2018 15:27:43 +0000 (UTC) (envelope-from zi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E64D4D6; Sat, 3 Mar 2018 15:27:43 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23FRhFc075244; Sat, 3 Mar 2018 15:27:43 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23FRhRI075243; Sat, 3 Mar 2018 15:27:43 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201803031527.w23FRhRI075243@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sat, 3 Mar 2018 15:27:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463485 - head/net/isc-dhcp44-server X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/net/isc-dhcp44-server X-SVN-Commit-Revision: 463485 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 15:27:44 -0000 Author: zi Date: Sat Mar 3 15:27:43 2018 New Revision: 463485 URL: https://svnweb.freebsd.org/changeset/ports/463485 Log: - Fix build PR: 226327 Modified: head/net/isc-dhcp44-server/Makefile Modified: head/net/isc-dhcp44-server/Makefile ============================================================================== --- head/net/isc-dhcp44-server/Makefile Sat Mar 3 14:12:07 2018 (r463484) +++ head/net/isc-dhcp44-server/Makefile Sat Mar 3 15:27:43 2018 (r463485) @@ -94,7 +94,6 @@ PARANOIA_CONFIGURE_VARS_OFF= PARANOIAOPT="no" LDAP_CONFIGURE_WITH= ldap ldapcrypto LDAP_USE= OPENLDAP LDAP_USES= shebangfix -LDAP_SSL_CONFIGURE_WITH= ldapcrypto LDAP_SSL_USES= ssl LDAP_SSL_VARS= LIBS+=-lssl IPV6_CONFIGURE_ENABLE= dhcpv6 From owner-svn-ports-head@freebsd.org Sat Mar 3 15:29:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D41CF44F6B; Sat, 3 Mar 2018 15:29:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1D4E986214; Sat, 3 Mar 2018 15:29:53 +0000 (UTC) (envelope-from feld@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 181ECD9; Sat, 3 Mar 2018 15:29:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23FTqo9075754; Sat, 3 Mar 2018 15:29:52 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23FTpcV075738; Sat, 3 Mar 2018 15:29:51 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201803031529.w23FTpcV075738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sat, 3 Mar 2018 15:29:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463486 - in head: sysutils/beats sysutils/logstash5 sysutils/logstash6 textproc/elasticsearch textproc/elasticsearch2 textproc/elasticsearch5 textproc/elasticsearch5-search-guard textp... X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in head: sysutils/beats sysutils/logstash5 sysutils/logstash6 textproc/elasticsearch textproc/elasticsearch2 textproc/elasticsearch5 textproc/elasticsearch5-search-guard textproc/elasticsearch5-x-pack... X-SVN-Commit-Revision: 463486 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 15:29:53 -0000 Author: feld Date: Sat Mar 3 15:29:51 2018 New Revision: 463486 URL: https://svnweb.freebsd.org/changeset/ports/463486 Log: Update MAINTAINER for Elastic related ports Approved by: private email Modified: head/sysutils/beats/Makefile head/sysutils/logstash5/Makefile head/sysutils/logstash6/Makefile head/textproc/elasticsearch/Makefile head/textproc/elasticsearch2/Makefile head/textproc/elasticsearch5-search-guard/Makefile head/textproc/elasticsearch5-x-pack/Makefile head/textproc/elasticsearch5/Makefile head/textproc/kibana5-search-guard/Makefile head/textproc/kibana5-x-pack/Makefile head/textproc/kibana5/Makefile head/textproc/kibana6/Makefile head/textproc/p5-Search-Elasticsearch-Client-0_90/Makefile head/textproc/p5-Search-Elasticsearch-Client-1_0/Makefile head/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile head/textproc/p5-Search-Elasticsearch/Makefile Modified: head/sysutils/beats/Makefile ============================================================================== --- head/sysutils/beats/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/sysutils/beats/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -6,7 +6,7 @@ PORTVERSION= 6.2.2 DISTVERSIONPREFIX=v CATEGORIES= sysutils -MAINTAINER= girgen@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= Collect logs locally and send to remote logstash LICENSE= APACHE20 Modified: head/sysutils/logstash5/Makefile ============================================================================== --- head/sysutils/logstash5/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/sysutils/logstash5/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -7,7 +7,7 @@ CATEGORIES= sysutils java MASTER_SITES= http://artifacts.elastic.co/downloads/logstash/ PKGNAMESUFFIX= 5 -MAINTAINER= tj@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= Server-side data ingest and transfomation tool LICENSE= APACHE20 Modified: head/sysutils/logstash6/Makefile ============================================================================== --- head/sysutils/logstash6/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/sysutils/logstash6/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -7,7 +7,7 @@ CATEGORIES= sysutils java MASTER_SITES= http://artifacts.elastic.co/downloads/logstash/ PKGNAMESUFFIX= 6 -MAINTAINER= feld@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= Server-side data ingest and transfomation tool LICENSE= APACHE20 Modified: head/textproc/elasticsearch/Makefile ============================================================================== --- head/textproc/elasticsearch/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/textproc/elasticsearch/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -7,7 +7,7 @@ CATEGORIES= textproc java devel MASTER_SITES= http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ -MAINTAINER= tj@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= Full-text search engine for Java LICENSE= APACHE20 Modified: head/textproc/elasticsearch2/Makefile ============================================================================== --- head/textproc/elasticsearch2/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/textproc/elasticsearch2/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -8,7 +8,7 @@ MASTER_SITES= http://download.elasticsearch.org/${PORT http://mirrors.rit.edu/zi/ PKGNAMESUFFIX= 2 -MAINTAINER= tj@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= Full-text search engine for Java LICENSE= APACHE20 Modified: head/textproc/elasticsearch5-search-guard/Makefile ============================================================================== --- head/textproc/elasticsearch5-search-guard/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/textproc/elasticsearch5-search-guard/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -8,7 +8,7 @@ MASTER_SITES= https://oss.sonatype.org/content/reposit PKGNAMEPREFIX= elasticsearch5- DISTNAME= search-guard-5-${DISTVERSION} -MAINTAINER= 000.fbsd@quip.cz +MAINTAINER= elastic@FreeBSD.org COMMENT= Elasticsearch Search Guard plugin LICENSE= APACHE20 Modified: head/textproc/elasticsearch5-x-pack/Makefile ============================================================================== --- head/textproc/elasticsearch5-x-pack/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/textproc/elasticsearch5-x-pack/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -7,7 +7,7 @@ CATEGORIES= textproc java MASTER_SITES= https://artifacts.elastic.co/downloads/packs/x-pack/ PKGNAMEPREFIX= elasticsearch5- -MAINTAINER= tj@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= Elasticsearch X-Pack plugins RUN_DEPENDS:= elasticsearch5>=5.6.8:textproc/elasticsearch5 Modified: head/textproc/elasticsearch5/Makefile ============================================================================== --- head/textproc/elasticsearch5/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/textproc/elasticsearch5/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -9,7 +9,7 @@ MASTER_SITES= https://artifacts.elastic.co/downloads/$ http://mirrors.rit.edu/zi/ PKGNAMESUFFIX= 5 -MAINTAINER= tj@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= Full-text search engine for Java LICENSE= APACHE20 Modified: head/textproc/kibana5-search-guard/Makefile ============================================================================== --- head/textproc/kibana5-search-guard/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/textproc/kibana5-search-guard/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -8,7 +8,7 @@ MASTER_SITES= https://github.com/floragunncom/search-g PKGNAMEPREFIX= kibana5- DISTNAME= searchguard-kibana-5.3.0-2 -MAINTAINER= 000.fbsd@quip.cz +MAINTAINER= elastic@FreeBSD.org COMMENT= Kibana 5.3 Search Guard plugin LICENSE= APACHE20 Modified: head/textproc/kibana5-x-pack/Makefile ============================================================================== --- head/textproc/kibana5-x-pack/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/textproc/kibana5-x-pack/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -7,7 +7,7 @@ CATEGORIES= textproc java MASTER_SITES= https://artifacts.elastic.co/downloads/packs/x-pack/ PKGNAMEPREFIX= kibana5- -MAINTAINER= tj@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= Kibana 5.0 X-Pack plugins RUN_DEPENDS:= kibana5>=5.6.8:textproc/kibana5 Modified: head/textproc/kibana5/Makefile ============================================================================== --- head/textproc/kibana5/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/textproc/kibana5/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -10,7 +10,7 @@ MASTER_SITES= https://artifacts.elastic.co/downloads/k http://artifacts.elastic.co/downloads/kibana/ PKGNAMESUFFIX?= 5 -MAINTAINER= tj@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= Browser based analytics and search interface to ElasticSearch LICENSE= APACHE20 Modified: head/textproc/kibana6/Makefile ============================================================================== --- head/textproc/kibana6/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/textproc/kibana6/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -10,7 +10,7 @@ MASTER_SITES= https://artifacts.elastic.co/downloads/k http://artifacts.elastic.co/downloads/kibana/ PKGNAMESUFFIX?= 6 -MAINTAINER= feld@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= Browser based analytics and search interface to ElasticSearch LICENSE= APACHE20 Modified: head/textproc/p5-Search-Elasticsearch-Client-0_90/Makefile ============================================================================== --- head/textproc/p5-Search-Elasticsearch-Client-0_90/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/textproc/p5-Search-Elasticsearch-Client-0_90/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DRTECH PKGNAMEPREFIX= p5- -MAINTAINER= tj@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= ElasticSearch API for 0.90 servers LICENSE= APACHE20 Modified: head/textproc/p5-Search-Elasticsearch-Client-1_0/Makefile ============================================================================== --- head/textproc/p5-Search-Elasticsearch-Client-1_0/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/textproc/p5-Search-Elasticsearch-Client-1_0/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DRTECH PKGNAMEPREFIX= p5- -MAINTAINER= tj@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= ElasticSearch API for 1.0 servers LICENSE= APACHE20 Modified: head/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile ============================================================================== --- head/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DRTECH PKGNAMEPREFIX= p5- -MAINTAINER= tj@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= ElasticSearch API for 2.0 servers LICENSE= APACHE20 Modified: head/textproc/p5-Search-Elasticsearch/Makefile ============================================================================== --- head/textproc/p5-Search-Elasticsearch/Makefile Sat Mar 3 15:27:43 2018 (r463485) +++ head/textproc/p5-Search-Elasticsearch/Makefile Sat Mar 3 15:29:51 2018 (r463486) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DRTECH PKGNAMEPREFIX= p5- -MAINTAINER= tj@FreeBSD.org +MAINTAINER= elastic@FreeBSD.org COMMENT= ElasticSearch API LICENSE= APACHE20 From owner-svn-ports-head@freebsd.org Sat Mar 3 15:37:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12C57F45867; Sat, 3 Mar 2018 15:37:04 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB3BD86807; Sat, 3 Mar 2018 15:37:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B5BE22A8; Sat, 3 Mar 2018 15:37:03 +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 w23Fb3ic080803; Sat, 3 Mar 2018 15:37:03 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23Fb3tH080801; Sat, 3 Mar 2018 15:37:03 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201803031537.w23Fb3tH080801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 3 Mar 2018 15:37:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463487 - in head/x11-wm/icewm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: in head/x11-wm/icewm: . files X-SVN-Commit-Revision: 463487 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 15:37:04 -0000 Author: riggs Date: Sat Mar 3 15:37:03 2018 New Revision: 463487 URL: https://svnweb.freebsd.org/changeset/ports/463487 Log: Fix build on 11 and later with c++ compilers by default in c++11 mode PR: 226213 Submitted by: portmaster@bsdforge.com (maintainer) MFH: 2018Q1 (ports-secteam build fix blanket) Added: head/x11-wm/icewm/files/patch-src_wmabout.cc (contents, props changed) Modified: head/x11-wm/icewm/Makefile Modified: head/x11-wm/icewm/Makefile ============================================================================== --- head/x11-wm/icewm/Makefile Sat Mar 3 15:29:51 2018 (r463486) +++ head/x11-wm/icewm/Makefile Sat Mar 3 15:37:03 2018 (r463487) @@ -3,7 +3,7 @@ PORTNAME= icewm PORTVERSION= 1.3.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION} Added: head/x11-wm/icewm/files/patch-src_wmabout.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/icewm/files/patch-src_wmabout.cc Sat Mar 3 15:37:03 2018 (r463487) @@ -0,0 +1,11 @@ +--- src/wmabout.cc.orig 2018-02-25 21:00:14.796410000 -0800 ++++ src/wmabout.cc 2018-02-25 21:00:22.254233000 -0800 +@@ -23,7 +23,7 @@ + AboutDlg *aboutDlg = 0; + + AboutDlg::AboutDlg(): YDialog() { +- char const *version("IceWM "VERSION" ("HOSTOS"/"HOSTCPU")"); ++ char const *version("IceWM " VERSION" (" HOSTOS"/" HOSTCPU")"); + ustring copyright = + ustring("Copyright ") + .append(_("(C)")) From owner-svn-ports-head@freebsd.org Sat Mar 3 16:00:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 072DDF47457; Sat, 3 Mar 2018 16:00:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A624F87884; Sat, 3 Mar 2018 16:00:48 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8679A6E4; Sat, 3 Mar 2018 16:00:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23G0mmL091128; Sat, 3 Mar 2018 16:00:48 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23G0mqm091123; Sat, 3 Mar 2018 16:00:48 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803031600.w23G0mqm091123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 16:00:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463489 - in head/security/tor: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/security/tor: . files X-SVN-Commit-Revision: 463489 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:00:49 -0000 Author: yuri Date: Sat Mar 3 16:00:48 2018 New Revision: 463489 URL: https://svnweb.freebsd.org/changeset/ports/463489 Log: security/tor: Update to 0.3.2.10 Backport of countermeasures to mitigate denial-of-service attacks against the Tor network. Changelog is in: https://gitweb.torproject.org/tor.git/tree/ChangeLog None of these fixes appear to be essential for clients, but relays should upgrade. Port changes: * Changed the implementation of 'tor_setuid': now it is done through the command line argument, instead of the torrc file. Reported by: Nick Mathewson (notification) Approved by: tcberner (mentor, implicit) Modified: head/security/tor/Makefile head/security/tor/distinfo head/security/tor/files/tor.in Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Sat Mar 3 15:39:06 2018 (r463488) +++ head/security/tor/Makefile Sat Mar 3 16:00:48 2018 (r463489) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.3.2.9 +DISTVERSION= 0.3.2.10 CATEGORIES= security net ipv6 MASTER_SITES= TOR Modified: head/security/tor/distinfo ============================================================================== --- head/security/tor/distinfo Sat Mar 3 15:39:06 2018 (r463488) +++ head/security/tor/distinfo Sat Mar 3 16:00:48 2018 (r463489) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515542628 -SHA256 (tor-0.3.2.9.tar.gz) = 435a7b91aa98d8b1a0ac1f60ca30c0ff3665b18a02e570bab5fe27935829160f -SIZE (tor-0.3.2.9.tar.gz) = 6250442 +TIMESTAMP = 1520087667 +SHA256 (tor-0.3.2.10.tar.gz) = 60df77c31dcf94fdd686c8ca8c34f3b70243b33a7344ecc0b719d5ca2617cbee +SIZE (tor-0.3.2.10.tar.gz) = 6421984 Modified: head/security/tor/files/tor.in ============================================================================== --- head/security/tor/files/tor.in Sat Mar 3 15:39:06 2018 (r463488) +++ head/security/tor/files/tor.in Sat Mar 3 16:00:48 2018 (r463489) @@ -114,16 +114,15 @@ command="%%PREFIX%%/bin/${name}" command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir}" extra_commands="reload" +# clear user setting in conf file: it should be done through the command line +if grep -q "^User ${tor_user}$" ${tor_conf}; then + sed -i '' -e "s/^User ${tor_user}$//" ${tor_conf} +fi + if [ $tor_setuid = "YES" ]; then - if ! grep -q "^User ${tor_user}$" ${tor_conf}; then - echo "User ${tor_user}" >> ${tor_conf} - fi + command_args="${command_args} --User ${tor_user}" tor_user="root" tor_group="wheel" -else - if grep -q "^User ${tor_user}$" ${tor_conf}; then - sed -i '' -e "s/^User ${tor_user}$//" ${tor_conf} - fi fi if ! run_rc_command "$1"; then From owner-svn-ports-head@freebsd.org Sat Mar 3 16:09:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6260DF47C53; Sat, 3 Mar 2018 16:09:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0452887D5B; Sat, 3 Mar 2018 16:09:29 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE68B771; Sat, 3 Mar 2018 16:09:28 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23G9S80096546; Sat, 3 Mar 2018 16:09:28 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23G9Sw7096543; Sat, 3 Mar 2018 16:09:28 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803031609.w23G9Sw7096543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 16:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463490 - in head/security/tor-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/security/tor-devel: . files X-SVN-Commit-Revision: 463490 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:09:29 -0000 Author: yuri Date: Sat Mar 3 16:09:28 2018 New Revision: 463490 URL: https://svnweb.freebsd.org/changeset/ports/463490 Log: security/tor-devel: Update to 0.3.3.3 Changelog is in: https://gitweb.torproject.org/tor.git/tree/ChangeLog Port changes: * Changed the implementation of 'tor_setuid': now it is done through the command line argument, instead of the torrc file. Reported by: Nick Mathewson (notification) Approved by: tcberner (mentor, implicit) Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo head/security/tor-devel/files/tor.in Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Sat Mar 3 16:00:48 2018 (r463489) +++ head/security/tor-devel/Makefile Sat Mar 3 16:09:28 2018 (r463490) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.3.3.2 +DISTVERSION= 0.3.3.3 DISTVERSIONSUFFIX= -alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Sat Mar 3 16:00:48 2018 (r463489) +++ head/security/tor-devel/distinfo Sat Mar 3 16:09:28 2018 (r463490) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518285397 -SHA256 (tor-0.3.3.2-alpha.tar.gz) = 381135a59f4ca48a1eaeaaf2a94eb27ba61c73c196030e481d868e8f0d94beb4 -SIZE (tor-0.3.3.2-alpha.tar.gz) = 6487418 +TIMESTAMP = 1520092979 +SHA256 (tor-0.3.3.3-alpha.tar.gz) = 1c79b9711cb0dacf09fd905e74682d9010a0f0a4892aeeb22faacd0a5c2daf0a +SIZE (tor-0.3.3.3-alpha.tar.gz) = 6486946 Modified: head/security/tor-devel/files/tor.in ============================================================================== --- head/security/tor-devel/files/tor.in Sat Mar 3 16:00:48 2018 (r463489) +++ head/security/tor-devel/files/tor.in Sat Mar 3 16:09:28 2018 (r463490) @@ -114,16 +114,15 @@ command="%%PREFIX%%/bin/${name}" command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir}" extra_commands="reload" +# clear user setting in conf file: it should be done through the command line +if grep -q "^User ${tor_user}$" ${tor_conf}; then + sed -i '' -e "s/^User ${tor_user}$//" ${tor_conf} +fi + if [ $tor_setuid = "YES" ]; then - if ! grep -q "^User ${tor_user}$" ${tor_conf}; then - echo "User ${tor_user}" >> ${tor_conf} - fi + command_args="${command_args} --User ${tor_user}" tor_user="root" tor_group="wheel" -else - if grep -q "^User ${tor_user}$" ${tor_conf}; then - sed -i '' -e "s/^User ${tor_user}$//" ${tor_conf} - fi fi if ! run_rc_command "$1"; then From owner-svn-ports-head@freebsd.org Sat Mar 3 16:29:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5769F25BDE; Sat, 3 Mar 2018 16:29:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 64E3568BEE; Sat, 3 Mar 2018 16:29:41 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5FEFAAB3; Sat, 3 Mar 2018 16:29:41 +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 w23GTfX4008928; Sat, 3 Mar 2018 16:29:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GTfRx008926; Sat, 3 Mar 2018 16:29:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031629.w23GTfRx008926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:29:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463491 - head/astro/cfitsio X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/astro/cfitsio X-SVN-Commit-Revision: 463491 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:29:41 -0000 Author: sunpoet Date: Sat Mar 3 16:29:40 2018 New Revision: 463491 URL: https://svnweb.freebsd.org/changeset/ports/463491 Log: Update to 3.43 - Update MASTER_SITES Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes2.txt Modified: head/astro/cfitsio/Makefile head/astro/cfitsio/distinfo Modified: head/astro/cfitsio/Makefile ============================================================================== --- head/astro/cfitsio/Makefile Sat Mar 3 16:09:28 2018 (r463490) +++ head/astro/cfitsio/Makefile Sat Mar 3 16:29:40 2018 (r463491) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= cfitsio -PORTVERSION= 3.420 +PORTVERSION= 3.430 CATEGORIES= astro -MASTER_SITES= http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \ - http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ \ +MASTER_SITES= https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \ + https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ \ ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ \ ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/oldvers/ \ LOCAL/sunpoet Modified: head/astro/cfitsio/distinfo ============================================================================== --- head/astro/cfitsio/distinfo Sat Mar 3 16:09:28 2018 (r463490) +++ head/astro/cfitsio/distinfo Sat Mar 3 16:29:40 2018 (r463491) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508948875 -SHA256 (cfitsio3420.tar.gz) = 6c10aa636118fa12d9a5e2e66f22c6436fb358da2af6dbf7e133c142e2ac16b8 -SIZE (cfitsio3420.tar.gz) = 4836004 +TIMESTAMP = 1520087907 +SHA256 (cfitsio3430.tar.gz) = c8deae752aba1e736336b01f0471d4004a497dc50bc1e01aad2eebb2574084e7 +SIZE (cfitsio3430.tar.gz) = 4696718 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:29:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09483F25C30; Sat, 3 Mar 2018 16:29:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 89AF768C87; Sat, 3 Mar 2018 16:29:47 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9A58AB4; Sat, 3 Mar 2018 16:29:46 +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 w23GTkeQ009052; Sat, 3 Mar 2018 16:29:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GTkia009050; Sat, 3 Mar 2018 16:29:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031629.w23GTkia009050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:29:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463492 - head/devel/libcjson X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/libcjson X-SVN-Commit-Revision: 463492 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:29:48 -0000 Author: sunpoet Date: Sat Mar 3 16:29:46 2018 New Revision: 463492 URL: https://svnweb.freebsd.org/changeset/ports/463492 Log: Update to 1.7.4 Changes: https://github.com/DaveGamble/cJSON/releases Modified: head/devel/libcjson/Makefile head/devel/libcjson/distinfo Modified: head/devel/libcjson/Makefile ============================================================================== --- head/devel/libcjson/Makefile Sat Mar 3 16:29:40 2018 (r463491) +++ head/devel/libcjson/Makefile Sat Mar 3 16:29:46 2018 (r463492) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libcjson -PORTVERSION= 1.7.3 +PORTVERSION= 1.7.4 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: head/devel/libcjson/distinfo ============================================================================== --- head/devel/libcjson/distinfo Sat Mar 3 16:29:40 2018 (r463491) +++ head/devel/libcjson/distinfo Sat Mar 3 16:29:46 2018 (r463492) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518097738 -SHA256 (DaveGamble-cJSON-v1.7.3_GH0.tar.gz) = 726a60137ab1aa6784dc575bf7d4c92f5367e937739c8bffcddce79071cf5f50 -SIZE (DaveGamble-cJSON-v1.7.3_GH0.tar.gz) = 344950 +TIMESTAMP = 1520081336 +SHA256 (DaveGamble-cJSON-v1.7.4_GH0.tar.gz) = c3fc800cf9106db4ef5a5ef1fba7d144b21d73b68ad78234e182ebab12079277 +SIZE (DaveGamble-cJSON-v1.7.4_GH0.tar.gz) = 345255 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:29:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED771F25C71; Sat, 3 Mar 2018 16:29:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A54168D6A; Sat, 3 Mar 2018 16:29:54 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C6C9AB5; Sat, 3 Mar 2018 16:29:53 +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 w23GTrdd009283; Sat, 3 Mar 2018 16:29:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GTqXH009276; Sat, 3 Mar 2018 16:29:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031629.w23GTqXH009276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:29:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463493 - in head: devel/libmaa devel/libmaa/files net/dictd textproc/dict textproc/dictfmt X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: devel/libmaa devel/libmaa/files net/dictd textproc/dict textproc/dictfmt X-SVN-Commit-Revision: 463493 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:29:55 -0000 Author: sunpoet Date: Sat Mar 3 16:29:52 2018 New Revision: 463493 URL: https://svnweb.freebsd.org/changeset/ports/463493 Log: Update to 1.4.1 - Change MASTER_SITES from SF to GitHub - Update LICENSE - Use PLIST - Update WWW - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/cheusov/libmaa/blob/master/doc/NEWS Added: head/devel/libmaa/pkg-plist (contents, props changed) Deleted: head/devel/libmaa/files/ Modified: head/devel/libmaa/Makefile head/devel/libmaa/distinfo head/devel/libmaa/pkg-descr head/net/dictd/Makefile head/textproc/dict/Makefile head/textproc/dictfmt/Makefile Modified: head/devel/libmaa/Makefile ============================================================================== --- head/devel/libmaa/Makefile Sat Mar 3 16:29:46 2018 (r463492) +++ head/devel/libmaa/Makefile Sat Mar 3 16:29:52 2018 (r463493) @@ -2,39 +2,33 @@ # $FreeBSD$ PORTNAME= libmaa -PORTVERSION= 1.3.2 -PORTREVISION= 3 +PORTVERSION= 1.4.1 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= SF/dict/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provides a few data structures and helpful functions -# The software was licensed as GPLv2. LGPL20 is for the library. -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING.LIB +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/doc/LICENSE +BUILD_DEPENDS= mk-configure>=0.29.1:devel/mk-configure + OPTIONS_DEFINE= DOCS -ALL_TARGET= lib -GNU_CONFIGURE= yes +MAKE_ARGS= -m ${LOCALBASE}/share/mkc-mk DOCDIR=${DOCSDIR} LIBDIR=${PREFIX}/lib +NO_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool:build -DOCS= README doc/libmaa.600dpi.ps -PLIST_FILES= include/maa.h \ - lib/libmaa.a \ - lib/libmaa.so \ - lib/libmaa.so.3 \ - lib/libmaa.so.3.0.0 -PORTDOCS= ${DOCS:T} +GH_ACCOUNT= cheusov +USE_GITHUB= yes -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmaa.so.3 +post-patch: + @${AWK} -f ${WRKSRC}/maa/arggram2c < ${WRKSRC}/maa/arggram.txt > ${WRKSRC}/maa/arggram.c + @${REINPLACE_CMD} -e '/^FILES *=/ s|LICENSE||' ${WRKSRC}/doc/Makefile + @${REINPLACE_CMD} -e '/^#SHLIB_TEENY *=/ s|#||' ${WRKSRC}/maa/Makefile -post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmaa.so .include Modified: head/devel/libmaa/distinfo ============================================================================== --- head/devel/libmaa/distinfo Sat Mar 3 16:29:46 2018 (r463492) +++ head/devel/libmaa/distinfo Sat Mar 3 16:29:52 2018 (r463493) @@ -1,2 +1,3 @@ -SHA256 (libmaa-1.3.2.tar.gz) = 59a5a01e3a9036bd32160ec535d25b72e579824e391fea7079e9c40b0623b1c5 -SIZE (libmaa-1.3.2.tar.gz) = 287198 +TIMESTAMP = 1519832016 +SHA256 (cheusov-libmaa-1.4.1_GH0.tar.gz) = bc886f02c94214ad2c231a7a337fc9c8bbdc9ec9d05c7061b7c1f0c5264fbe9b +SIZE (cheusov-libmaa-1.4.1_GH0.tar.gz) = 175106 Modified: head/devel/libmaa/pkg-descr ============================================================================== --- head/devel/libmaa/pkg-descr Sat Mar 3 16:29:46 2018 (r463492) +++ head/devel/libmaa/pkg-descr Sat Mar 3 16:29:52 2018 (r463493) @@ -8,5 +8,4 @@ a wide range of programming problems. The memory management routines are especially helpful for improving the performance of memory-intensive applications. -WWW: http://www.dict.org/ -WWW: http://sourceforge.net/projects/dict/ +WWW: https://github.com/cheusov/libmaa Added: head/devel/libmaa/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libmaa/pkg-plist Sat Mar 3 16:29:52 2018 (r463493) @@ -0,0 +1,8 @@ +include/maa.h +lib/libmaa.a +lib/libmaa.so +lib/libmaa.so.4 +lib/libmaa.so.4.0.0 +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/libmaa.600dpi.ps Modified: head/net/dictd/Makefile ============================================================================== --- head/net/dictd/Makefile Sat Mar 3 16:29:46 2018 (r463492) +++ head/net/dictd/Makefile Sat Mar 3 16:29:52 2018 (r463493) @@ -3,6 +3,7 @@ PORTNAME= dictd PORTVERSION= 1.12.1 +PORTREVISION= 1 CATEGORIES+= net textproc MASTER_SITES= SF/dict/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/textproc/dict/Makefile ============================================================================== --- head/textproc/dict/Makefile Sat Mar 3 16:29:46 2018 (r463492) +++ head/textproc/dict/Makefile Sat Mar 3 16:29:52 2018 (r463493) @@ -3,6 +3,7 @@ PORTNAME= dict PORTVERSION= 1.12.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}d/${PORTNAME}d-${PORTVERSION} DISTNAME= ${PORTNAME}d-${PORTVERSION} Modified: head/textproc/dictfmt/Makefile ============================================================================== --- head/textproc/dictfmt/Makefile Sat Mar 3 16:29:46 2018 (r463492) +++ head/textproc/dictfmt/Makefile Sat Mar 3 16:29:52 2018 (r463493) @@ -3,6 +3,7 @@ PORTNAME= dictfmt PORTVERSION= 1.12.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/dict/dictd/dictd-${PORTVERSION} DISTNAME= dictd-${PORTVERSION} From owner-svn-ports-head@freebsd.org Sat Mar 3 16:29:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9F715F25CB5; Sat, 3 Mar 2018 16:29:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D5E6268DBF; Sat, 3 Mar 2018 16:29:58 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD0C2AB6; Sat, 3 Mar 2018 16:29:58 +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 w23GTwKJ009408; Sat, 3 Mar 2018 16:29:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GTwSt009406; Sat, 3 Mar 2018 16:29:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031629.w23GTwSt009406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463494 - head/misc/usbids X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/misc/usbids X-SVN-Commit-Revision: 463494 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:29:59 -0000 Author: sunpoet Date: Sat Mar 3 16:29:58 2018 New Revision: 463494 URL: https://svnweb.freebsd.org/changeset/ports/463494 Log: Update to 20180224 Changes: https://people.FreeBSD.org/~sunpoet/usbids-20180224.diff Modified: head/misc/usbids/Makefile head/misc/usbids/distinfo Modified: head/misc/usbids/Makefile ============================================================================== --- head/misc/usbids/Makefile Sat Mar 3 16:29:52 2018 (r463493) +++ head/misc/usbids/Makefile Sat Mar 3 16:29:58 2018 (r463494) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= usbids -PORTVERSION= 20180104 +PORTVERSION= 20180224 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/usbids/distinfo ============================================================================== --- head/misc/usbids/distinfo Sat Mar 3 16:29:52 2018 (r463493) +++ head/misc/usbids/distinfo Sat Mar 3 16:29:58 2018 (r463494) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515273992 -SHA256 (usbids-20180104.tar.xz) = b627c9e05e674a8336cf8adfbb079009b232a179eb5bf472d378ea8c56c3b284 -SIZE (usbids-20180104.tar.xz) = 165736 +TIMESTAMP = 1520087822 +SHA256 (usbids-20180224.tar.xz) = 427895ef13dfbdcfabbb0d5f96d9f313a913e28f309fb68fe58eb8160d2194a3 +SIZE (usbids-20180224.tar.xz) = 165824 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:30:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5A7FF25CFD; Sat, 3 Mar 2018 16:30:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4EAA568E8A; Sat, 3 Mar 2018 16:30:04 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F8EFABA; Sat, 3 Mar 2018 16:30:04 +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 w23GU4JU009562; Sat, 3 Mar 2018 16:30:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GU3kS009560; Sat, 3 Mar 2018 16:30:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031630.w23GU3kS009560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:30:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463495 - head/devel/p5-Test2-Harness X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Test2-Harness X-SVN-Commit-Revision: 463495 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:30:04 -0000 Author: sunpoet Date: Sat Mar 3 16:30:03 2018 New Revision: 463495 URL: https://svnweb.freebsd.org/changeset/ports/463495 Log: Update to 0.001054 Changes: http://search.cpan.org/dist/Test2-Harness/Changes Modified: head/devel/p5-Test2-Harness/Makefile head/devel/p5-Test2-Harness/distinfo Modified: head/devel/p5-Test2-Harness/Makefile ============================================================================== --- head/devel/p5-Test2-Harness/Makefile Sat Mar 3 16:29:58 2018 (r463494) +++ head/devel/p5-Test2-Harness/Makefile Sat Mar 3 16:30:03 2018 (r463495) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test2-Harness -PORTVERSION= 0.001053 +PORTVERSION= 0.001054 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST Modified: head/devel/p5-Test2-Harness/distinfo ============================================================================== --- head/devel/p5-Test2-Harness/distinfo Sat Mar 3 16:29:58 2018 (r463494) +++ head/devel/p5-Test2-Harness/distinfo Sat Mar 3 16:30:03 2018 (r463495) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519823270 -SHA256 (Test2-Harness-0.001053.tar.gz) = 8844171c2b92b987875288962db4137d55fdea0f0e5226d3e7a2696cd22162f2 -SIZE (Test2-Harness-0.001053.tar.gz) = 166460 +TIMESTAMP = 1520081350 +SHA256 (Test2-Harness-0.001054.tar.gz) = 95d13232dcc8597afe966f1f6e485cef72a1d552fda67c8062f758a8218b4651 +SIZE (Test2-Harness-0.001054.tar.gz) = 166576 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:30:13 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04895F25D30; Sat, 3 Mar 2018 16:30:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9736E68FDA; Sat, 3 Mar 2018 16:30: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A0EFABB; Sat, 3 Mar 2018 16:30:09 +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 w23GU93s009687; Sat, 3 Mar 2018 16:30:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GU91T009685; Sat, 3 Mar 2018 16:30:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031630.w23GU91T009685@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:30:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463496 - head/devel/p5-Test2-Suite X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Test2-Suite X-SVN-Commit-Revision: 463496 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:30:13 -0000 Author: sunpoet Date: Sat Mar 3 16:30:08 2018 New Revision: 463496 URL: https://svnweb.freebsd.org/changeset/ports/463496 Log: Update to 0.000102 Changes: http://search.cpan.org/dist/Test2-Suite/Changes Modified: head/devel/p5-Test2-Suite/Makefile head/devel/p5-Test2-Suite/distinfo Modified: head/devel/p5-Test2-Suite/Makefile ============================================================================== --- head/devel/p5-Test2-Suite/Makefile Sat Mar 3 16:30:03 2018 (r463495) +++ head/devel/p5-Test2-Suite/Makefile Sat Mar 3 16:30:08 2018 (r463496) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test2-Suite -PORTVERSION= 0.000100 +PORTVERSION= 0.000102 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST Modified: head/devel/p5-Test2-Suite/distinfo ============================================================================== --- head/devel/p5-Test2-Suite/distinfo Sat Mar 3 16:30:03 2018 (r463495) +++ head/devel/p5-Test2-Suite/distinfo Sat Mar 3 16:30:08 2018 (r463496) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518604615 -SHA256 (Test2-Suite-0.000100.tar.gz) = 2853d84654bb6c106078e20fc69965c00c5d8f0a3f8fbb7bf64a06c5be4facf0 -SIZE (Test2-Suite-0.000100.tar.gz) = 201791 +TIMESTAMP = 1520081367 +SHA256 (Test2-Suite-0.000102.tar.gz) = e1ff70305fe93136256502fbf6ea264ff5b8535bff38e4c5cbbeb1c65ce40882 +SIZE (Test2-Suite-0.000102.tar.gz) = 202221 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:30:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A36CDF25D3A; Sat, 3 Mar 2018 16:30:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 561E069036; Sat, 3 Mar 2018 16:30:14 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 511A2ABC; Sat, 3 Mar 2018 16:30:14 +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 w23GUEYK009797; Sat, 3 Mar 2018 16:30:14 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GUEhx009796; Sat, 3 Mar 2018 16:30:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031630.w23GUEhx009796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:30:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463497 - head/databases/php5-tarantool X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/php5-tarantool X-SVN-Commit-Revision: 463497 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:30:14 -0000 Author: sunpoet Date: Sat Mar 3 16:30:14 2018 New Revision: 463497 URL: https://svnweb.freebsd.org/changeset/ports/463497 Log: Add PORTSCOUT Newer versions only support PHP 7. Modified: head/databases/php5-tarantool/Makefile Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Sat Mar 3 16:30:08 2018 (r463496) +++ head/databases/php5-tarantool/Makefile Sat Mar 3 16:30:14 2018 (r463497) @@ -13,6 +13,8 @@ COMMENT= PECL PHP driver for Tarantool LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +PORTSCOUT= ignore:1 + USES= php:ext CONFIGURE_ARGS= --with-tarantool From owner-svn-ports-head@freebsd.org Sat Mar 3 16:30:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F7A8F25D9B; Sat, 3 Mar 2018 16:30:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1399469156; Sat, 3 Mar 2018 16:30:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C045ABD; Sat, 3 Mar 2018 16:30: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 w23GUJXK009920; Sat, 3 Mar 2018 16:30:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GUJ7X009918; Sat, 3 Mar 2018 16:30:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031630.w23GUJ7X009918@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:30:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463498 - head/archivers/py-brotli X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/archivers/py-brotli X-SVN-Commit-Revision: 463498 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:30:22 -0000 Author: sunpoet Date: Sat Mar 3 16:30:18 2018 New Revision: 463498 URL: https://svnweb.freebsd.org/changeset/ports/463498 Log: Update to 1.0.3 Changes: https://github.com/google/brotli/releases Modified: head/archivers/py-brotli/Makefile head/archivers/py-brotli/distinfo Modified: head/archivers/py-brotli/Makefile ============================================================================== --- head/archivers/py-brotli/Makefile Sat Mar 3 16:30:14 2018 (r463497) +++ head/archivers/py-brotli/Makefile Sat Mar 3 16:30:18 2018 (r463498) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= brotli -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 DISTVERSIONPREFIX= v CATEGORIES= archivers PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/archivers/py-brotli/distinfo ============================================================================== --- head/archivers/py-brotli/distinfo Sat Mar 3 16:30:14 2018 (r463497) +++ head/archivers/py-brotli/distinfo Sat Mar 3 16:30:18 2018 (r463498) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512857770 -SHA256 (google-brotli-v1.0.2_GH0.tar.gz) = c2cf2a16646b44771a4109bb21218c8e2d952babb827796eb8a800c1f94b7422 -SIZE (google-brotli-v1.0.2_GH0.tar.gz) = 23736359 +TIMESTAMP = 1520081400 +SHA256 (google-brotli-v1.0.3_GH0.tar.gz) = 7948154166ef8556f8426a4ede219aaa98a81a5baffe1f7cf2523fa67d59cd1c +SIZE (google-brotli-v1.0.3_GH0.tar.gz) = 23815300 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:30:24 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99539F25DCC; Sat, 3 Mar 2018 16:30:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1E6691D4; Sat, 3 Mar 2018 16:30: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47385ABE; Sat, 3 Mar 2018 16:30: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 w23GUO1Z010023; Sat, 3 Mar 2018 16:30:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GUOF1010022; Sat, 3 Mar 2018 16:30:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031630.w23GUOF1010022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463499 - head/databases/py-mycli X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-mycli X-SVN-Commit-Revision: 463499 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:30:24 -0000 Author: sunpoet Date: Sat Mar 3 16:30:23 2018 New Revision: 463499 URL: https://svnweb.freebsd.org/changeset/ports/463499 Log: Update WWW Modified: head/databases/py-mycli/pkg-descr Modified: head/databases/py-mycli/pkg-descr ============================================================================== --- head/databases/py-mycli/pkg-descr Sat Mar 3 16:30:18 2018 (r463498) +++ head/databases/py-mycli/pkg-descr Sat Mar 3 16:30:23 2018 (r463499) @@ -2,4 +2,4 @@ mycli is a command line interface for MySQL, MariaDB, auto-completion and syntax highlighting. WWW: https://pypi.python.org/pypi/mycli -WWW: http://mycli.net/ +WWW: https://www.mycli.net/ From owner-svn-ports-head@freebsd.org Sat Mar 3 16:30:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D911AF25E1F; Sat, 3 Mar 2018 16:30:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 27491692CF; Sat, 3 Mar 2018 16:30: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A829CABF; Sat, 3 Mar 2018 16:30: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 w23GUT4S010160; Sat, 3 Mar 2018 16:30:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GUTQT010157; Sat, 3 Mar 2018 16:30:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031630.w23GUTQT010157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:30:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463500 - head/databases/py-pgcli X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-pgcli X-SVN-Commit-Revision: 463500 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:30:31 -0000 Author: sunpoet Date: Sat Mar 3 16:30:29 2018 New Revision: 463500 URL: https://svnweb.freebsd.org/changeset/ports/463500 Log: Update to 1.9.0 - Update WWW Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst Modified: head/databases/py-pgcli/Makefile head/databases/py-pgcli/distinfo head/databases/py-pgcli/pkg-descr Modified: head/databases/py-pgcli/Makefile ============================================================================== --- head/databases/py-pgcli/Makefile Sat Mar 3 16:30:23 2018 (r463499) +++ head/databases/py-pgcli/Makefile Sat Mar 3 16:30:29 2018 (r463500) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgcli -PORTVERSION= 1.8.2 +PORTVERSION= 1.9.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,9 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=1.0.1 ${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}humanize>=0.5.1:devel/py-humanize@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pgspecial>=1.9.0:databases/py-pgspecial@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pgspecial>=1.10.0:databases/py-pgspecial@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=1.0.10:devel/py-prompt_toolkit@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.4:databases/py-psycopg2@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.7.4:databases/py-psycopg2@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.0:textproc/py-pygments@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setproctitle>=1.1.9:devel/py-setproctitle@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.2:databases/py-sqlparse@${FLAVOR} @@ -27,5 +27,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=1.0.1 NO_ARCH= yes USE_PYTHON= autoplist concurrent distutils USES= pgsql python + +post-patch: + @${REINPLACE_CMD} -e 's|psycopg2-binary|psycopg2|' ${WRKSRC}/setup.py ${WRKSRC}/pgcli.egg-info/requires.txt .include Modified: head/databases/py-pgcli/distinfo ============================================================================== --- head/databases/py-pgcli/distinfo Sat Mar 3 16:30:23 2018 (r463499) +++ head/databases/py-pgcli/distinfo Sat Mar 3 16:30:29 2018 (r463500) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513859674 -SHA256 (pgcli-1.8.2.tar.gz) = 79b32cb0a44e03fc6c26d43080459d48d39d6d81391eb09062a82c940b61441c -SIZE (pgcli-1.8.2.tar.gz) = 56918 +TIMESTAMP = 1520081435 +SHA256 (pgcli-1.9.0.tar.gz) = 3d646901917ad8f4167105d70309d3e22a3c7332d27608b336111c7696db077a +SIZE (pgcli-1.9.0.tar.gz) = 60622 Modified: head/databases/py-pgcli/pkg-descr ============================================================================== --- head/databases/py-pgcli/pkg-descr Sat Mar 3 16:30:23 2018 (r463499) +++ head/databases/py-pgcli/pkg-descr Sat Mar 3 16:30:29 2018 (r463500) @@ -2,4 +2,4 @@ pgcli is a command line interface for Postgres with au highlighting. WWW: https://pypi.python.org/pypi/pgcli -WWW: http://pgcli.com/ +WWW: https://www.pgcli.com/ From owner-svn-ports-head@freebsd.org Sat Mar 3 16:30:35 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25CFBF25E6E; Sat, 3 Mar 2018 16:30:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B88369387; Sat, 3 Mar 2018 16:30:34 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70B16AC4; Sat, 3 Mar 2018 16:30:34 +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 w23GUYR4010284; Sat, 3 Mar 2018 16:30:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GUYlI010282; Sat, 3 Mar 2018 16:30:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031630.w23GUYlI010282@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:30:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463501 - head/databases/py-pgspecial X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/databases/py-pgspecial X-SVN-Commit-Revision: 463501 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:30:35 -0000 Author: sunpoet Date: Sat Mar 3 16:30:33 2018 New Revision: 463501 URL: https://svnweb.freebsd.org/changeset/ports/463501 Log: Update to 1.10.0 Changes: https://github.com/dbcli/pgspecial/blob/master/changelog.rst Modified: head/databases/py-pgspecial/Makefile head/databases/py-pgspecial/distinfo Modified: head/databases/py-pgspecial/Makefile ============================================================================== --- head/databases/py-pgspecial/Makefile Sat Mar 3 16:30:29 2018 (r463500) +++ head/databases/py-pgspecial/Makefile Sat Mar 3 16:30:33 2018 (r463501) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgspecial -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-pgspecial/distinfo ============================================================================== --- head/databases/py-pgspecial/distinfo Sat Mar 3 16:30:29 2018 (r463500) +++ head/databases/py-pgspecial/distinfo Sat Mar 3 16:30:33 2018 (r463501) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509205979 -SHA256 (pgspecial-1.9.0.tar.gz) = 493cbbb1dfd2610c8be948d31355e3919f3adf24689ee439d42f4c1685406ac8 -SIZE (pgspecial-1.9.0.tar.gz) = 52952 +TIMESTAMP = 1520081456 +SHA256 (pgspecial-1.10.0.tar.gz) = eadb0108cdbcf8b38a69bcc9e403b352dbd6d30622e417f48e659180150ee1b6 +SIZE (pgspecial-1.10.0.tar.gz) = 54956 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:30:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3685AF25EA6; Sat, 3 Mar 2018 16:30:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A509F69466; Sat, 3 Mar 2018 16:30:39 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D3E8ACA; Sat, 3 Mar 2018 16:30:39 +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 w23GUdtf010409; Sat, 3 Mar 2018 16:30:39 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GUdWr010407; Sat, 3 Mar 2018 16:30:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031630.w23GUdWr010407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:30:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463502 - head/net/rubygem-fog-google X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-fog-google X-SVN-Commit-Revision: 463502 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:30:40 -0000 Author: sunpoet Date: Sat Mar 3 16:30:39 2018 New Revision: 463502 URL: https://svnweb.freebsd.org/changeset/ports/463502 Log: Update to 1.3.0 Changes: https://github.com/fog/fog-google/releases Modified: head/net/rubygem-fog-google/Makefile head/net/rubygem-fog-google/distinfo Modified: head/net/rubygem-fog-google/Makefile ============================================================================== --- head/net/rubygem-fog-google/Makefile Sat Mar 3 16:30:33 2018 (r463501) +++ head/net/rubygem-fog-google/Makefile Sat Mar 3 16:30:39 2018 (r463502) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fog-google -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 CATEGORIES= net rubygems MASTER_SITES= RG Modified: head/net/rubygem-fog-google/distinfo ============================================================================== --- head/net/rubygem-fog-google/distinfo Sat Mar 3 16:30:33 2018 (r463501) +++ head/net/rubygem-fog-google/distinfo Sat Mar 3 16:30:39 2018 (r463502) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518677874 -SHA256 (rubygem/fog-google-1.2.2.gem) = 0cf74f880ee105c02f14acbb0a3ecd993608d334bfdf7701ef41eeae030d5d10 -SIZE (rubygem/fog-google-1.2.2.gem) = 121856 +TIMESTAMP = 1520081470 +SHA256 (rubygem/fog-google-1.3.0.gem) = ce2c1e18b5ca2b0e8f3cc1cc5eab91455e4333edaac5b10eac27340ef7da3f64 +SIZE (rubygem/fog-google-1.3.0.gem) = 121856 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:30:45 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A2EFF2602D; Sat, 3 Mar 2018 16:30:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE6186952C; Sat, 3 Mar 2018 16:30: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D963BAD0; Sat, 3 Mar 2018 16:30: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 w23GUiQb010532; Sat, 3 Mar 2018 16:30:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GUiOo010530; Sat, 3 Mar 2018 16:30:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031630.w23GUiOo010530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:30:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463503 - head/sysutils/rubygem-chef-config X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-chef-config X-SVN-Commit-Revision: 463503 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:30:45 -0000 Author: sunpoet Date: Sat Mar 3 16:30:44 2018 New Revision: 463503 URL: https://svnweb.freebsd.org/changeset/ports/463503 Log: Update to 13.8.0 Changes: https://github.com/chef/chef/blob/chef-13/CHANGELOG.md Modified: head/sysutils/rubygem-chef-config/Makefile head/sysutils/rubygem-chef-config/distinfo Modified: head/sysutils/rubygem-chef-config/Makefile ============================================================================== --- head/sysutils/rubygem-chef-config/Makefile Sat Mar 3 16:30:39 2018 (r463502) +++ head/sysutils/rubygem-chef-config/Makefile Sat Mar 3 16:30:44 2018 (r463503) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chef-config -PORTVERSION= 13.7.16 +PORTVERSION= 13.8.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-chef-config/distinfo ============================================================================== --- head/sysutils/rubygem-chef-config/distinfo Sat Mar 3 16:30:39 2018 (r463502) +++ head/sysutils/rubygem-chef-config/distinfo Sat Mar 3 16:30:44 2018 (r463503) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517051359 -SHA256 (rubygem/chef-config-13.7.16.gem) = 3c9c7037010f3d8dd5d0830c098f497a8adb2cc6e100c827b647397f25f54638 -SIZE (rubygem/chef-config-13.7.16.gem) = 47616 +TIMESTAMP = 1520083611 +SHA256 (rubygem/chef-config-13.8.0.gem) = 87d7fa183081d3443dfbf7edfada15eb05e8cacd781e677e1f2664fa847717ab +SIZE (rubygem/chef-config-13.8.0.gem) = 47616 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:30:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1ECEBF260A4; Sat, 3 Mar 2018 16:30:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 859216973B; Sat, 3 Mar 2018 16:30:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 21AAEAD9; Sat, 3 Mar 2018 16:30:50 +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 w23GUn4k010656; Sat, 3 Mar 2018 16:30:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GUnrQ010654; Sat, 3 Mar 2018 16:30:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031630.w23GUnrQ010654@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:30:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463504 - head/textproc/rubygem-autoprefixer-rails X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/rubygem-autoprefixer-rails X-SVN-Commit-Revision: 463504 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:30:52 -0000 Author: sunpoet Date: Sat Mar 3 16:30:49 2018 New Revision: 463504 URL: https://svnweb.freebsd.org/changeset/ports/463504 Log: Update to 8.1.0 Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Modified: head/textproc/rubygem-autoprefixer-rails/Makefile head/textproc/rubygem-autoprefixer-rails/distinfo Modified: head/textproc/rubygem-autoprefixer-rails/Makefile ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/Makefile Sat Mar 3 16:30:44 2018 (r463503) +++ head/textproc/rubygem-autoprefixer-rails/Makefile Sat Mar 3 16:30:49 2018 (r463504) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autoprefixer-rails -PORTVERSION= 8.0.0 +PORTVERSION= 8.1.0 CATEGORIES= textproc ruby MASTER_SITES= RG Modified: head/textproc/rubygem-autoprefixer-rails/distinfo ============================================================================== --- head/textproc/rubygem-autoprefixer-rails/distinfo Sat Mar 3 16:30:44 2018 (r463503) +++ head/textproc/rubygem-autoprefixer-rails/distinfo Sat Mar 3 16:30:49 2018 (r463504) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518452188 -SHA256 (rubygem/autoprefixer-rails-8.0.0.gem) = 56811bbfef261f6ab905ff137f881d76857f763c9a293193b229277283045cc1 -SIZE (rubygem/autoprefixer-rails-8.0.0.gem) = 196608 +TIMESTAMP = 1520081480 +SHA256 (rubygem/autoprefixer-rails-8.1.0.gem) = 254df14e25166ac683ed518ffb19b9aa4c05df79723c520d5cd6c654d9bac9d2 +SIZE (rubygem/autoprefixer-rails-8.1.0.gem) = 198144 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:30:55 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D31C4F260D8; Sat, 3 Mar 2018 16:30:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2BB2C69801; Sat, 3 Mar 2018 16:30:55 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0EFD7AE2; Sat, 3 Mar 2018 16:30:55 +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 w23GUs6j010785; Sat, 3 Mar 2018 16:30:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GUsdM010783; Sat, 3 Mar 2018 16:30:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031630.w23GUsdM010783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:30:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463505 - head/www/p5-CGI-Application X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-CGI-Application X-SVN-Commit-Revision: 463505 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:30:56 -0000 Author: sunpoet Date: Sat Mar 3 16:30:54 2018 New Revision: 463505 URL: https://svnweb.freebsd.org/changeset/ports/463505 Log: Update to 4.61 Changes: http://search.cpan.org/dist/CGI-Application/Changes Modified: head/www/p5-CGI-Application/Makefile head/www/p5-CGI-Application/distinfo Modified: head/www/p5-CGI-Application/Makefile ============================================================================== --- head/www/p5-CGI-Application/Makefile Sat Mar 3 16:30:49 2018 (r463504) +++ head/www/p5-CGI-Application/Makefile Sat Mar 3 16:30:54 2018 (r463505) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CGI-Application -PORTVERSION= 4.60 +PORTVERSION= 4.61 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-CGI-Application/distinfo ============================================================================== --- head/www/p5-CGI-Application/distinfo Sat Mar 3 16:30:49 2018 (r463504) +++ head/www/p5-CGI-Application/distinfo Sat Mar 3 16:30:54 2018 (r463505) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520006088 -SHA256 (CGI-Application-4.60.tar.gz) = 0669edf608c3699112d84968070774080cd7334da6c7ad228414ea7430d584bd -SIZE (CGI-Application-4.60.tar.gz) = 80747 +TIMESTAMP = 1520081495 +SHA256 (CGI-Application-4.61.tar.gz) = 463ac6a969c0f7a9c546034eda963a63d11d344744113fafdd057d86b5222b89 +SIZE (CGI-Application-4.61.tar.gz) = 77687 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:31:01 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F73AF26137; Sat, 3 Mar 2018 16:31:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54D04698DE; Sat, 3 Mar 2018 16:31:00 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 299B3AE7; Sat, 3 Mar 2018 16:31:00 +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 w23GUxgF010911; Sat, 3 Mar 2018 16:30:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GUxxE010909; Sat, 3 Mar 2018 16:30:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031630.w23GUxxE010909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:30:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463506 - head/www/p5-CGI-Simple X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/p5-CGI-Simple X-SVN-Commit-Revision: 463506 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:31:01 -0000 Author: sunpoet Date: Sat Mar 3 16:30:59 2018 New Revision: 463506 URL: https://svnweb.freebsd.org/changeset/ports/463506 Log: Update to 1.13 - Add more TEST_DEPENDS - Add NO_ARCH Changes: http://search.cpan.org/dist/CGI-Simple/Changes Modified: head/www/p5-CGI-Simple/Makefile head/www/p5-CGI-Simple/distinfo Modified: head/www/p5-CGI-Simple/Makefile ============================================================================== --- head/www/p5-CGI-Simple/Makefile Sat Mar 3 16:30:54 2018 (r463505) +++ head/www/p5-CGI-Simple/Makefile Sat Mar 3 16:30:59 2018 (r463506) @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= CGI-Simple -PORTVERSION= 1.115 +PORTVERSION= 1.130 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C|0$||} MAINTAINER= perl@FreeBSD.org COMMENT= Simple totally OO CGI interface that is CGI.pm compliant @@ -13,8 +14,11 @@ COMMENT= Simple totally OO CGI interface that is CGI.p LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -TEST_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy +TEST_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \ + p5-Test-Exception>=0:devel/p5-Test-Exception \ + p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-CGI-Simple/distinfo ============================================================================== --- head/www/p5-CGI-Simple/distinfo Sat Mar 3 16:30:54 2018 (r463505) +++ head/www/p5-CGI-Simple/distinfo Sat Mar 3 16:30:59 2018 (r463506) @@ -1,2 +1,3 @@ -SHA256 (CGI-Simple-1.115.tar.gz) = 4f873bc9d055afb7b213684b5bc22d305a456f43c651377d3f2497176a587eda -SIZE (CGI-Simple-1.115.tar.gz) = 85165 +TIMESTAMP = 1520017608 +SHA256 (CGI-Simple-1.13.tar.gz) = 9103e95926ff4c7f295559b862f3d4c5140301165ced73b06e7c0cc2542d384a +SIZE (CGI-Simple-1.13.tar.gz) = 86216 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:31:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6C7FF2619E; Sat, 3 Mar 2018 16:31:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 57813699B5; Sat, 3 Mar 2018 16:31:05 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 35748AEF; Sat, 3 Mar 2018 16:31:05 +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 w23GV5an011040; Sat, 3 Mar 2018 16:31:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GV4BU011038; Sat, 3 Mar 2018 16:31:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031631.w23GV4BU011038@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:31:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463507 - head/www/py-bjoern X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-bjoern X-SVN-Commit-Revision: 463507 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:31:06 -0000 Author: sunpoet Date: Sat Mar 3 16:31:04 2018 New Revision: 463507 URL: https://svnweb.freebsd.org/changeset/ports/463507 Log: Update to 2.1.0 Changes: https://github.com/jonashaag/bjoern/blob/master/CHANGELOG Modified: head/www/py-bjoern/Makefile head/www/py-bjoern/distinfo Modified: head/www/py-bjoern/Makefile ============================================================================== --- head/www/py-bjoern/Makefile Sat Mar 3 16:30:59 2018 (r463506) +++ head/www/py-bjoern/Makefile Sat Mar 3 16:31:04 2018 (r463507) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bjoern -PORTVERSION= 2.0.5 +PORTVERSION= 2.1.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-bjoern/distinfo ============================================================================== --- head/www/py-bjoern/distinfo Sat Mar 3 16:30:59 2018 (r463506) +++ head/www/py-bjoern/distinfo Sat Mar 3 16:31:04 2018 (r463507) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518677890 -SHA256 (bjoern-2.0.5.tar.gz) = 3c1400355187393dd1402501c6e828ed029c7ca414b8b70a7036190d759e2103 -SIZE (bjoern-2.0.5.tar.gz) = 28877 +TIMESTAMP = 1520081515 +SHA256 (bjoern-2.1.0.tar.gz) = 5814460c86676f04d2841edbfc4b3ba74028e52f86abb7e1c7ea825b9cd280eb +SIZE (bjoern-2.1.0.tar.gz) = 28917 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:31:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC76EF261D3; Sat, 3 Mar 2018 16:31:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79EA269A77; Sat, 3 Mar 2018 16:31: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 72FD6AF3; Sat, 3 Mar 2018 16:31: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 w23GVAgl011165; Sat, 3 Mar 2018 16:31:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GVAiP011163; Sat, 3 Mar 2018 16:31:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031631.w23GVAiP011163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:31:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463508 - head/devel/rubygem-fattr X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-fattr X-SVN-Commit-Revision: 463508 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:31:11 -0000 Author: sunpoet Date: Sat Mar 3 16:31:10 2018 New Revision: 463508 URL: https://svnweb.freebsd.org/changeset/ports/463508 Log: Update to 2.4.0 Changes: https://github.com/ahoward/fattr/commits/master Modified: head/devel/rubygem-fattr/Makefile head/devel/rubygem-fattr/distinfo Modified: head/devel/rubygem-fattr/Makefile ============================================================================== --- head/devel/rubygem-fattr/Makefile Sat Mar 3 16:31:04 2018 (r463507) +++ head/devel/rubygem-fattr/Makefile Sat Mar 3 16:31:10 2018 (r463508) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fattr -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.0 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-fattr/distinfo ============================================================================== --- head/devel/rubygem-fattr/distinfo Sat Mar 3 16:31:04 2018 (r463507) +++ head/devel/rubygem-fattr/distinfo Sat Mar 3 16:31:10 2018 (r463508) @@ -1,2 +1,3 @@ -SHA256 (rubygem/fattr-2.3.0.gem) = 0430a798270a7097c8c14b56387331808b8d9bb83904ba643b196c895bdf5993 -SIZE (rubygem/fattr-2.3.0.gem) = 12800 +TIMESTAMP = 1520081526 +SHA256 (rubygem/fattr-2.4.0.gem) = a7544665977e6ff2945e204436f3b8e932edf8ed3d7174d5d027a265e328fc08 +SIZE (rubygem/fattr-2.4.0.gem) = 14336 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:31:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51F45F26214; Sat, 3 Mar 2018 16:31:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 650DE69B6E; Sat, 3 Mar 2018 16:31:16 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B16BAFA; Sat, 3 Mar 2018 16:31:16 +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 w23GVG6b011287; Sat, 3 Mar 2018 16:31:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GVFDv011285; Sat, 3 Mar 2018 16:31:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031631.w23GVFDv011285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:31:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463509 - head/devel/rubygem-rotp X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-rotp X-SVN-Commit-Revision: 463509 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:31:17 -0000 Author: sunpoet Date: Sat Mar 3 16:31:15 2018 New Revision: 463509 URL: https://svnweb.freebsd.org/changeset/ports/463509 Log: Update to 3.3.1 Changes: https://github.com/mdp/rotp/blob/master/CHANGELOG.md Modified: head/devel/rubygem-rotp/Makefile head/devel/rubygem-rotp/distinfo Modified: head/devel/rubygem-rotp/Makefile ============================================================================== --- head/devel/rubygem-rotp/Makefile Sat Mar 3 16:31:10 2018 (r463508) +++ head/devel/rubygem-rotp/Makefile Sat Mar 3 16:31:15 2018 (r463509) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rotp -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-rotp/distinfo ============================================================================== --- head/devel/rubygem-rotp/distinfo Sat Mar 3 16:31:10 2018 (r463508) +++ head/devel/rubygem-rotp/distinfo Sat Mar 3 16:31:15 2018 (r463509) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483215702 -SHA256 (rubygem/rotp-3.3.0.gem) = c87985fb5c95498e0965f8aa5b137e2133236b2c21451a19d4a7e6504b2966d9 -SIZE (rubygem/rotp-3.3.0.gem) = 60928 +TIMESTAMP = 1520081535 +SHA256 (rubygem/rotp-3.3.1.gem) = e7e98717b02ff086e9f5b5315a6a73489a5fb487d0a1329111359a9d42900064 +SIZE (rubygem/rotp-3.3.1.gem) = 60416 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:31:23 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62001F26250; Sat, 3 Mar 2018 16:31:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E134269C62; Sat, 3 Mar 2018 16:31:21 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 844E7BF0; Sat, 3 Mar 2018 16:31:21 +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 w23GVLLR011412; Sat, 3 Mar 2018 16:31:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GVLLd011410; Sat, 3 Mar 2018 16:31:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031631.w23GVLLd011410@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:31:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463510 - head/sysutils/rubygem-chef X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-chef X-SVN-Commit-Revision: 463510 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:31:23 -0000 Author: sunpoet Date: Sat Mar 3 16:31:20 2018 New Revision: 463510 URL: https://svnweb.freebsd.org/changeset/ports/463510 Log: Update to 13.8.0 Changes: https://github.com/chef/chef/blob/chef-13/CHANGELOG.md Modified: head/sysutils/rubygem-chef/Makefile head/sysutils/rubygem-chef/distinfo Modified: head/sysutils/rubygem-chef/Makefile ============================================================================== --- head/sysutils/rubygem-chef/Makefile Sat Mar 3 16:31:15 2018 (r463509) +++ head/sysutils/rubygem-chef/Makefile Sat Mar 3 16:31:20 2018 (r463510) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chef -PORTVERSION= 13.7.16 +PORTVERSION= 13.8.0 CATEGORIES= sysutils MASTER_SITES= RG Modified: head/sysutils/rubygem-chef/distinfo ============================================================================== --- head/sysutils/rubygem-chef/distinfo Sat Mar 3 16:31:15 2018 (r463509) +++ head/sysutils/rubygem-chef/distinfo Sat Mar 3 16:31:20 2018 (r463510) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517051387 -SHA256 (rubygem/chef-13.7.16.gem) = 5b711e239dc8b76689d8eadd72386fd7b7606090915783b60e9769f6949fe239 -SIZE (rubygem/chef-13.7.16.gem) = 1980416 +TIMESTAMP = 1520083600 +SHA256 (rubygem/chef-13.8.0.gem) = 48f0ad4e5bca99a5d3832626ddf12fb7edb72690d29fba4b87ece19dc4f866e7 +SIZE (rubygem/chef-13.8.0.gem) = 1979904 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:31:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EADCDF26297; Sat, 3 Mar 2018 16:31:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A89669D02; Sat, 3 Mar 2018 16:31:26 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 82231BF5; Sat, 3 Mar 2018 16:31:26 +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 w23GVQRt012799; Sat, 3 Mar 2018 16:31:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GVQfw012581; Sat, 3 Mar 2018 16:31:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031631.w23GVQfw012581@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463511 - head/sysutils/rubygem-chef-api X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-chef-api X-SVN-Commit-Revision: 463511 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:31:27 -0000 Author: sunpoet Date: Sat Mar 3 16:31:26 2018 New Revision: 463511 URL: https://svnweb.freebsd.org/changeset/ports/463511 Log: Update to 0.8.0 Changes: https://github.com/sethvargo/chef-api/blob/master/CHANGELOG.md Modified: head/sysutils/rubygem-chef-api/Makefile head/sysutils/rubygem-chef-api/distinfo Modified: head/sysutils/rubygem-chef-api/Makefile ============================================================================== --- head/sysutils/rubygem-chef-api/Makefile Sat Mar 3 16:31:20 2018 (r463510) +++ head/sysutils/rubygem-chef-api/Makefile Sat Mar 3 16:31:26 2018 (r463511) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chef-api -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 CATEGORIES= sysutils ruby MASTER_SITES= RG Modified: head/sysutils/rubygem-chef-api/distinfo ============================================================================== --- head/sysutils/rubygem-chef-api/distinfo Sat Mar 3 16:31:20 2018 (r463510) +++ head/sysutils/rubygem-chef-api/distinfo Sat Mar 3 16:31:26 2018 (r463511) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502125678 -SHA256 (rubygem/chef-api-0.7.1.gem) = ddcc3ac37a47fd6f808e8f9152900b138965bbd75e6a3cdb84d4725c7786d644 -SIZE (rubygem/chef-api-0.7.1.gem) = 53248 +TIMESTAMP = 1520081545 +SHA256 (rubygem/chef-api-0.8.0.gem) = f9995acc756747cfd16d24f8b58470190e59d5d9a9132b6c13e62d0b4170a9b6 +SIZE (rubygem/chef-api-0.8.0.gem) = 53248 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:31:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1089EF262E9; Sat, 3 Mar 2018 16:31:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF80A69DE1; Sat, 3 Mar 2018 16:31:31 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7F97C01; Sat, 3 Mar 2018 16:31:31 +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 w23GVVt7014523; Sat, 3 Mar 2018 16:31:31 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GVVum014521; Sat, 3 Mar 2018 16:31:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031631.w23GVVum014521@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:31:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463512 - head/sysutils/rubygem-ohai X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/sysutils/rubygem-ohai X-SVN-Commit-Revision: 463512 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:31:32 -0000 Author: sunpoet Date: Sat Mar 3 16:31:31 2018 New Revision: 463512 URL: https://svnweb.freebsd.org/changeset/ports/463512 Log: Update to 13.8.0 Changes: https://github.com/chef/ohai/blob/13-stable/RELEASE_NOTES.md Modified: head/sysutils/rubygem-ohai/Makefile head/sysutils/rubygem-ohai/distinfo Modified: head/sysutils/rubygem-ohai/Makefile ============================================================================== --- head/sysutils/rubygem-ohai/Makefile Sat Mar 3 16:31:26 2018 (r463511) +++ head/sysutils/rubygem-ohai/Makefile Sat Mar 3 16:31:31 2018 (r463512) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ohai -PORTVERSION= 13.7.1 +PORTVERSION= 13.8.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-ohai/distinfo ============================================================================== --- head/sysutils/rubygem-ohai/distinfo Sat Mar 3 16:31:26 2018 (r463511) +++ head/sysutils/rubygem-ohai/distinfo Sat Mar 3 16:31:31 2018 (r463512) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515762081 -SHA256 (rubygem/ohai-13.7.1.gem) = 59c88c6852d3f111dec5ee6e88c6426a46a07d4ead05208a84345975aee7e8d1 -SIZE (rubygem/ohai-13.7.1.gem) = 524288 +TIMESTAMP = 1520081561 +SHA256 (rubygem/ohai-13.8.0.gem) = 675fa6316cdf30aacfb8bd95beff6cff7dc66c2822e11037ee0d549c21126570 +SIZE (rubygem/ohai-13.8.0.gem) = 524288 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:31:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 559ABF26328; Sat, 3 Mar 2018 16:31:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0062669ED0; Sat, 3 Mar 2018 16:31:37 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF2B7C0D; Sat, 3 Mar 2018 16:31:36 +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 w23GVaG7014648; Sat, 3 Mar 2018 16:31:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GVaq6014646; Sat, 3 Mar 2018 16:31:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031631.w23GVaq6014646@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 16:31:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463513 - head/www/rubygem-selenium-webdriver X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/rubygem-selenium-webdriver X-SVN-Commit-Revision: 463513 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:31:37 -0000 Author: sunpoet Date: Sat Mar 3 16:31:36 2018 New Revision: 463513 URL: https://svnweb.freebsd.org/changeset/ports/463513 Log: Update to 3.10.0 Changes: https://github.com/SeleniumHQ/selenium/releases https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES Modified: head/www/rubygem-selenium-webdriver/Makefile head/www/rubygem-selenium-webdriver/distinfo Modified: head/www/rubygem-selenium-webdriver/Makefile ============================================================================== --- head/www/rubygem-selenium-webdriver/Makefile Sat Mar 3 16:31:31 2018 (r463512) +++ head/www/rubygem-selenium-webdriver/Makefile Sat Mar 3 16:31:36 2018 (r463513) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selenium-webdriver -PORTVERSION= 3.9.0 +PORTVERSION= 3.10.0 CATEGORIES= www rubygems MASTER_SITES= RG Modified: head/www/rubygem-selenium-webdriver/distinfo ============================================================================== --- head/www/rubygem-selenium-webdriver/distinfo Sat Mar 3 16:31:31 2018 (r463512) +++ head/www/rubygem-selenium-webdriver/distinfo Sat Mar 3 16:31:36 2018 (r463513) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518028737 -SHA256 (rubygem/selenium-webdriver-3.9.0.gem) = 2dc5292326c365dbd2ec54aaeddaab7a6d852e37fc661c7c301738f4799d88ef -SIZE (rubygem/selenium-webdriver-3.9.0.gem) = 841216 +TIMESTAMP = 1520081572 +SHA256 (rubygem/selenium-webdriver-3.10.0.gem) = 2edba06bb1c94290619f73b7391dba82e2925ebc565d1d2223df0f9ee0a53b3f +SIZE (rubygem/selenium-webdriver-3.10.0.gem) = 841728 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:34:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C4F1F267C8; Sat, 3 Mar 2018 16:34:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 034636A339; Sat, 3 Mar 2018 16:34:14 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D7AD0C5D; Sat, 3 Mar 2018 16:34:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23GYD9a016449; Sat, 3 Mar 2018 16:34:13 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23GYDY0016447; Sat, 3 Mar 2018 16:34:13 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803031634.w23GYDY0016447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 16:34:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463514 - head/sysutils/fusefs-s3fs X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/sysutils/fusefs-s3fs X-SVN-Commit-Revision: 463514 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:34:14 -0000 Author: yuri Date: Sat Mar 3 16:34:13 2018 New Revision: 463514 URL: https://svnweb.freebsd.org/changeset/ports/463514 Log: sysutils/fusefs-s3fs: Update to 1.83 Dmitri Goutnik takes maintainership. Port changes: * Added PATCH_SITES/PATCHFILES for the pull request with FreeBSD patches submitted by the new maintainer * Added LICENSE_FILE * Added USE_GNOME=libxml2 * Removed the unnecessary patch from post-patch PR: 226313 Submitted by: Dmitri Goutnik Approved by: tcberner (mentor, implicit) Modified: head/sysutils/fusefs-s3fs/Makefile head/sysutils/fusefs-s3fs/distinfo Modified: head/sysutils/fusefs-s3fs/Makefile ============================================================================== --- head/sysutils/fusefs-s3fs/Makefile Sat Mar 3 16:31:36 2018 (r463513) +++ head/sysutils/fusefs-s3fs/Makefile Sat Mar 3 16:34:13 2018 (r463514) @@ -3,32 +3,33 @@ PORTNAME= s3fs DISTVERSIONPREFIX= v -DISTVERSION= 1.78 +DISTVERSION= 1.83 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- -MAINTAINER= ports@FreeBSD.org +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ # https://github.com/s3fs-fuse/s3fs-fuse/pull/729 +PATCHFILES= c9f431258886bdcb9941a16c27c6e231414687c1.patch:-p1 + +MAINTAINER= dg@syrec.org COMMENT= FUSE-based file system backed by Amazon S3 LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcurl.so:ftp/curl \ - libxml2.so:textproc/libxml2 +LIB_DEPENDS= libcurl.so:ftp/curl +USES= autoreconf fuse pkgconfig ssl +GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= s3fs-fuse GH_PROJECT= s3fs-fuse +USE_GNOME= libxml2 -USES= autoreconf fuse pkgconfig ssl -GNU_CONFIGURE= yes - PLIST_FILES= bin/s3fs man/man1/s3fs.1.gz post-patch: @${REINPLACE_CMD} -e 's/libcrypto >= 0.9//' ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e '/DEPS_LIBS/s/$$/ -lcrypto/' \ ${WRKSRC}/src/Makefile.am - @${REINPLACE_CMD} -e '/pthread_self/s/static/reinterpret/' \ - ${WRKSRC}/src/openssl_auth.cpp .include Modified: head/sysutils/fusefs-s3fs/distinfo ============================================================================== --- head/sysutils/fusefs-s3fs/distinfo Sat Mar 3 16:31:36 2018 (r463513) +++ head/sysutils/fusefs-s3fs/distinfo Sat Mar 3 16:34:13 2018 (r463514) @@ -1,3 +1,5 @@ -TIMESTAMP = 1483466309 -SHA256 (s3fs-fuse-s3fs-fuse-v1.78_GH0.tar.gz) = 36c0b00a294d9676c462985c0c3f1362540e8ebc61c15bacb45e28a2f00297f5 -SIZE (s3fs-fuse-s3fs-fuse-v1.78_GH0.tar.gz) = 99538 +TIMESTAMP = 1520093744 +SHA256 (s3fs-fuse-s3fs-fuse-v1.83_GH0.tar.gz) = 8f060accef304c1e5adde0c9d6976a3a69fd9935444a4985517c6cefa86b34ef +SIZE (s3fs-fuse-s3fs-fuse-v1.83_GH0.tar.gz) = 150816 +SHA256 (c9f431258886bdcb9941a16c27c6e231414687c1.patch) = 373e00a80d93c713a04f8869db6658497ec07b20bb3ea80759fe6ff4a02d37ab +SIZE (c9f431258886bdcb9941a16c27c6e231414687c1.patch) = 3921 From owner-svn-ports-head@freebsd.org Sat Mar 3 16:50:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 064C2F27ACC; Sat, 3 Mar 2018 16:50:07 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE70B6ACD2; Sat, 3 Mar 2018 16:50:06 +0000 (UTC) (envelope-from zi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A95F4E10; Sat, 3 Mar 2018 16:50:06 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23Go65b021748; Sat, 3 Mar 2018 16:50:06 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23Go6pE021747; Sat, 3 Mar 2018 16:50:06 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201803031650.w23Go6pE021747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sat, 3 Mar 2018 16:50:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463515 - head/net/isc-dhcp44-server X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: head/net/isc-dhcp44-server X-SVN-Commit-Revision: 463515 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:50:07 -0000 Author: zi Date: Sat Mar 3 16:50:06 2018 New Revision: 463515 URL: https://svnweb.freebsd.org/changeset/ports/463515 Log: - Fix more logic issues after OPTIONS edits PR: 226328 Modified: head/net/isc-dhcp44-server/Makefile Modified: head/net/isc-dhcp44-server/Makefile ============================================================================== --- head/net/isc-dhcp44-server/Makefile Sat Mar 3 16:34:13 2018 (r463514) +++ head/net/isc-dhcp44-server/Makefile Sat Mar 3 16:50:06 2018 (r463515) @@ -19,7 +19,7 @@ LICENSE= MPL20 USES= gmake -PORTREVISION_SERVER= 0 +PORTREVISION_SERVER= 1 PORTREVISION_CLIENT= 0 PORTREVISION_RELAY= 0 @@ -89,8 +89,6 @@ PKGMESSAGE_SUB= PREFIX="${PREFIX}" MAN1PREFIX="${MAN1P BINLEASES_CONFIGURE_ENABLE= binary-leases PARANOIA_CONFIGURE_ENABLE= paranoia early-chroot -PARANOIA_CONFIGURE_VARS= PARANOIAOPT="yes" -PARANOIA_CONFIGURE_VARS_OFF= PARANOIAOPT="no" LDAP_CONFIGURE_WITH= ldap ldapcrypto LDAP_USE= OPENLDAP LDAP_USES= shebangfix @@ -115,6 +113,12 @@ SHEBANG_FILES= contrib/ldap/dhcpd-conf-to-ldap .if empty(PORT_OPTIONS:MBIND_SYMBOLS) EXTRA_PATCHES+=${PATCHDIR}/extra-patch-bind_Makefile.in +.endif + +.if ${PORT_OPTIONS:MPARANOIA} +SUB_LIST+= PARANOIAOPT="yes" +.else +SUB_LIST+= PARANOIAOPT="no" .endif post-patch: From owner-svn-ports-head@freebsd.org Sat Mar 3 16:54:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BB62F29129; Sat, 3 Mar 2018 16:54:02 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A5826B1B0; Sat, 3 Mar 2018 16:54:02 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 253B3F9D; Sat, 3 Mar 2018 16:54:02 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23Gs2Sb026745; Sat, 3 Mar 2018 16:54:02 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23Gs1dv026743; Sat, 3 Mar 2018 16:54:01 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803031654.w23Gs1dv026743@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 16:54:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463516 - head/www/google-appengine X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/www/google-appengine X-SVN-Commit-Revision: 463516 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 16:54:02 -0000 Author: yuri Date: Sat Mar 3 16:54:01 2018 New Revision: 463516 URL: https://svnweb.freebsd.org/changeset/ports/463516 Log: www/google-appengine: Update to 1.9.66 Maintainer's timeout expired: nivit@ Port changes: * Split out do-install-EXAMPLES-on * Line ordering PR: 225830 Submitted by: Dmitri Goutnik Approved by: tcberner (mentor, implicit) Modified: head/www/google-appengine/Makefile head/www/google-appengine/distinfo Modified: head/www/google-appengine/Makefile ============================================================================== --- head/www/google-appengine/Makefile Sat Mar 3 16:50:06 2018 (r463515) +++ head/www/google-appengine/Makefile Sat Mar 3 16:54:01 2018 (r463516) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= google-appengine -PORTVERSION= 1.9.51 -PORTREVISION= 1 +DISTVERSION= 1.9.66 CATEGORIES= www devel python MASTER_SITES= https://storage.googleapis.com/appengine-sdks/featured/ DISTFILES= ${PORTNAME:S|-|_|}_${PORTVERSION}.zip @@ -18,7 +17,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=${PYTHON_ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6:security/py-pycrypto@${PY_FLAVOR} +WRKSRC= ${WRKDIR}/${PORTNAME:S,-,_,} + +USES= gettext python:2.7 shebangfix zip NO_BUILD= yes +SHEBANG_FILES= ${GAESCRIPTS} OPTIONS_DEFINE= EXAMPLES MYSQL PHP OPTIONS_DEFAULT= MYSQL @@ -27,11 +30,6 @@ PORTDATA= * PORTEXAMPLES= * PLIST_FILES= ${GAESCRIPTS:C,^| ,bin/&,g} -USES= gettext python:2.7 shebangfix zip -SHEBANG_FILES= ${GAESCRIPTS} - -WRKSRC= ${WRKDIR}/${PORTNAME:S,-,_,} - LN_OPTS= -sf GAEDATADIR= google lib new_project_template tools @@ -49,8 +47,6 @@ PHP_VARS= gaedatadir+=php want_mysql_ver=55 do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "${GAEDATADIR}" ${STAGEDIR}${DATADIR}) - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/demos && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) (cd ${STAGEDIR}${PREFIX}/bin && \ for S in ${GAESCRIPTS}; do \ ${INSTALL_SCRIPT} ${WRKSRC}/$${S} ${STAGEDIR}${DATADIR}; \ @@ -60,5 +56,8 @@ do-install: (cd ${STAGEDIR}${DATADIR} && \ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d ${DATADIR} -f ${GAEDATADIR:Nphp} -q) + +do-install-EXAMPLES-on: + cd ${WRKSRC}/demos && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/www/google-appengine/distinfo ============================================================================== --- head/www/google-appengine/distinfo Sat Mar 3 16:50:06 2018 (r463515) +++ head/www/google-appengine/distinfo Sat Mar 3 16:54:01 2018 (r463516) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491137478 -SHA256 (google_appengine_1.9.51.zip) = 91f011639919ed37f25e5d6f61f9797ccfea1e8753834d77612dd365d80ee914 -SIZE (google_appengine_1.9.51.zip) = 46135398 +TIMESTAMP = 1518375886 +SHA256 (google_appengine_1.9.66.zip) = 2cc738a377686ad60b11aea110db5832e9089f7be8fb12a6e98136eeb6c528ba +SIZE (google_appengine_1.9.66.zip) = 54071053 From owner-svn-ports-head@freebsd.org Sat Mar 3 17:01:14 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D46AF299FB; Sat, 3 Mar 2018 17:01:14 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 195E16B678; Sat, 3 Mar 2018 17:01:14 +0000 (UTC) (envelope-from zi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 104FBFD1; Sat, 3 Mar 2018 17:01:14 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23H1D7H027888; Sat, 3 Mar 2018 17:01:13 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23H1Du6027886; Sat, 3 Mar 2018 17:01:13 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201803031701.w23H1Du6027886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Sat, 3 Mar 2018 17:01:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463517 - in head/net/isc-dhcp44-server: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/net/isc-dhcp44-server: . files X-SVN-Commit-Revision: 463517 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 17:01:14 -0000 Author: zi Date: Sat Mar 3 17:01:13 2018 New Revision: 463517 URL: https://svnweb.freebsd.org/changeset/ports/463517 Log: - Additional fix for variable name change Modified: head/net/isc-dhcp44-server/Makefile head/net/isc-dhcp44-server/files/isc-dhcpd.in Modified: head/net/isc-dhcp44-server/Makefile ============================================================================== --- head/net/isc-dhcp44-server/Makefile Sat Mar 3 16:54:01 2018 (r463516) +++ head/net/isc-dhcp44-server/Makefile Sat Mar 3 17:01:13 2018 (r463517) @@ -19,7 +19,7 @@ LICENSE= MPL20 USES= gmake -PORTREVISION_SERVER= 1 +PORTREVISION_SERVER= 2 PORTREVISION_CLIENT= 0 PORTREVISION_RELAY= 0 Modified: head/net/isc-dhcp44-server/files/isc-dhcpd.in ============================================================================== --- head/net/isc-dhcp44-server/files/isc-dhcpd.in Sat Mar 3 16:54:01 2018 (r463516) +++ head/net/isc-dhcp44-server/files/isc-dhcpd.in Sat Mar 3 17:01:13 2018 (r463517) @@ -46,7 +46,7 @@ eval ": \${${name}_enable:=\"NO\"}" eval ": \${${name}_conf:=%%PREFIX%%/etc/${name}.conf}" # configuration file eval ": \${${name}_withumask:=022}" # file creation mask -eval ": \${${name}_chuser_enable:=\"%%PARANOIA%%\"}" # runs w/o privileges? +eval ": \${${name}_chuser_enable:=\"%%PARANOIAOPT%%\"}" # runs w/o privileges? eval ": \${${name}_withuser:=dhcpd}" # user name to run as eval ": \${${name}_withgroup:=dhcpd}" # group name to run as From owner-svn-ports-head@freebsd.org Sat Mar 3 17:35:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48C20F2C306; Sat, 3 Mar 2018 17:35:30 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA2656CE6A; Sat, 3 Mar 2018 17:35:29 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6CAB1627; Sat, 3 Mar 2018 17:35:29 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23HZTRg046903; Sat, 3 Mar 2018 17:35:29 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23HZTwd046901; Sat, 3 Mar 2018 17:35:29 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803031735.w23HZTwd046901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 17:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463518 - head/net-im/py-toxcore-c X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/net-im/py-toxcore-c X-SVN-Commit-Revision: 463518 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 17:35:30 -0000 Author: yuri Date: Sat Mar 3 17:35:29 2018 New Revision: 463518 URL: https://svnweb.freebsd.org/changeset/ports/463518 Log: net-im/py-toxcore-c: Update to 0.180219 Port changes: * Added stripping * CFLAGS -> USES=localbase This update makes it compatible with net-im/tox 0.2.0 Modified: head/net-im/py-toxcore-c/Makefile head/net-im/py-toxcore-c/distinfo Modified: head/net-im/py-toxcore-c/Makefile ============================================================================== --- head/net-im/py-toxcore-c/Makefile Sat Mar 3 17:01:13 2018 (r463517) +++ head/net-im/py-toxcore-c/Makefile Sat Mar 3 17:35:29 2018 (r463518) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= toxcore-c -PORTVERSION= 0.170206 -PORTREVISION= 2 +DISTVERSION= 0.180219 CATEGORIES= net-im net-p2p python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,14 +17,14 @@ LIB_DEPENDS= libtoxcore.so:net-im/tox \ libvpx.so:multimedia/libvpx \ libopus.so:audio/opus +USES= localbase python USE_GITHUB= yes GH_ACCOUNT= TokTok GH_PROJECT= py-toxcore-c -GH_TAGNAME= ebced1f - -USES= python +GH_TAGNAME= 2c1b9d6 USE_PYTHON= distutils autoplist -CFLAGS+= -I${LOCALBASE}/include +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pytox.so .include Modified: head/net-im/py-toxcore-c/distinfo ============================================================================== --- head/net-im/py-toxcore-c/distinfo Sat Mar 3 17:01:13 2018 (r463517) +++ head/net-im/py-toxcore-c/distinfo Sat Mar 3 17:35:29 2018 (r463518) @@ -1,3 +1,3 @@ -TIMESTAMP = 1486430415 -SHA256 (TokTok-py-toxcore-c-0.170206-ebced1f_GH0.tar.gz) = 9d5edf0991ee59835be4b6961792bd33b6f0d7703fb16827d9bf09b6f94610fc -SIZE (TokTok-py-toxcore-c-0.170206-ebced1f_GH0.tar.gz) = 45529 +TIMESTAMP = 1520052651 +SHA256 (TokTok-py-toxcore-c-0.180219-2c1b9d6_GH0.tar.gz) = 7636238ff9589de22ea9b864dc15498cc7bdcae1c19367347aee96c6844604bd +SIZE (TokTok-py-toxcore-c-0.180219-2c1b9d6_GH0.tar.gz) = 46156 From owner-svn-ports-head@freebsd.org Sat Mar 3 18:01:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53921F2DEA8; Sat, 3 Mar 2018 18:01:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 060E16DB1C; Sat, 3 Mar 2018 18:01:11 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 00FAA198D; Sat, 3 Mar 2018 18:01:11 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23I1AHn058113; Sat, 3 Mar 2018 18:01:10 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23I1AnA058110; Sat, 3 Mar 2018 18:01:10 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803031801.w23I1AnA058110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 18:01:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463519 - head/multimedia/syncplay X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/multimedia/syncplay X-SVN-Commit-Revision: 463519 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 18:01:11 -0000 Author: yuri Date: Sat Mar 3 18:01:10 2018 New Revision: 463519 URL: https://svnweb.freebsd.org/changeset/ports/463519 Log: multimedia/syncplay: Update to 1.5.2 Added _DESC for port options. PR: 226325 Submitted by: Christian Heckendorf (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/multimedia/syncplay/Makefile head/multimedia/syncplay/distinfo head/multimedia/syncplay/pkg-plist Modified: head/multimedia/syncplay/Makefile ============================================================================== --- head/multimedia/syncplay/Makefile Sat Mar 3 17:35:29 2018 (r463518) +++ head/multimedia/syncplay/Makefile Sat Mar 3 18:01:10 2018 (r463519) @@ -2,7 +2,7 @@ PORTNAME= syncplay DISTVERSIONPREFIX= v -DISTVERSION= 1.5.1 +DISTVERSION= 1.5.2 CATEGORIES= multimedia MAINTAINER= heckendorfc@gmail.com @@ -17,7 +17,6 @@ USE_GITHUB= yes GH_ACCOUNT= Syncplay SHEBANG_FILES= syncplayClient.py \ syncplayServer.py - NO_ARCH= yes OPTIONS_DEFINE= GUI VLC @@ -26,6 +25,8 @@ OPTIONS_SUB= yes OPTIONS_MULTI= MODES OPTIONS_MULTI_MODES= CLIENT SERVER +CLIENT_DESC= Client mode +SERVER_DESC= Server mode VLC_DESC= Support for VLC media player MAKEFILE= GNUmakefile Modified: head/multimedia/syncplay/distinfo ============================================================================== --- head/multimedia/syncplay/distinfo Sat Mar 3 17:35:29 2018 (r463518) +++ head/multimedia/syncplay/distinfo Sat Mar 3 18:01:10 2018 (r463519) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514488824 -SHA256 (Syncplay-syncplay-v1.5.1_GH0.tar.gz) = c4fe1333797b0aea67b63437ee2bd7ff88324ad0167d93e81b0b8fa1756d2c9a -SIZE (Syncplay-syncplay-v1.5.1_GH0.tar.gz) = 1603524 +TIMESTAMP = 1520079690 +SHA256 (Syncplay-syncplay-v1.5.2_GH0.tar.gz) = 8a6a6e73b28e842230b4deef3b031f8ebeea5e30ffca393f2c4f8de207c6f428 +SIZE (Syncplay-syncplay-v1.5.2_GH0.tar.gz) = 1636375 Modified: head/multimedia/syncplay/pkg-plist ============================================================================== --- head/multimedia/syncplay/pkg-plist Sat Mar 3 17:35:29 2018 (r463518) +++ head/multimedia/syncplay/pkg-plist Sat Mar 3 18:01:10 2018 (r463519) @@ -19,6 +19,7 @@ lib/syncplay/resources/delete.png lib/syncplay/resources/door_in.png lib/syncplay/resources/email_go.png lib/syncplay/resources/empty_checkbox.png +lib/syncplay/resources/error.png lib/syncplay/resources/eye.png lib/syncplay/resources/film_add.png lib/syncplay/resources/film_edit.png @@ -42,10 +43,12 @@ lib/syncplay/resources/page_white_key.png lib/syncplay/resources/shield_add.png lib/syncplay/resources/shield_edit.png lib/syncplay/resources/syncplay.png +lib/syncplay/resources/syncplayintf.lua lib/syncplay/resources/table_refresh.png lib/syncplay/resources/tick.png lib/syncplay/resources/tick_checkbox.png lib/syncplay/resources/timeline_marker.png +lib/syncplay/resources/user_comment.png lib/syncplay/resources/user_key.png lib/syncplay/resources/vlc.png lib/syncplay/resources/world_add.png @@ -58,6 +61,7 @@ lib/syncplay/syncplay/constants.py lib/syncplay/syncplay/messages.py lib/syncplay/syncplay/messages_de.py lib/syncplay/syncplay/messages_en.py +lib/syncplay/syncplay/messages_it.py lib/syncplay/syncplay/messages_ru.py lib/syncplay/syncplay/players/__init__.py lib/syncplay/syncplay/players/basePlayer.py From owner-svn-ports-head@freebsd.org Sat Mar 3 19:15:25 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF420F335CA; Sat, 3 Mar 2018 19:15:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 83A8A714B1; Sat, 3 Mar 2018 19:15: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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A0C3264B; Sat, 3 Mar 2018 19:15: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 w23JFO9n096960; Sat, 3 Mar 2018 19:15:24 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23JFOb1096957; Sat, 3 Mar 2018 19:15:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031915.w23JFOb1096957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 19:15:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463520 - head/www/npm X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/npm X-SVN-Commit-Revision: 463520 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 19:15:25 -0000 Author: sunpoet Date: Sat Mar 3 19:15:24 2018 New Revision: 463520 URL: https://svnweb.freebsd.org/changeset/ports/463520 Log: Update to 5.7.1 Changes: https://github.com/npm/npm/releases Modified: head/www/npm/Makefile head/www/npm/distinfo head/www/npm/pkg-plist Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Sat Mar 3 18:01:10 2018 (r463519) +++ head/www/npm/Makefile Sat Mar 3 19:15:24 2018 (r463520) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= npm -PORTVERSION= 5.6.0 -PORTREVISION= 2 +PORTVERSION= 5.7.1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet Modified: head/www/npm/distinfo ============================================================================== --- head/www/npm/distinfo Sat Mar 3 18:01:10 2018 (r463519) +++ head/www/npm/distinfo Sat Mar 3 19:15:24 2018 (r463520) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513341905 -SHA256 (npm-5.6.0.tar.xz) = 758f76efceea1c8b42105b5db9f611fc2517c1a29040d78a8ef013ee1b1eadb2 -SIZE (npm-5.6.0.tar.xz) = 3478008 +TIMESTAMP = 1520085043 +SHA256 (npm-5.7.1.tar.xz) = 5c25c4154d35a74c053bbcd9a75e7209e2d402788c2add47b936e7e31fcf1840 +SIZE (npm-5.7.1.tar.xz) = 3612136 Modified: head/www/npm/pkg-plist ============================================================================== --- head/www/npm/pkg-plist Sat Mar 3 18:01:10 2018 (r463519) +++ head/www/npm/pkg-plist Sat Mar 3 19:15:24 2018 (r463520) @@ -36,6 +36,7 @@ lib/node_modules/npm/doc/cli/npm-bugs.md lib/node_modules/npm/doc/cli/npm-build.md lib/node_modules/npm/doc/cli/npm-bundle.md lib/node_modules/npm/doc/cli/npm-cache.md +lib/node_modules/npm/doc/cli/npm-ci.md lib/node_modules/npm/doc/cli/npm-completion.md lib/node_modules/npm/doc/cli/npm-config.md lib/node_modules/npm/doc/cli/npm-dedupe.md @@ -109,6 +110,7 @@ lib/node_modules/npm/html/doc/cli/npm-bugs.html lib/node_modules/npm/html/doc/cli/npm-build.html lib/node_modules/npm/html/doc/cli/npm-bundle.html lib/node_modules/npm/html/doc/cli/npm-cache.html +lib/node_modules/npm/html/doc/cli/npm-ci.html lib/node_modules/npm/html/doc/cli/npm-completion.html lib/node_modules/npm/html/doc/cli/npm-config.html lib/node_modules/npm/html/doc/cli/npm-dedupe.html @@ -191,6 +193,7 @@ lib/node_modules/npm/lib/bin.js lib/node_modules/npm/lib/bugs.js lib/node_modules/npm/lib/build.js lib/node_modules/npm/lib/cache.js +lib/node_modules/npm/lib/ci.js lib/node_modules/npm/lib/completion.js lib/node_modules/npm/lib/config.js lib/node_modules/npm/lib/config/bin-links.js @@ -259,6 +262,7 @@ lib/node_modules/npm/lib/install/diff-trees.js lib/node_modules/npm/lib/install/exists.js lib/node_modules/npm/lib/install/flatten-tree.js lib/node_modules/npm/lib/install/get-requested.js +lib/node_modules/npm/lib/install/has-modern-meta.js lib/node_modules/npm/lib/install/inflate-bundled.js lib/node_modules/npm/lib/install/inflate-shrinkwrap.js lib/node_modules/npm/lib/install/is-dev-dep.js @@ -378,6 +382,7 @@ lib/node_modules/npm/man/man1/npm-bugs.1.gz lib/node_modules/npm/man/man1/npm-build.1.gz lib/node_modules/npm/man/man1/npm-bundle.1.gz lib/node_modules/npm/man/man1/npm-cache.1.gz +lib/node_modules/npm/man/man1/npm-ci.1.gz lib/node_modules/npm/man/man1/npm-completion.1.gz lib/node_modules/npm/man/man1/npm-config.1.gz lib/node_modules/npm/man/man1/npm-dedupe.1.gz @@ -458,6 +463,7 @@ lib/node_modules/npm/node_modules/JSONStream/.npmignor lib/node_modules/npm/node_modules/JSONStream/.travis.yml lib/node_modules/npm/node_modules/JSONStream/LICENSE.APACHE2 lib/node_modules/npm/node_modules/JSONStream/LICENSE.MIT +lib/node_modules/npm/node_modules/JSONStream/bin.js lib/node_modules/npm/node_modules/JSONStream/examples/all_docs.js lib/node_modules/npm/node_modules/JSONStream/index.js lib/node_modules/npm/node_modules/JSONStream/node_modules/jsonparse/.npmignore @@ -623,11 +629,7 @@ lib/node_modules/npm/node_modules/cacache/locales/en.j lib/node_modules/npm/node_modules/cacache/locales/es.js lib/node_modules/npm/node_modules/cacache/locales/es.json lib/node_modules/npm/node_modules/cacache/ls.js -lib/node_modules/npm/node_modules/cacache/node_modules/ssri/CHANGELOG.md -lib/node_modules/npm/node_modules/cacache/node_modules/ssri/LICENSE.md -lib/node_modules/npm/node_modules/cacache/node_modules/ssri/README.md -lib/node_modules/npm/node_modules/cacache/node_modules/ssri/index.js -lib/node_modules/npm/node_modules/cacache/node_modules/ssri/package.json +lib/node_modules/npm/node_modules/cacache/node_modules/y18n/CHANGELOG.md lib/node_modules/npm/node_modules/cacache/node_modules/y18n/LICENSE lib/node_modules/npm/node_modules/cacache/node_modules/y18n/README.md lib/node_modules/npm/node_modules/cacache/node_modules/y18n/index.js @@ -1397,6 +1399,87 @@ lib/node_modules/npm/node_modules/lazy-property/README lib/node_modules/npm/node_modules/lazy-property/component.json lib/node_modules/npm/node_modules/lazy-property/lazyProperty.js lib/node_modules/npm/node_modules/lazy-property/package.json +lib/node_modules/npm/node_modules/libcipm/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/LICENSE.md +lib/node_modules/npm/node_modules/libcipm/README.md +lib/node_modules/npm/node_modules/libcipm/index.js +lib/node_modules/npm/node_modules/libcipm/lib/config/lifecycle-opts.js +lib/node_modules/npm/node_modules/libcipm/lib/config/npm-config.js +lib/node_modules/npm/node_modules/libcipm/lib/config/pacote-opts.js +lib/node_modules/npm/node_modules/libcipm/lib/extract.js +lib/node_modules/npm/node_modules/libcipm/lib/silentlog.js +lib/node_modules/npm/node_modules/libcipm/lib/worker.js +lib/node_modules/npm/node_modules/libcipm/node_modules/find-npm-prefix/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/find-npm-prefix/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/find-npm-prefix/find-prefix.js +lib/node_modules/npm/node_modules/libcipm/node_modules/find-npm-prefix/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/find-npm-prefix/test/find-prefix.js +lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/node_modules/npm-package-arg/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/node_modules/npm-package-arg/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/node_modules/npm-package-arg/npa.js +lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/node_modules/npm-package-arg/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/lock-verify/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/npm-logical-tree/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/node_modules/npm-logical-tree/LICENSE.md +lib/node_modules/npm/node_modules/libcipm/node_modules/npm-logical-tree/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/npm-logical-tree/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/npm-logical-tree/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/protoduck/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/node_modules/protoduck/LICENSE +lib/node_modules/npm/node_modules/libcipm/node_modules/protoduck/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/protoduck/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/protoduck/node_modules/genfun/CHANGELOG.md +lib/node_modules/npm/node_modules/libcipm/node_modules/protoduck/node_modules/genfun/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/protoduck/node_modules/genfun/lib/genfun.js +lib/node_modules/npm/node_modules/libcipm/node_modules/protoduck/node_modules/genfun/lib/method.js +lib/node_modules/npm/node_modules/libcipm/node_modules/protoduck/node_modules/genfun/lib/role.js +lib/node_modules/npm/node_modules/libcipm/node_modules/protoduck/node_modules/genfun/lib/util.js +lib/node_modules/npm/node_modules/libcipm/node_modules/protoduck/node_modules/genfun/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/protoduck/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/LICENSE.md +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/examples/basic/child.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/examples/basic/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/examples/pi/calc.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/examples/pi/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/index.d.ts +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/lib/child/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/lib/farm.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/lib/fork.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/lib/index.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/.bin/errno +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/build.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/cli.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/custom.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/errno.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/node_modules/prr/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/node_modules/prr/.travis.yml +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/node_modules/prr/LICENSE.md +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/node_modules/prr/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/node_modules/prr/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/node_modules/prr/prr.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/node_modules/prr/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/errno/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/xtend/.npmignore +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/xtend/LICENCE +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/xtend/Makefile +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/xtend/README.md +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/xtend/immutable.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/xtend/mutable.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/xtend/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/node_modules/xtend/test.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/package.json +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/tests/child.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/tests/debug.js +lib/node_modules/npm/node_modules/libcipm/node_modules/worker-farm/tests/index.js +lib/node_modules/npm/node_modules/libcipm/package.json lib/node_modules/npm/node_modules/libnpx/CHANGELOG.md lib/node_modules/npm/node_modules/libnpx/LICENSE.md lib/node_modules/npm/node_modules/libnpx/README.md @@ -1799,8 +1882,9 @@ lib/node_modules/npm/node_modules/meant/README.md lib/node_modules/npm/node_modules/meant/index.js lib/node_modules/npm/node_modules/meant/package.json lib/node_modules/npm/node_modules/meant/test.js -lib/node_modules/npm/node_modules/mississippi/.npmignore +lib/node_modules/npm/node_modules/mississippi/changelog.md lib/node_modules/npm/node_modules/mississippi/index.js +lib/node_modules/npm/node_modules/mississippi/license lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/LICENSE lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/index.js lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/.travis.yml @@ -1813,21 +1897,11 @@ lib/node_modules/npm/node_modules/mississippi/node_mod lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/tarray.js lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/package.json lib/node_modules/npm/node_modules/mississippi/node_modules/concat-stream/readme.md -lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/.npmignore lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/.travis.yml lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/LICENSE lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/README.md lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/example.js lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/index.js -lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/.npmignore -lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/README.md -lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/index.js -lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/node_modules/once/LICENSE -lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/node_modules/once/README.md -lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/node_modules/once/once.js -lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/node_modules/once/package.json -lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/package.json -lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/end-of-stream/test.js lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.npmignore lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.travis.yml lib/node_modules/npm/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/LICENSE @@ -1864,15 +1938,13 @@ lib/node_modules/npm/node_modules/mississippi/node_mod lib/node_modules/npm/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/index.js lib/node_modules/npm/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/package.json lib/node_modules/npm/node_modules/mississippi/node_modules/parallel-transform/package.json -lib/node_modules/npm/node_modules/mississippi/node_modules/pump/.npmignore lib/node_modules/npm/node_modules/mississippi/node_modules/pump/.travis.yml lib/node_modules/npm/node_modules/mississippi/node_modules/pump/LICENSE lib/node_modules/npm/node_modules/mississippi/node_modules/pump/README.md lib/node_modules/npm/node_modules/mississippi/node_modules/pump/index.js lib/node_modules/npm/node_modules/mississippi/node_modules/pump/package.json lib/node_modules/npm/node_modules/mississippi/node_modules/pump/test-browser.js -lib/node_modules/npm/node_modules/mississippi/node_modules/pump/test.js -lib/node_modules/npm/node_modules/mississippi/node_modules/pumpify/.npmignore +lib/node_modules/npm/node_modules/mississippi/node_modules/pump/test-node.js lib/node_modules/npm/node_modules/mississippi/node_modules/pumpify/.travis.yml lib/node_modules/npm/node_modules/mississippi/node_modules/pumpify/LICENSE lib/node_modules/npm/node_modules/mississippi/node_modules/pumpify/README.md @@ -1990,19 +2062,14 @@ lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/g lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py @@ -2011,33 +2078,23 @@ lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/g lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ordered_dict.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py -lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.pyc lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples.bat @@ -2276,6 +2333,7 @@ lib/node_modules/npm/node_modules/npm-packlist/node_mo lib/node_modules/npm/node_modules/npm-packlist/node_modules/npm-bundled/index.js lib/node_modules/npm/node_modules/npm-packlist/node_modules/npm-bundled/package.json lib/node_modules/npm/node_modules/npm-packlist/package.json +lib/node_modules/npm/node_modules/npm-profile/CHANGELOG.md lib/node_modules/npm/node_modules/npm-profile/LICENSE lib/node_modules/npm/node_modules/npm-profile/README.md lib/node_modules/npm/node_modules/npm-profile/index.js @@ -2302,57 +2360,14 @@ lib/node_modules/npm/node_modules/npm-profile/node_mod lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms/node_modules/ms/readme.md lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms/package.json lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/agentkeepalive/package.json -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/CHANGELOG.md -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/LICENSE.md -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/README.es.md -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/README.md -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/en.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/es.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/get.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/index.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/lib/content/path.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/lib/content/read.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/lib/content/rm.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/lib/content/write.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/lib/entry-index.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/lib/memoization.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/lib/util/fix-owner.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/lib/util/hash-to-segments.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/lib/util/move-file.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/lib/util/tmp.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/lib/util/y.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/lib/verify.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/locales/en.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/locales/en.json -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/locales/es.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/locales/es.json -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/ls.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/node_modules/y18n/LICENSE -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/node_modules/y18n/README.md -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/node_modules/y18n/index.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/node_modules/y18n/package.json -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/package.json -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/put.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/rm.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/cacache/verify.js lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/README.md -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/index.js lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/node4/index.js lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/package.json -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/misctest.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/okhttptest.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/requesttest.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/responsetest.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/revalidatetest.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/satisfytest.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/updatetest.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/varytest.js lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-proxy-agent/.npmignore lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-proxy-agent/.travis.yml lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-proxy-agent/History.md lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-proxy-agent/README.md lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-proxy-agent/index.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/.npmignore lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/.travis.yml lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/History.md lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-proxy-agent/node_modules/agent-base/README.md @@ -2417,12 +2432,10 @@ lib/node_modules/npm/node_modules/npm-profile/node_mod lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-proxy-agent/test/ssl-cert-snakeoil.key lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-proxy-agent/test/ssl-cert-snakeoil.pem lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/http-proxy-agent/test/test.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/.npmignore lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/.travis.yml lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/History.md lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/README.md lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/index.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/.npmignore lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/.travis.yml lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/History.md lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/agent-base/README.md @@ -2470,7 +2483,6 @@ lib/node_modules/npm/node_modules/npm-profile/node_mod lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/LICENSE lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/Makefile lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/README.md -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/component.json lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/karma.conf.js lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/node.js lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms/index.js @@ -2481,12 +2493,116 @@ lib/node_modules/npm/node_modules/npm-profile/node_mod lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/browser.js lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/debug.js lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/index.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/inspector-log.js lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/node.js lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/package.json lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/test/ssl-cert-snakeoil.key lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/test/ssl-cert-snakeoil.pem lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/https-proxy-agent/test/test.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/LICENSE +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/.travis.yml +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/LICENSE +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/example/tarray.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/readme.markdown +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/server/undef_globals.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/tarray.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/readme.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/.travis.yml +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/LICENSE +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/example.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.npmignore +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.travis.yml +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/LICENSE +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/test.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/test.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/end-of-stream/LICENSE +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/end-of-stream/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/end-of-stream/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/end-of-stream/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/.npmignore +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/.travis.yml +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/LICENSE +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/example.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/test.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/.travis.yml +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/LICENSE.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/test.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/.npmignore +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/LICENSE +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/.npmignore +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/.travis.yml +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/LICENSE +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/test-browser.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/test.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/.travis.yml +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/LICENSE +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/.travis.yml +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/LICENSE +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/test-browser.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/test-node.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/test.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/.npmignore +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/.travis.yml +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/LICENSE +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/collaborators.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/.npmignore +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/.travis.yml +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/LICENSE +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/index.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/test.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/test.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/.npmignore +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/LICENSE.html +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/LICENSE.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/.npmignore +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/LICENCE +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/Makefile +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/README.md +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/immutable.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/mutable.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/test.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/through2.js +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/package.json +lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/mississippi/readme.md lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/node-fetch-npm/CHANGELOG.md lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/node-fetch-npm/LICENSE.md lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/node-fetch-npm/README.md @@ -2564,7 +2680,6 @@ lib/node_modules/npm/node_modules/npm-profile/node_mod lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/History.md lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/README.md lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/index.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/.npmignore lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/.travis.yml lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/History.md lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/node_modules/agent-base/README.md @@ -2636,11 +2751,6 @@ lib/node_modules/npm/node_modules/npm-profile/node_mod lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/test/ssl-cert-snakeoil.key lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/test/ssl-cert-snakeoil.pem lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/socks-proxy-agent/test/test.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/ssri/CHANGELOG.md -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/ssri/LICENSE.md -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/ssri/README.md -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/ssri/index.js -lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/node_modules/ssri/package.json lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/package.json lib/node_modules/npm/node_modules/npm-profile/node_modules/make-fetch-happen/warning.js lib/node_modules/npm/node_modules/npm-profile/package.json @@ -2794,8 +2904,6 @@ lib/node_modules/npm/node_modules/opener/LICENSE.txt lib/node_modules/npm/node_modules/opener/README.md lib/node_modules/npm/node_modules/opener/opener.js lib/node_modules/npm/node_modules/opener/package.json -lib/node_modules/npm/node_modules/osenv/.npmignore -lib/node_modules/npm/node_modules/osenv/.travis.yml lib/node_modules/npm/node_modules/osenv/LICENSE lib/node_modules/npm/node_modules/osenv/README.md lib/node_modules/npm/node_modules/osenv/node_modules/os-homedir/index.js @@ -2808,9 +2916,6 @@ lib/node_modules/npm/node_modules/osenv/node_modules/o lib/node_modules/npm/node_modules/osenv/node_modules/os-tmpdir/readme.md lib/node_modules/npm/node_modules/osenv/osenv.js lib/node_modules/npm/node_modules/osenv/package.json -lib/node_modules/npm/node_modules/osenv/test/unix.js -lib/node_modules/npm/node_modules/osenv/test/windows.js -lib/node_modules/npm/node_modules/osenv/x.tap lib/node_modules/npm/node_modules/pacote/CHANGELOG.md lib/node_modules/npm/node_modules/pacote/LICENSE lib/node_modules/npm/node_modules/pacote/README.md @@ -2836,11 +2941,11 @@ lib/node_modules/npm/node_modules/pacote/lib/fetchers/ lib/node_modules/npm/node_modules/pacote/lib/finalize-manifest.js lib/node_modules/npm/node_modules/pacote/lib/util/cache-key.js lib/node_modules/npm/node_modules/pacote/lib/util/git.js -lib/node_modules/npm/node_modules/pacote/lib/util/gunzip-maybe.js lib/node_modules/npm/node_modules/pacote/lib/util/opt-check.js lib/node_modules/npm/node_modules/pacote/lib/util/pack-dir.js lib/node_modules/npm/node_modules/pacote/lib/util/silentlog.js lib/node_modules/npm/node_modules/pacote/manifest.js +lib/node_modules/npm/node_modules/pacote/node_modules/.bin/semver lib/node_modules/npm/node_modules/pacote/node_modules/get-stream/buffer-stream.js lib/node_modules/npm/node_modules/pacote/node_modules/get-stream/index.js lib/node_modules/npm/node_modules/pacote/node_modules/get-stream/license @@ -2870,17 +2975,8 @@ lib/node_modules/npm/node_modules/pacote/node_modules/ lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/node_modules/humanize-ms/package.json lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/agentkeepalive/package.json lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/README.md -lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/index.js lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/node4/index.js lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/package.json -lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/misctest.js -lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/okhttptest.js -lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/requesttest.js -lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/responsetest.js -lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/revalidatetest.js -lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/satisfytest.js -lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/updatetest.js -lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-cache-semantics/test/varytest.js lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/.npmignore lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/.travis.yml lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/History.md @@ -2950,7 +3046,6 @@ lib/node_modules/npm/node_modules/pacote/node_modules/ lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/test/ssl-cert-snakeoil.key lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/test/ssl-cert-snakeoil.pem lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/http-proxy-agent/test/test.js -lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/.npmignore lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/.travis.yml lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/History.md lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/README.md @@ -3002,7 +3097,6 @@ lib/node_modules/npm/node_modules/pacote/node_modules/ lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/LICENSE lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/Makefile lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/README.md -lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/component.json lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/karma.conf.js lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/node.js lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/node_modules/ms/index.js @@ -3013,12 +3107,116 @@ lib/node_modules/npm/node_modules/pacote/node_modules/ lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/browser.js lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/debug.js lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/index.js -lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/inspector-log.js lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/node_modules/debug/src/node.js lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/package.json lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/test/ssl-cert-snakeoil.key lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/test/ssl-cert-snakeoil.pem lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/https-proxy-agent/test/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/example/tarray.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/readme.markdown +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/server/undef_globals.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/tarray.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/concat-stream/readme.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/example.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/duplexify/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/end-of-stream/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/end-of-stream/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/end-of-stream/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/end-of-stream/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/example.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/flush-write-stream/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/LICENSE.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/from2/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/parallel-transform/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/test-browser.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pump/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/test-browser.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/node_modules/pump/test-node.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/pumpify/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/collaborators.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/stream-each/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/LICENSE.html +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/LICENSE.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/LICENCE +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/Makefile +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/immutable.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/mutable.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/node_modules/xtend/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/node_modules/through2/through2.js +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/mississippi/readme.md lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/CHANGELOG.md lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/LICENSE.md lib/node_modules/npm/node_modules/pacote/node_modules/make-fetch-happen/node_modules/node-fetch-npm/README.md @@ -3153,6 +3351,7 @@ lib/node_modules/npm/node_modules/pacote/node_modules/ lib/node_modules/npm/node_modules/pacote/node_modules/minimatch/LICENSE lib/node_modules/npm/node_modules/pacote/node_modules/minimatch/README.md lib/node_modules/npm/node_modules/pacote/node_modules/minimatch/minimatch.js +lib/node_modules/npm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/LICENSE lib/node_modules/npm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/README.md lib/node_modules/npm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/index.js lib/node_modules/npm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore @@ -3169,6 +3368,106 @@ lib/node_modules/npm/node_modules/pacote/node_modules/ lib/node_modules/npm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js lib/node_modules/npm/node_modules/pacote/node_modules/minimatch/node_modules/brace-expansion/package.json lib/node_modules/npm/node_modules/pacote/node_modules/minimatch/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/changelog.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/license +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/concat-stream/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/concat-stream/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/example/tarray.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/readme.markdown +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/server/undef_globals.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/concat-stream/node_modules/typedarray/test/tarray.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/concat-stream/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/concat-stream/readme.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/example.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/node_modules/stream-shift/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/duplexify/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/end-of-stream/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/end-of-stream/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/end-of-stream/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/end-of-stream/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/flush-write-stream/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/flush-write-stream/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/flush-write-stream/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/flush-write-stream/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/flush-write-stream/example.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/flush-write-stream/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/flush-write-stream/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/flush-write-stream/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/from2/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/from2/LICENSE.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/from2/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/from2/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/from2/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/from2/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/parallel-transform/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/parallel-transform/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/parallel-transform/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/parallel-transform/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/parallel-transform/node_modules/cyclist/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/parallel-transform/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/pump/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/pump/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/pump/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/pump/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/pump/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/pump/test-browser.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/pump/test-node.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/pumpify/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/pumpify/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/pumpify/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/pumpify/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/pumpify/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/pumpify/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/collaborators.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/.travis.yml +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/index.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/node_modules/stream-shift/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/stream-each/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/LICENSE.html +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/LICENSE.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/node_modules/xtend/.npmignore +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/node_modules/xtend/LICENCE +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/node_modules/xtend/Makefile +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/node_modules/xtend/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/node_modules/xtend/immutable.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/node_modules/xtend/mutable.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/node_modules/xtend/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/node_modules/xtend/test.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/node_modules/through2/through2.js +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/mississippi/readme.md lib/node_modules/npm/node_modules/pacote/node_modules/npm-pick-manifest/CHANGELOG.md lib/node_modules/npm/node_modules/pacote/node_modules/npm-pick-manifest/LICENSE.md lib/node_modules/npm/node_modules/pacote/node_modules/npm-pick-manifest/README.md @@ -3194,6 +3493,7 @@ lib/node_modules/npm/node_modules/pacote/node_modules/ lib/node_modules/npm/node_modules/pacote/node_modules/promise-retry/package.json lib/node_modules/npm/node_modules/pacote/node_modules/promise-retry/test/test.js lib/node_modules/npm/node_modules/pacote/node_modules/protoduck/CHANGELOG.md +lib/node_modules/npm/node_modules/pacote/node_modules/protoduck/LICENSE lib/node_modules/npm/node_modules/pacote/node_modules/protoduck/README.md lib/node_modules/npm/node_modules/pacote/node_modules/protoduck/index.js lib/node_modules/npm/node_modules/pacote/node_modules/protoduck/node_modules/genfun/CHANGELOG.md @@ -3204,6 +3504,12 @@ lib/node_modules/npm/node_modules/pacote/node_modules/ lib/node_modules/npm/node_modules/pacote/node_modules/protoduck/node_modules/genfun/lib/util.js lib/node_modules/npm/node_modules/pacote/node_modules/protoduck/node_modules/genfun/package.json lib/node_modules/npm/node_modules/pacote/node_modules/protoduck/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/semver/LICENSE +lib/node_modules/npm/node_modules/pacote/node_modules/semver/README.md +lib/node_modules/npm/node_modules/pacote/node_modules/semver/bin/semver +lib/node_modules/npm/node_modules/pacote/node_modules/semver/package.json +lib/node_modules/npm/node_modules/pacote/node_modules/semver/range.bnf +lib/node_modules/npm/node_modules/pacote/node_modules/semver/semver.js lib/node_modules/npm/node_modules/pacote/package.json lib/node_modules/npm/node_modules/pacote/prefetch.js lib/node_modules/npm/node_modules/pacote/tarball.js @@ -3326,7 +3632,6 @@ lib/node_modules/npm/node_modules/read/node_modules/mu lib/node_modules/npm/node_modules/read/node_modules/mute-stream/package.json lib/node_modules/npm/node_modules/read/node_modules/mute-stream/test/basic.js lib/node_modules/npm/node_modules/read/package.json -lib/node_modules/npm/node_modules/readable-stream/.npmignore lib/node_modules/npm/node_modules/readable-stream/.travis.yml lib/node_modules/npm/node_modules/readable-stream/CONTRIBUTING.md lib/node_modules/npm/node_modules/readable-stream/GOVERNANCE.md @@ -3358,12 +3663,10 @@ lib/node_modules/npm/node_modules/readable-stream/node lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/index.js lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/package.json lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/test.js -lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/.travis.yml lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/index.js lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/license.md lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/package.json lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/readme.md -lib/node_modules/npm/node_modules/readable-stream/node_modules/process-nextick-args/test.js lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/.npmignore lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/LICENSE lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/README.md @@ -4086,6 +4389,10 @@ lib/node_modules/npm/node_modules/tar/lib/update.js lib/node_modules/npm/node_modules/tar/lib/warn-mixin.js lib/node_modules/npm/node_modules/tar/lib/winchars.js lib/node_modules/npm/node_modules/tar/lib/write-entry.js +lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/LICENSE +lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/README.md +lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/index.js +lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/package.json lib/node_modules/npm/node_modules/tar/node_modules/minipass/.npmignore lib/node_modules/npm/node_modules/tar/node_modules/minipass/.travis.yml lib/node_modules/npm/node_modules/tar/node_modules/minipass/README.md @@ -4541,18 +4848,23 @@ lib/node_modules/npm/node_modules/update-notifier/pack lib/node_modules/npm/node_modules/update-notifier/readme.md lib/node_modules/npm/node_modules/uuid/.eslintrc.json lib/node_modules/npm/node_modules/uuid/AUTHORS -lib/node_modules/npm/node_modules/uuid/HISTORY.md +lib/node_modules/npm/node_modules/uuid/CHANGELOG.md lib/node_modules/npm/node_modules/uuid/LICENSE.md lib/node_modules/npm/node_modules/uuid/README.md +lib/node_modules/npm/node_modules/uuid/README_js.md lib/node_modules/npm/node_modules/uuid/bin/uuid lib/node_modules/npm/node_modules/uuid/index.js lib/node_modules/npm/node_modules/uuid/lib/bytesToUuid.js +lib/node_modules/npm/node_modules/uuid/lib/md5-browser.js +lib/node_modules/npm/node_modules/uuid/lib/md5.js lib/node_modules/npm/node_modules/uuid/lib/rng-browser.js lib/node_modules/npm/node_modules/uuid/lib/rng.js lib/node_modules/npm/node_modules/uuid/lib/sha1-browser.js lib/node_modules/npm/node_modules/uuid/lib/sha1.js +lib/node_modules/npm/node_modules/uuid/lib/v35.js lib/node_modules/npm/node_modules/uuid/package.json lib/node_modules/npm/node_modules/uuid/v1.js +lib/node_modules/npm/node_modules/uuid/v3.js lib/node_modules/npm/node_modules/uuid/v4.js lib/node_modules/npm/node_modules/uuid/v5.js lib/node_modules/npm/node_modules/validate-npm-package-license/LICENSE @@ -4614,7 +4926,7 @@ lib/node_modules/npm/node_modules/worker-farm/lib/farm lib/node_modules/npm/node_modules/worker-farm/lib/fork.js lib/node_modules/npm/node_modules/worker-farm/lib/index.js lib/node_modules/npm/node_modules/worker-farm/node_modules/.bin/errno -lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/.npmignore +lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/.travis.yml lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/README.md lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/build.js lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/cli.js @@ -4622,7 +4934,7 @@ lib/node_modules/npm/node_modules/worker-farm/node_mod lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/errno.js lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/node_modules/prr/.npmignore lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/node_modules/prr/.travis.yml -lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/node_modules/prr/LICENSE +lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/node_modules/prr/LICENSE.md lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/node_modules/prr/README.md lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/node_modules/prr/package.json lib/node_modules/npm/node_modules/worker-farm/node_modules/errno/node_modules/prr/prr.js @@ -4638,6 +4950,9 @@ lib/node_modules/npm/node_modules/worker-farm/node_mod lib/node_modules/npm/node_modules/worker-farm/node_modules/xtend/package.json lib/node_modules/npm/node_modules/worker-farm/node_modules/xtend/test.js lib/node_modules/npm/node_modules/worker-farm/package.json +lib/node_modules/npm/node_modules/worker-farm/tests/child.js +lib/node_modules/npm/node_modules/worker-farm/tests/debug.js +lib/node_modules/npm/node_modules/worker-farm/tests/index.js lib/node_modules/npm/node_modules/wrappy/LICENSE lib/node_modules/npm/node_modules/wrappy/README.md lib/node_modules/npm/node_modules/wrappy/package.json @@ -4737,6 +5052,7 @@ lib/node_modules/npm/test/tap/all-package-metadata-upd lib/node_modules/npm/test/tap/all-package-metadata-write-stream-unit.js lib/node_modules/npm/test/tap/all-package-metadata.js lib/node_modules/npm/test/tap/anon-cli-metrics.js +lib/node_modules/npm/test/tap/auto-prune.js lib/node_modules/npm/test/tap/bearer-token-check.js lib/node_modules/npm/test/tap/bin.js lib/node_modules/npm/test/tap/bitbucket-https-url-with-creds-package.js @@ -4746,7 +5062,6 @@ lib/node_modules/npm/test/tap/bitbucket-shortcut.js lib/node_modules/npm/test/tap/bugs.js lib/node_modules/npm/test/tap/build-already-built.js lib/node_modules/npm/test/tap/builtin-config.js -lib/node_modules/npm/test/tap/bundled-dependencies-no-pkgjson.js lib/node_modules/npm/test/tap/bundled-dependencies-nonarray.js lib/node_modules/npm/test/tap/bundled-dependencies.js lib/node_modules/npm/test/tap/bundled-no-add-to-move.js @@ -4759,6 +5074,7 @@ lib/node_modules/npm/test/tap/check-install-self.js lib/node_modules/npm/test/tap/check-os-reqs.js lib/node_modules/npm/test/tap/check-permissions.js lib/node_modules/npm/test/tap/ci-header.js +lib/node_modules/npm/test/tap/ci.js lib/node_modules/npm/test/tap/circular-dep.js lib/node_modules/npm/test/tap/config-basic.js lib/node_modules/npm/test/tap/config-builtin.js @@ -4819,6 +5135,7 @@ lib/node_modules/npm/test/tap/install-cli-only-shrinkw lib/node_modules/npm/test/tap/install-cli-production-nosave.js lib/node_modules/npm/test/tap/install-cli-production.js lib/node_modules/npm/test/tap/install-cli-unicode.js +lib/node_modules/npm/test/tap/install-contributors-count.js lib/node_modules/npm/test/tap/install-duplicate-deps-warning.js lib/node_modules/npm/test/tap/install-from-local.js lib/node_modules/npm/test/tap/install-into-likenamed-folder.js @@ -4938,6 +5255,7 @@ lib/node_modules/npm/test/tap/shrinkwrap-optional-plat lib/node_modules/npm/test/tap/shrinkwrap-optional-property.js lib/node_modules/npm/test/tap/shrinkwrap-prod-dependency-also.js lib/node_modules/npm/test/tap/shrinkwrap-prod-dependency.js +lib/node_modules/npm/test/tap/shrinkwrap-resolve-conflict.js lib/node_modules/npm/test/tap/shrinkwrap-save-dev-with-existing-deps.js lib/node_modules/npm/test/tap/shrinkwrap-save-with-existing-dev-deps.js lib/node_modules/npm/test/tap/shrinkwrap-scoped-auth.js @@ -4966,6 +5284,7 @@ lib/node_modules/npm/test/tap/unit-deps-removeObsolete lib/node_modules/npm/test/tap/unit-deps-replaceModule.js lib/node_modules/npm/test/tap/unit-module-name.js lib/node_modules/npm/test/tap/unit-package-id.js +lib/node_modules/npm/test/tap/unit-token-validate-cidr.js lib/node_modules/npm/test/tap/unpack-foreign-tarball.js lib/node_modules/npm/test/tap/unpublish-config.js lib/node_modules/npm/test/tap/unsupported.js From owner-svn-ports-head@freebsd.org Sat Mar 3 19:15:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9286CF335F7; Sat, 3 Mar 2018 19:15:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E81B67156D; Sat, 3 Mar 2018 19:15:30 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F87F264C; Sat, 3 Mar 2018 19:15:30 +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 w23JFT8D097128; Sat, 3 Mar 2018 19:15:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23JFTwv097124; Sat, 3 Mar 2018 19:15:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031915.w23JFTwv097124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 19:15:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463521 - in head/devel: . py-pew X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-pew X-SVN-Commit-Revision: 463521 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 19:15:31 -0000 Author: sunpoet Date: Sat Mar 3 19:15:29 2018 New Revision: 463521 URL: https://svnweb.freebsd.org/changeset/ports/463521 Log: Add py-pew 1.1.2 Python Env Wrapper is a set of commands to manage multiple virtual environments. Pew can create, delete and copy your environments, using a single command to switch to them wherever you are, while keeping them in a single (configurable) location. Virtualenvs makes it easier to work on more than one project at a time without introducing conflicts in their dependencies. Pew is completely shell-agnostic and thus works on bash, zsh, fish, powershell, etc. WWW: https://pypi.python.org/pypi/pew WWW: https://github.com/berdario/pew Added: head/devel/py-pew/ head/devel/py-pew/Makefile (contents, props changed) head/devel/py-pew/distinfo (contents, props changed) head/devel/py-pew/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Mar 3 19:15:24 2018 (r463520) +++ head/devel/Makefile Sat Mar 3 19:15:29 2018 (r463521) @@ -4685,6 +4685,7 @@ SUBDIR += py-pep8-naming SUBDIR += py-period SUBDIR += py-petname + SUBDIR += py-pew SUBDIR += py-pex SUBDIR += py-phabricator SUBDIR += py-phonenumbers Added: head/devel/py-pew/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pew/Makefile Sat Mar 3 19:15:29 2018 (r463521) @@ -0,0 +1,32 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pew +PORTVERSION= 1.1.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Tool to manage multiple virtualenvs + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virtualenv>=1.11:devel/py-virtualenv@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}virtualenv-clone>=0.2.5:devel/py-virtualenv-clone@${FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python shebangfix + +SHEBANG_FILES= pew/shell_config/complete_deploy + +.include + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.shutil_get_terminal_size>=0:devel/py-backports.shutil_get_terminal_size@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pathlib>=0:devel/py-pathlib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}shutilwhich>=0:sysutils/py-shutilwhich@${FLAVOR} +.endif + +.include Added: head/devel/py-pew/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pew/distinfo Sat Mar 3 19:15:29 2018 (r463521) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520099753 +SHA256 (pew-1.1.2.tar.gz) = b8312728526c9010295c88215c95a1b1731fdbd1a568f728e069932bd0545611 +SIZE (pew-1.1.2.tar.gz) = 19637 Added: head/devel/py-pew/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pew/pkg-descr Sat Mar 3 19:15:29 2018 (r463521) @@ -0,0 +1,13 @@ +Python Env Wrapper is a set of commands to manage multiple virtual environments. +Pew can create, delete and copy your environments, using a single command to +switch to them wherever you are, while keeping them in a single (configurable) +location. + +Virtualenvs makes it easier to work on more than one project at a time without +introducing conflicts in their dependencies. + +Pew is completely shell-agnostic and thus works on bash, zsh, fish, powershell, +etc. + +WWW: https://pypi.python.org/pypi/pew +WWW: https://github.com/berdario/pew From owner-svn-ports-head@freebsd.org Sat Mar 3 19:15:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 129B4F336F9; Sat, 3 Mar 2018 19:15:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B9EE77175C; Sat, 3 Mar 2018 19:15:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4E5F264E; Sat, 3 Mar 2018 19:15:50 +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 w23JFopr097300; Sat, 3 Mar 2018 19:15:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23JFoPF097296; Sat, 3 Mar 2018 19:15:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031915.w23JFoPF097296@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 19:15:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463522 - in head/devel: . py-pipenv X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-pipenv X-SVN-Commit-Revision: 463522 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 19:15:51 -0000 Author: sunpoet Date: Sat Mar 3 19:15:50 2018 New Revision: 463522 URL: https://svnweb.freebsd.org/changeset/ports/463522 Log: Add py-pipenv 11.0.2 Pipenv -- the officially recommended Python packaging tool from Python.org, free (as in freedom). Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. Windows is a first-class citizen, in our world. It automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your Pipfile as you install/uninstall packages. It also generates the ever-important Pipfile.lock, which is used to produce deterministic builds. WWW: https://docs.pipenv.org/ WWW: https://github.com/pypa/pipenv Added: head/devel/py-pipenv/ head/devel/py-pipenv/Makefile (contents, props changed) head/devel/py-pipenv/distinfo (contents, props changed) head/devel/py-pipenv/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Mar 3 19:15:29 2018 (r463521) +++ head/devel/Makefile Sat Mar 3 19:15:50 2018 (r463522) @@ -4696,6 +4696,7 @@ SUBDIR += py-pika-pool SUBDIR += py-pinocchio SUBDIR += py-pip + SUBDIR += py-pipenv SUBDIR += py-pkgconfig SUBDIR += py-plan SUBDIR += py-plex Added: head/devel/py-pipenv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pipenv/Makefile Sat Mar 3 19:15:50 2018 (r463522) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pipenv +PORTVERSION= 11.0.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python Development Workflow for Humans + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pew>=0.1.26:devel/py-pew@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pip>=9.0.1:devel/py-pip@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${FLAVOR} + +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include Added: head/devel/py-pipenv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pipenv/distinfo Sat Mar 3 19:15:50 2018 (r463522) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520099353 +SHA256 (pipenv-11.0.2.tar.gz) = 0796cb5078b00a26b9332a87ed137efa0c21e585dbf945d5943022e9b35e1663 +SIZE (pipenv-11.0.2.tar.gz) = 4117997 Added: head/devel/py-pipenv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pipenv/pkg-descr Sat Mar 3 19:15:50 2018 (r463522) @@ -0,0 +1,14 @@ +Pipenv -- the officially recommended Python packaging tool from Python.org, free +(as in freedom). + +Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, +composer, npm, cargo, yarn, etc.) to the Python world. Windows is a first-class +citizen, in our world. + +It automatically creates and manages a virtualenv for your projects, as well as +adds/removes packages from your Pipfile as you install/uninstall packages. It +also generates the ever-important Pipfile.lock, which is used to produce +deterministic builds. + +WWW: https://docs.pipenv.org/ +WWW: https://github.com/pypa/pipenv From owner-svn-ports-head@freebsd.org Sat Mar 3 19:15:58 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 984F2F3372F; Sat, 3 Mar 2018 19:15:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 60E8F71829; Sat, 3 Mar 2018 19:15:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 855A2264F; Sat, 3 Mar 2018 19:15:56 +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 w23JFu7p097441; Sat, 3 Mar 2018 19:15:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23JFtPD097438; Sat, 3 Mar 2018 19:15:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031915.w23JFtPD097438@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 19:15:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463523 - head/devel/py-argcomplete X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-argcomplete X-SVN-Commit-Revision: 463523 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 19:15:58 -0000 Author: sunpoet Date: Sat Mar 3 19:15:55 2018 New Revision: 463523 URL: https://svnweb.freebsd.org/changeset/ports/463523 Log: Update to 1.9.4 - Add TEST_DEPENDS - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Update pkg-descr - Add GitHub repository to WWW - Take maintainership Changes: https://github.com/kislyuk/argcomplete/releases Modified: head/devel/py-argcomplete/Makefile head/devel/py-argcomplete/distinfo head/devel/py-argcomplete/pkg-descr Modified: head/devel/py-argcomplete/Makefile ============================================================================== --- head/devel/py-argcomplete/Makefile Sat Mar 3 19:15:50 2018 (r463522) +++ head/devel/py-argcomplete/Makefile Sat Mar 3 19:15:55 2018 (r463523) @@ -2,18 +2,24 @@ # $FreeBSD$ PORTNAME= argcomplete -PORTVERSION= 0.8.4 +PORTVERSION= 1.9.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bash tab completion for argparse LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.rst +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${FLAVOR} + +NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include Modified: head/devel/py-argcomplete/distinfo ============================================================================== --- head/devel/py-argcomplete/distinfo Sat Mar 3 19:15:50 2018 (r463522) +++ head/devel/py-argcomplete/distinfo Sat Mar 3 19:15:55 2018 (r463523) @@ -1,2 +1,3 @@ -SHA256 (argcomplete-0.8.4.tar.gz) = 925587268e509a8a1cb80c5d3f7190547de2990b7feb46993530a691a14e9255 -SIZE (argcomplete-0.8.4.tar.gz) = 31590 +TIMESTAMP = 1520095580 +SHA256 (argcomplete-1.9.4.tar.gz) = 06c8a54ffaa6bfc9006314498742ec8843601206a3b94212f82657673662ecf1 +SIZE (argcomplete-1.9.4.tar.gz) = 47471 Modified: head/devel/py-argcomplete/pkg-descr ============================================================================== --- head/devel/py-argcomplete/pkg-descr Sat Mar 3 19:15:50 2018 (r463522) +++ head/devel/py-argcomplete/pkg-descr Sat Mar 3 19:15:55 2018 (r463523) @@ -1,9 +1,15 @@ -Argcomplete provides easy, extensible command line tab completion -of arguments for your Python script. +Argcomplete provides easy, extensible command line tab completion of arguments +for your Python script. It makes two assumptions: - -- You're using bash or zsh as your shell +- You're using bash as your shell (limited support for zsh and tcsh is + available) - You're using argparse to manage your command line arguments/options +Argcomplete is particularly useful if your program has lots of options or +subparsers, and if your program can dynamically suggest completions for your +argument/option values (for example, if the user is browsing resources over the +network). + WWW: https://pypi.python.org/pypi/argcomplete +WWW: https://github.com/kislyuk/argcomplete From owner-svn-ports-head@freebsd.org Sat Mar 3 19:16:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93C0FF33767; Sat, 3 Mar 2018 19:16:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE1A571846; Sat, 3 Mar 2018 19:16:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D912F2650; Sat, 3 Mar 2018 19:16:01 +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 w23JG1VR097586; Sat, 3 Mar 2018 19:16:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23JG1X3097583; Sat, 3 Mar 2018 19:16:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031916.w23JG1X3097583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 19:16:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463524 - head/devel/py-kaptan X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-kaptan X-SVN-Commit-Revision: 463524 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 19:16:02 -0000 Author: sunpoet Date: Sat Mar 3 19:16:01 2018 New Revision: 463524 URL: https://svnweb.freebsd.org/changeset/ports/463524 Log: Update to 0.5.9 - Fix version requirement of RUN_DEPENDS - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Update pkg-descr - Add GitHub repository to WWW - Take maintainership Changes: https://github.com/emre/kaptan/releases https://github.com/emre/kaptan/blob/master/CHANGES Modified: head/devel/py-kaptan/Makefile head/devel/py-kaptan/distinfo head/devel/py-kaptan/pkg-descr Modified: head/devel/py-kaptan/Makefile ============================================================================== --- head/devel/py-kaptan/Makefile Sat Mar 3 19:15:55 2018 (r463523) +++ head/devel/py-kaptan/Makefile Sat Mar 3 19:16:01 2018 (r463524) @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= kaptan -PORTVERSION= 0.5.8 +PORTVERSION= 0.5.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python config parser for json, yaml LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${FLAVOR} +NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include Modified: head/devel/py-kaptan/distinfo ============================================================================== --- head/devel/py-kaptan/distinfo Sat Mar 3 19:15:55 2018 (r463523) +++ head/devel/py-kaptan/distinfo Sat Mar 3 19:16:01 2018 (r463524) @@ -1,2 +1,3 @@ -SHA256 (kaptan-0.5.8.tar.gz) = 7817989386899b04d927194b0950ed508acc0c9db082e04ceb7eb7edbd4119ad -SIZE (kaptan-0.5.8.tar.gz) = 7088 +TIMESTAMP = 1520095603 +SHA256 (kaptan-0.5.9.tar.gz) = 46285de47f981189060eb4e4ca73713c0b3e22ebd662b1599df12064ad3a1762 +SIZE (kaptan-0.5.9.tar.gz) = 8419 Modified: head/devel/py-kaptan/pkg-descr ============================================================================== --- head/devel/py-kaptan/pkg-descr Sat Mar 3 19:15:55 2018 (r463523) +++ head/devel/py-kaptan/pkg-descr Sat Mar 3 19:16:01 2018 (r463524) @@ -1,4 +1,5 @@ -Config file parser for Python projects. Supports JSON, INI -and YAML. +kaptan is a configuration parser which supports dict, ini, json, yaml and python +files. WWW: https://pypi.python.org/pypi/kaptan +WWW: https://github.com/emre/kaptan From owner-svn-ports-head@freebsd.org Sat Mar 3 19:16:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26202F3378D; Sat, 3 Mar 2018 19:16:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EFFD71948; Sat, 3 Mar 2018 19:16:07 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A7182651; Sat, 3 Mar 2018 19:16:07 +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 w23JG7bq097724; Sat, 3 Mar 2018 19:16:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23JG7gu097721; Sat, 3 Mar 2018 19:16:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031916.w23JG7gu097721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 19:16:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463525 - head/devel/py-libtmux X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-libtmux X-SVN-Commit-Revision: 463525 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 19:16:08 -0000 Author: sunpoet Date: Sat Mar 3 19:16:06 2018 New Revision: 463525 URL: https://svnweb.freebsd.org/changeset/ports/463525 Log: Update to 0.7.7 - Allow concurrent installation (USE_PYTHON=concurrent) - Update pkg-descr - Add GitHub repository to WWW - Take maintainership Changes: https://github.com/tony/libtmux/blob/master/CHANGES Modified: head/devel/py-libtmux/Makefile head/devel/py-libtmux/distinfo (contents, props changed) head/devel/py-libtmux/pkg-descr (contents, props changed) Modified: head/devel/py-libtmux/Makefile ============================================================================== --- head/devel/py-libtmux/Makefile Sat Mar 3 19:16:01 2018 (r463524) +++ head/devel/py-libtmux/Makefile Sat Mar 3 19:16:06 2018 (r463525) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= libtmux -PORTVERSION= 0.6.3 +PORTVERSION= 0.7.7 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for interfacing with tmux LICENSE= BSD3CLAUSE @@ -17,6 +17,6 @@ RUN_DEPENDS= tmux:sysutils/tmux NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include Modified: head/devel/py-libtmux/distinfo ============================================================================== --- head/devel/py-libtmux/distinfo Sat Mar 3 19:16:01 2018 (r463524) +++ head/devel/py-libtmux/distinfo Sat Mar 3 19:16:06 2018 (r463525) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488618113 -SHA256 (libtmux-0.6.3.tar.gz) = c7d908ffd79cfc5b372a0ad7da128e9455301013717cba55dfa63bcec1e3bc55 -SIZE (libtmux-0.6.3.tar.gz) = 30562 +TIMESTAMP = 1520095624 +SHA256 (libtmux-0.7.7.tar.gz) = 5670c8da8d0192d932ac1e34f010e0eeb098cdb2af6daad0307b5418e7a37733 +SIZE (libtmux-0.7.7.tar.gz) = 33095 Modified: head/devel/py-libtmux/pkg-descr ============================================================================== --- head/devel/py-libtmux/pkg-descr Sat Mar 3 19:16:01 2018 (r463524) +++ head/devel/py-libtmux/pkg-descr Sat Mar 3 19:16:06 2018 (r463525) @@ -1,3 +1,7 @@ libtmux is the tool behind tmuxp, a tmux workspace manager in python. +It builds upon tmux's target and formats to create an object mapping to +traverse, inspect and interact with live tmux sessions. + WWW: https://pypi.python.org/pypi/libtmux +WWW: https://github.com/tony/libtmux From owner-svn-ports-head@freebsd.org Sat Mar 3 19:16:17 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FC5AF33802; Sat, 3 Mar 2018 19:16:17 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 270C871A97; Sat, 3 Mar 2018 19:16:17 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1326C2654; Sat, 3 Mar 2018 19:16:17 +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 w23JGGj1097954; Sat, 3 Mar 2018 19:16:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23JGGlE097953; Sat, 3 Mar 2018 19:16:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031916.w23JGGlE097953@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 19:16:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463527 - head/devel/py-virtualenv-clone X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-virtualenv-clone X-SVN-Commit-Revision: 463527 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 19:16:17 -0000 Author: sunpoet Date: Sat Mar 3 19:16:16 2018 New Revision: 463527 URL: https://svnweb.freebsd.org/changeset/ports/463527 Log: Add LICENSE Approved by: portmgr (blanket) Modified: head/devel/py-virtualenv-clone/Makefile Modified: head/devel/py-virtualenv-clone/Makefile ============================================================================== --- head/devel/py-virtualenv-clone/Makefile Sat Mar 3 19:16:11 2018 (r463526) +++ head/devel/py-virtualenv-clone/Makefile Sat Mar 3 19:16:16 2018 (r463527) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Python virtualenv cloning script +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + # Python3 ready USES= python USE_PYTHON= distutils autoplist From owner-svn-ports-head@freebsd.org Sat Mar 3 19:16:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4740F337DF; Sat, 3 Mar 2018 19:16:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51388719D9; Sat, 3 Mar 2018 19:16:12 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E3E92653; Sat, 3 Mar 2018 19:16:12 +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 w23JGCrK097862; Sat, 3 Mar 2018 19:16:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23JGBjD097859; Sat, 3 Mar 2018 19:16:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803031916.w23JGBjD097859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Mar 2018 19:16:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463526 - head/multimedia/py-moviepy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/multimedia/py-moviepy X-SVN-Commit-Revision: 463526 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 19:16:15 -0000 Author: sunpoet Date: Sat Mar 3 19:16:11 2018 New Revision: 463526 URL: https://svnweb.freebsd.org/changeset/ports/463526 Log: Update to 0.2.3.2 - Fix RUN_DEPENDS - Relax USES=python - Allow concurrent installation (USE_PYTHON=concurrent) - Update pkg-descr - Add PyPI as primary WWW - Take maintainership Changes: https://github.com/Zulko/moviepy/releases Modified: head/multimedia/py-moviepy/Makefile head/multimedia/py-moviepy/distinfo head/multimedia/py-moviepy/pkg-descr Modified: head/multimedia/py-moviepy/Makefile ============================================================================== --- head/multimedia/py-moviepy/Makefile Sat Mar 3 19:16:06 2018 (r463525) +++ head/multimedia/py-moviepy/Makefile Sat Mar 3 19:16:11 2018 (r463526) @@ -1,28 +1,25 @@ # $FreeBSD$ PORTNAME= moviepy -PORTVERSION= 0.2.2.13 -PORTREVISION= 2 +PORTVERSION= 0.2.3.2 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Video editing with Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE.txt RUN_DEPENDS= convert:graphics/ImageMagick \ - ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}imageio>0:graphics/py-imageio@${FLAVOR} \ - ${PYTHON_SITELIBDIR}/cv.py:graphics/py-opencv@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}decorator>=4.0.11:devel/py-decorator@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}imageio>=2.1.2:graphics/py-imageio@${FLAVOR} \ + ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>=4.11.2:misc/py-tqdm@${FLAVOR} -USES= python:2.7 -USE_PYTHON= distutils autoplist +USES= python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/multimedia/py-moviepy/distinfo ============================================================================== --- head/multimedia/py-moviepy/distinfo Sat Mar 3 19:16:06 2018 (r463525) +++ head/multimedia/py-moviepy/distinfo Sat Mar 3 19:16:11 2018 (r463526) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487292113 -SHA256 (moviepy-0.2.2.13.tar.gz) = 4963fbe567fa7174f0ec6ffdb351be8112aca10244dcd0704308ef44f7fad393 -SIZE (moviepy-0.2.2.13.tar.gz) = 107718 +TIMESTAMP = 1520095644 +SHA256 (moviepy-0.2.3.2.tar.gz) = c733967656fa4be4c37ec48af72b63ab2991455aa862321437a013705797c4ab +SIZE (moviepy-0.2.3.2.tar.gz) = 385395 Modified: head/multimedia/py-moviepy/pkg-descr ============================================================================== --- head/multimedia/py-moviepy/pkg-descr Sat Mar 3 19:16:06 2018 (r463525) +++ head/multimedia/py-moviepy/pkg-descr Sat Mar 3 19:16:11 2018 (r463526) @@ -1,5 +1,9 @@ -MoviePy is a Python module for video editing: cuts, concatenations, -title insertions, video compositing (a.k.a. non-linear editing), -video processing, and creation of custom effects. +MoviePy is a Python library for video editing: cutting, concatenations, title +insertions, video compositing (a.k.a. non-linear editing), video processing, and +creation of custom effects. +MoviePy can read and write all the most common audio and video formats, +including GIF. + +WWW: https://pypi.python.org/pypi/moviepy WWW: https://github.com/Zulko/moviepy From owner-svn-ports-head@freebsd.org Sat Mar 3 19:54:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D768F366EB; Sat, 3 Mar 2018 19:54:27 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41F777349A; Sat, 3 Mar 2018 19:54:27 +0000 (UTC) (envelope-from joneum@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A5102CD8; Sat, 3 Mar 2018 19:54:27 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23JsRFs017711; Sat, 3 Mar 2018 19:54:27 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23JsQ6V017708; Sat, 3 Mar 2018 19:54:26 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201803031954.w23JsQ6V017708@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 3 Mar 2018 19:54:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463528 - in head/www/nginx: . files X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: in head/www/nginx: . files X-SVN-Commit-Revision: 463528 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 19:54:27 -0000 Author: joneum Date: Sat Mar 3 19:54:26 2018 New Revision: 463528 URL: https://svnweb.freebsd.org/changeset/ports/463528 Log: www/nginx: Update passenger module to 5.2.1 Changelog: https://github.com/phusion/passenger/commits/stable-5.2 Modified: head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-passenger-build-nginx.rb Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Mar 3 19:16:16 2018 (r463527) +++ head/www/nginx/Makefile Sat Mar 3 19:54:26 2018 (r463528) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.12.2 -PORTREVISION?= 9 +PORTREVISION?= 10 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ @@ -928,7 +928,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \ .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 5.1.12 +PASSENGER_VERSION= 5.2.1 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger .if ${PORT_OPTIONS:MDSO} Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sat Mar 3 19:16:16 2018 (r463527) +++ head/www/nginx/distinfo Sat Mar 3 19:54:26 2018 (r463528) @@ -1,4 +1,4 @@ -TIMESTAMP = 1519589165 +TIMESTAMP = 1519982691 SHA256 (nginx-1.12.2.tar.gz) = 305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416 SIZE (nginx-1.12.2.tar.gz) = 981687 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -15,8 +15,8 @@ SHA256 (08a395c66e42.tar.gz) = 53e440737ed1aff1f09fae1 SIZE (08a395c66e42.tar.gz) = 120603 SHA256 (modsecurity-2.9.1.tar.gz) = 958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24 SIZE (modsecurity-2.9.1.tar.gz) = 4261212 -SHA256 (passenger-5.1.12.tar.gz) = 1705bd6d1f9b9d055fb58b3545ca6f38ca6d222c07201f53c5014e0eb09f4495 -SIZE (passenger-5.1.12.tar.gz) = 4245993 +SHA256 (passenger-5.2.1.tar.gz) = d725a705124dad1ae9a4ce61d76566061dc80abd4ec7a652489f09a8de60e481 +SIZE (passenger-5.2.1.tar.gz) = 4978302 SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1 SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809 SHA256 (giom-nginx_accept_language_module-2f69842_GH0.tar.gz) = 5534ca63cdfc2a7dc4e1cbf9c2d54d3ed3f0e6c86b4a95be48ec0a3f41cc1eb0 Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx/files/extra-patch-passenger-build-nginx.rb Sat Mar 3 19:16:16 2018 (r463527) +++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Sat Mar 3 19:54:26 2018 (r463528) @@ -1,6 +1,6 @@ ---- ../passenger-5.1.12/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 -+++ ../passenger-5.1.12/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 -@@ -33,13 +33,12 @@ +--- ../passenger-5.2.1/build/nginx.rb.orig 2018-03-03 21:21:23.833026000 +0100 ++++ ../passenger-5.2.1/build/nginx.rb 2018-03-03 21:25:02.268013000 +0100 +@@ -39,13 +39,12 @@ auto_generated_sources = %w( desc "Build Nginx support files" task :nginx => [ :nginx_without_native_support, @@ -15,7 +15,7 @@ ].compact # Workaround for https://github.com/jimweirich/rake/issues/274 -@@ -47,7 +46,6 @@ +@@ -53,7 +52,6 @@ task :_nginx => :nginx task :nginx_without_native_support => [ auto_generated_sources, @@ -23,7 +23,7 @@ COMMON_LIBRARY.only(*NGINX_LIBS_SELECTOR).link_objects ].flatten -@@ -55,7 +53,6 @@ +@@ -61,7 +59,6 @@ task :nginx_without_native_support => [ # it also creates a namespace:clean task to clean up the output_dir task :nginx_dynamic_without_native_support => [ auto_generated_sources, From owner-svn-ports-head@freebsd.org Sat Mar 3 20:35:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 666B8F39FA9; Sat, 3 Mar 2018 20:35:10 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08C807501E; Sat, 3 Mar 2018 20:35:10 +0000 (UTC) (envelope-from gerald@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 03BA933AD; Sat, 3 Mar 2018 20:35:10 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23KZ9tr037740; Sat, 3 Mar 2018 20:35:09 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23KZ9jI037738; Sat, 3 Mar 2018 20:35:09 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201803032035.w23KZ9jI037738@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 3 Mar 2018 20:35:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463532 - head/lang/gcc6-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc6-devel X-SVN-Commit-Revision: 463532 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 20:35:10 -0000 Author: gerald Date: Sat Mar 3 20:35:09 2018 New Revision: 463532 URL: https://svnweb.freebsd.org/changeset/ports/463532 Log: Update to the 20180228 snapshot of GCC 6.4.1. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Sat Mar 3 20:06:50 2018 (r463531) +++ head/lang/gcc6-devel/Makefile Sat Mar 3 20:35:09 2018 (r463532) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.4.1.s20180221 +PORTVERSION= 6.4.1.s20180228 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Sat Mar 3 20:06:50 2018 (r463531) +++ head/lang/gcc6-devel/distinfo Sat Mar 3 20:35:09 2018 (r463532) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519376131 -SHA256 (gcc-6-20180221.tar.xz) = 82db75a4d85ca4abc17ec8210d9baeea017f7509765fd4742d8d40e40082d533 -SIZE (gcc-6-20180221.tar.xz) = 72620916 +TIMESTAMP = 1520105034 +SHA256 (gcc-6-20180228.tar.xz) = e8b0ee671d00035b40a827cec0c5e21fdcafcb2cb5e1691ec5a5f4e1fb6de7df +SIZE (gcc-6-20180228.tar.xz) = 72619912 From owner-svn-ports-head@freebsd.org Sat Mar 3 20:48:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 691E6F3B096; Sat, 3 Mar 2018 20:48:08 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F63F759AE; Sat, 3 Mar 2018 20:48:08 +0000 (UTC) (envelope-from gerald@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F335338BE; Sat, 3 Mar 2018 20:48:07 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23Km7Wh042732; Sat, 3 Mar 2018 20:48:07 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23Km71Y042729; Sat, 3 Mar 2018 20:48:07 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201803032048.w23Km71Y042729@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 3 Mar 2018 20:48:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463533 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 463533 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 20:48:08 -0000 Author: gerald Date: Sat Mar 3 20:48:07 2018 New Revision: 463533 URL: https://svnweb.freebsd.org/changeset/ports/463533 Log: Update to Wine 3.3. This includes the following changes: - Beginnings of Vulkan support. - Direct3D multi-threaded command stream enabled by default. - Multisample textures enabled by default. - Support for game controllers through SDL. - Support for loading CIL-only .Net binaries. - Various bug fixes. Temporarily disable the SF mirrors which appear to serve a 0 byte distfile right now. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Mar 3 20:35:09 2018 (r463532) +++ head/emulators/wine-devel/Makefile Sat Mar 3 20:48:07 2018 (r463533) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 3.2 +DISTVERSION= 3.3 PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= SF/${PORTNAME}/Source \ - http://mirrors.ibiblio.org/wine/source/3.x/ +MASTER_SITES= http://mirrors.ibiblio.org/wine/source/3.x/ \ + # SF/${PORTNAME}/Source PKGNAMESUFFIX?= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX} Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Mar 3 20:35:09 2018 (r463532) +++ head/emulators/wine-devel/distinfo Sat Mar 3 20:48:07 2018 (r463533) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518826480 -SHA256 (wine-3.2.tar.xz) = 5281066150b981d1c731584ee8f70bae5f38b393d411e29fa910de3ee20221a0 -SIZE (wine-3.2.tar.xz) = 19793180 +TIMESTAMP = 1520106016 +SHA256 (wine-3.3.tar.xz) = 0594bdb27bb3f9420dd8cbf3cb8c6a66712c155477837d726abd1e4ab50ca333 +SIZE (wine-3.3.tar.xz) = 19891048 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Mar 3 20:35:09 2018 (r463532) +++ head/emulators/wine-devel/pkg-plist Sat Mar 3 20:48:07 2018 (r463533) @@ -624,6 +624,7 @@ include/wine/windows/opnrst.idl include/wine/windows/optary.h include/wine/windows/optary.idl include/wine/windows/patchapi.h +include/wine/windows/pathcch.h include/wine/windows/pdh.h include/wine/windows/pdhmsg.h include/wine/windows/perflib.h @@ -2125,6 +2126,7 @@ lib/wine/fakedlls/winepath.exe lib/wine/fakedlls/wineps.drv %%WINE32%%lib/wine/fakedlls/wineps16.drv16 %%WINE32%%lib/wine/fakedlls/winevdm.exe +lib/wine/fakedlls/winevulkan.dll %%X11%%lib/wine/fakedlls/winex11.drv %%WINE32%%lib/wine/fakedlls/wing.dll16 lib/wine/fakedlls/wing32.dll @@ -2775,6 +2777,7 @@ lib/wine/winepath.exe.so lib/wine/wineps.drv.so %%WINE32%%lib/wine/wineps16.drv16.so %%WINE32%%lib/wine/winevdm.exe.so +lib/wine/winevulkan.dll.so %%X11%%lib/wine/winex11.drv.so %%WINE32%%lib/wine/wing.dll16.so lib/wine/wing32.dll.so From owner-svn-ports-head@freebsd.org Sat Mar 3 20:48:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A34D3F3B165; Sat, 3 Mar 2018 20:48:39 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 545F675AA3; Sat, 3 Mar 2018 20:48:39 +0000 (UTC) (envelope-from gerald@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4ED7A38BF; Sat, 3 Mar 2018 20:48:39 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23Kmdml042880; Sat, 3 Mar 2018 20:48:39 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23KmdTs042878; Sat, 3 Mar 2018 20:48:39 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201803032048.w23KmdTs042878@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 3 Mar 2018 20:48:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463534 - head/lang/gcc8-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc8-devel X-SVN-Commit-Revision: 463534 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 20:48:39 -0000 Author: gerald Date: Sat Mar 3 20:48:38 2018 New Revision: 463534 URL: https://svnweb.freebsd.org/changeset/ports/463534 Log: Update to the 20180225 snapshot of GCC 8. Modified: head/lang/gcc8-devel/Makefile head/lang/gcc8-devel/distinfo Modified: head/lang/gcc8-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Sat Mar 3 20:48:07 2018 (r463533) +++ head/lang/gcc8-devel/Makefile Sat Mar 3 20:48:38 2018 (r463534) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.0.1.s20180211 +PORTVERSION= 8.0.1.s20180225 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc8-devel/distinfo ============================================================================== --- head/lang/gcc8-devel/distinfo Sat Mar 3 20:48:07 2018 (r463533) +++ head/lang/gcc8-devel/distinfo Sat Mar 3 20:48:38 2018 (r463534) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518812588 -SHA256 (gcc-8-20180211.tar.xz) = 75ad0f7d1ea47cb2bcfd9705223f7c62672af05b9391f96c1ad3e336b3253839 -SIZE (gcc-8-20180211.tar.xz) = 61272436 +TIMESTAMP = 1520105031 +SHA256 (gcc-8-20180225.tar.xz) = faaa9656b627a05180a57e25a544293115b20c334efe16b4f8ba5600a3ec330a +SIZE (gcc-8-20180225.tar.xz) = 61341768 From owner-svn-ports-head@freebsd.org Sat Mar 3 21:16:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DDF7F3D0EC; Sat, 3 Mar 2018 21:16:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F06576F5A; Sat, 3 Mar 2018 21:16:04 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A1053E64; Sat, 3 Mar 2018 21:16:04 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23LG4Fb057932; Sat, 3 Mar 2018 21:16:04 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23LG4b4057930; Sat, 3 Mar 2018 21:16:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803032116.w23LG4b4057930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 3 Mar 2018 21:16:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463535 - head/x11-themes/cursor-dmz-theme X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/x11-themes/cursor-dmz-theme X-SVN-Commit-Revision: 463535 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 21:16:04 -0000 Author: yuri Date: Sat Mar 3 21:16:03 2018 New Revision: 463535 URL: https://svnweb.freebsd.org/changeset/ports/463535 Log: x11-themes/cursor-dmz-theme: Update to 0.4.5 POrt changes: * Changed to DISTVERSION * USES=tar:xz PR: 226333 Submitted by: Marco Beishuizen (maintainer) Approved by: tcberner (mentor, implicit) Modified: head/x11-themes/cursor-dmz-theme/Makefile head/x11-themes/cursor-dmz-theme/distinfo Modified: head/x11-themes/cursor-dmz-theme/Makefile ============================================================================== --- head/x11-themes/cursor-dmz-theme/Makefile Sat Mar 3 20:48:38 2018 (r463534) +++ head/x11-themes/cursor-dmz-theme/Makefile Sat Mar 3 21:16:03 2018 (r463535) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cursor-dmz-theme -PORTVERSION= 0.4.4 -PORTREVISION= 1 +DISTVERSION= 0.4.5 CATEGORIES= x11-themes MASTER_SITES= DEBIAN/pool/main/d/dmz-cursor-theme DISTNAME= dmz-cursor-theme_${PORTVERSION} @@ -14,7 +13,9 @@ LICENSE= CC-BY-SA-3.0 BUILD_DEPENDS= xcursorgen:x11/xcursorgen +USES= tar:xz NO_ARCH= yes + WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}/DMZ-White DATADIR= ${PREFIX}/share/icons/Vanilla-DMZ Modified: head/x11-themes/cursor-dmz-theme/distinfo ============================================================================== --- head/x11-themes/cursor-dmz-theme/distinfo Sat Mar 3 20:48:38 2018 (r463534) +++ head/x11-themes/cursor-dmz-theme/distinfo Sat Mar 3 21:16:03 2018 (r463535) @@ -1,2 +1,3 @@ -SHA256 (dmz-cursor-theme_0.4.4.tar.gz) = 46af4cf1356df799f9ee94451f05d0bdbb8d82e54bdeae3f32fa107602359981 -SIZE (dmz-cursor-theme_0.4.4.tar.gz) = 1077832 +TIMESTAMP = 1520106239 +SHA256 (dmz-cursor-theme_0.4.5.tar.xz) = b719a64ed9c51905743105e5a50b15492695929ab2d6fca2cea760d52ccd1f5c +SIZE (dmz-cursor-theme_0.4.5.tar.xz) = 947544 From owner-svn-ports-head@freebsd.org Sat Mar 3 21:29:30 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 68417F3DF21; Sat, 3 Mar 2018 21:29:30 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E85077834; Sat, 3 Mar 2018 21:29:30 +0000 (UTC) (envelope-from gerald@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 198744043; Sat, 3 Mar 2018 21:29:30 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23LTTH7063260; Sat, 3 Mar 2018 21:29:29 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23LTTxQ063258; Sat, 3 Mar 2018 21:29:29 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201803032129.w23LTTxQ063258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sat, 3 Mar 2018 21:29:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463536 - head/lang/gcc7-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc7-devel X-SVN-Commit-Revision: 463536 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 21:29:30 -0000 Author: gerald Date: Sat Mar 3 21:29:29 2018 New Revision: 463536 URL: https://svnweb.freebsd.org/changeset/ports/463536 Log: Update to the 20180301 snapshot of GCC 7.3.1. Modified: head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc7-devel/Makefile Sat Mar 3 21:16:03 2018 (r463535) +++ head/lang/gcc7-devel/Makefile Sat Mar 3 21:29:29 2018 (r463536) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.3.1.s20180222 +PORTVERSION= 7.3.1.s20180301 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc7-devel/distinfo Sat Mar 3 21:16:03 2018 (r463535) +++ head/lang/gcc7-devel/distinfo Sat Mar 3 21:29:29 2018 (r463536) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519376135 -SHA256 (gcc-7-20180222.tar.xz) = 4a5c7c1dbc21eb6267260f55a83a0056c73c9ebb84913aec1482f267af6438f7 -SIZE (gcc-7-20180222.tar.xz) = 59221632 +TIMESTAMP = 1520110205 +SHA256 (gcc-7-20180301.tar.xz) = e63910b82c55af11e60f5767fb4a7794cca1a57be7f56609eb56d52bac5658d2 +SIZE (gcc-7-20180301.tar.xz) = 59226976 From owner-svn-ports-head@freebsd.org Sat Mar 3 22:40:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 513D2F42775; Sat, 3 Mar 2018 22:40:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D50687A2B3; Sat, 3 Mar 2018 22:40:28 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CBFB54B93; Sat, 3 Mar 2018 22:40:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23MeS7Z098018; Sat, 3 Mar 2018 22:40:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23MeSkg098016; Sat, 3 Mar 2018 22:40:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201803032240.w23MeSkg098016@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 3 Mar 2018 22:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463537 - in head/games/spring: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/games/spring: . files X-SVN-Commit-Revision: 463537 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 22:40:29 -0000 Author: jbeich Date: Sat Mar 3 22:40:28 2018 New Revision: 463537 URL: https://svnweb.freebsd.org/changeset/ports/463537 Log: games/spring: unbreak with boost 1.65 PR: 220762 Submitted by: Walter Schwarzenfeld Approved by: maintainer timeout (3 months) Modified: head/games/spring/Makefile (contents, props changed) head/games/spring/files/patch-math (contents, props changed) Modified: head/games/spring/Makefile ============================================================================== --- head/games/spring/Makefile Sat Mar 3 21:29:29 2018 (r463536) +++ head/games/spring/Makefile Sat Mar 3 22:40:28 2018 (r463537) @@ -15,7 +15,6 @@ COMMENT= Project aiming to create a new and versatile LICENSE= GPLv2 BROKEN= fails to build with boost 1.66, see bug 224124 -BROKEN_FreeBSD_10= fails to build with boost 1.65, see bug 220762 LIB_DEPENDS= libfreetype.so:print/freetype2 \ libboost_thread.so:devel/boost-libs \ Modified: head/games/spring/files/patch-math ============================================================================== --- head/games/spring/files/patch-math Sat Mar 3 21:29:29 2018 (r463536) +++ head/games/spring/files/patch-math Sat Mar 3 22:40:28 2018 (r463537) @@ -5,6 +5,16 @@ +#include #include #include ++++ rts/lib/streflop/SMath.h +@@ -16,6 +16,8 @@ + #ifndef STREFLOP_MATH_H + #define STREFLOP_MATH_H + ++#include ++ + // just in case, should already be included + #include "streflop.h" + +++ rts/Sim/Weapons/LaserCannon.cpp 2015-04-07 20:49:52 -0400 @@ -1,4 +1,6 @@ /* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */ From owner-svn-ports-head@freebsd.org Sat Mar 3 22:40:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D48CF42858; Sat, 3 Mar 2018 22:40:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1DC697A4D0; Sat, 3 Mar 2018 22:40:57 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16DE14CA5; Sat, 3 Mar 2018 22:40:57 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23Meu2k001326; Sat, 3 Mar 2018 22:40:56 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23MeuDM001324; Sat, 3 Mar 2018 22:40:56 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201803032240.w23MeuDM001324@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 3 Mar 2018 22:40:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463538 - in head/games/spring: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/games/spring: . files X-SVN-Commit-Revision: 463538 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 22:40:57 -0000 Author: jbeich Date: Sat Mar 3 22:40:56 2018 New Revision: 463538 URL: https://svnweb.freebsd.org/changeset/ports/463538 Log: games/spring: unbreak with boost 1.66 PR: 224124 Obtained from: upstream Approved by: portmgr blanket Added: head/games/spring/files/patch-boost-1.66 (contents, props changed) Modified: head/games/spring/Makefile (contents, props changed) Modified: head/games/spring/Makefile ============================================================================== --- head/games/spring/Makefile Sat Mar 3 22:40:28 2018 (r463537) +++ head/games/spring/Makefile Sat Mar 3 22:40:56 2018 (r463538) @@ -14,8 +14,6 @@ COMMENT= Project aiming to create a new and versatile LICENSE= GPLv2 -BROKEN= fails to build with boost 1.66, see bug 224124 - LIB_DEPENDS= libfreetype.so:print/freetype2 \ libboost_thread.so:devel/boost-libs \ libIL.so:graphics/devil \ Added: head/games/spring/files/patch-boost-1.66 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/spring/files/patch-boost-1.66 Sat Mar 3 22:40:56 2018 (r463538) @@ -0,0 +1,184 @@ +https://github.com/spring/spring/commit/a61970779994 +https://github.com/spring/spring/commit/f2f84f38e04a +https://github.com/spring/spring/commit/318c003c7273 +https://github.com/spring/spring/commit/5048e2a3446c + +--- rts/Net/AutohostInterface.cpp.orig 2014-10-07 20:09:51 UTC ++++ rts/Net/AutohostInterface.cpp +@@ -116,68 +116,60 @@ std::string AutohostInterface::TryBindSocket( + const std::string& remoteIP, int remotePort, + const std::string& localIP, int localPort) + { +- std::string errorMsg = ""; ++ std::string errorMsg; + + ip::address localAddr; + ip::address remoteAddr; + boost::system::error_code err; ++ + try { + socket.open(ip::udp::v6(), err); // test IP v6 support ++ + const bool supportsIPv6 = !err; + + remoteAddr = netcode::WrapIP(remoteIP, &err); +- if (err) { ++ ++ if (err) + throw std::runtime_error("Failed to parse address " + remoteIP + ": " + err.message()); +- } + +- if (!supportsIPv6 && remoteAddr.is_v6()) { ++ if (!supportsIPv6 && remoteAddr.is_v6()) + throw std::runtime_error("IP v6 not supported, can not use address " + remoteAddr.to_string()); +- } + + if (localIP.empty()) { + // use the "any" address as local "from" + if (remoteAddr.is_v6()) { + localAddr = ip::address_v6::any(); + } else { +- if (supportsIPv6) { +- socket.close(); +- } ++ socket.close(); + socket.open(ip::udp::v4()); ++ + localAddr = ip::address_v4::any(); + } + } else { + localAddr = netcode::WrapIP(localIP, &err); +- if (err) { ++ ++ if (err) + throw std::runtime_error("Failed to parse local IP " + localIP + ": " + err.message()); +- } +- if (localAddr.is_v6() != remoteAddr.is_v6()) { ++ ++ if (localAddr.is_v6() != remoteAddr.is_v6()) + throw std::runtime_error("Local IP " + localAddr.to_string() + " and remote IP " + remoteAddr.to_string() + " are IP v4/v6 mixed"); +- } + } + + socket.bind(ip::udp::endpoint(localAddr, localPort)); +- +- boost::asio::socket_base::non_blocking_io command(true); +- socket.io_control(command); +- +- // A similar, slighly less verbose message is already in GameServer +- //LOG("Connecting (UDP) to IP (v%i) %s Port %i", +- // (remoteAddr.is_v6() ? 6 : 4), remoteAddr.c_str(), remotePort); ++ socket.non_blocking(true); + socket.connect(ip::udp::endpoint(remoteAddr, remotePort)); +- } catch (const std::runtime_error& ex) { // includes also boost::system::system_error, as it inherits from runtime_error ++ } catch (const std::runtime_error& ex) { ++ // also includes asio::system_error, inherits from runtime_error + socket.close(); + errorMsg = ex.what(); +- if (errorMsg.empty()) { ++ ++ if (errorMsg.empty()) + errorMsg = "Unknown problem"; +- } + } + + return errorMsg; + } + +-AutohostInterface::~AutohostInterface() +-{ +-} + + void AutohostInterface::SendStart() + { +--- rts/Net/AutohostInterface.h.orig 2014-10-07 20:09:51 UTC ++++ rts/Net/AutohostInterface.h +@@ -28,7 +28,7 @@ class AutohostInterface (public) + */ + AutohostInterface(const std::string& remoteIP, int remotePort, + const std::string& localIP = "", int localPort = 0); +- virtual ~AutohostInterface(); ++ virtual ~AutohostInterface() {} + + bool IsInitialized() const { return initialized; } + +--- rts/System/FileSystem/Archives/SevenZipArchive.cpp.orig 2014-10-07 20:09:51 UTC ++++ rts/System/FileSystem/Archives/SevenZipArchive.cpp +@@ -3,7 +3,6 @@ + #include "SevenZipArchive.h" + + #include +-#include + #include + #include //memcpy + +@@ -86,7 +85,7 @@ IArchive* CSevenZipArchiveFactory::DoCreateArchive(con + return new CSevenZipArchive(filePath); + } + +-const char* CSevenZipArchive::GetErrorStr(int err) ++static inline const char* GetErrorStr(int err) + { + switch(err) { + case SZ_OK: +@@ -108,6 +107,27 @@ const char* CSevenZipArchive::GetErrorStr(int err) + } + + ++static inline std::string GetSystemErrorStr(WRes wres) ++{ ++#ifdef USE_WINDOWS_FILE ++ LPSTR messageBuffer = nullptr; ++ size_t size = FormatMessageA(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, ++ NULL, wres, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPSTR)&messageBuffer, 0, NULL); ++ ++ std::string errorstr(messageBuffer, size); ++ ++ //Free the buffer. ++ LocalFree(messageBuffer); ++#else ++ std::string errorstr(strerror(wres)); ++#endif ++ ++ return errorstr; ++} ++ ++ ++ ++ + CSevenZipArchive::CSevenZipArchive(const std::string& name): + CBufferedArchive(name, false), + blockIndex(0xFFFFFFFF), +@@ -126,9 +146,8 @@ CSevenZipArchive::CSevenZipArchive(const std::string& + + WRes wres = InFile_Open(&archiveStream.file, name.c_str()); + if (wres) { +- boost::system::error_code e(wres, boost::system::get_system_category()); + LOG_L(L_ERROR, "Error opening \"%s\": %s (%i)", +- name.c_str(), e.message().c_str(), e.value()); ++ name.c_str(), GetSystemErrorStr(wres).c_str(), (int) wres); + return; + } + +--- rts/System/FileSystem/Archives/SevenZipArchive.h.orig 2014-10-07 20:09:51 UTC ++++ rts/System/FileSystem/Archives/SevenZipArchive.h +@@ -95,7 +95,6 @@ class CSevenZipArchive : public CBufferedArchive (priv + int packedSize; + }; + int GetFileName(const CSzArEx* db, int i); +- const char* GetErrorStr(int res); + + std::vector fileData; + UInt16 *tempBuf; +--- rts/System/Net/UDPListener.cpp.orig 2014-10-07 20:09:51.000000000 +0000 ++++ rts/System/Net/UDPListener.cpp +@@ -34,8 +34,7 @@ UDPListener::UDPListener(int port, const std::string& + const std::string err = TryBindSocket(port, &socket, ip); + + if (err.empty()) { +- boost::asio::socket_base::non_blocking_io socketCommand(true); +- socket->io_control(socketCommand); ++ socket->non_blocking(true); + + mySocket = socket; + SetAcceptingConnections(true); From owner-svn-ports-head@freebsd.org Sat Mar 3 23:12:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1432F44A34; Sat, 3 Mar 2018 23:12:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 950177BD2F; Sat, 3 Mar 2018 23:12:06 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8FE9B51C5; Sat, 3 Mar 2018 23:12:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23NC6Cl014798; Sat, 3 Mar 2018 23:12:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23NC6ZT014572; Sat, 3 Mar 2018 23:12:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201803032312.w23NC6ZT014572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 3 Mar 2018 23:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463540 - in head/security/clamfs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/security/clamfs: . files X-SVN-Commit-Revision: 463540 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 23:12:07 -0000 Author: jbeich Date: Sat Mar 3 23:12:06 2018 New Revision: 463540 URL: https://svnweb.freebsd.org/changeset/ports/463540 Log: security/clamfs: unbreak with boost 1.65 PR: 220725 Submitted by: Walter Schwarzenfeld Approved by: maintainer timeout (7 months) Added: head/security/clamfs/files/patch-src_config.hxx (contents, props changed) Modified: head/security/clamfs/Makefile (contents, props changed) Modified: head/security/clamfs/Makefile ============================================================================== --- head/security/clamfs/Makefile Sat Mar 3 22:42:24 2018 (r463539) +++ head/security/clamfs/Makefile Sat Mar 3 23:12:06 2018 (r463540) @@ -12,10 +12,6 @@ COMMENT= User-space fs with on-access antivirus scanni LICENSE= GPLv2 -BROKEN= fails to build with boost 1.65, see bug 220725 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2018-03-19 - LIB_DEPENDS= libccgnu2.so:devel/commoncpp \ libPocoNet.so:devel/poco-ssl \ librlog.so:devel/rlog @@ -24,9 +20,7 @@ RUN_DEPENDS= clamd:security/clamav GNU_CONFIGURE= yes -USES= fuse - -CPPFLAGS+= -I${LOCALBASE}/include/boost/tr1 +USES= compiler:c++11-lib fuse PLIST_FILES= bin/clamfs \ man/man1/clamfs.1.gz Added: head/security/clamfs/files/patch-src_config.hxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/clamfs/files/patch-src_config.hxx Sat Mar 3 23:12:06 2018 (r463540) @@ -0,0 +1,23 @@ +--- src/config.hxx.orig 2009-11-29 19:19:33 UTC ++++ src/config.hxx +@@ -30,7 +30,7 @@ + #include "config.h" + + #include +-#include ++#include + #include + + #ifdef DMALLOC +@@ -45,11 +45,6 @@ namespace clamfs { + \brief STanDard namespace + */ + using namespace std; +- +-/*!\namespace tr1 +- \brief ISO/IEC TR 19768 namespace +-*/ +-using namespace tr1; + + /*!\namespace ost + \brief GNU CommonC++ namespace From owner-svn-ports-head@freebsd.org Sat Mar 3 23:33:34 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83EAAF46191; Sat, 3 Mar 2018 23:33:34 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 323C07CF27; Sat, 3 Mar 2018 23:33:34 +0000 (UTC) (envelope-from bdrewery@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D2645530; Sat, 3 Mar 2018 23:33:34 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23NXYuX028067; Sat, 3 Mar 2018 23:33:34 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23NXXkb028065; Sat, 3 Mar 2018 23:33:33 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201803032333.w23NXXkb028065@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sat, 3 Mar 2018 23:33:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463542 - in head/news/nzbget: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: in head/news/nzbget: . files X-SVN-Commit-Revision: 463542 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 23:33:34 -0000 Author: bdrewery Date: Sat Mar 3 23:33:33 2018 New Revision: 463542 URL: https://svnweb.freebsd.org/changeset/ports/463542 Log: Add missing requirement on LOGIN for rc script. PR: 225857 Submitted by: will@worrbase.com Differential Revision: https://reviews.freebsd.org/D14575 Modified: head/news/nzbget/Makefile head/news/nzbget/files/nzbget.in Modified: head/news/nzbget/Makefile ============================================================================== --- head/news/nzbget/Makefile Sat Mar 3 23:13:26 2018 (r463541) +++ head/news/nzbget/Makefile Sat Mar 3 23:33:33 2018 (r463542) @@ -3,7 +3,7 @@ PORTNAME= nzbget PORTVERSION= 19.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= news Modified: head/news/nzbget/files/nzbget.in ============================================================================== --- head/news/nzbget/files/nzbget.in Sat Mar 3 23:13:26 2018 (r463541) +++ head/news/nzbget/files/nzbget.in Sat Mar 3 23:33:33 2018 (r463542) @@ -3,6 +3,7 @@ # $FreeBSD$ # # PROVIDE: nzbget +# REQUIRE: LOGIN # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf From owner-svn-ports-head@freebsd.org Sat Mar 3 23:57:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A4ACF47AAE; Sat, 3 Mar 2018 23:57:51 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC3EA7DFE6; Sat, 3 Mar 2018 23:57:50 +0000 (UTC) (envelope-from adamw@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D2A945867; Sat, 3 Mar 2018 23:57:50 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w23Nvoun038637; Sat, 3 Mar 2018 23:57:50 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w23Nvo58038635; Sat, 3 Mar 2018 23:57:50 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201803032357.w23Nvo58038635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 3 Mar 2018 23:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463544 - head/editors/vim X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/editors/vim X-SVN-Commit-Revision: 463544 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 23:57:51 -0000 Author: adamw Date: Sat Mar 3 23:57:50 2018 New Revision: 463544 URL: https://svnweb.freebsd.org/changeset/ports/463544 Log: Update vim to patchlevel 1563 Modified: head/editors/vim/Makefile head/editors/vim/distinfo Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Sat Mar 3 23:34:04 2018 (r463543) +++ head/editors/vim/Makefile Sat Mar 3 23:57:50 2018 (r463544) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vim -PORTVERSION= 8.0.1539 +PORTVERSION= 8.0.1563 DISTVERSIONPREFIX= v CATEGORIES= editors Modified: head/editors/vim/distinfo ============================================================================== --- head/editors/vim/distinfo Sat Mar 3 23:34:04 2018 (r463543) +++ head/editors/vim/distinfo Sat Mar 3 23:57:50 2018 (r463544) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519499107 -SHA256 (vim-vim-v8.0.1539_GH0.tar.gz) = fdf86b009ace8bec9dbeaca260d6f8590ee26d1cc0c3cec53d8c103d3fd12383 -SIZE (vim-vim-v8.0.1539_GH0.tar.gz) = 13455434 +TIMESTAMP = 1520121230 +SHA256 (vim-vim-v8.0.1563_GH0.tar.gz) = c5d795b4970b751bf751002f75bb1f7f9746d1b99144f86def5e30084dce75c5 +SIZE (vim-vim-v8.0.1563_GH0.tar.gz) = 13522187